You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by za...@apache.org on 2014/12/16 14:28:19 UTC

cordova-ubuntu git commit: add missing license header

Repository: cordova-ubuntu
Updated Branches:
  refs/heads/master 4150c7fc5 -> dd5cc573c


add missing license header


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

Branch: refs/heads/master
Commit: dd5cc573cfe7d3a072a4d3bd454649be986235e7
Parents: 4150c7f
Author: Maxim Ermilov <ma...@canonical.com>
Authored: Tue Dec 16 16:26:20 2014 +0300
Committer: Maxim Ermilov <ma...@canonical.com>
Committed: Tue Dec 16 16:26:20 2014 +0300

----------------------------------------------------------------------
 CordovaUbuntu/escape.js   | 19 +++++++++++++++++++
 tests/data/www/index.html | 17 +++++++++++++++++
 2 files changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/dd5cc573/CordovaUbuntu/escape.js
----------------------------------------------------------------------
diff --git a/CordovaUbuntu/escape.js b/CordovaUbuntu/escape.js
index 48243ad..78dd766 100644
--- a/CordovaUbuntu/escape.js
+++ b/CordovaUbuntu/escape.js
@@ -1 +1,20 @@
+/*
+ *
+ * Copyright 2014 Canonical Ltd.
+ *
+ * Licensed 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.
+ *
+*/
+
 window.oxide = oxide;

http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/dd5cc573/tests/data/www/index.html
----------------------------------------------------------------------
diff --git a/tests/data/www/index.html b/tests/data/www/index.html
index 22687a8..8e64c97 100644
--- a/tests/data/www/index.html
+++ b/tests/data/www/index.html
@@ -1,3 +1,20 @@
+<!--
+    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.
+-->
+
 <html>
 <body>
 <script>


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