Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C97F39D82 for ; Tue, 5 Jun 2012 21:39:24 +0000 (UTC) Received: (qmail 22983 invoked by uid 500); 5 Jun 2012 21:39:24 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 22900 invoked by uid 500); 5 Jun 2012 21:39:24 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 22339 invoked by uid 99); 5 Jun 2012 21:39:23 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 21:39:23 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0B3F31022C; Tue, 5 Jun 2012 21:39:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: purplecabbage@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [23/25] wp7 commit: [CB-643] Added license headers where appropriate. Message-Id: <20120605213923.0B3F31022C@tyr.zones.apache.org> Date: Tue, 5 Jun 2012 21:39:23 +0000 (UTC) [CB-643] Added license headers where appropriate. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/ac1ba7cf Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/ac1ba7cf Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/ac1ba7cf Branch: refs/heads/master Commit: ac1ba7cf406f2a9789d3f8fe60a8e631fa7bd39f Parents: b1430c6 Author: Fil Maj Authored: Mon Jun 4 16:53:28 2012 -0700 Committer: Fil Maj Committed: Mon Jun 4 16:53:28 2012 -0700 ---------------------------------------------------------------------- example/App.xaml | 22 +++++++++++- example/App.xaml.cs | 23 +++++++++++- example/BuildManifestProcessor.js | 18 ++++++++++ example/CordovaExample.csproj | 20 ++++++++++- example/CordovaSourceDictionary.xml | 18 ++++++++++ example/MainPage.xaml | 20 ++++++++++- example/MainPage.xaml.cs | 22 +++++++++++- example/Plugins/Calculator.cs | 21 ++++++++++- example/Properties/AppManifest.xml | 20 ++++++++++- example/Properties/WMAppManifest.xml | 20 ++++++++++- example/www/accelerometer.html | 20 ++++++++++- example/www/accelerometer2.html | 20 ++++++++++- example/www/audio.html | 20 ++++++++++- example/www/calculator.html | 20 ++++++++++- example/www/camera.html | 20 ++++++++++- example/www/capture.html | 20 ++++++++++- example/www/compass.html | 20 ++++++++++- example/www/contacts.html | 20 ++++++++++- example/www/events.html | 20 ++++++++++- example/www/file.html | 20 ++++++++++- example/www/index.html | 18 ++++++++++ example/www/location.html | 20 ++++++++++- example/www/network.html | 20 ++++++++++- example/www/notification.html | 20 ++++++++++- example/www/storage.html | 20 ++++++++++- framework/Cordova/BrowserMouseHelper.cs | 20 ++++++++++- framework/Cordova/ScriptCallback.cs | 23 +++++++++--- framework/Cordova/UI/AudioRecorder.xaml | 20 ++++++++++- framework/Cordova/UI/NotificationBox.xaml | 20 ++++++++++- framework/Cordova/UI/NotificationBox.xaml.cs | 21 +++++++++++- framework/Cordova/UI/VideoRecorder.xaml | 22 +++++++++++- framework/CordovaView.xaml | 22 +++++++++++- framework/WP7CordovaClassLib.csproj | 20 ++++++++++- framework/WP7CordovaClassLibBare.csproj | 20 ++++++++++- templates/custom/App.xaml | 22 +++++++++++- templates/custom/App.xaml.cs | 23 +++++++++++- templates/custom/BuildManifestProcessor.js | 18 ++++++++++ templates/custom/CordovaSourceDictionary.xml | 18 ++++++++++ templates/custom/GapAppProj.csproj | 20 ++++++++++- templates/custom/MainPage.xaml | 22 +++++++++++- templates/custom/MainPage.xaml.cs | 23 +++++++++++- templates/custom/www/index.html | 18 ++++++++++ templates/full/App.xaml | 22 +++++++++++- templates/full/App.xaml.cs | 23 +++++++++++- templates/full/BuildManifestProcessor.js | 17 +++++++++ templates/full/CordovaSourceDictionary.xml | 18 ++++++++++ templates/full/GapAppProj.csproj | 20 ++++++++++- templates/full/MainPage.xaml | 20 ++++++++++- templates/full/MainPage.xaml.cs | 23 +++++++++++- templates/full/www/index.html | 18 ++++++++++ tests/MobileSpecUnitTests/App.xaml | 22 +++++++++++- tests/MobileSpecUnitTests/App.xaml.cs | 27 ++++++++++----- .../MobileSpecUnitTests/BuildManifestProcessor.js | 17 +++++++++ tests/MobileSpecUnitTests/MainPage.xaml | 20 ++++++++++- tests/MobileSpecUnitTests/MainPage.xaml.cs | 23 +++++++++++- .../MobileSpecUnitTests/MobileSpecUnitTests.csproj | 20 ++++++++++- tests/MobileSpecUnitTests/www/index.html | 18 ++++++++++ .../CordovaDeploy/CordovaDeploy.csproj | 20 ++++++++++- tooling/CordovaDeploy/CordovaDeploy/Program.cs | 21 +++++++++++- 59 files changed, 1127 insertions(+), 76 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/App.xaml ---------------------------------------------------------------------- diff --git a/example/App.xaml b/example/App.xaml index 0f4da8b..65ba89a 100644 --- a/example/App.xaml +++ b/example/App.xaml @@ -1,4 +1,22 @@ - + - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/App.xaml.cs ---------------------------------------------------------------------- diff --git a/example/App.xaml.cs b/example/App.xaml.cs index c6a9375..6ae05e6 100644 --- a/example/App.xaml.cs +++ b/example/App.xaml.cs @@ -1,4 +1,23 @@ -using System; +/* + 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. +*/ + +using System; using System.Collections.Generic; using System.Linq; using System.Net; @@ -132,4 +151,4 @@ namespace CordovaExample #endregion } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/BuildManifestProcessor.js ---------------------------------------------------------------------- diff --git a/example/BuildManifestProcessor.js b/example/BuildManifestProcessor.js index e46fc3e..8b533c6 100644 --- a/example/BuildManifestProcessor.js +++ b/example/BuildManifestProcessor.js @@ -1,3 +1,21 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +*/ var objArgs = WScript.Arguments; for (i = 0; i < objArgs.length; i++) { http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/CordovaExample.csproj ---------------------------------------------------------------------- diff --git a/example/CordovaExample.csproj b/example/CordovaExample.csproj index 3edb381..869cf6b 100644 --- a/example/CordovaExample.csproj +++ b/example/CordovaExample.csproj @@ -1,4 +1,22 @@  + Debug @@ -143,4 +161,4 @@ - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/CordovaSourceDictionary.xml ---------------------------------------------------------------------- diff --git a/example/CordovaSourceDictionary.xml b/example/CordovaSourceDictionary.xml index 2544bae..b10f7bb 100644 --- a/example/CordovaSourceDictionary.xml +++ b/example/CordovaSourceDictionary.xml @@ -1,4 +1,22 @@ + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/MainPage.xaml ---------------------------------------------------------------------- diff --git a/example/MainPage.xaml b/example/MainPage.xaml index e79e14e..5166868 100644 --- a/example/MainPage.xaml +++ b/example/MainPage.xaml @@ -1,4 +1,22 @@ - + + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/Properties/WMAppManifest.xml ---------------------------------------------------------------------- diff --git a/example/Properties/WMAppManifest.xml b/example/Properties/WMAppManifest.xml index 4f13f33..b02b11a 100644 --- a/example/Properties/WMAppManifest.xml +++ b/example/Properties/WMAppManifest.xml @@ -1,4 +1,22 @@  + - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/accelerometer.html ---------------------------------------------------------------------- diff --git a/example/www/accelerometer.html b/example/www/accelerometer.html index ffc3701..27da3ed 100644 --- a/example/www/accelerometer.html +++ b/example/www/accelerometer.html @@ -1,4 +1,22 @@  + @@ -143,4 +161,4 @@ Clear Watch

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/accelerometer2.html ---------------------------------------------------------------------- diff --git a/example/www/accelerometer2.html b/example/www/accelerometer2.html index 3d5d1df..04eaf95 100644 --- a/example/www/accelerometer2.html +++ b/example/www/accelerometer2.html @@ -1,4 +1,22 @@  + @@ -154,4 +172,4 @@
Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/audio.html ---------------------------------------------------------------------- diff --git a/example/www/audio.html b/example/www/audio.html index 5efd4c8..5cffcee 100644 --- a/example/www/audio.html +++ b/example/www/audio.html @@ -1,4 +1,22 @@  + @@ -246,4 +264,4 @@

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/calculator.html ---------------------------------------------------------------------- diff --git a/example/www/calculator.html b/example/www/calculator.html index a300f87..ddfc8a2 100644 --- a/example/www/calculator.html +++ b/example/www/calculator.html @@ -1,4 +1,22 @@  + @@ -63,4 +81,4 @@ Calculate

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/camera.html ---------------------------------------------------------------------- diff --git a/example/www/camera.html b/example/www/camera.html index 2ce9c44..6b7ed13 100644 --- a/example/www/camera.html +++ b/example/www/camera.html @@ -1,4 +1,22 @@  + @@ -94,4 +112,4 @@ Select Image from Library

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/capture.html ---------------------------------------------------------------------- diff --git a/example/www/capture.html b/example/www/capture.html index 8e0e693..bf8083c 100644 --- a/example/www/capture.html +++ b/example/www/capture.html @@ -1,4 +1,22 @@  + @@ -186,4 +204,4 @@ Capture Video

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/compass.html ---------------------------------------------------------------------- diff --git a/example/www/compass.html b/example/www/compass.html index 9459b7e..9e12928 100644 --- a/example/www/compass.html +++ b/example/www/compass.html @@ -1,4 +1,22 @@  + @@ -129,4 +147,4 @@ Stop Watching Compass

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/contacts.html ---------------------------------------------------------------------- diff --git a/example/www/contacts.html b/example/www/contacts.html index f750418..0acd6f2 100644 --- a/example/www/contacts.html +++ b/example/www/contacts.html @@ -1,4 +1,22 @@  + @@ -148,4 +166,4 @@ Add a new contact 'Dooney Evans'

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/events.html ---------------------------------------------------------------------- diff --git a/example/www/events.html b/example/www/events.html index c875b14..38ce39c 100644 --- a/example/www/events.html +++ b/example/www/events.html @@ -1,4 +1,22 @@  + @@ -125,4 +143,4 @@
Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/file.html ---------------------------------------------------------------------- diff --git a/example/www/file.html b/example/www/file.html index 29648d6..473f4dc 100644 --- a/example/www/file.html +++ b/example/www/file.html @@ -1,4 +1,22 @@  + @@ -263,4 +281,4 @@ Upload file

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/index.html ---------------------------------------------------------------------- diff --git a/example/www/index.html b/example/www/index.html index 0a8ffbe..26b229b 100644 --- a/example/www/index.html +++ b/example/www/index.html @@ -1,4 +1,22 @@  + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/location.html ---------------------------------------------------------------------- diff --git a/example/www/location.html b/example/www/location.html index 2d5c129..98b1fd8 100644 --- a/example/www/location.html +++ b/example/www/location.html @@ -1,4 +1,22 @@ + @@ -144,4 +162,4 @@ Stop Watching Location

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/network.html ---------------------------------------------------------------------- diff --git a/example/www/network.html b/example/www/network.html index 2e872b5..3be0bbb 100644 --- a/example/www/network.html +++ b/example/www/network.html @@ -1,4 +1,22 @@ + @@ -75,4 +93,4 @@ Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/notification.html ---------------------------------------------------------------------- diff --git a/example/www/notification.html b/example/www/notification.html index 78f7558..f642713 100644 --- a/example/www/notification.html +++ b/example/www/notification.html @@ -1,4 +1,22 @@ + @@ -91,4 +109,4 @@ Show Confirm Dialog

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/example/www/storage.html ---------------------------------------------------------------------- diff --git a/example/www/storage.html b/example/www/storage.html index 4f06f1e..aa377ed 100644 --- a/example/www/storage.html +++ b/example/www/storage.html @@ -1,4 +1,22 @@  + @@ -57,4 +75,4 @@

