Skip to content

Commit 890f776

Browse files
authored
Add licenses verification (#1238)
This update brings similar configuration to Neo4j server in order to ensure approved licenses are used. Additionally, it removes unused `thisYear` property from `com.mycila:license-maven-plugin` configuration.
1 parent 8845e0b commit 890f776

File tree

14 files changed

+1740
-28
lines changed

14 files changed

+1740
-28
lines changed

LICENSES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This file contains the full license text of the included third party
2+
libraries. For an overview of the licenses see the NOTICE.txt file.
3+
4+
5+

NOTICE.txt

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
Neo4j
2-
Copyright © Neo4j Sweden AB (referred to in this notice as "Neo4j")
3-
[http://neo4j.com]
1+
Copyright (c) "Neo4j"
2+
Neo4j Sweden AB [http://neo4j.com]
3+
4+
This file is part of Neo4j.
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.
14+
15+
Full license texts are found in LICENSES.txt.
16+
17+
18+
Third-party licenses
19+
--------------------
420

5-
This product includes software ("Software") developed by Neo4j.

build/notice-asl-prefix.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Copyright (c) "Neo4j"
2+
Neo4j Sweden AB [http://neo4j.com]
3+
4+
This file is part of Neo4j.
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.
14+
15+
Full license texts are found in LICENSES.txt.

bundle/LICENSES.txt

Lines changed: 378 additions & 0 deletions
Large diffs are not rendered by default.

bundle/NOTICE.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) "Neo4j"
2+
Neo4j Sweden AB [http://neo4j.com]
3+
4+
This file is part of Neo4j.
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.
14+
15+
Full license texts are found in LICENSES.txt.
16+
17+
18+
Third-party licenses
19+
--------------------
20+
21+
Apache Software License, Version 2.0
22+
Netty/Buffer
23+
Netty/Codec
24+
Netty/Common
25+
Netty/Handler
26+
Netty/Resolver
27+
Netty/Transport
28+
Non-Blocking Reactive Foundation for the JVM
29+
30+
Creative Commons 0
31+
reactive-streams
32+
33+
MIT License
34+
SLF4J API Module
35+

driver/LICENSES.txt

Lines changed: 378 additions & 0 deletions
Large diffs are not rendered by default.

driver/NOTICE.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) "Neo4j"
2+
Neo4j Sweden AB [http://neo4j.com]
3+
4+
This file is part of Neo4j.
5+
6+
Licensed under the Apache License, Version 2.0 (the "License");
7+
you may not use this file except in compliance with the License.
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.
14+
15+
Full license texts are found in LICENSES.txt.
16+
17+
18+
Third-party licenses
19+
--------------------
20+
21+
Apache Software License, Version 2.0
22+
Netty/Buffer
23+
Netty/Codec
24+
Netty/Common
25+
Netty/Handler
26+
Netty/Resolver
27+
Netty/Transport
28+
Non-Blocking Reactive Foundation for the JVM
29+
30+
Creative Commons 0
31+
reactive-streams
32+
33+
MIT License
34+
SLF4J API Module
35+

0 commit comments

Comments
 (0)