You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/03/12 02:08:45 UTC

git commit: Adding apache license headers and copyright

Updated Branches:
  refs/heads/master 05d3a2317 -> c5f4335a8


Adding apache license headers and copyright


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

Branch: refs/heads/master
Commit: c5f4335a8febd41c783d2328d06c101df4104790
Parents: 05d3a23
Author: Anis Kadri <an...@gmail.com>
Authored: Mon Mar 11 18:08:12 2013 -0700
Committer: Anis Kadri <an...@gmail.com>
Committed: Mon Mar 11 18:08:12 2013 -0700

----------------------------------------------------------------------
 config/remote.js                                   |   19 +++++++++++++
 platforms/android.js                               |   19 +++++++++++++
 platforms/bb10.js                                  |   21 ++++++++++++++-
 platforms/ios.js                                   |   19 +++++++++++++
 platforms/www.js                                   |   19 +++++++++++++
 plugman.js                                         |   19 +++++++++++++
 test/android-one-install.js                        |   19 +++++++++++++
 test/android-one-uninstall.js                      |   19 +++++++++++++
 test/android-two-install.js                        |   19 +++++++++++++
 test/android-two-uninstall.js                      |   19 +++++++++++++
 test/bb10-install.js                               |   19 +++++++++++++
 test/bb10-uninstall.js                             |   19 +++++++++++++
 test/config-changes.js                             |   19 +++++++++++++
 test/dummy.xml                                     |   19 +++++++++++++
 test/equalNodes.js                                 |   19 +++++++++++++
 test/ios-install.js                                |   19 +++++++++++++
 test/ios-uninstall.js                              |   19 +++++++++++++
 test/multiple-children.js                          |   19 +++++++++++++
 test/multiple-children/project/AndroidManifest.xml |   21 ++++++++++++++-
 test/plugins/ChildBrowser/plugin.xml               |   19 +++++++++++++
 .../ChildBrowser/src/android/ChildBrowser.java     |   19 +++++++++++++
 .../ChildBrowser/src/ios/ChildBrowserCommand.h     |   19 +++++++++++++
 .../src/ios/ChildBrowserViewController.h           |   19 +++++++++++++
 test/plugins/ChildBrowser/src/ios/TargetDirTest.h  |   19 +++++++++++++
 .../src/ios/preserveDirs/PreserveDirsTest.h        |   19 +++++++++++++
 test/plugins/ChildBrowser/www/childbrowser.js      |   19 +++++++++++++
 test/plugins/DummyPlugin/plugin.xml                |   19 +++++++++++++
 .../plugins/DummyPlugin/src/BlackBerry10/client.js |   19 +++++++++++++
 test/plugins/DummyPlugin/src/BlackBerry10/index.js |   19 +++++++++++++
 .../DummyPlugin/src/android/DummyPlugin.java       |   19 +++++++++++++
 test/plugins/DummyPlugin/www/dummyplugin.js        |   19 +++++++++++++
 test/plugins/WebNotifications/plugin.xml           |   19 +++++++++++++
 test/plugins/WeblessPlugin/plugin.xml              |   19 +++++++++++++
 .../WeblessPlugin/src/android/WeblessPlugin.java   |   19 +++++++++++++
 .../WeblessPlugin/src/ios/WeblessPluginCommand.h   |   19 +++++++++++++
 .../src/ios/WeblessPluginViewController.h          |   19 +++++++++++++
 test/plugins/cordova.echo/plugin.xml               |   21 ++++++++++++++-
 .../src/BlackBerry10/public/json/autolink.h        |   19 +++++++++++++
 .../src/BlackBerry10/public/json/config.h          |   19 +++++++++++++
 .../src/BlackBerry10/public/json/features.h        |   19 +++++++++++++
 .../src/BlackBerry10/public/json/forwards.h        |   19 +++++++++++++
 .../src/BlackBerry10/public/json/json.h            |   19 +++++++++++++
 .../src/BlackBerry10/public/json/reader.h          |   19 +++++++++++++
 .../src/BlackBerry10/public/json/value.h           |   19 +++++++++++++
 .../src/BlackBerry10/public/json/writer.h          |   19 +++++++++++++
 .../src/BlackBerry10/public/json_batchallocator.h  |   19 +++++++++++++
 .../src/BlackBerry10/public/json_reader.cpp        |   19 +++++++++++++
 .../src/BlackBerry10/public/json_value.cpp         |   19 +++++++++++++
 .../src/BlackBerry10/public/json_writer.cpp        |   19 +++++++++++++
 .../src/BlackBerry10/public/plugin.cpp             |   19 +++++++++++++
 .../cordova.echo/src/BlackBerry10/public/plugin.h  |   19 +++++++++++++
 .../src/BlackBerry10/public/tokenizer.cpp          |   19 +++++++++++++
 .../src/BlackBerry10/public/tokenizer.h            |   19 +++++++++++++
 test/plugins/multiple-children/plugin.xml          |   19 +++++++++++++
 test/projects/android_one/AndroidManifest.xml      |   19 +++++++++++++
 test/projects/android_one/res/xml/plugins.xml      |   19 +++++++++++++
 test/projects/android_two/AndroidManifest.xml      |   19 +++++++++++++
 .../projects/multiple-children/AndroidManifest.xml |   19 +++++++++++++
 .../projects/multiple-children/res/xml/plugins.xml |   19 +++++++++++++
 test/remote-test.js                                |   19 +++++++++++++
 test/www-only.js                                   |   19 +++++++++++++
 util/config-changes.js                             |   19 +++++++++++++
 util/fs.js                                         |   19 +++++++++++++
 util/plugins.js                                    |   19 +++++++++++++
 util/xml-helpers.js                                |   19 +++++++++++++
 65 files changed, 1238 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/config/remote.js
