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:11:13 UTC

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

Repository: olingo-odata4-js
Updated Branches:
  refs/heads/master 289d0843a -> 67dcd95fc


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

Branch: refs/heads/master
Commit: 67dcd95fc7fe1e48fbdec6129fcae71ebe6ee643
Parents: 289d084
Author: Sven Kobler <sv...@sap.com>
Authored: Wed Sep 3 15:11:07 2014 +0200
Committer: Sven Kobler <sv...@sap.com>
Committed: Wed Sep 3 15:11:07 2014 +0200

----------------------------------------------------------------------
 .../stripheader/stripheader.js                    | 18 ++++++++++++++++++
 .../grunt-config/custom-tasks/rat/tasks/rat.js    | 18 ++++++++++++++++++
 odatajs/grunt-config/rat-config.js                | 18 ++++++++++++++++++
 odatajs/grunt-config/release.js                   | 18 ++++++++++++++++++
 4 files changed, 72 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/67dcd95f/odatajs/grunt-config/browserify_transforms/stripheader/stripheader.js
----------------------------------------------------------------------
diff --git a/odatajs/grunt-config/browserify_transforms/stripheader/stripheader.js b/odatajs/grunt-config/browserify_transforms/stripheader/stripheader.js
index 68527ec..b4f6f35 100644
--- a/odatajs/grunt-config/browserify_transforms/stripheader/stripheader.js
+++ b/odatajs/grunt-config/browserify_transforms/stripheader/stripheader.js
@@ -1,3 +1,21 @@
+/*
+ * 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 through = require('through');
 
 module.exports = function (file) {

http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/67dcd95f/odatajs/grunt-config/custom-tasks/rat/tasks/rat.js
----------------------------------------------------------------------
diff --git a/odatajs/grunt-config/custom-tasks/rat/tasks/rat.js b/odatajs/grunt-config/custom-tasks/rat/tasks/rat.js
index 847e906..ba9d773 100644
--- a/odatajs/grunt-config/custom-tasks/rat/tasks/rat.js
+++ b/odatajs/grunt-config/custom-tasks/rat/tasks/rat.js
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
 module.exports = function (grunt) {
   grunt.registerMultiTask('rat', 'Run Apache Rat', function () {
     var path = require('path');

http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/67dcd95f/odatajs/grunt-config/rat-config.js
----------------------------------------------------------------------
diff --git a/odatajs/grunt-config/rat-config.js b/odatajs/grunt-config/rat-config.js
index 314d07e..1793b5e 100644
--- a/odatajs/grunt-config/rat-config.js
+++ b/odatajs/grunt-config/rat-config.js
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
 module.exports = function(grunt) {
   grunt.config('rat', {
     options: { xml : true, tmpDir : './build/tmp' },

http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/67dcd95f/odatajs/grunt-config/release.js
----------------------------------------------------------------------
diff --git a/odatajs/grunt-config/release.js b/odatajs/grunt-config/release.js
index f3a51ef..f3e1b48 100644
--- a/odatajs/grunt-config/release.js
+++ b/odatajs/grunt-config/release.js
@@ -1,3 +1,21 @@
+/*
+ * 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.
+ */
 module.exports = function(grunt) {
 
   function endsWith(hay, needle) {