[Pkg-mozext-commits] [jpm.sh] 17/43: Adding license info to index.js
Hema Prathaban
hemaprathaban-guest at moszumanska.debian.org
Thu Aug 17 07:52:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
hemaprathaban-guest pushed a commit to branch master
in repository jpm.sh.
commit ad059b24cd6dd02d08981e6a028b600a98adc5e6
Author: Erik Vold <evold at mozilla.com>
Date: Tue May 5 16:40:06 2015 -0700
Adding license info to index.js
---
index.js | 4 ++++
package.json | 4 ----
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/index.js b/index.js
index e69de29..c507c96 100644
--- a/index.js
+++ b/index.js
@@ -0,0 +1,4 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+"use strict";
diff --git a/package.json b/package.json
index 1ef3841..ea97e52 100644
--- a/package.json
+++ b/package.json
@@ -18,9 +18,5 @@
},
"bugs": {
"url": "http://github.com/mozilla/jpm-core/issues"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/mozilla/jpm-core.git"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/jpm.sh.git
More information about the Pkg-mozext-commits
mailing list