You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/06/21 04:06:44 UTC

git commit: Add missing license header to prepare-namespace.js

Repository: cordova-lib
Updated Branches:
  refs/heads/master e6923ac01 -> 2c9dce9fb


Add missing license header to prepare-namespace.js


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

Branch: refs/heads/master
Commit: 2c9dce9fb9dd8a6e78223c7ef4a1f3c189b021ae
Parents: e6923ac
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Jun 20 22:06:32 2014 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Jun 20 22:06:32 2014 -0400

----------------------------------------------------------------------
 cordova-lib/src/plugman/util/prepare-namespace.js | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/2c9dce9f/cordova-lib/src/plugman/util/prepare-namespace.js
----------------------------------------------------------------------
diff --git a/cordova-lib/src/plugman/util/prepare-namespace.js b/cordova-lib/src/plugman/util/prepare-namespace.js
index 0202e7e..0f51afa 100644
--- a/cordova-lib/src/plugman/util/prepare-namespace.js
+++ b/cordova-lib/src/plugman/util/prepare-namespace.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.
+*/
 /* jshint node:true, bitwise:true, undef:true, trailing:true, quotmark:true,
           indent:4, unused:vars, latedef:nofunc,
           quotmark:false