Repository: cordova-osx
Updated Branches:
  refs/heads/master cecdf449f -> 2b7076ae8


CB-6789 OSX - Fix header licenses (Apache RAT report)


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

Branch: refs/heads/master
Commit: 2b7076ae8cb21cddfce2f6eb0cd2bc0db233bb4b
Parents: cecdf44
Author: Tobias Bocanegra <[email protected]>
Authored: Wed Nov 25 17:05:01 2015 -0800
Committer: Tobias Bocanegra <[email protected]>
Committed: Wed Nov 25 17:05:01 2015 -0800

----------------------------------------------------------------------
 .ratignore                                      |  5 +++-
 .../CordovaLib/Classes/Localizable.strings      | 19 +++++++++++++
 CordovaLib/CordovaLib/CordovaLib-Prefix.pch     | 23 +++++++++++++---
 .../__NON-CLI__.xcodeproj/project.pbxproj       | 12 --------
 .../__PROJECT_NAME__/MainViewController.xib     | 20 ++++++++++++++
 .../__PROJECT_NAME__-Prefix.pch                 | 23 +++++++++++++---
 .../project/__PROJECT_NAME__/config.xml         | 16 +++++++++++
 .../__PROJECT_NAME__/en.lproj/Credits.rtf       | 29 --------------------
 .../__PROJECT_NAME__/en.lproj/InfoPlist.strings | 19 +++++++++++++
 .../en.lproj/MainViewController.strings         | 18 ++++++++++++
 .../CordovaLibApp/CordovaLibApp-Prefix.pch      | 23 +++++++++++++---
 .../CordovaLibApp/MainViewController.xib        | 20 ++++++++++++++
 tests/CordovaLibTests/CordovaLibApp/config.xml  | 23 ++++++++++++++--
 .../CordovaLibApp/en.lproj/Credits.rtf          | 29 --------------------
 .../CordovaLibApp/en.lproj/InfoPlist.strings    | 21 +++++++++++++-
 .../en.lproj/MainViewController.strings         | 18 ++++++++++++
 .../CordovaLibTests/CordovaLibTests-Prefix.pch  | 25 ++++++++++++-----
 .../CordovaLibTests.xcodeproj/project.pbxproj   | 12 --------
 .../CordovaLibTests/en.lproj/InfoPlist.strings  | 21 +++++++++++++-
 19 files changed, 270 insertions(+), 106 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/.ratignore
----------------------------------------------------------------------
diff --git a/.ratignore b/.ratignore
index dc91c1b..66b6d08 100644
--- a/.ratignore
+++ b/.ratignore
@@ -1,6 +1,9 @@
 # yes, not .gitignore
 gitignore
 
-# licenses for both below are in the cordova-ios LICENSE file
+# licenses for both below are in the cordova-osx LICENSE file
 NSData+Base64.h
 NSData+Base64.m
+
+# AppIcon.appiconset
+Contents.json

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/CordovaLib/CordovaLib/Classes/Localizable.strings
----------------------------------------------------------------------
diff --git a/CordovaLib/CordovaLib/Classes/Localizable.strings 
b/CordovaLib/CordovaLib/Classes/Localizable.strings
index 6038f0b..e63fe97 100644
--- a/CordovaLib/CordovaLib/Classes/Localizable.strings
+++ b/CordovaLib/CordovaLib/Classes/Localizable.strings
@@ -1,3 +1,22 @@
+/*
+ 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.
+ */
+
 /****************************************************************************/
 /* Localization file */
 

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/CordovaLib/CordovaLib/CordovaLib-Prefix.pch
----------------------------------------------------------------------
diff --git a/CordovaLib/CordovaLib/CordovaLib-Prefix.pch 
b/CordovaLib/CordovaLib/CordovaLib-Prefix.pch
index 35d7640..7188d90 100644
--- a/CordovaLib/CordovaLib/CordovaLib-Prefix.pch
+++ b/CordovaLib/CordovaLib/CordovaLib-Prefix.pch
@@ -1,8 +1,23 @@
-//
-//  Prefix header
-//
+/*
+ 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.
+ */
+
 //  The contents of this file are implicitly included at the beginning of 
