ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/tomcat/jni/Sockaddr.java

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/tomcat/jni/Sockaddr.java
Status
scanned
Type
file
Name
Sockaddr.java
Extension
.java
Programming language
Java
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
1245 (1.2 KB)
MD5
db3ea2a4917d69f7d3975f867d87d338
SHA1
4c6714332fffa4547aae6d246eb64c30d431c978
SHA256
b96852f26a38f9a9de3bc5548179e482341ff6e4b1419e9551e6d03b3c501475
SHA512

      
    
SHA1_git
0033105a87ee2e2e3cfe587f4edcf5fa6bf14ccc
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
Sockaddr.java | 1.2 KB |

/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.apache.tomcat.jni; /** * Tomcat Native 1.2.33 and earlier won't initialise unless this class is present. This dummy class ensures * initialisation gets as far as being able to check the version of the Tomcat Native library and reporting a version * error if 1.2.33 or earlier is present. */ public class Sockaddr { private Sockaddr() { // Hide default constructor } }
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
67.61
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 9 9