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:34:16 UTC

js commit: added missing AL header

Repository: cordova-js
Updated Branches:
  refs/heads/master 8ca0f3b2b -> 2cbdac615


added missing AL header


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

Branch: refs/heads/master
Commit: 2cbdac615132b90977485ec6692ecefcd220bdd1
Parents: 8ca0f3b
Author: Steven Gill <st...@gmail.com>
Authored: Wed Oct 1 11:34:07 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Oct 1 11:34:07 2014 -0700

----------------------------------------------------------------------
 tasks/lib/write-license-header.js | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/2cbdac61/tasks/lib/write-license-header.js
----------------------------------------------------------------------
diff --git a/tasks/lib/write-license-header.js b/tasks/lib/write-license-header.js
index 8d7e24e..5f2ed5d 100644
--- a/tasks/lib/write-license-header.js
+++ b/tasks/lib/write-license-header.js
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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 path        = require('path');
 var util        = require('util');
 var fs          = require('fs');