every source file.
-//
 
 #ifdef __OBJC__
     #import <Cocoa/Cocoa.h>

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj 
b/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
index f66e6e9..3722ccd 100644
--- a/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
@@ -11,7 +11,6 @@
                70BD682718FFB02D00A1EFCF /* Cocoa.framework in Frameworks */ = 
{isa = PBXBuildFile; fileRef = 70BD682618FFB02D00A1EFCF /* Cocoa.framework */; 
};
                70BD683118FFB02D00A1EFCF /* InfoPlist.strings in Resources */ = 
{isa = PBXBuildFile; fileRef = 70BD682F18FFB02D00A1EFCF /* InfoPlist.strings 
*/; };
                70BD683318FFB02D00A1EFCF /* main.m in Sources */ = {isa = 
PBXBuildFile; fileRef = 70BD683218FFB02D00A1EFCF /* main.m */; };
-               70BD683718FFB02D00A1EFCF /* Credits.rtf in Resources */ = {isa 
= PBXBuildFile; fileRef = 70BD683518FFB02D00A1EFCF /* Credits.rtf */; };
                70BD683F18FFB02D00A1EFCF /* Images.xcassets in Resources */ = 
{isa = PBXBuildFile; fileRef = 70BD683E18FFB02D00A1EFCF /* Images.xcassets */; 
};
                70BD686318FFB04800A1EFCF /* libCordovaLib.a in Frameworks */ = 
{isa = PBXBuildFile; fileRef = 70BD686018FFB04300A1EFCF /* libCordovaLib.a */; 
};
                70BD686618FFB06500A1EFCF /* SystemConfiguration.framework in 
Frameworks */ = {isa = PBXBuildFile; fileRef = 70BD686418FFB06500A1EFCF /* 
SystemConfiguration.framework */; };
@@ -69,7 +68,6 @@
                70BD683018FFB02D00A1EFCF /* en */ = {isa = PBXFileReference; 
lastKnownFileType = text.plist.strings; name = en; path = 
en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
                70BD683218FFB02D00A1EFCF /* main.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; 
sourceTree = "<group>"; };
                70BD683418FFB02D00A1EFCF /* __PROJECT_NAME__-Prefix.pch */ = 
{isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = 
"__PROJECT_NAME__-Prefix.pch"; sourceTree = "<group>"; };
-               70BD683618FFB02D00A1EFCF /* en */ = {isa = PBXFileReference; 
lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; 
sourceTree = "<group>"; };
                70BD683E18FFB02D00A1EFCF /* Images.xcassets */ = {isa = 
PBXFileReference; lastKnownFileType = folder.assetcatalog; path = 
Images.xcassets; sourceTree = "<group>"; };
                70BD685A18FFB04300A1EFCF /* CordovaLib.xcodeproj */ = {isa = 
PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = 
CordovaLib.xcodeproj; path = ../CordovaLib/CordovaLib.xcodeproj; sourceTree = 
"<group>"; };
                70BD686418FFB06500A1EFCF /* SystemConfiguration.framework */ = 
{isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = 
SystemConfiguration.framework; path = 
System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; 
};
@@ -165,7 +163,6 @@
                                70BD682F18FFB02D00A1EFCF /* InfoPlist.strings 
*/,
                                70BD683218FFB02D00A1EFCF /* main.m */,
                                70BD683418FFB02D00A1EFCF /* 
__PROJECT_NAME__-Prefix.pch */,
-                               70BD683518FFB02D00A1EFCF /* Credits.rtf */,
                        );
                        name = "Supporting Files";
                        sourceTree = "<group>";
