Skip to content

Commit 0c79c45

Browse files
authored
chore: integrate reuse standard for license/copyrights (#298)
1 parent b2a0df4 commit 0c79c45

File tree

31 files changed

+519
-262
lines changed

31 files changed

+519
-262
lines changed

.circleci/config.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
- image: circleci/node:14-browsers
66
working_directory: ~/repo
77
steps:
8+
- run: sudo apt-get install libxss1
89
- checkout
910
- run: yarn
1011
- run: yarn run ci
@@ -19,6 +20,7 @@ jobs:
1920
- image: circleci/node:12-browsers
2021
working_directory: ~/repo
2122
steps:
23+
- run: sudo apt-get install libxss1
2224
- checkout
2325
- run: yarn
2426
- run: yarn run ci
@@ -28,15 +30,29 @@ jobs:
2830
- image: circleci/node:10-browsers
2931
working_directory: ~/repo
3032
steps:
33+
- run: sudo apt-get install libxss1
3134
- checkout
3235
- run: yarn
3336
- run: yarn run ci
3437

38+
compliance:
39+
docker:
40+
- image: circleci/python:3.6.4
41+
working_directory: ~/workdir
42+
steps:
43+
- checkout
44+
- run:
45+
name: compliance check
46+
command: |
47+
pip3 install --user reuse
48+
~/.local/bin/reuse lint
49+
3550
deploy-npm:
3651
docker:
3752
- image: circleci/node:12-browsers
3853
working_directory: ~/repo
3954
steps:
55+
- run: sudo apt-get install libxss1
4056
- checkout
4157
- run: yarn --pure-lockfile
4258
- run: yarn run ci
@@ -50,6 +66,7 @@ jobs:
5066
- image: circleci/node:12-browsers
5167
working_directory: ~/repo
5268
steps:
69+
- run: sudo apt-get install libxss1
5370
- checkout
5471
- run: yarn
5572
- run: yarn run ci
@@ -72,14 +89,14 @@ jobs:
7289
VERSION=${CIRCLE_TAG}
7390
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./dist/
7491
75-
7692
workflows:
7793
version: 2
7894
voter:
7995
jobs:
8096
- build-node10
8197
- build-node12
8298
- build-node14
99+
- compliance
83100
release:
84101
jobs:
85102
- deploy-npm:

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# sub-packages files for https://reuse.software (avoid duplication)
2+
.reuse
3+
LICENSES
4+
5+
# root files for https://reuse.software
6+
!/.reuse
7+
!/LICENSES
8+
19
# Logs
210
logs
311
*.log

.reuse/dep5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: ui5-language-assistant
3+
Upstream-Contact: Shachar Soel <[email protected]>
4+
Source: https://github.com/SAP/ui5-language-assistant
5+
6+
Files: *
7+
Copyright: 2020 SAP SE or an SAP affiliate company and UI5 Language Assistant contributors
8+
License: Apache-2.0

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A sub-package **may** have an additional CONTRIBUTING.md file if needed.
55

66
## Legal
77

8-
All contributors must sign the CLA
8+
All contributors must sign the DCO
99

1010
- https://cla-assistant.io/SAP/ui5-language-assistant
1111

LICENSE

Lines changed: 203 additions & 197 deletions
Large diffs are not rendered by default.

LICENSES/Apache-2.0.txt

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
Apache License
2+
3+
Version 2.0, January 2004
4+
5+
http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION,
6+
AND DISTRIBUTION
7+
8+
1. Definitions.
9+
10+
11+
12+
"License" shall mean the terms and conditions for use, reproduction, and distribution
13+
as defined by Sections 1 through 9 of this document.
14+
15+
16+
17+
"Licensor" shall mean the copyright owner or entity authorized by the copyright
18+
owner that is granting the License.
19+
20+
21+
22+
"Legal Entity" shall mean the union of the acting entity and all other entities
23+
that control, are controlled by, or are under common control with that entity.
24+
For the purposes of this definition, "control" means (i) the power, direct
25+
or indirect, to cause the direction or management of such entity, whether
26+
by contract or otherwise, or (ii) ownership of fifty percent (50%) or more
27+
of the outstanding shares, or (iii) beneficial ownership of such entity.
28+
29+
30+
31+
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions
32+
granted by this License.
33+
34+
35+
36+
"Source" form shall mean the preferred form for making modifications, including
37+
but not limited to software source code, documentation source, and configuration
38+
files.
39+
40+
41+
42+
"Object" form shall mean any form resulting from mechanical transformation
43+
or translation of a Source form, including but not limited to compiled object
44+
code, generated documentation, and conversions to other media types.
45+
46+
47+
48+
"Work" shall mean the work of authorship, whether in Source or Object form,
49+
made available under the License, as indicated by a copyright notice that
50+
is included in or attached to the work (an example is provided in the Appendix
51+
below).
52+
53+
54+
55+
"Derivative Works" shall mean any work, whether in Source or Object form,
56+
that is based on (or derived from) the Work and for which the editorial revisions,
57+
annotations, elaborations, or other modifications represent, as a whole, an
58+
original work of authorship. For the purposes of this License, Derivative
59+
Works shall not include works that remain separable from, or merely link (or
60+
bind by name) to the interfaces of, the Work and Derivative Works thereof.
61+
62+
63+
64+
"Contribution" shall mean any work of authorship, including the original version
65+
of the Work and any modifications or additions to that Work or Derivative
66+
Works thereof, that is intentionally submitted to Licensor for inclusion in
67+
the Work by the copyright owner or by an individual or Legal Entity authorized
68+
to submit on behalf of the copyright owner. For the purposes of this definition,
69+
"submitted" means any form of electronic, verbal, or written communication
70+
sent to the Licensor or its representatives, including but not limited to
71+
communication on electronic mailing lists, source code control systems, and
72+
issue tracking systems that are managed by, or on behalf of, the Licensor
73+
for the purpose of discussing and improving the Work, but excluding communication
74+
that is conspicuously marked or otherwise designated in writing by the copyright
75+
owner as "Not a Contribution."
76+
77+
78+
79+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
80+
of whom a Contribution has been received by Licensor and subsequently incorporated
81+
within the Work.
82+
83+
2. Grant of Copyright License. Subject to the terms and conditions of this
84+
License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
85+
no-charge, royalty-free, irrevocable copyright license to reproduce, prepare
86+
Derivative Works of, publicly display, publicly perform, sublicense, and distribute
87+
the Work and such Derivative Works in Source or Object form.
88+
89+
3. Grant of Patent License. Subject to the terms and conditions of this License,
90+
each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
91+
no-charge, royalty-free, irrevocable (except as stated in this section) patent
92+
license to make, have made, use, offer to sell, sell, import, and otherwise
93+
transfer the Work, where such license applies only to those patent claims
94+
licensable by such Contributor that are necessarily infringed by their Contribution(s)
95+
alone or by combination of their Contribution(s) with the Work to which such
96+
Contribution(s) was submitted. If You institute patent litigation against
97+
any entity (including a cross-claim or counterclaim in a lawsuit) alleging
98+
that the Work or a Contribution incorporated within the Work constitutes direct
99+
or contributory patent infringement, then any patent licenses granted to You
100+
under this License for that Work shall terminate as of the date such litigation
101+
is filed.
102+
103+
4. Redistribution. You may reproduce and distribute copies of the Work or
104+
Derivative Works thereof in any medium, with or without modifications, and
105+
in Source or Object form, provided that You meet the following conditions:
106+
107+
(a) You must give any other recipients of the Work or Derivative Works a copy
108+
of this License; and
109+
110+
(b) You must cause any modified files to carry prominent notices stating that
111+
You changed the files; and
112+
113+
(c) You must retain, in the Source form of any Derivative Works that You distribute,
114+
all copyright, patent, trademark, and attribution notices from the Source
115+
form of the Work, excluding those notices that do not pertain to any part
116+
of the Derivative Works; and
117+
118+
(d) If the Work includes a "NOTICE" text file as part of its distribution,
119+
then any Derivative Works that You distribute must include a readable copy
120+
of the attribution notices contained within such NOTICE file, excluding those
121+
notices that do not pertain to any part of the Derivative Works, in at least
122+
one of the following places: within a NOTICE text file distributed as part
123+
of the Derivative Works; within the Source form or documentation, if provided
124+
along with the Derivative Works; or, within a display generated by the Derivative
125+
Works, if and wherever such third-party notices normally appear. The contents
126+
of the NOTICE file are for informational purposes only and do not modify the
127+
License. You may add Your own attribution notices within Derivative Works
128+
that You distribute, alongside or as an addendum to the NOTICE text from the
129+
Work, provided that such additional attribution notices cannot be construed
130+
as modifying the License.
131+
132+
You may add Your own copyright statement to Your modifications and may provide
133+
additional or different license terms and conditions for use, reproduction,
134+
or distribution of Your modifications, or for any such Derivative Works as
135+
a whole, provided Your use, reproduction, and distribution of the Work otherwise
136+
complies with the conditions stated in this License.
137+
138+
5. Submission of Contributions. Unless You explicitly state otherwise, any
139+
Contribution intentionally submitted for inclusion in the Work by You to the
140+
Licensor shall be under the terms and conditions of this License, without
141+
any additional terms or conditions. Notwithstanding the above, nothing herein
142+
shall supersede or modify the terms of any separate license agreement you
143+
may have executed with Licensor regarding such Contributions.
144+
145+
6. Trademarks. This License does not grant permission to use the trade names,
146+
trademarks, service marks, or product names of the Licensor, except as required
147+
for reasonable and customary use in describing the origin of the Work and
148+
reproducing the content of the NOTICE file.
149+
150+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to
151+
in writing, Licensor provides the Work (and each Contributor provides its
152+
Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
153+
KIND, either express or implied, including, without limitation, any warranties
154+
or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR
155+
A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness
156+
of using or redistributing the Work and assume any risks associated with Your
157+
exercise of permissions under this License.
158+
159+
8. Limitation of Liability. In no event and under no legal theory, whether
160+
in tort (including negligence), contract, or otherwise, unless required by
161+
applicable law (such as deliberate and grossly negligent acts) or agreed to
162+
in writing, shall any Contributor be liable to You for damages, including
163+
any direct, indirect, special, incidental, or consequential damages of any
164+
character arising as a result of this License or out of the use or inability
165+
to use the Work (including but not limited to damages for loss of goodwill,
166+
work stoppage, computer failure or malfunction, or any and all other commercial
167+
damages or losses), even if such Contributor has been advised of the possibility
168+
of such damages.
169+
170+
9. Accepting Warranty or Additional Liability. While redistributing the Work
171+
or Derivative Works thereof, You may choose to offer, and charge a fee for,
172+
acceptance of support, warranty, indemnity, or other liability obligations
173+
and/or rights consistent with this License. However, in accepting such obligations,
174+
You may act only on Your own behalf and on Your sole responsibility, not on
175+
behalf of any other Contributor, and only if You agree to indemnify, defend,
176+
and hold each Contributor harmless for any liability incurred by, or claims
177+
asserted against, such Contributor by reason of your accepting any such warranty
178+
or additional liability. END OF TERMS AND CONDITIONS
179+
180+
APPENDIX: How to apply the Apache License to your work.
181+
182+
To apply the Apache License to your work, attach the following boilerplate
183+
notice, with the fields enclosed by brackets "[]" replaced with your own identifying
184+
information. (Don't include the brackets!) The text should be enclosed in
185+
the appropriate comment syntax for the file format. We also recommend that
186+
a file or class name and description of purpose be included on the same "printed
187+
page" as the copyright notice for easier identification within third-party
188+
archives.
189+
190+
Copyright [yyyy] [name of copyright owner]
191+
192+
Licensed under the Apache License, Version 2.0 (the "License");
193+
194+
you may not use this file except in compliance with the License.
195+
196+
You may obtain a copy of the License at
197+
198+
http://www.apache.org/licenses/LICENSE-2.0
199+
200+
Unless required by applicable law or agreed to in writing, software
201+
202+
distributed under the License is distributed on an "AS IS" BASIS,
203+
204+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
205+
206+
See the License for the specific language governing permissions and
207+
208+
limitations under the License.

NOTICE

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
44
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
55
[![DependentBot](https://api.dependabot.com/badges/status?host=github&repo=SAP/ui5-language-assistant)](https://dependabot.com/)
6+
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/ui5-language-assistant)](https://api.reuse.software/info/github.com/SAP/ui5-language-assistant)
67

78
# UI5 Language Assistant
89

@@ -51,11 +52,6 @@ Please open [issues](https://github.com/SAP/ui5-language-assistant/issues) on gi
5152

5253
See [CONTRIBUTING.md](./CONTRIBUTING.md).
5354

54-
## License
55-
56-
Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved.
57-
This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE file](./LICENSE).
58-
5955
[mono-repo]: https://github.com/babel/babel/blob/master/doc/design/monorepo.md
6056
[ui5]: https://ui5.sap.com
6157
[openui5]: https://openui5.org

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lerna:version": "lerna version && yarn run cirlce:release",
1717
"cirlce:release": "node ./scripts/trigger-release",
1818
"lerna:publish": "lerna publish from-git --yes",
19-
"ci": "npm-run-all format:validate ci:subpackages coverage:merge",
19+
"ci": "npm-run-all format:validate ci:subpackages coverage:merge legal:*",
2020
"compile": "yarn run clean && tsc --build",
2121
"compile:watch": "yarn run clean && tsc --build --watch",
2222
"format:fix": "prettier --write \"**/*.@(js|ts|json|md)\" --ignore-path=.gitignore",
@@ -27,7 +27,9 @@
2727
"coverage": "lerna run coverage",
2828
"coverage:merge": "node ./scripts/merge-coverage",
2929
"clean": "lerna run clean",
30-
"update-snapshots": "lerna run update-snapshots"
30+
"update-snapshots": "lerna run update-snapshots",
31+
"legal:delete": "lerna exec \"shx rm -rf .reuse LICENSES\" || true",
32+
"legal:copy": "lerna exec \"shx cp -r ../../.reuse .reuse && shx cp -r ../../LICENSES LICENSES\""
3133
},
3234
"devDependencies": {
3335
"@types/chai": "4.2.12",
@@ -64,7 +66,8 @@
6466
"webpack-cli": "3.3.12",
6567
"coveralls": "3.1.0",
6668
"make-dir": "3.1.0",
67-
"glob": "7.1.6"
69+
"glob": "7.1.6",
70+
"shx": "0.3.2"
6871
},
6972
"husky": {
7073
"hooks": {

packages/language-server/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,3 @@ Please open [issues](https://github.com/SAP/ui5-language-assistant/issues) on gi
4646
## Contributing
4747

4848
See [CONTRIBUTING.md](./CONTRIBUTING.md).
49-
50-
## License
51-
52-
Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved.
53-
This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE file](../../LICENSE).

packages/language-server/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"SAPUI5"
1111
],
1212
"files": [
13+
".reuse",
14+
"LICENSES",
1315
"lib/src",
1416
"api.d.ts",
1517
"src"

packages/logic-utils/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "TBD",
55
"keywords": [],
66
"files": [
7+
".reuse",
8+
"LICENSES",
79
"lib/src",
810
"api.d.ts",
911
"src"

packages/semantic-model-types/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,3 @@ Please open [issues](https://github.com/SAP/ui5-language-assistant/issues) on gi
2626
## Contributing
2727

2828
See [CONTRIBUTING.md](./CONTRIBUTING.md).
29-
30-
## License
31-
32-
Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved.
33-
This file is licensed under the Apache Software License, v. 2 except as noted otherwise in the [LICENSE file](../../LICENSE).

0 commit comments

Comments
 (0)