Bläddra i källkod

Merge pull request #556 from ceefour/patch-1

Use SPDX license identifier
Emanuele Marchi 8 år sedan
förälder
incheckning
fc6c66fe1b
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      bower.json
  2. 1 1
      package.json

+ 1 - 0
bower.json

@@ -2,6 +2,7 @@
   "name": "bootstrap-switch",
   "description": "Turn checkboxes and radio buttons into toggle switches.",
   "version": "3.3.2",
+  "license": "Apache-2.0",
   "main": [
     "./dist/js/bootstrap-switch.js",
     "./dist/css/bootstrap3/bootstrap-switch.css"

+ 1 - 1
package.json

@@ -34,7 +34,7 @@
     "url": "git://github.com/nostalgiaz/bootstrap-switch.git"
   },
   "bugs": "https://github.com/nostalgiaz/bootstrap-switch/issues",
-  "license": "Apache Version 2",
+  "license": "Apache-2.0",
   "readmeFilename": "README.md",
   "devDependencies": {
     "browser-sync": "^2.6.4",