@@ -280,7 +277,6 @@
                                70BD683118FFB02D00A1EFCF /* InfoPlist.strings 
in Resources */,
                                707060AF18FFC05700755D46 /* 
MainViewController.xib in Resources */,
                                70BD683F18FFB02D00A1EFCF /* Images.xcassets in 
Resources */,
-                               70BD683718FFB02D00A1EFCF /* Credits.rtf in 
Resources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
@@ -333,14 +329,6 @@
                        name = InfoPlist.strings;
                        sourceTree = "<group>";
                };
-               70BD683518FFB02D00A1EFCF /* Credits.rtf */ = {
-                       isa = PBXVariantGroup;
-                       children = (
-                               70BD683618FFB02D00A1EFCF /* en */,
-                       );
-                       name = Credits.rtf;
-                       sourceTree = "<group>";
-               };
 /* End PBXVariantGroup section */
 
 /* Begin XCBuildConfiguration section */

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/bin/templates/project/__PROJECT_NAME__/MainViewController.xib
----------------------------------------------------------------------
diff --git a/bin/templates/project/__PROJECT_NAME__/MainViewController.xib 
b/bin/templates/project/__PROJECT_NAME__/MainViewController.xib
index 1db431a..91382ed 100644
--- a/bin/templates/project/__PROJECT_NAME__/MainViewController.xib
+++ b/bin/templates/project/__PROJECT_NAME__/MainViewController.xib
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+#
+# 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.
+#
+-->
 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="5056" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" 
propertyAccessControl="none" useAutolayout="YES">
     <dependencies>
         <deployment version="1070" identifier="macosx"/>

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch
----------------------------------------------------------------------
diff --git a/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch 
b/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch
index 35d7640..052e1cd 100644
--- a/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch
+++ b/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch
@@ -1,8 +1,23 @@
-//
-//  Prefix header
-//
+/*
+ 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.
+ */
+
 //  The contents of this file are implicitly included at the beginning of 
every source file.
-//
 
 #ifdef __OBJC__
     #import <Cocoa/Cocoa.h>

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/bin/templates/project/__PROJECT_NAME__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__PROJECT_NAME__/config.xml 
b/bin/templates/project/__PROJECT_NAME__/config.xml
index 7df4511..f848fdd 100644
--- a/bin/templates/project/__PROJECT_NAME__/config.xml
+++ b/bin/templates/project/__PROJECT_NAME__/config.xml
@@ -1,4 +1,20 @@
 <?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 id="com.example.hello" version="0.0.1" 
