From 5a28ada5ee3242ef419d6fd214e826f4b414c282 Mon Sep 17 00:00:00 2001 From: evilaliv3 Date: Thu, 7 Jan 2016 19:18:39 +0100 Subject: [PATCH] Add license to package.json and correct bower.json --- bower.json | 4 ++-- package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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"