Skip to content

Commit 2855513

Browse files
Reconfigure license
Co-authored-by: Veselin Nikolov <veselin.nikolov@neo4j.com>
1 parent 4b8b33a commit 2855513

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

gradle/licensing.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ def allowList = [
7171
[name: 'EPL 2.0'],
7272
[name: 'EPL-2.0,'],
7373
]],
74-
[name: 'GNU General Public License, Version 3', url: 'http://www.gnu.org/licenses/gpl-3.0-standalone.html'],
74+
[name: 'GNU General Public License, Version 3', url: 'http://www.gnu.org/licenses/gpl-3.0-standalone.html', aliases: [
75+
[name: 'GPL-3.0-or-later']
76+
77+
]],
7578
[name: 'GNU General Public License (GPL), version 2, with the Classpath exception', url: 'http://openjdk.java.net/legal/gplv2+ce.html', aliases: [
7679
[name: 'GPL-2.0']
7780
]],

0 commit comments

Comments
 (0)