xmlns="http://www.w3.org/ns/widgets";
         xmlns:cdv="http://cordova.apache.org/ns/1.0";>
     <preference name="AllowInlineMediaPlayback" value="false"/>

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/bin/templates/project/__PROJECT_NAME__/en.lproj/Credits.rtf
----------------------------------------------------------------------
diff --git a/bin/templates/project/__PROJECT_NAME__/en.lproj/Credits.rtf 
b/bin/templates/project/__PROJECT_NAME__/en.lproj/Credits.rtf
deleted file mode 100644
index 46576ef..0000000
--- a/bin/templates/project/__PROJECT_NAME__/en.lproj/Credits.rtf
+++ /dev/null
@@ -1,29 +0,0 @@
-{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\paperw9840\paperh8400
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
-
-\f0\b\fs24 \cf0 Engineering:
-\b0 \
-       Some people\
-\
-
-\b Human Interface Design:
-\b0 \
-       Some other people\
-\
-
-\b Testing:
-\b0 \
-       Hopefully not nobody\
-\
-
-\b Documentation:
-\b0 \
-       Whoever\
-\
-
-\b With special thanks to:
-\b0 \
-       Mom\
-}

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/bin/templates/project/__PROJECT_NAME__/en.lproj/InfoPlist.strings
----------------------------------------------------------------------
diff --git a/bin/templates/project/__PROJECT_NAME__/en.lproj/InfoPlist.strings 
b/bin/templates/project/__PROJECT_NAME__/en.lproj/InfoPlist.strings
index 477b28f..3a38f0c 100644
--- a/bin/templates/project/__PROJECT_NAME__/en.lproj/InfoPlist.strings
+++ b/bin/templates/project/__PROJECT_NAME__/en.lproj/InfoPlist.strings
@@ -1,2 +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.
+ */
+
 /* Localized versions of Info.plist keys */
 

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/bin/templates/project/__PROJECT_NAME__/en.lproj/MainViewController.strings
----------------------------------------------------------------------
diff --git 
a/bin/templates/project/__PROJECT_NAME__/en.lproj/MainViewController.strings 
b/bin/templates/project/__PROJECT_NAME__/en.lproj/MainViewController.strings
index 079d36f..19259cb 100644
--- a/bin/templates/project/__PROJECT_NAME__/en.lproj/MainViewController.strings
+++ b/bin/templates/project/__PROJECT_NAME__/en.lproj/MainViewController.strings
@@ -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.
+ */
 
 /* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = 
"1UK-8n-QPP"; */
 "1UK-8n-QPP.title" = "Customize Toolbar…";

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/tests/CordovaLibTests/CordovaLibApp/CordovaLibApp-Prefix.pch
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/CordovaLibApp/CordovaLibApp-Prefix.pch 
b/tests/CordovaLibTests/CordovaLibApp/CordovaLibApp-Prefix.pch
index 35d7640..052e1cd 100644
--- a/tests/CordovaLibTests/CordovaLibApp/CordovaLibApp-Prefix.pch
+++ b/tests/CordovaLibTests/CordovaLibApp/CordovaLibApp-Prefix.pch
@@ -1,8 +1,23 @@
-//
-//  Prefix header
-//
+/*
+ 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.
+ */
+
 //  The contents of this file are implicitly included at the beginning of 
every source file.
-//
 
 #ifdef __OBJC__
     #import <Cocoa/Cocoa.h>

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/tests/CordovaLibTests/CordovaLibApp/MainViewController.xib
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/CordovaLibApp/MainViewController.xib 
b/tests/CordovaLibTests/CordovaLibApp/MainViewController.xib
index 5917d6f..c9f3cea 100644
--- a/tests/CordovaLibTests/CordovaLibApp/MainViewController.xib
+++ b/tests/CordovaLibTests/CordovaLibApp/MainViewController.xib
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+#
+# 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.
+#
+-->
 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="9059" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" 
