[Pkg-javascript-commits] [dojo] 135/149: fixes #18784, update syntax of license in package.json
David Prévot
taffit at moszumanska.debian.org
Sat Feb 27 03:13:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository dojo.
commit 47a613afb07bee9852814bbfb4c6963c7a71c730
Author: Dylan Schiemann <dylan at dojotoolkit.org>
Date: Fri Feb 5 04:47:45 2016 -0700
fixes #18784, update syntax of license in package.json
---
package.json | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/package.json b/package.json
index bad29f5..c29b783 100644
--- a/package.json
+++ b/package.json
@@ -24,20 +24,11 @@
"test-proxy": "intern-runner config=tests/dojo.intern.proxy proxyOnly=true"
},
"description": "Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.",
- "licenses": [
- {
- "type": "AFLv2.1",
- "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
- },
- {
- "type": "BSD",
- "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
- }
- ],
+ "license" : "BSD-3-Clause OR AFL-2.1",
"bugs": "http://bugs.dojotoolkit.org/",
"keywords": ["JavaScript", "Dojo", "Toolkit"],
"homepage": "http://dojotoolkit.org/",
- "repository":{
+ "repository":{
"type": "git",
"url": "https://github.com/dojo/dojo.git"
},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git
More information about the Pkg-javascript-commits
mailing list