diff --git a/bower.json b/bower.json index f9ccac9f..bcb2c62a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,7 @@ { "name": "openpgp", "version": "1.4.1", + "license" : "LGPL-3.0+", "homepage": "http://openpgpjs.org/", "authors": [ "OpenPGP Development Team (https://github.com/openpgpjs/openpgpjs/graphs/contributors)" @@ -25,7 +26,6 @@ "openpgp", "encryption" ], - "license": "LGPL 3.0 or any later version", "ignore": [ "**/.*", "dist/*.tgz", @@ -36,4 +36,4 @@ "tests", "doc" ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 0c745343..adba740a 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "openpgp", "description": "OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.", "version": "1.4.1", + "license" : "LGPL-3.0+", "homepage": "http://openpgpjs.org/", "engines": { "node": ">=0.8"