propertyAccessControl="none" useAutolayout="YES">
     <dependencies>
         <deployment version="1070" identifier="macosx"/>

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/tests/CordovaLibTests/CordovaLibApp/config.xml
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/CordovaLibApp/config.xml 
b/tests/CordovaLibTests/CordovaLibApp/config.xml
index b39c7d5..aca923b 100644
--- a/tests/CordovaLibTests/CordovaLibApp/config.xml
+++ b/tests/CordovaLibTests/CordovaLibApp/config.xml
@@ -1,6 +1,25 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget id="com.example.hello" version="0.0.1" 
xmlns="http://www.w3.org/ns/widgets";
-        xmlns:cdv="http://cordova.apache.org/ns/1.0";>
+<!--
+#
+# 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 id="com.example.hello" version="0.0.1" 
xmlns="http://www.w3.org/ns/widgets"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0";>
     <preference name="AllowInlineMediaPlayback" value="false"/>
     <preference name="AutoHideSplashScreen" value="true"/>
     <preference name="BackupWebStorage" value="cloud"/>

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/tests/CordovaLibTests/CordovaLibApp/en.lproj/Credits.rtf
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/CordovaLibApp/en.lproj/Credits.rtf 
b/tests/CordovaLibTests/CordovaLibApp/en.lproj/Credits.rtf
deleted file mode 100644
index 46576ef..0000000
--- a/tests/CordovaLibTests/CordovaLibApp/en.lproj/Credits.rtf
+++ /dev/null
@@ -1,29 +0,0 @@
-{\rtf0\ansi{\fonttbl\f0\fswiss Helvetica;}
-{\colortbl;\red255\green255\blue255;}
-\paperw9840\paperh8400
-\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural
-
-\f0\b\fs24 \cf0 Engineering:
-\b0 \
-       Some people\
-\
-
-\b Human Interface Design:
-\b0 \
-       Some other people\
-\
-
-\b Testing:
-\b0 \
-       Hopefully not nobody\
-\
-
-\b Documentation:
-\b0 \
-       Whoever\
-\
-
-\b With special thanks to:
-\b0 \
-       Mom\
-}

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/tests/CordovaLibTests/CordovaLibApp/en.lproj/InfoPlist.strings
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/CordovaLibApp/en.lproj/InfoPlist.strings 
b/tests/CordovaLibTests/CordovaLibApp/en.lproj/InfoPlist.strings
index 477b28f..6fedaad 100644
--- a/tests/CordovaLibTests/CordovaLibApp/en.lproj/InfoPlist.strings
+++ b/tests/CordovaLibTests/CordovaLibApp/en.lproj/InfoPlist.strings
@@ -1,2 +1,21 @@
-/* Localized versions of Info.plist keys */
+/*
+ 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.
+ */
+
+ /* Localized versions of Info.plist keys */
 

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/tests/CordovaLibTests/CordovaLibApp/en.lproj/MainViewController.strings
----------------------------------------------------------------------
diff --git 
a/tests/CordovaLibTests/CordovaLibApp/en.lproj/MainViewController.strings 
b/tests/CordovaLibTests/CordovaLibApp/en.lproj/MainViewController.strings
index ec530ce..1304685 100644
--- a/tests/CordovaLibTests/CordovaLibApp/en.lproj/MainViewController.strings
+++ b/tests/CordovaLibTests/CordovaLibApp/en.lproj/MainViewController.strings
@@ -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.
+*/
 
 /* Class = "NSMenuItem"; title = "Customize Toolbar…"; ObjectID = 
"1UK-8n-QPP"; */
 "1UK-8n-QPP.title" = "Customize Toolbar…";

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/tests/CordovaLibTests/CordovaLibTests-Prefix.pch
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/CordovaLibTests-Prefix.pch 
b/tests/CordovaLibTests/CordovaLibTests-Prefix.pch
index 55b5f02..786af04 100644
--- a/tests/CordovaLibTests/CordovaLibTests-Prefix.pch
+++ b/tests/CordovaLibTests/CordovaLibTests-Prefix.pch
@@ -1,10 +1,21 @@
-//
-//  CordovaLibTests-Prefix.pch
-//  CordovaLibTests
-//
-//  Created by Tobias Bocanegra on 4/30/14.
-//  Copyright (c) 2014 Apache Software Foundation. All rights reserved.
-//
+/*
+ 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.
+ */
 
 #ifndef CordovaLibTests_CordovaLibTests_Prefix_pch
 #define CordovaLibTests_CordovaLibTests_Prefix_pch

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj 
b/tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj
index 9f162ff..067d7c2 100644
--- a/tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj
+++ b/tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj
@@ -19,7 +19,6 @@
                70DAA8EA1908E07E00AF3749 /* CDVWebViewTest.m in Sources */ = 
{isa = PBXBuildFile; fileRef = 70DAA8E91908E07E00AF3749 /* CDVWebViewTest.m */; 
};
                70DAA8F11908E37C00AF3749 /* Cocoa.framework in Frameworks */ = 
{isa = PBXBuildFile; fileRef = 70BD673D18FF9DAE00A1EFCF /* Cocoa.framework */; 
};
                70DAA8F71908E37C00AF3749 /* InfoPlist.strings in Resources */ = 
{isa = PBXBuildFile; fileRef = 70DAA8F51908E37C00AF3749 /* InfoPlist.strings 
*/; };
-               70DAA8FD1908E37C00AF3749 /* Credits.rtf in Resources */ = {isa 
= PBXBuildFile; fileRef = 70DAA8FB1908E37C00AF3749 /* Credits.rtf */; };
                70DAA9221908E80C00AF3749 /* www in Resources */ = {isa = 
PBXBuildFile; fileRef = 70DAA9201908E80C00AF3749 /* www */; };
                70DAA9231908E80C00AF3749 /* config.xml in Resources */ = {isa = 
PBXBuildFile; fileRef = 70DAA9211908E80C00AF3749 /* config.xml */; };
                70DAA9251908E82600AF3749 /* WebKit.framework in Frameworks */ = 
{isa = PBXBuildFile; fileRef = 70DAA9241908E82600AF3749 /* WebKit.framework */; 
};
@@ -62,7 +61,6 @@
                70DAA8F61908E37C00AF3749 /* en */ = {isa = PBXFileReference; 
lastKnownFileType = text.plist.strings; name = en; path = 
en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
                70DAA8F81908E37C00AF3749 /* main.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; 
sourceTree = "<group>"; };
                70DAA8FA1908E37C00AF3749 /* CordovaLibApp-Prefix.pch */ = {isa 
= PBXFileReference; lastKnownFileType = sourcecode.c.h; name = 
"CordovaLibApp-Prefix.pch"; path = "CordovaLibApp/CordovaLibApp-Prefix.pch"; 
sourceTree = SOURCE_ROOT; };
-               70DAA8FC1908E37C00AF3749 /* en */ = {isa = PBXFileReference; 
lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; 
sourceTree = "<group>"; };
                70DAA8FE1908E37C00AF3749 /* AppDelegate.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; 
sourceTree = "<group>"; };
                70DAA8FF1908E37C00AF3749 /* AppDelegate.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; 
sourceTree = "<group>"; };
                70DAA91E1908E7CC00AF3749 /* MainViewController.xib */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = 
MainViewController.xib; sourceTree = "<group>"; };
@@ -196,7 +194,6 @@
                                70DAA8FA1908E37C00AF3749 /* 
CordovaLibApp-Prefix.pch */,
                                70DAA8F51908E37C00AF3749 /* InfoPlist.strings 
*/,
                                70DAA8F81908E37C00AF3749 /* main.m */,
