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:39 UTC

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

Repository: olingo-odata4-js
Updated Branches:
  refs/heads/master 67dcd95fc -> 81fe701a5


[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/8deb3e22
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/8deb3e22
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/8deb3e22

Branch: refs/heads/master
Commit: 8deb3e2291a930ff03c2df5ee0f269308f77da3b
Parents: 67dcd95
Author: Sven Kobler <sv...@sap.com>
Authored: Wed Sep 3 15:14:34 2014 +0200
Committer: Sven Kobler <sv...@sap.com>
Committed: Wed Sep 3 15:14:34 2014 +0200

----------------------------------------------------------------------
 odatajs/grunt-config/release.js | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/8deb3e22/odatajs/grunt-config/release.js
----------------------------------------------------------------------
diff --git a/odatajs/grunt-config/release.js b/odatajs/grunt-config/release.js
index f3e1b48..e20a805 100644
--- a/odatajs/grunt-config/release.js
+++ b/odatajs/grunt-config/release.js
@@ -86,6 +86,13 @@ module.exports = function(grunt) {
                 return false; 
               }
 
+              if (contains(srcPath, 'demo\\scripts\\datajs-')) {
+                return false; 
+              }
+              if (contains(srcPath, 'demo\\scripts\\odatajs-')) {
+                return false; 
+              }
+
               // no c# files
               if (srcPath === 'obj' || startsWith(srcPath, 'obj\\')) {
                 return false; 


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

Posted by ko...@apache.org.
[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();