You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ko...@apache.org on 2014/09/03 15:15:40 UTC

[2/2] git commit: [OLINGO-418] add licence header for tools

[OLINGO-418] add licence header for tools


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/commit/81fe701a
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/81fe701a
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/81fe701a

Branch: refs/heads/master
Commit: 81fe701a5a984650681f198469c0cbb0452a338d
Parents: 8deb3e2
Author: Sven Kobler <sv...@sap.com>
Authored: Wed Sep 3 15:15:28 2014 +0200
Committer: Sven Kobler <sv...@sap.com>
Committed: Wed Sep 3 15:15:28 2014 +0200

----------------------------------------------------------------------
 odatajs/demo/scripts/datajs_demo.js | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/81fe701a/odatajs/demo/scripts/datajs_demo.js
----------------------------------------------------------------------
diff --git a/odatajs/demo/scripts/datajs_demo.js b/odatajs/demo/scripts/datajs_demo.js
index 24ac24d..86e93ed 100644
--- a/odatajs/demo/scripts/datajs_demo.js
+++ b/odatajs/demo/scripts/datajs_demo.js
@@ -1,4 +1,22 @@
-var run = function() {
+/*
+ * 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 run = function() {
     //testJQueryReadMetadata();
     runSimpleReadRequest();
     runSimpleReadRequestWithMetadata();