forked from neo4j/neo4j-java-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add licenses verification (neo4j#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.
- Loading branch information
1 parent
929c1ae
commit 921b4a2
Showing
14 changed files
with
1,728 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
This file contains the full license text of the included third party | ||
libraries. For an overview of the licenses see the NOTICE.txt file. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
Neo4j | ||
Copyright © Neo4j Sweden AB (referred to in this notice as "Neo4j") | ||
[http://neo4j.com] | ||
Copyright (c) "Neo4j" | ||
Neo4j Sweden AB [http://neo4j.com] | ||
|
||
This file is part of Neo4j. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
Full license texts are found in LICENSES.txt. | ||
|
||
|
||
Third-party licenses | ||
-------------------- | ||
|
||
This product includes software ("Software") developed by Neo4j. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Copyright (c) "Neo4j" | ||
Neo4j Sweden AB [http://neo4j.com] | ||
|
||
This file is part of Neo4j. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
Full license texts are found in LICENSES.txt. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Copyright (c) "Neo4j" | ||
Neo4j Sweden AB [http://neo4j.com] | ||
|
||
This file is part of Neo4j. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
Full license texts are found in LICENSES.txt. | ||
|
||
|
||
Third-party licenses | ||
-------------------- | ||
|
||
Apache Software License, Version 2.0 | ||
Netty/Buffer | ||
Netty/Codec | ||
Netty/Common | ||
Netty/Handler | ||
Netty/Resolver | ||
Netty/Transport | ||
Non-Blocking Reactive Foundation for the JVM | ||
|
||
Creative Commons 0 | ||
reactive-streams | ||
|
||
MIT License | ||
SLF4J API Module | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Copyright (c) "Neo4j" | ||
Neo4j Sweden AB [http://neo4j.com] | ||
|
||
This file is part of Neo4j. | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
|
||
Full license texts are found in LICENSES.txt. | ||
|
||
|
||
Third-party licenses | ||
-------------------- | ||
|
||
Apache Software License, Version 2.0 | ||
Netty/Buffer | ||
Netty/Codec | ||
Netty/Common | ||
Netty/Handler | ||
Netty/Resolver | ||
Netty/Transport | ||
Non-Blocking Reactive Foundation for the JVM | ||
|
||
Creative Commons 0 | ||
reactive-streams | ||
|
||
MIT License | ||
SLF4J API Module | ||
|
Oops, something went wrong.