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 2015/03/10 23:38:43 UTC

cordova-app-hello-world git commit: added license header to config.xml

Repository: cordova-app-hello-world
Updated Branches:
  refs/heads/master 71499c241 -> ce563f189


added license header to config.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/ce563f18
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/ce563f18
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/ce563f18

Branch: refs/heads/master
Commit: ce563f1894bb0aafe19b2fe08cd969cc1ddb418f
Parents: 71499c2
Author: Steve Gill <st...@gmail.com>
Authored: Tue Mar 10 15:38:42 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Mar 10 15:38:42 2015 -0700

----------------------------------------------------------------------
 config.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/ce563f18/config.xml
----------------------------------------------------------------------
diff --git a/config.xml b/config.xml
index 9dd0a63..e13ced8 100644
--- a/config.xml
+++ b/config.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.
+-->
 <widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
     <name>HelloCordova</name>
     <description>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org