Skip to content

Commit 56486ac

Browse files
espresso-shared: fix maven license metadata to match source code.
1 parent 06bdb2c commit 56486ac

File tree

1 file changed

+1
-15
lines changed
  • espresso-shared/mx.espresso-shared

1 file changed

+1
-15
lines changed

espresso-shared/mx.espresso-shared/suite.py

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,7 @@
4444

4545
# ------------- licenses
4646

47-
"licenses": {
48-
"GPLv2": {
49-
"name": "GNU General Public License, version 2",
50-
"url": "http://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
51-
},
52-
"UPL": {
53-
"name": "Universal Permissive License, Version 1.0",
54-
"url": "http://opensource.org/licenses/UPL",
55-
},
56-
"Oracle Proprietary": {
57-
"name": "ORACLE PROPRIETARY/CONFIDENTIAL",
58-
"url": "http://www.oracle.com/us/legal/copyright/index.html"
59-
},
60-
},
61-
"defaultLicense": "GPLv2",
47+
"defaultLicense": "GPLv2-CPE",
6248

6349
# ------------- imports
6450

0 commit comments

Comments
 (0)