github.com/apache/beam/sdks/v2@v2.48.2/java/container/license_scripts/dep_urls_java.yaml (about)

     1  #
     2  # Licensed to the Apache Software Foundation (ASF) under one or more
     3  # contributor license agreements.  See the NOTICE file distributed with
     4  # this work for additional information regarding copyright ownership.
     5  # The ASF licenses this file to You under the Apache License, Version 2.0
     6  # (the "License"); you may not use this file except in compliance with
     7  # the License.  You may obtain a copy of the License at
     8  #
     9  #    http://www.apache.org/licenses/LICENSE-2.0
    10  #
    11  # Unless required by applicable law or agreed to in writing, software
    12  # distributed under the License is distributed on an "AS IS" BASIS,
    13  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    14  # See the License for the specific language governing permissions and
    15  # limitations under the License.
    16  #
    17  
    18  # This is a list of packages whose license files cannot be pulled with jk1.dependency-license-report plugin.
    19  # For packages that do not include licenses in their distribution files, we need to manually
    20  # provide a url where they can be downloaded from.
    21  
    22  # template:
    23  # dependency_name:
    24  #   version: # package version, it is required because license may change between versions.
    25  #     license: optional, url_to_license or "skip"
    26  #       # skip: don't add license for the dependency
    27  #       # url_to_license: a url to source code (https://...) or a local file (file://{}/...)
    28  #         where the remaining value is relative to the manual license folder
    29  #     notice: optional, url_to_notice
    30  #     type: optional, license type, ie: Apache License 2.0. Type should be provided if the plug in does not provide moduleLicense.
    31  #     source: optional, url_to_maven_repo. If maven artifact repo does not follow a patten of 'https://repo1.maven.org/maven2/{module}/{version}', the url should be provided.
    32  
    33  antlr-runtime:
    34    '3.1.2':
    35      license: "https://raw.githubusercontent.com/antlr/antlr4/master/LICENSE.txt"
    36      type: "3-Clause BSD"
    37  jcip-annotations:
    38    '1.0':
    39      license: "https://raw.githubusercontent.com/stephenc/jcip-annotations/master/LICENSE.txt"
    40      type: "Apache License 2.0"
    41  jaxen:
    42    '1.1.6':
    43      type: "3-Clause BSD"
    44  libraries-bom:
    45    '26.14.0':
    46      license: "https://raw.githubusercontent.com/GoogleCloudPlatform/cloud-opensource-java/master/LICENSE"
    47      type: "Apache License 2.0"
    48  paranamer:
    49    '2.7':
    50      license: "https://raw.githubusercontent.com/paul-hammant/paranamer/master/LICENSE.txt"
    51    '2.8':
    52      license: "https://raw.githubusercontent.com/paul-hammant/paranamer/master/LICENSE.txt"
    53  xz:
    54    '1.5': # The original repo is down. This license is taken from https://tukaani.org/xz/java.html.
    55      license: "file://{}/xz/COPYING"
    56  jackson-bom:
    57    '2.14.1':
    58      license: "https://raw.githubusercontent.com/FasterXML/jackson-bom/master/LICENSE"
    59      type: "Apache License 2.0"
    60  junit-dep:
    61    '4.11':
    62      license: "https://opensource.org/licenses/cpl1.0.txt"
    63      type: "Common Public License Version 1.0"
    64  org.eclipse.jgit:
    65    '4.4.1.201607150455-r':
    66      license: "https://www.eclipse.org/org/documents/edl-v10.html"
    67      type: "Eclipse Distribution License - v1.0"
    68  zstd-jni:
    69    '1.5.2-5':
    70      license: "https://raw.githubusercontent.com/luben/zstd-jni/master/LICENSE"
    71      type: "2-Clause BSD"