diff --git a/package-lock.json b/package-lock.json index eadec93..cbe6290 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "i2c", "version": "0.3.0", - "license": "BSD-3-Clause-Attribution", + "license": "BSD-3-Clause", "dependencies": { "bindings": "^1.5.0", "nan": "^2.24.0" diff --git a/package.json b/package.json index 4d40dc3..7d127a4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "http://github.com/korevec/node-i2c.git" }, - "license": "BSD-3-Clause-Attribution", + "license": "BSD-3-Clause", "dependencies": { "bindings": "^1.5.0", "nan": "^2.24.0"