|
1 | 1 | # SPDX-License-Identifier: Apache-2.0 |
2 | 2 | # SPDX-FileCopyrightText: 2021 The Elixir Team |
3 | 3 |
|
| 4 | +excludes: |
| 5 | + paths: |
| 6 | + - pattern: "lib/elixir/pages/**/*" |
| 7 | + reason: "DOCUMENTATION_OF" |
| 8 | + comment: "Documentation" |
| 9 | + - pattern: "lib/elixir/scripts/**/*" |
| 10 | + reason: "BUILD_TOOL_OF" |
| 11 | + comment: "Build Tool" |
| 12 | + - pattern: "lib/ex_unit/examples/**/*" |
| 13 | + reason: "EXAMPLE_OF" |
| 14 | + comment: "Example" |
| 15 | + - pattern: "lib/*/test/**/*" |
| 16 | + reason: "TEST_OF" |
| 17 | + comment: "Tests" |
| 18 | + - pattern: "man/*" |
| 19 | + reason: "DOCUMENTATION_OF" |
| 20 | + comment: "Documentation" |
| 21 | + - pattern: ".github/*" |
| 22 | + reason: "BUILD_TOOL_OF" |
| 23 | + comment: "Documentation" |
| 24 | + - pattern: ".ort/*" |
| 25 | + reason: "BUILD_TOOL_OF" |
| 26 | + comment: "Documentation" |
| 27 | + |
4 | 28 | curations: |
5 | 29 | license_findings: |
6 | 30 | - path: "lib/elixir/pages/images/logo.png" |
7 | | - reason: "INCORRECT" |
| 31 | + reason: "NOT_DETECTED" |
8 | 32 | comment: "Apply Trademark Policy to Elixir Logo" |
9 | 33 | detected_license: "NONE" |
10 | 34 | concluded_license: "LicenseRef-elixir-trademark-policy" |
11 | 35 |
|
12 | | - - path: "lib/elixir/pages/references/library-guidelines.md" |
| 36 | + - path: "LICENSES/LicenseRef-elixir-trademark-policy.txt" |
13 | 37 | reason: "INCORRECT" |
14 | | - comment: | |
15 | | - The guide mentions multiple licenses for users to choose from. |
16 | | - It however is not licensed itself by the mentioned licenses. |
| 38 | + comment: "Correct LicenseRef" |
| 39 | + detected_license: "LicenseRef-scancode-proprietary-license" |
| 40 | + concluded_license: "LicenseRef-elixir-trademark-policy" |
| 41 | + |
| 42 | + - path: "VERSION" |
| 43 | + reason: "NOT_DETECTED" |
| 44 | + comment: "Apply Trademark Policy to VERSION file" |
| 45 | + detected_license: "NONE" |
17 | 46 | concluded_license: "Apache-2.0" |
18 | 47 |
|
19 | | - - path: "**/*" |
20 | | - reason: "INCORRECT" |
21 | | - comment: "Apply default license to all unknown files" |
| 48 | + - path: "**/*.{png,ico,bin,so}" |
| 49 | + reason: "NOT_DETECTED" |
| 50 | + comment: "Apply default license to all binary files" |
| 51 | + detected_license: "NONE" |
| 52 | + concluded_license: "Apache-2.0" |
| 53 | + |
| 54 | + - path: "lib/*/test/fixtures/**/*" |
| 55 | + reason: "NOT_DETECTED" |
| 56 | + comment: "Apply default license to test fixtures" |
| 57 | + detected_license: "NONE" |
| 58 | + concluded_license: "Apache-2.0" |
| 59 | + |
| 60 | + - path: "lib/elixir/test/elixir/fixtures/**/*" |
| 61 | + reason: "NOT_DETECTED" |
| 62 | + comment: "Apply default license to test fixtures" |
| 63 | + detected_license: "NONE" |
| 64 | + concluded_license: "Apache-2.0" |
| 65 | + |
| 66 | + - path: "lib/elixir/unicode/*.txt" |
| 67 | + reason: "NOT_DETECTED" |
| 68 | + comment: "Apply default license to unicode files" |
22 | 69 | detected_license: "NONE" |
| 70 | + concluded_license: "LicenseRef-scancode-unicode" |
| 71 | + |
| 72 | + - path: "lib/elixir/pages/references/library-guidelines.md" |
| 73 | + reason: "NOT_DETECTED" |
| 74 | + comment: | |
| 75 | + The guide mentions multiple licenses for users to choose from. |
| 76 | + It however is not licensed itself by the mentioned licenses. |
23 | 77 | concluded_license: "Apache-2.0" |
0 commit comments