----------------------------------------------------------------------
diff --git a/config/remote.js b/config/remote.js
index c4b9485..cd460c5 100644
--- a/config/remote.js
+++ b/config/remote.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 module.exports = {
  url: 'http://plugins.cordova.io',
  query_path: '/cordova_plugins/_design/cordova_plugins/_view/by_name?key=\"%s\"',

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/platforms/android.js
----------------------------------------------------------------------
diff --git a/platforms/android.js b/platforms/android.js
index e71a5e3..590f82e 100644
--- a/platforms/android.js
+++ b/platforms/android.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var fs = require('fs')  // use existsSync in 0.6.x
    , path = require('path')
    , util = require('util')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/platforms/bb10.js
----------------------------------------------------------------------
diff --git a/platforms/bb10.js b/platforms/bb10.js
index f53ce8c..fbbd5b5 100644
--- a/platforms/bb10.js
+++ b/platforms/bb10.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var fs = require('fs')  // use existsSync in 0.6.x
    , path = require('path')
    , shell = require('shelljs')
@@ -151,4 +170,4 @@ function pluginInstalled(plugin_et, project_dir) {
     var plugin_name = config_tag.attrib.id;
     return (fs.readFileSync(path.resolve(project_dir, 'config.xml'), 'utf8')
            .match(new RegExp(plugin_name, "g")) != null);
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/platforms/ios.js
----------------------------------------------------------------------
diff --git a/platforms/ios.js b/platforms/ios.js
index d3c420d..c5f4b7b 100644
--- a/platforms/ios.js
+++ b/platforms/ios.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var path = require('path')
   , fs = require('../util/fs')  // use existsSync in 0.6.x
   , glob = require('glob')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/platforms/www.js
----------------------------------------------------------------------
diff --git a/platforms/www.js b/platforms/www.js
index 5bea7c5..1b5b001 100644
--- a/platforms/www.js
+++ b/platforms/www.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var path = require('path')
   , fs = require('fs')
   , shell = require('shelljs');

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/plugman.js
----------------------------------------------------------------------
diff --git a/plugman.js b/plugman.js
old mode 100755
new mode 100644
index 02e4879..9f4bdeb
--- a/plugman.js
+++ b/plugman.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #!/usr/bin/env node
 
 // copyright (c) 2013 Andrew Lunny, Adobe Systems

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/android-one-install.js
----------------------------------------------------------------------
diff --git a/test/android-one-install.js b/test/android-one-install.js
index 4dd9d55..79ee275 100644
--- a/test/android-one-install.js
+++ b/test/android-one-install.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 // Test installation on Cordova 1.x project
 
 var fs = require('fs')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/android-one-uninstall.js
----------------------------------------------------------------------
diff --git a/test/android-one-uninstall.js b/test/android-one-uninstall.js
index 4262ab8..a1e48b8 100644
--- a/test/android-one-uninstall.js
+++ b/test/android-one-uninstall.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 // Test uninstallation on Cordova 1.x project
 
 var fs = require('fs')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/android-two-install.js
----------------------------------------------------------------------
diff --git a/test/android-two-install.js b/test/android-two-install.js
index c4999ee..b01cbbd 100644
--- a/test/android-two-install.js
+++ b/test/android-two-install.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 // Test installation on Cordova 2 project
 
 var fs = require('fs')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/android-two-uninstall.js
----------------------------------------------------------------------
diff --git a/test/android-two-uninstall.js b/test/android-two-uninstall.js
index 9220a94..8781eba 100644
--- a/test/android-two-uninstall.js
+++ b/test/android-two-uninstall.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 // Test uninstallation on Cordova 2 project
 
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/bb10-install.js
----------------------------------------------------------------------
diff --git a/test/bb10-install.js b/test/bb10-install.js
index a07efe3..96ec4e6 100644
--- a/test/bb10-install.js
+++ b/test/bb10-install.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var fs = require('fs')
   , path = require('path')
   , shell = require('shelljs')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/bb10-uninstall.js
----------------------------------------------------------------------
diff --git a/test/bb10-uninstall.js b/test/bb10-uninstall.js
index ac5198c..4a096be 100644
--- a/test/bb10-uninstall.js
+++ b/test/bb10-uninstall.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var fs = require('fs')
   , path = require('path')
   , shell = require('shelljs')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/config-changes.js
----------------------------------------------------------------------
diff --git a/test/config-changes.js b/test/config-changes.js
index bb3c29b..4031199 100644
--- a/test/config-changes.js
+++ b/test/config-changes.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var configChanges = require('../util/config-changes'),
     fs = require('fs'),
     et = require('elementtree'),

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/dummy.xml
----------------------------------------------------------------------
diff --git a/test/dummy.xml b/test/dummy.xml
index 72466fb..4303dec 100644
--- a/test/dummy.xml
+++ b/test/dummy.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="com.phonegap.plugins.childbrowser"

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/equalNodes.js
----------------------------------------------------------------------
diff --git a/test/equalNodes.js b/test/equalNodes.js
index c90ea88..6c1b7d0 100644
--- a/test/equalNodes.js
+++ b/test/equalNodes.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var path = require('path')
   , xml_helpers = require(path.join(__dirname, '..', 'util', 'xml-helpers'))
   , et = require('elementtree')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/ios-install.js
----------------------------------------------------------------------
diff --git a/test/ios-install.js b/test/ios-install.js
index bd51f46..e625fe9 100644
--- a/test/ios-install.js
+++ b/test/ios-install.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var fs = require('fs')
   , path = require('path')
   , plist = require('plist')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/ios-uninstall.js
----------------------------------------------------------------------
diff --git a/test/ios-uninstall.js b/test/ios-uninstall.js
index bb7837a..4de23a6 100644
--- a/test/ios-uninstall.js
+++ b/test/ios-uninstall.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var fs = require('fs')
   , path = require('path')
   , plist = require('plist')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/multiple-children.js
----------------------------------------------------------------------
diff --git a/test/multiple-children.js b/test/multiple-children.js
index 0068b81..6ecaf01 100644
--- a/test/multiple-children.js
+++ b/test/multiple-children.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 // Test plugin.xml with multiple child elements
 var fs = require('fs')
   , path = require('path')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/multiple-children/project/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/test/multiple-children/project/AndroidManifest.xml b/test/multiple-children/project/AndroidManifest.xml
index 7c10638..ced2d50 100644
--- a/test/multiple-children/project/AndroidManifest.xml
+++ b/test/multiple-children/project/AndroidManifest.xml
@@ -1,2 +1,21 @@
 <?xml version='1.0' encoding='utf-8'?>
-<manifest android:versionCode="5" android:versionName="1.1" android:windowSoftInputMode="adjustPan" package="com.alunny.childapp" xmlns:android="http://schemas.android.com/apk/res/android">&#xA;    <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" /><uses-permission android:name="android.permission.CAMERA" /><uses-permission android:name="android.permission.VIBRATE" /><uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /><uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /><uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" /><uses-permission android:name="android.permission.INTERNET" /><uses-permission android:name="android.permission.RECEIVE_SMS" /><uses-permission android:name="android.permission.RECORD_AUDIO" /><uses-permission android:name="android.permission.RECORD_VIDEO" /
 ><uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /><uses-permission android:name="android.permission.READ_CONTACTS" /><uses-permission android:name="android.permission.WRITE_CONTACTS" /><uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /><uses-permission android:name="android.permission.GET_ACCOUNTS" /><uses-permission android:name="android.permission.BROADCAST_STICKY" /><uses-feature android:name="android.hardware.camera" /><uses-feature android:name="android.hardware.camera.autofocus" /><application android:debuggable="true" android:icon="@drawable/icon" android:label="@string/app_name">&#xA;		<activity android:configChanges="orientation|keyboardHidden" android:label="@string/app_name" android:name="ChildApp">&#xA;			<intent-filter>&#xA;				<action android:name="android.intent.action.MAIN" /><category android:name="android.intent.category.LAUNCHER" /></intent-
 filter><intent-filter>&#xA;				<action android:name="com.alunny.childapp.MESSAGE" /><category android:name="android.intent.category.DEFAULT" /></intent-filter></activity><activity android:configChanges="orientation|keyboardHidden" android:label="@string/app_name" android:name="com.phonegap.DroidGap">&#xA;        	<intent-filter>&#xA;        	</intent-filter></activity><activity android:name="com.arellomobile.android.push.PushWebview" /><activity android:name="com.arellomobile.android.push.MessageActivity" /><activity android:name="com.arellomobile.android.push.PushHandlerActivity" /><receiver android:name="com.google.android.gcm.GCMBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND">&#xA;				<intent-filter>&#xA;					&#xA;					<action android:name="com.google.android.c2dm.intent.RECEIVE" /><action android:name="com.google.android.c2dm.intent.REGISTRATION" /><category android:name="com.alunny.childapp" /></intent-filter></receiver><service android:name="com
 .arellomobile.android.push.PushGCMIntentService" /></application><uses-sdk android:minSdkVersion="5" /><uses-permission android:name="android.permission.READ_PHONE_STATE" /><uses-permission android:name="android.permission.WAKE_LOCK" /><permission android:name="com.alunny.childapp.permission.C2D_MESSAGE" android:protectionLevel="signature" /><uses-permission android:name="com.alunny.childapp.permission.C2D_MESSAGE" /><uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" /></manifest>
\ No newline at end of file
+<!--
+
+ 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.
+
+-->
+
+<manifest android:versionCode="5" android:versionName="1.1" android:windowSoftInputMode="adjustPan" package="com.alunny.childapp" xmlns:android="http://schemas.android.com/apk/res/android">&#xA;    <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizeable="true" android:smallScreens="true" android:xlargeScreens="true" /><uses-permission android:name="android.permission.CAMERA" /><uses-permission android:name="android.permission.VIBRATE" /><uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /><uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /><uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" /><uses-permission android:name="android.permission.INTERNET" /><uses-permission android:name="android.permission.RECEIVE_SMS" /><uses-permission android:name="android.permission.RECORD_AUDIO" /><uses-permission android:name="android.permission.RECORD_VIDEO" /
 ><uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /><uses-permission android:name="android.permission.READ_CONTACTS" /><uses-permission android:name="android.permission.WRITE_CONTACTS" /><uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /><uses-permission android:name="android.permission.GET_ACCOUNTS" /><uses-permission android:name="android.permission.BROADCAST_STICKY" /><uses-feature android:name="android.hardware.camera" /><uses-feature android:name="android.hardware.camera.autofocus" /><application android:debuggable="true" android:icon="@drawable/icon" android:label="@string/app_name">&#xA;		<activity android:configChanges="orientation|keyboardHidden" android:label="@string/app_name" android:name="ChildApp">&#xA;			<intent-filter>&#xA;				<action android:name="android.intent.action.MAIN" /><category android:name="android.intent.category.LAUNCHER" /></intent-
 filter><intent-filter>&#xA;				<action android:name="com.alunny.childapp.MESSAGE" /><category android:name="android.intent.category.DEFAULT" /></intent-filter></activity><activity android:configChanges="orientation|keyboardHidden" android:label="@string/app_name" android:name="com.phonegap.DroidGap">&#xA;        	<intent-filter>&#xA;        	</intent-filter></activity><activity android:name="com.arellomobile.android.push.PushWebview" /><activity android:name="com.arellomobile.android.push.MessageActivity" /><activity android:name="com.arellomobile.android.push.PushHandlerActivity" /><receiver android:name="com.google.android.gcm.GCMBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND">&#xA;				<intent-filter>&#xA;					&#xA;					<action android:name="com.google.android.c2dm.intent.RECEIVE" /><action android:name="com.google.android.c2dm.intent.REGISTRATION" /><category android:name="com.alunny.childapp" /></intent-filter></receiver><service android:name="com
 .arellomobile.android.push.PushGCMIntentService" /></application><uses-sdk android:minSdkVersion="5" /><uses-permission android:name="android.permission.READ_PHONE_STATE" /><uses-permission android:name="android.permission.WAKE_LOCK" /><permission android:name="com.alunny.childapp.permission.C2D_MESSAGE" android:protectionLevel="signature" /><uses-permission android:name="com.alunny.childapp.permission.C2D_MESSAGE" /><uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" /></manifest>

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/ChildBrowser/plugin.xml
----------------------------------------------------------------------
diff --git a/test/plugins/ChildBrowser/plugin.xml b/test/plugins/ChildBrowser/plugin.xml
index f7fd2ca..9e87f10 100644
--- a/test/plugins/ChildBrowser/plugin.xml
+++ b/test/plugins/ChildBrowser/plugin.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="com.phonegap.plugins.childbrowser"

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/ChildBrowser/src/android/ChildBrowser.java
----------------------------------------------------------------------
diff --git a/test/plugins/ChildBrowser/src/android/ChildBrowser.java b/test/plugins/ChildBrowser/src/android/ChildBrowser.java
index e69de29..5263b0c 100644
--- a/test/plugins/ChildBrowser/src/android/ChildBrowser.java
+++ b/test/plugins/ChildBrowser/src/android/ChildBrowser.java
@@ -0,0 +1,19 @@
+/*
+ *
+ * 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.
+ *
+*/
+

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/ChildBrowser/src/ios/ChildBrowserCommand.h
----------------------------------------------------------------------
diff --git a/test/plugins/ChildBrowser/src/ios/ChildBrowserCommand.h b/test/plugins/ChildBrowser/src/ios/ChildBrowserCommand.h
index 5e86a67..6a23ab6 100644
--- a/test/plugins/ChildBrowser/src/ios/ChildBrowserCommand.h
+++ b/test/plugins/ChildBrowser/src/ios/ChildBrowserCommand.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 //
 //  PhoneGap ! ChildBrowserCommand
 //

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/ChildBrowser/src/ios/ChildBrowserViewController.h
----------------------------------------------------------------------
diff --git a/test/plugins/ChildBrowser/src/ios/ChildBrowserViewController.h b/test/plugins/ChildBrowser/src/ios/ChildBrowserViewController.h
index 8767614..d6fc139 100644
--- a/test/plugins/ChildBrowser/src/ios/ChildBrowserViewController.h
+++ b/test/plugins/ChildBrowser/src/ios/ChildBrowserViewController.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 //
 //  ChildBrowserViewController.h
 //

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/ChildBrowser/src/ios/TargetDirTest.h
----------------------------------------------------------------------
diff --git a/test/plugins/ChildBrowser/src/ios/TargetDirTest.h b/test/plugins/ChildBrowser/src/ios/TargetDirTest.h
index 8d1c8b6..60a1403 100644
--- a/test/plugins/ChildBrowser/src/ios/TargetDirTest.h
+++ b/test/plugins/ChildBrowser/src/ios/TargetDirTest.h
@@ -1 +1,20 @@
+/*
+ *
+ * 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.
+ *
+*/
+
  

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/ChildBrowser/src/ios/preserveDirs/PreserveDirsTest.h
----------------------------------------------------------------------
diff --git a/test/plugins/ChildBrowser/src/ios/preserveDirs/PreserveDirsTest.h b/test/plugins/ChildBrowser/src/ios/preserveDirs/PreserveDirsTest.h
index 8d1c8b6..60a1403 100644
--- a/test/plugins/ChildBrowser/src/ios/preserveDirs/PreserveDirsTest.h
+++ b/test/plugins/ChildBrowser/src/ios/preserveDirs/PreserveDirsTest.h
@@ -1 +1,20 @@
+/*
+ *
+ * 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.
+ *
+*/
+
  

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/ChildBrowser/www/childbrowser.js
----------------------------------------------------------------------
diff --git a/test/plugins/ChildBrowser/www/childbrowser.js b/test/plugins/ChildBrowser/www/childbrowser.js
index e69de29..5263b0c 100644
--- a/test/plugins/ChildBrowser/www/childbrowser.js
+++ b/test/plugins/ChildBrowser/www/childbrowser.js
@@ -0,0 +1,19 @@
+/*
+ *
+ * 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.
+ *
+*/
+

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/DummyPlugin/plugin.xml
----------------------------------------------------------------------
diff --git a/test/plugins/DummyPlugin/plugin.xml b/test/plugins/DummyPlugin/plugin.xml
index 702c24c..7ca1982 100644
--- a/test/plugins/DummyPlugin/plugin.xml
+++ b/test/plugins/DummyPlugin/plugin.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="com.phonegap.plugins.dummyplugin"

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/DummyPlugin/src/BlackBerry10/client.js
----------------------------------------------------------------------
diff --git a/test/plugins/DummyPlugin/src/BlackBerry10/client.js b/test/plugins/DummyPlugin/src/BlackBerry10/client.js
index e69de29..5263b0c 100644
--- a/test/plugins/DummyPlugin/src/BlackBerry10/client.js
+++ b/test/plugins/DummyPlugin/src/BlackBerry10/client.js
@@ -0,0 +1,19 @@
+/*
+ *
+ * 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.
+ *
+*/
+

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/DummyPlugin/src/BlackBerry10/index.js
----------------------------------------------------------------------
diff --git a/test/plugins/DummyPlugin/src/BlackBerry10/index.js b/test/plugins/DummyPlugin/src/BlackBerry10/index.js
index e69de29..5263b0c 100644
--- a/test/plugins/DummyPlugin/src/BlackBerry10/index.js
+++ b/test/plugins/DummyPlugin/src/BlackBerry10/index.js
@@ -0,0 +1,19 @@
+/*
+ *
+ * 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.
+ *
+*/
+

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/DummyPlugin/src/android/DummyPlugin.java
----------------------------------------------------------------------
diff --git a/test/plugins/DummyPlugin/src/android/DummyPlugin.java b/test/plugins/DummyPlugin/src/android/DummyPlugin.java
index e69de29..5263b0c 100644
--- a/test/plugins/DummyPlugin/src/android/DummyPlugin.java
+++ b/test/plugins/DummyPlugin/src/android/DummyPlugin.java
@@ -0,0 +1,19 @@
+/*
+ *
+ * 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.
+ *
+*/
+

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/DummyPlugin/www/dummyplugin.js
----------------------------------------------------------------------
diff --git a/test/plugins/DummyPlugin/www/dummyplugin.js b/test/plugins/DummyPlugin/www/dummyplugin.js
index e69de29..5263b0c 100644
--- a/test/plugins/DummyPlugin/www/dummyplugin.js
+++ b/test/plugins/DummyPlugin/www/dummyplugin.js
@@ -0,0 +1,19 @@
+/*
+ *
+ * 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.
+ *
+*/
+

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/WebNotifications/plugin.xml
----------------------------------------------------------------------
diff --git a/test/plugins/WebNotifications/plugin.xml b/test/plugins/WebNotifications/plugin.xml
index 8865021..844d09c 100644
--- a/test/plugins/WebNotifications/plugin.xml
+++ b/test/plugins/WebNotifications/plugin.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="com.phonegap.plugins.webnotifications"

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/WeblessPlugin/plugin.xml
----------------------------------------------------------------------
diff --git a/test/plugins/WeblessPlugin/plugin.xml b/test/plugins/WeblessPlugin/plugin.xml
index 4968143..72eb3d8 100644
--- a/test/plugins/WeblessPlugin/plugin.xml
+++ b/test/plugins/WeblessPlugin/plugin.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="com.phonegap.plugins.weblessplugin"

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/WeblessPlugin/src/android/WeblessPlugin.java
----------------------------------------------------------------------
diff --git a/test/plugins/WeblessPlugin/src/android/WeblessPlugin.java b/test/plugins/WeblessPlugin/src/android/WeblessPlugin.java
index e69de29..5263b0c 100644
--- a/test/plugins/WeblessPlugin/src/android/WeblessPlugin.java
+++ b/test/plugins/WeblessPlugin/src/android/WeblessPlugin.java
@@ -0,0 +1,19 @@
+/*
+ *
+ * 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.
+ *
+*/
+

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/WeblessPlugin/src/ios/WeblessPluginCommand.h
----------------------------------------------------------------------
diff --git a/test/plugins/WeblessPlugin/src/ios/WeblessPluginCommand.h b/test/plugins/WeblessPlugin/src/ios/WeblessPluginCommand.h
index 5e86a67..6a23ab6 100644
--- a/test/plugins/WeblessPlugin/src/ios/WeblessPluginCommand.h
+++ b/test/plugins/WeblessPlugin/src/ios/WeblessPluginCommand.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 //
 //  PhoneGap ! ChildBrowserCommand
 //

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/WeblessPlugin/src/ios/WeblessPluginViewController.h
----------------------------------------------------------------------
diff --git a/test/plugins/WeblessPlugin/src/ios/WeblessPluginViewController.h b/test/plugins/WeblessPlugin/src/ios/WeblessPluginViewController.h
index 8767614..d6fc139 100644
--- a/test/plugins/WeblessPlugin/src/ios/WeblessPluginViewController.h
+++ b/test/plugins/WeblessPlugin/src/ios/WeblessPluginViewController.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 //
 //  ChildBrowserViewController.h
 //

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/plugin.xml
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/plugin.xml b/test/plugins/cordova.echo/plugin.xml
index 09822ff..5d0e097 100644
--- a/test/plugins/cordova.echo/plugin.xml
+++ b/test/plugins/cordova.echo/plugin.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
     id="com.cordova.echo"
     version="1.0.0">
@@ -21,4 +40,4 @@
         <source-file src="device/echoJnext.so" target-dir="ext-qnx/cordova.echo/device" />
         <source-file src="simulator/echoJnext.so" target-dir="ext-qnx/cordova.echo/simulator" />
     </platform>
-</plugin>
\ No newline at end of file
+</plugin>

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json/autolink.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json/autolink.h b/test/plugins/cordova.echo/src/BlackBerry10/public/json/autolink.h
index 37c9258..e0e5eb3 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json/autolink.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json/autolink.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #ifndef JSON_AUTOLINK_H_INCLUDED
 # define JSON_AUTOLINK_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json/config.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json/config.h b/test/plugins/cordova.echo/src/BlackBerry10/public/json/config.h
index 5d334cb..c946f30 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json/config.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json/config.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #ifndef JSON_CONFIG_H_INCLUDED
 # define JSON_CONFIG_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json/features.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json/features.h b/test/plugins/cordova.echo/src/BlackBerry10/public/json/features.h
index 5a9adec..8ecddb9 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json/features.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json/features.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #ifndef CPPTL_JSON_FEATURES_H_INCLUDED
 # define CPPTL_JSON_FEATURES_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json/forwards.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json/forwards.h b/test/plugins/cordova.echo/src/BlackBerry10/public/json/forwards.h
index d0ce830..b96a134 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json/forwards.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json/forwards.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #ifndef JSON_FORWARDS_H_INCLUDED
 # define JSON_FORWARDS_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json/json.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json/json.h b/test/plugins/cordova.echo/src/BlackBerry10/public/json/json.h
index c71ed65..b635f8a 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json/json.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json/json.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #ifndef JSON_JSON_H_INCLUDED
 # define JSON_JSON_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json/reader.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json/reader.h b/test/plugins/cordova.echo/src/BlackBerry10/public/json/reader.h
index ee1d6a2..e3f8d0d 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json/reader.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json/reader.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #ifndef CPPTL_JSON_READER_H_INCLUDED
 # define CPPTL_JSON_READER_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json/value.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json/value.h b/test/plugins/cordova.echo/src/BlackBerry10/public/json/value.h
index 58bfd88..1253f96 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json/value.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json/value.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #ifndef CPPTL_JSON_H_INCLUDED
 # define CPPTL_JSON_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json/writer.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json/writer.h b/test/plugins/cordova.echo/src/BlackBerry10/public/json/writer.h
index 5f4b83b..0c6cdaa 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json/writer.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json/writer.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #ifndef JSON_WRITER_H_INCLUDED
 # define JSON_WRITER_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json_batchallocator.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json_batchallocator.h b/test/plugins/cordova.echo/src/BlackBerry10/public/json_batchallocator.h
index 87ea5ed..7023752 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json_batchallocator.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json_batchallocator.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #ifndef JSONCPP_BATCHALLOCATOR_H_INCLUDED
 # define JSONCPP_BATCHALLOCATOR_H_INCLUDED
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json_reader.cpp
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json_reader.cpp b/test/plugins/cordova.echo/src/BlackBerry10/public/json_reader.cpp
index 750088c..e5f1749 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json_reader.cpp
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json_reader.cpp
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #include <json/reader.h>
 #include <json/value.h>
 #include <utility>

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json_value.cpp
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json_value.cpp b/test/plugins/cordova.echo/src/BlackBerry10/public/json_value.cpp
index 6e5dcd3..a25e4b9 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json_value.cpp
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json_value.cpp
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #include <iostream>
 #include <json/value.h>
 #include <json/writer.h>

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/json_writer.cpp
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/json_writer.cpp b/test/plugins/cordova.echo/src/BlackBerry10/public/json_writer.cpp
index cdf4188..7cac6fc 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/json_writer.cpp
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/json_writer.cpp
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #include <json/writer.h>
 #include <utility>
 #include <assert.h>

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/plugin.cpp
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/plugin.cpp b/test/plugins/cordova.echo/src/BlackBerry10/public/plugin.cpp
index 6906275..9d986ad 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/plugin.cpp
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/plugin.cpp
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #include "plugin.h"
 #include "tokenizer.h"
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/plugin.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/plugin.h b/test/plugins/cordova.echo/src/BlackBerry10/public/plugin.h
index 4ef7116..d56690e 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/plugin.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/plugin.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 #ifndef _PLUGIN_H
 #define _PLUGIN_H
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/tokenizer.cpp
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/tokenizer.cpp b/test/plugins/cordova.echo/src/BlackBerry10/public/tokenizer.cpp
index 4a39573..f55f511 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/tokenizer.cpp
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/tokenizer.cpp
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 /************************************************************************
 The zlib/libpng License
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/cordova.echo/src/BlackBerry10/public/tokenizer.h
----------------------------------------------------------------------
diff --git a/test/plugins/cordova.echo/src/BlackBerry10/public/tokenizer.h b/test/plugins/cordova.echo/src/BlackBerry10/public/tokenizer.h
index 75f567c..27fa1ce 100644
--- a/test/plugins/cordova.echo/src/BlackBerry10/public/tokenizer.h
+++ b/test/plugins/cordova.echo/src/BlackBerry10/public/tokenizer.h
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 /************************************************************************
 The zlib/libpng License
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/plugins/multiple-children/plugin.xml
----------------------------------------------------------------------
diff --git a/test/plugins/multiple-children/plugin.xml b/test/plugins/multiple-children/plugin.xml
index 83bfab4..799abe2 100644
--- a/test/plugins/multiple-children/plugin.xml
+++ b/test/plugins/multiple-children/plugin.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ 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.
+
+-->
+
 <plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
     xmlns="http://www.phonegap.com/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/projects/android_one/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/test/projects/android_one/AndroidManifest.xml b/test/projects/android_one/AndroidManifest.xml
index 22cead8..0c52803 100644
--- a/test/projects/android_one/AndroidManifest.xml
+++ b/test/projects/android_one/AndroidManifest.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+ 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.
+
+-->
+
 <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:windowSoftInputMode="adjustPan"
       package="com.alunny.childapp" android:versionName="1.1" android:versionCode="5">
     <supports-screens

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/projects/android_one/res/xml/plugins.xml
----------------------------------------------------------------------
diff --git a/test/projects/android_one/res/xml/plugins.xml b/test/projects/android_one/res/xml/plugins.xml
index 6a5a3e1..9cee85e 100644
--- a/test/projects/android_one/res/xml/plugins.xml
+++ b/test/projects/android_one/res/xml/plugins.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+ 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.
+
+-->
+
 <plugins>
     <plugin name="App" value="com.phonegap.App"/>
     <plugin name="Geolocation" value="com.phonegap.GeoBroker"/>

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/projects/android_two/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/test/projects/android_two/AndroidManifest.xml b/test/projects/android_two/AndroidManifest.xml
index 22cead8..0c52803 100644
--- a/test/projects/android_two/AndroidManifest.xml
+++ b/test/projects/android_two/AndroidManifest.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+ 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.
+
+-->
+
 <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:windowSoftInputMode="adjustPan"
       package="com.alunny.childapp" android:versionName="1.1" android:versionCode="5">
     <supports-screens

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/projects/multiple-children/AndroidManifest.xml
----------------------------------------------------------------------
diff --git a/test/projects/multiple-children/AndroidManifest.xml b/test/projects/multiple-children/AndroidManifest.xml
index 22cead8..0c52803 100644
--- a/test/projects/multiple-children/AndroidManifest.xml
+++ b/test/projects/multiple-children/AndroidManifest.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+ 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.
+
+-->
+
 <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:windowSoftInputMode="adjustPan"
       package="com.alunny.childapp" android:versionName="1.1" android:versionCode="5">
     <supports-screens

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/projects/multiple-children/res/xml/plugins.xml
----------------------------------------------------------------------
diff --git a/test/projects/multiple-children/res/xml/plugins.xml b/test/projects/multiple-children/res/xml/plugins.xml
index 6a5a3e1..9cee85e 100644
--- a/test/projects/multiple-children/res/xml/plugins.xml
+++ b/test/projects/multiple-children/res/xml/plugins.xml
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+
+ 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.
+
+-->
+
 <plugins>
     <plugin name="App" value="com.phonegap.App"/>
     <plugin name="Geolocation" value="com.phonegap.GeoBroker"/>

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/remote-test.js
----------------------------------------------------------------------
diff --git a/test/remote-test.js b/test/remote-test.js
index fcdc405..c206fcd 100644
--- a/test/remote-test.js
+++ b/test/remote-test.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var path = require('path'),
     plugins = require(path.join(__dirname, '..', 'util', 'plugins'));
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/test/www-only.js
----------------------------------------------------------------------
diff --git a/test/www-only.js b/test/www-only.js
index bd8dd7b..e746b35 100644
--- a/test/www-only.js
+++ b/test/www-only.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var fs = require('fs')
   , path = require('path')
   , plist = require('plist')

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/util/config-changes.js
----------------------------------------------------------------------
diff --git a/util/config-changes.js b/util/config-changes.js
index 5551b82..d931039 100644
--- a/util/config-changes.js
+++ b/util/config-changes.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 // takes an xml list of config-file tags
 // returns a JS object with an easy to use structure
 

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/util/fs.js
----------------------------------------------------------------------
diff --git a/util/fs.js b/util/fs.js
index 1cfcd66..3d9f374 100644
--- a/util/fs.js
+++ b/util/fs.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 var fs = require('fs');
 
 // polyfill for Node 0.6.x

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/util/plugins.js
----------------------------------------------------------------------
diff --git a/util/plugins.js b/util/plugins.js
index b179523..19e97a8 100644
--- a/util/plugins.js
+++ b/util/plugins.js
@@ -1,4 +1,23 @@
 #!/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.
+ *
+*/
+
 var http = require('http'),
     osenv = require('osenv'),
     path = require('path'),

http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c5f4335a/util/xml-helpers.js
----------------------------------------------------------------------
diff --git a/util/xml-helpers.js b/util/xml-helpers.js
index 7e363b4..1197604 100644
--- a/util/xml-helpers.js
+++ b/util/xml-helpers.js
@@ -1,3 +1,22 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 /**
  * contains XML utility functions, some of which are specific to elementtree
  */