-                               70DAA8FB1908E37C00AF3749 /* Credits.rtf */,
                        );
                        name = "Supporting Files";
                        sourceTree = "<group>";
@@ -305,7 +302,6 @@
                                70DAA9221908E80C00AF3749 /* www in Resources */,
                                70DAA8F71908E37C00AF3749 /* InfoPlist.strings 
in Resources */,
                                703D32571910D0C00087AC28 /* 
MainViewController.xib in Resources */,
-                               70DAA8FD1908E37C00AF3749 /* Credits.rtf in 
Resources */,
                                70DAA9231908E80C00AF3749 /* config.xml in 
Resources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
@@ -378,14 +374,6 @@
                        name = InfoPlist.strings;
                        sourceTree = "<group>";
                };
-               70DAA8FB1908E37C00AF3749 /* Credits.rtf */ = {
-                       isa = PBXVariantGroup;
-                       children = (
-                               70DAA8FC1908E37C00AF3749 /* en */,
-                       );
-                       name = Credits.rtf;
-                       sourceTree = "<group>";
-               };
 /* End PBXVariantGroup section */
 
 /* Begin XCBuildConfiguration section */

http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/2b7076ae/tests/CordovaLibTests/en.lproj/InfoPlist.strings
----------------------------------------------------------------------
diff --git a/tests/CordovaLibTests/en.lproj/InfoPlist.strings 
b/tests/CordovaLibTests/en.lproj/InfoPlist.strings
index 477b28f..6fedaad 100644
--- a/tests/CordovaLibTests/en.lproj/InfoPlist.strings
+++ b/tests/CordovaLibTests/en.lproj/InfoPlist.strings
@@ -1,2 +1,21 @@
-/* Localized versions of Info.plist keys */
+/*
+ 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.
+ */
+
+ /* Localized versions of Info.plist keys */
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to