Updated Branches:
  refs/heads/master 67a0d6fdc -> 69321e879

[CB-642] Add license headers according to apache RAT


Project: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/commit/69321e87
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/tree/69321e87
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/diff/69321e87

Branch: refs/heads/master
Commit: 69321e8795e43c1b1b55fd676d356dd3c01a9ee4
Parents: 67a0d6f
Author: Fil Maj <maj....@gmail.com>
Authored: Fri Jun 1 10:02:25 2012 -0700
Committer: Fil Maj <maj....@gmail.com>
Committed: Fri Jun 1 10:02:25 2012 -0700

----------------------------------------------------------------------
 build.xml                                     |   19 ++++++++++++++++++-
 framework/ext-air/Cordova_Network/library.xml |   18 ++++++++++++++++++
 framework/ext/BlackBerry_App_Descriptor.xml   |   18 ++++++++++++++++++
 framework/ext/src/library.xml                 |   18 ++++++++++++++++++
 template/project/blackberry.xml               |   19 ++++++++++++++++++-
 template/project/build.xml                    |   19 ++++++++++++++++++-
 template/project/playbook.xml                 |   19 ++++++++++++++++++-
 template/project/www/config.xml               |   17 +++++++++++++++++
 template/project/www/index.html               |   18 ++++++++++++++++++
 template/project/www/plugins.xml              |   18 ++++++++++++++++++
 10 files changed, 179 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/69321e87/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index f8115fa..ae13d67 100644
--- a/build.xml
+++ b/build.xml
@@ -1,5 +1,22 @@
 <project name="Create &amp; Update a Cordova BlackBerry WebWorks Project" 
default="help">
-    
+<!-- 
+   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.
+-->
     <!-- LOAD VERSION -->
     
     <loadfile property="version" srcFile="VERSION">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/69321e87/framework/ext-air/Cordova_Network/library.xml
----------------------------------------------------------------------
diff --git a/framework/ext-air/Cordova_Network/library.xml 
b/framework/ext-air/Cordova_Network/library.xml
index 870fd58..c1835b4 100644
--- a/framework/ext-air/Cordova_Network/library.xml
+++ b/framework/ext-air/Cordova_Network/library.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!-- 
+       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.
+-->
 <library isWhitelist="true">
        <extension>
                <entryClass>org.apache.cordova.network.Network</entryClass>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/69321e87/framework/ext/BlackBerry_App_Descriptor.xml
----------------------------------------------------------------------
diff --git a/framework/ext/BlackBerry_App_Descriptor.xml 
b/framework/ext/BlackBerry_App_Descriptor.xml
index 13b9c53..bb973e8 100644
--- a/framework/ext/BlackBerry_App_Descriptor.xml
+++ b/framework/ext/BlackBerry_App_Descriptor.xml
@@ -1,4 +1,22 @@
 <Properties ModelVersion="1.1.2">
+<!-- 
+     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.
+-->
   <General Title="" Version="1.0.0" Vendor="BlackBerry Developer" 
Description=""/>
   <Application Type="BlackBerry Application" MainMIDletName="" MainArgs="" 
HomeScreenPosition="0" StartupTier="7" IsSystemModule="false" 
IsAutostartup="false"/>
   <Resources hasTitleResource="false" TitleResourceBundleName="" 
TitleResourceBundleRelativePath="" TitleResourceBundleClassName="" 
TitleResourceBundleKey="" DescriptionId="">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/69321e87/framework/ext/src/library.xml
----------------------------------------------------------------------
diff --git a/framework/ext/src/library.xml b/framework/ext/src/library.xml
index 32f9f3b..a81e0fd 100644
--- a/framework/ext/src/library.xml
+++ b/framework/ext/src/library.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+       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.
+-->
 <library>
        <extension>
                <entryClass>org.apache.cordova.CordovaExtension</entryClass>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/69321e87/template/project/blackberry.xml
----------------------------------------------------------------------
diff --git a/template/project/blackberry.xml b/template/project/blackberry.xml
index 018b378..59c0278 100644
--- a/template/project/blackberry.xml
+++ b/template/project/blackberry.xml
@@ -1,5 +1,22 @@
 <project default="help">
-    
+<!-- 
+       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.
+-->    
     <!-- LOAD PROPERTIES -->
     
     <property prefix="properties" file="project.properties" />

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/69321e87/template/project/build.xml
----------------------------------------------------------------------
diff --git a/template/project/build.xml b/template/project/build.xml
index 537ff13..9cf3e37 100644
--- a/template/project/build.xml
+++ b/template/project/build.xml
@@ -1,5 +1,22 @@
 <project name="Build and Deploy a Cordova BlackBerry WebWorks Project" 
default="help">
-    
+<!-- 
+       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.
+-->    
     <!-- LOAD ANT-CONTRIB LIBRARY -->
     
     <taskdef resource="net/sf/antcontrib/antcontrib.properties">

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/69321e87/template/project/playbook.xml
----------------------------------------------------------------------
diff --git a/template/project/playbook.xml b/template/project/playbook.xml
index 5ca5ac3..2584f9c 100644
--- a/template/project/playbook.xml
+++ b/template/project/playbook.xml
@@ -1,5 +1,22 @@
 <project default="help">
-    
+<!-- 
+       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.
+-->    
     <!-- LOAD PROPERTIES -->
     
     <property prefix="properties" file="project.properties" />

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/69321e87/template/project/www/config.xml
----------------------------------------------------------------------
diff --git a/template/project/www/config.xml b/template/project/www/config.xml
index bdfa309..28a7fc1 100644
--- a/template/project/www/config.xml
+++ b/template/project/www/config.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+       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.
+-->
 <!--
   Widget Configuration Reference:
     http://docs.blackberry.com/en/developers/deliverables/15274/

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/69321e87/template/project/www/index.html
----------------------------------------------------------------------
diff --git a/template/project/www/index.html b/template/project/www/index.html
index 7f8238e..92537b1 100644
--- a/template/project/www/index.html
+++ b/template/project/www/index.html
@@ -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.
+-->
 <!DOCTYPE html>
 <html>
   <head>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/69321e87/template/project/www/plugins.xml
----------------------------------------------------------------------
diff --git a/template/project/www/plugins.xml b/template/project/www/plugins.xml
index bdea7e6..eed2e5b 100644
--- a/template/project/www/plugins.xml
+++ b/template/project/www/plugins.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+       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.
+-->
 <plugins>
   <plugin name="App"            value="org.apache.cordova.app.App"/>
   <plugin name="Device"         value="org.apache.cordova.device.Device"/>

Reply via email to