Back - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/framework/Cordova/BrowserMouseHelper.cs ---------------------------------------------------------------------- diff --git a/framework/Cordova/BrowserMouseHelper.cs b/framework/Cordova/BrowserMouseHelper.cs index 4a6784a..7d5ef98 100644 --- a/framework/Cordova/BrowserMouseHelper.cs +++ b/framework/Cordova/BrowserMouseHelper.cs @@ -1,4 +1,22 @@ -using System.Linq; +/* + 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. + */ +using System.Linq; using System.Windows; using System.Windows.Controls; using Microsoft.Phone.Controls; http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/framework/Cordova/ScriptCallback.cs ---------------------------------------------------------------------- diff --git a/framework/Cordova/ScriptCallback.cs b/framework/Cordova/ScriptCallback.cs index 5c50c26..b42880a 100644 --- a/framework/Cordova/ScriptCallback.cs +++ b/framework/Cordova/ScriptCallback.cs @@ -1,10 +1,21 @@ /* - * Cordova is available under *either* the terms of the modified BSD license *or* the - * MIT License (2008). See http://opensource.org/licenses/alphabetical for full text. - * - * Copyright (c) 2005-2011, Nitobi Software Inc. - * Copyright (c) 2011, Microsoft Corporation - */ + 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. +*/ using System; using System.Net; http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/framework/Cordova/UI/AudioRecorder.xaml ---------------------------------------------------------------------- diff --git a/framework/Cordova/UI/AudioRecorder.xaml b/framework/Cordova/UI/AudioRecorder.xaml index 55f5367..7bbea6b 100644 --- a/framework/Cordova/UI/AudioRecorder.xaml +++ b/framework/Cordova/UI/AudioRecorder.xaml @@ -1,4 +1,22 @@ - + + + - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/framework/CordovaView.xaml ---------------------------------------------------------------------- diff --git a/framework/CordovaView.xaml b/framework/CordovaView.xaml index cab5b40..9ff9da5 100644 --- a/framework/CordovaView.xaml +++ b/framework/CordovaView.xaml @@ -1,4 +1,22 @@ - + - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/framework/WP7CordovaClassLib.csproj ---------------------------------------------------------------------- diff --git a/framework/WP7CordovaClassLib.csproj b/framework/WP7CordovaClassLib.csproj index 7d3630a..a84272e 100644 --- a/framework/WP7CordovaClassLib.csproj +++ b/framework/WP7CordovaClassLib.csproj @@ -1,4 +1,22 @@  + Debug @@ -178,4 +196,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/framework/WP7CordovaClassLibBare.csproj ---------------------------------------------------------------------- diff --git a/framework/WP7CordovaClassLibBare.csproj b/framework/WP7CordovaClassLibBare.csproj index deea646..919f3e4 100644 --- a/framework/WP7CordovaClassLibBare.csproj +++ b/framework/WP7CordovaClassLibBare.csproj @@ -1,4 +1,22 @@  + Debug @@ -139,4 +157,4 @@ --> - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/custom/App.xaml ---------------------------------------------------------------------- diff --git a/templates/custom/App.xaml b/templates/custom/App.xaml index e546a0f..d37fafa 100644 --- a/templates/custom/App.xaml +++ b/templates/custom/App.xaml @@ -1,4 +1,22 @@ - + - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/custom/App.xaml.cs ---------------------------------------------------------------------- diff --git a/templates/custom/App.xaml.cs b/templates/custom/App.xaml.cs index 8d8e53d..b22edec 100644 --- a/templates/custom/App.xaml.cs +++ b/templates/custom/App.xaml.cs @@ -1,4 +1,23 @@ -using System; +/* + 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. + */ + +using System; using System.Collections.Generic; using System.Linq; using System.Net; @@ -132,4 +151,4 @@ namespace GapExample #endregion } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/custom/BuildManifestProcessor.js ---------------------------------------------------------------------- diff --git a/templates/custom/BuildManifestProcessor.js b/templates/custom/BuildManifestProcessor.js index d794e70..54c8936 100644 --- a/templates/custom/BuildManifestProcessor.js +++ b/templates/custom/BuildManifestProcessor.js @@ -1,3 +1,21 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +*/ var objArgs = WScript.Arguments; for (i = 0; i < objArgs.length; i++) http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/custom/CordovaSourceDictionary.xml ---------------------------------------------------------------------- diff --git a/templates/custom/CordovaSourceDictionary.xml b/templates/custom/CordovaSourceDictionary.xml index 5bc9602..4a3b1fc 100644 --- a/templates/custom/CordovaSourceDictionary.xml +++ b/templates/custom/CordovaSourceDictionary.xml @@ -1,4 +1,22 @@ + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/custom/GapAppProj.csproj ---------------------------------------------------------------------- diff --git a/templates/custom/GapAppProj.csproj b/templates/custom/GapAppProj.csproj index 05b9942..9e73330 100644 --- a/templates/custom/GapAppProj.csproj +++ b/templates/custom/GapAppProj.csproj @@ -1,4 +1,22 @@  + Debug @@ -127,4 +145,4 @@ - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/custom/MainPage.xaml ---------------------------------------------------------------------- diff --git a/templates/custom/MainPage.xaml b/templates/custom/MainPage.xaml index 424acac..b44e428 100644 --- a/templates/custom/MainPage.xaml +++ b/templates/custom/MainPage.xaml @@ -1,4 +1,22 @@ - + - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/custom/MainPage.xaml.cs ---------------------------------------------------------------------- diff --git a/templates/custom/MainPage.xaml.cs b/templates/custom/MainPage.xaml.cs index 106331a..2c16f60 100644 --- a/templates/custom/MainPage.xaml.cs +++ b/templates/custom/MainPage.xaml.cs @@ -1,4 +1,23 @@ -using System; +/* + 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. +*/ + +using System; using System.Collections.Generic; using System.Linq; using System.Net; @@ -30,4 +49,4 @@ namespace GapExample } } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/custom/www/index.html ---------------------------------------------------------------------- diff --git a/templates/custom/www/index.html b/templates/custom/www/index.html index 283442a..6813d72 100644 --- a/templates/custom/www/index.html +++ b/templates/custom/www/index.html @@ -1,4 +1,22 @@  + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/full/App.xaml ---------------------------------------------------------------------- diff --git a/templates/full/App.xaml b/templates/full/App.xaml index e546a0f..d37fafa 100644 --- a/templates/full/App.xaml +++ b/templates/full/App.xaml @@ -1,4 +1,22 @@ - + - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/full/App.xaml.cs ---------------------------------------------------------------------- diff --git a/templates/full/App.xaml.cs b/templates/full/App.xaml.cs index 8d8e53d..0b0590d 100644 --- a/templates/full/App.xaml.cs +++ b/templates/full/App.xaml.cs @@ -1,4 +1,23 @@ -using System; +/* + 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. +*/ + +using System; using System.Collections.Generic; using System.Linq; using System.Net; @@ -132,4 +151,4 @@ namespace GapExample #endregion } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/full/BuildManifestProcessor.js ---------------------------------------------------------------------- diff --git a/templates/full/BuildManifestProcessor.js b/templates/full/BuildManifestProcessor.js index e46fc3e..67073d2 100644 --- a/templates/full/BuildManifestProcessor.js +++ b/templates/full/BuildManifestProcessor.js @@ -1,4 +1,21 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +*/ var objArgs = WScript.Arguments; for (i = 0; i < objArgs.length; i++) { WScript.Echo("Arg :: " + objArgs(i)); http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/full/CordovaSourceDictionary.xml ---------------------------------------------------------------------- diff --git a/templates/full/CordovaSourceDictionary.xml b/templates/full/CordovaSourceDictionary.xml index 5bc9602..4a3b1fc 100644 --- a/templates/full/CordovaSourceDictionary.xml +++ b/templates/full/CordovaSourceDictionary.xml @@ -1,4 +1,22 @@ + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/full/GapAppProj.csproj ---------------------------------------------------------------------- diff --git a/templates/full/GapAppProj.csproj b/templates/full/GapAppProj.csproj index 235a0b3..3e933c6 100644 --- a/templates/full/GapAppProj.csproj +++ b/templates/full/GapAppProj.csproj @@ -1,4 +1,22 @@  + Debug @@ -130,4 +148,4 @@ - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/templates/full/MainPage.xaml ---------------------------------------------------------------------- diff --git a/templates/full/MainPage.xaml b/templates/full/MainPage.xaml index 57d76fb..fd1a8f9 100644 --- a/templates/full/MainPage.xaml +++ b/templates/full/MainPage.xaml @@ -1,4 +1,22 @@ - + + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/tests/MobileSpecUnitTests/App.xaml ---------------------------------------------------------------------- diff --git a/tests/MobileSpecUnitTests/App.xaml b/tests/MobileSpecUnitTests/App.xaml index 712e3fe..ac01322 100644 --- a/tests/MobileSpecUnitTests/App.xaml +++ b/tests/MobileSpecUnitTests/App.xaml @@ -1,4 +1,22 @@ - + - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/tests/MobileSpecUnitTests/App.xaml.cs ---------------------------------------------------------------------- diff --git a/tests/MobileSpecUnitTests/App.xaml.cs b/tests/MobileSpecUnitTests/App.xaml.cs index a7a9034..53d9a90 100644 --- a/tests/MobileSpecUnitTests/App.xaml.cs +++ b/tests/MobileSpecUnitTests/App.xaml.cs @@ -1,12 +1,21 @@ /* - * PhoneGap is available under *either* the terms of the modified BSD license *or* the - * MIT License (2008). See http://opensource.org/licenses/alphabetical for full text. - * - * Copyright (c) 2005-2011, Nitobi Software Inc. - * Copyright (c) 2011, Microsoft Corporation - * Copyright (c) 2011, Sergey Grebnov. - * Copyright (c) 2011, Jesse MacFadyen. - */ + 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. +*/ using System; using System.Collections.Generic; @@ -146,4 +155,4 @@ namespace MobileSpecUnitTests #endregion } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/tests/MobileSpecUnitTests/BuildManifestProcessor.js ---------------------------------------------------------------------- diff --git a/tests/MobileSpecUnitTests/BuildManifestProcessor.js b/tests/MobileSpecUnitTests/BuildManifestProcessor.js index e46fc3e..d602cd5 100644 --- a/tests/MobileSpecUnitTests/BuildManifestProcessor.js +++ b/tests/MobileSpecUnitTests/BuildManifestProcessor.js @@ -1,4 +1,21 @@ +/* + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + */ var objArgs = WScript.Arguments; for (i = 0; i < objArgs.length; i++) { WScript.Echo("Arg :: " + objArgs(i)); http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/tests/MobileSpecUnitTests/MainPage.xaml ---------------------------------------------------------------------- diff --git a/tests/MobileSpecUnitTests/MainPage.xaml b/tests/MobileSpecUnitTests/MainPage.xaml index b4279c5..41c0e53 100644 --- a/tests/MobileSpecUnitTests/MainPage.xaml +++ b/tests/MobileSpecUnitTests/MainPage.xaml @@ -1,4 +1,22 @@ - + + Debug @@ -120,4 +138,4 @@ CScript "$(ProjectDir)/BuildManifestProcessor.js" "$(ProjectPath)" - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/ac1ba7cf/tests/MobileSpecUnitTests/www/index.html ---------------------------------------------------------------------- diff --git a/tests/MobileSpecUnitTests/www/index.html b/tests/MobileSpecUnitTests/www/index.html index 987b266..759474e 100644 --- a/tests/MobileSpecUnitTests/www/index.html +++ b/tests/MobileSpecUnitTests/www/index.html @@ -1,4 +1,22 @@  +