You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2012/09/18 00:29:40 UTC

wp7 commit: [CB-1491] added missing src headers

Updated Branches:
  refs/heads/master 22477eac7 -> e22483964


[CB-1491] added missing src headers


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/e2248396
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/e2248396
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/e2248396

Branch: refs/heads/master
Commit: e22483964398b053035b83e597d34ef0c8eb30b1
Parents: 22477ea
Author: Steven Gill <st...@gmail.com>
Authored: Mon Sep 17 15:29:29 2012 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Sep 17 15:29:29 2012 -0700

----------------------------------------------------------------------
 bin/create.bat                      |   17 +++++++++++++++++
 example/www/master.css              |   19 +++++++++++++++++++
 templates/full/www/index.html       |   18 ++++++++++++++++++
 templates/standalone/www/index.html |   18 ++++++++++++++++++
 4 files changed, 72 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/e2248396/bin/create.bat
----------------------------------------------------------------------
diff --git a/bin/create.bat b/bin/create.bat
index 70b6203..0865db1 100644
--- a/bin/create.bat
+++ b/bin/create.bat
@@ -1 +1,18 @@
+:: 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.
+
 cscript bin\\create.js $*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/e2248396/example/www/master.css
----------------------------------------------------------------------
diff --git a/example/www/master.css b/example/www/master.css
index 7898afa..cddbf7a 100644
--- a/example/www/master.css
+++ b/example/www/master.css
@@ -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.
+*/
+
 /**
     PhoneFontSizeSmall=14pt
     PhoneFontSizeNormal = 15pt

http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/e2248396/templates/full/www/index.html
----------------------------------------------------------------------
diff --git a/templates/full/www/index.html b/templates/full/www/index.html
index c0b85f4..0928459 100644
--- a/templates/full/www/index.html
+++ b/templates/full/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-wp7/blob/e2248396/templates/standalone/www/index.html
----------------------------------------------------------------------
diff --git a/templates/standalone/www/index.html b/templates/standalone/www/index.html
index c0b85f4..0928459 100644
--- a/templates/standalone/www/index.html
+++ b/templates/standalone/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>