github.com/dtroyer-salad/og2/v2@v2.0.0-20240412154159-c47231610877/.github/licenserc.yml (about)

     1  # Copyright The ORAS Authors.
     2  # Licensed under the Apache License, Version 2.0 (the "License");
     3  # you may not use this file except in compliance with the License.
     4  # You may obtain a copy of the License at
     5  #
     6  # http://www.apache.org/licenses/LICENSE-2.0
     7  #
     8  # Unless required by applicable law or agreed to in writing, software
     9  # distributed under the License is distributed on an "AS IS" BASIS,
    10  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    11  # See the License for the specific language governing permissions and
    12  # limitations under the License.
    13  
    14  header:
    15    license:
    16      spdx-id: Apache-2.0
    17      content: |
    18        Copyright The ORAS Authors.
    19        Licensed under the Apache License, Version 2.0 (the "License");
    20        you may not use this file except in compliance with the License.
    21        You may obtain a copy of the License at
    22  
    23        http://www.apache.org/licenses/LICENSE-2.0
    24  
    25        Unless required by applicable law or agreed to in writing, software
    26        distributed under the License is distributed on an "AS IS" BASIS,
    27        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    28        See the License for the specific language governing permissions and
    29        limitations under the License.
    30  
    31    paths-ignore:
    32      - '**/*.md'
    33      - 'CODEOWNERS'
    34      - 'LICENSE'
    35      - 'go.mod'
    36      - 'go.sum'
    37      - '**/testdata/**'
    38  
    39    comment: on-failure
    40  
    41  dependency:
    42    files:
    43      - go.mod