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/08/27 01:58:02 UTC

git commit: added missing licenses

Repository: cordova-ubuntu
Updated Branches:
  refs/heads/master a003c32d3 -> 41827cc8c


added missing licenses


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

Branch: refs/heads/master
Commit: 41827cc8c8269d603ef023ca0015c13f35d5c069
Parents: a003c32
Author: Steven Gill <st...@gmail.com>
Authored: Tue Aug 26 16:57:59 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue Aug 26 16:57:59 2014 -0700

----------------------------------------------------------------------
 CMakeLists.txt | 20 ++++++++++++++++++++
 README.md      | 21 +++++++++++++++++++++
 2 files changed, 41 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/41827cc8/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b41e5e1..d4c978b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,23 @@
+#
+# 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.
+#
+
+
 cmake_minimum_required(VERSION 2.8.8)
 
 project(cordova-ubuntu)

http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/41827cc8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fe5da93..3f7bb7c 100644
--- a/README.md
+++ b/README.md
@@ -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.
+#
+-->
+
 Cordova/Ubuntu
 ==========