forked from adoptium/temurin-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.licenserc.yaml
52 lines (46 loc) · 1.78 KB
/
.licenserc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# ********************************************************************************
# Copyright (c) 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made
# available under the terms of the Apache Software License 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: Apache-2.0
# ********************************************************************************
header:
license:
spdx-id: Apache-2.0
copyright-owner: Eclipse Foundation
content: |
********************************************************************************
Copyright (c) [year] Contributors to the [owner]
See the NOTICE file(s) with this work for additional
information regarding copyright ownership.
This program and the accompanying materials are made
available under the terms of the Apache Software License 2.0
which is available at https://www.apache.org/licenses/LICENSE-2.0.
SPDX-License-Identifier: Apache-2.0
********************************************************************************
pattern: Copyright (c) ((\d{4})(, \d{4})*) Contributors to the Eclipse Foundation
comment: on-failure
paths-ignore:
- 'LICENSE'
- 'NOTICE'
- '**/*.md'
- '**/*.asc'
- '.gitignore'
- '.dockerignore'
- '.semgrepignore'
- 'docker/.gitignore'
- 'security/.gitignore'
- 'security/mk-ca-bundle.pl'
- 'security/certdata.txt'
- 'sbin/*.template'
- '.github/linters/*'
- 'cyclonedx-lib/getDependencies'
- 'cyclonedx-lib/dependency_data/**'
- 'makejdk-any-platform.1'
- 'serverTimestamp.properties'