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 2014/10/01 20:52:13 UTC

git commit: added missing AL header

Repository: cordova-cli
Updated Branches:
  refs/heads/master 4afb3a824 -> 1653697e4


added missing AL header


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/1653697e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/1653697e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/1653697e

Branch: refs/heads/master
Commit: 1653697e43c74e60dabfd298aa6e5d13824c2827
Parents: 4afb3a8
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 1 11:52:07 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 1 11:52:07 2014 -0700

----------------------------------------------------------------------
 src/create.js | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/1653697e/src/create.js
----------------------------------------------------------------------
diff --git a/src/create.js b/src/create.js
index f3efa3c..3f903d7 100644
--- a/src/create.js
+++ b/src/create.js
@@ -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.
+*/
+
 var CordovaCliCreate = function () {
 
 };