You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/06/21 04:04:24 UTC

[1/2] git commit: Adding missing license headers

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 51c01468e -> 39f5d1433


Adding missing license headers


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/3cca00b2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/3cca00b2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/3cca00b2

Branch: refs/heads/master
Commit: 3cca00b23f74debfdf6d308ca64e15f35a51ad55
Parents: 51c0146
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jun 20 22:03:38 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jun 20 22:03:38 2014 -0400

----------------------------------------------------------------------
 config.js   | 18 ++++++++++++++++++
 main.js     | 36 ++++++++++++++++++------------------
 plugman.js  | 22 ++++++++++++++++++++--
 src/help.js | 18 ++++++++++++++++++
 4 files changed, 74 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3cca00b2/config.js
----------------------------------------------------------------------
diff --git a/config.js b/config.js
index c1e6339..69f6d20 100644
--- a/config.js
+++ b/config.js
@@ -1,3 +1,21 @@
+/**
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+*/
 module.exports = {
 //    registry: "http://registry.cordova.io"
     registry: "http://localhost:5984/registry/_design/app/_rewrite"

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3cca00b2/main.js
----------------------------------------------------------------------
diff --git a/main.js b/main.js
index 93a673b..0475e09 100755
--- a/main.js
+++ b/main.js
@@ -1,22 +1,22 @@
 #!/usr/bin/env node
-/*
- *
- * Copyright 2013 Anis Kadri
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- *
- */
+/**
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+*/
 
 // copyright (c) 2013 Andrew Lunny, Adobe Systems
 var path = require('path')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3cca00b2/plugman.js
----------------------------------------------------------------------
diff --git a/plugman.js b/plugman.js
index 30f4cba..28c9ef7 100644
--- a/plugman.js
+++ b/plugman.js
@@ -1,5 +1,23 @@
-// All plugman js API moved to cordova-lib . This is a temporary shim for
+/**
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+*/
+// All plugman js API moved to cordova-lib. This is a temporary shim for
 // dowstream packages that use plugman via js API.
 
 var cordova_lib = require('cordova-lib');
-module.exports = cordova_lib.plugman;
\ No newline at end of file
+module.exports = cordova_lib.plugman;

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/3cca00b2/src/help.js
----------------------------------------------------------------------
diff --git a/src/help.js b/src/help.js
index 775ea65..1d24d85 100644
--- a/src/help.js
+++ b/src/help.js
@@ -1,3 +1,21 @@
+/**
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+*/
 var fs = require('fs'),
     path = require('path');
 var doc_txt = path.join(__dirname, '..', 'doc', 'help.txt');


[2/2] git commit: Revert "testing config.js"

Posted by ag...@apache.org.
Revert "testing config.js"

This reverts commit 7114350bd99b1c0c45c5d7b426dcb302df998fff.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/39f5d143
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/39f5d143
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/39f5d143

Branch: refs/heads/master
Commit: 39f5d143317c5b55737ce53a30371c59930efb96
Parents: 3cca00b
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jun 20 22:04:16 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jun 20 22:04:16 2014 -0400

----------------------------------------------------------------------
 config.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/39f5d143/config.js
----------------------------------------------------------------------
diff --git a/config.js b/config.js
index 69f6d20..407608e 100644
--- a/config.js
+++ b/config.js
@@ -17,6 +17,5 @@
     under the License.
 */
 module.exports = {
-//    registry: "http://registry.cordova.io"
-    registry: "http://localhost:5984/registry/_design/app/_rewrite"
+  registry: "http://registry.cordova.io"
 }