You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2017/03/02 21:18:56 UTC

geode-native git commit: Add license headers to recently added javascript files.

Repository: geode-native
Updated Branches:
  refs/heads/develop c3c42312f -> 1216ed53c


Add license headers to recently added javascript files.


Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/1216ed53
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/1216ed53
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/1216ed53

Branch: refs/heads/develop
Commit: 1216ed53ce2731760ee78afd440a3b879fa934c5
Parents: c3c4231
Author: Dave Barnes <db...@pivotal.io>
Authored: Thu Mar 2 13:18:54 2017 -0800
Committer: Dave Barnes <db...@pivotal.io>
Committed: Thu Mar 2 13:18:54 2017 -0800

----------------------------------------------------------------------
 .../master_middleman/source/javascripts/book.js      | 15 +++++++++++++++
 .../source/javascripts/waypoints/context.js          | 15 +++++++++++++++
 .../source/javascripts/waypoints/group.js            | 15 +++++++++++++++
 .../javascripts/waypoints/noframeworkAdapter.js      | 15 +++++++++++++++
 .../source/javascripts/waypoints/sticky.js           | 15 +++++++++++++++
 .../source/javascripts/waypoints/waypoint.js         | 15 +++++++++++++++
 6 files changed, 90 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/1216ed53/docs/geode-native-book/master_middleman/source/javascripts/book.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/book.js b/docs/geode-native-book/master_middleman/source/javascripts/book.js
index 90879c4..00e6e49 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/book.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/book.js
@@ -1,3 +1,18 @@
+//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.
+//
 // Declare your book-specific javascript overrides in this file.
 //= require 'waypoints/waypoint'
 //= require 'waypoints/context'

http://git-wip-us.apache.org/repos/asf/geode-native/blob/1216ed53/docs/geode-native-book/master_middleman/source/javascripts/waypoints/context.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/context.js b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/context.js
index 5e3551b..d005cb3 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/context.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/context.js
@@ -1,3 +1,18 @@
+//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.
+
 (function() {
   'use strict'
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/1216ed53/docs/geode-native-book/master_middleman/source/javascripts/waypoints/group.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/group.js b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/group.js
index 57c3038..3f14d7c 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/group.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/group.js
@@ -1,3 +1,18 @@
+//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.
+
 (function() {
   'use strict'
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/1216ed53/docs/geode-native-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
index 99abcb5..4c55ca9 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
@@ -1,3 +1,18 @@
+//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.
+
 (function() {
   'use strict'
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/1216ed53/docs/geode-native-book/master_middleman/source/javascripts/waypoints/sticky.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/sticky.js b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/sticky.js
index 569fcdb..371cac0 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/sticky.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/sticky.js
@@ -1,3 +1,18 @@
+//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.
+
 (function() {
   'use strict'
 

http://git-wip-us.apache.org/repos/asf/geode-native/blob/1216ed53/docs/geode-native-book/master_middleman/source/javascripts/waypoints/waypoint.js
----------------------------------------------------------------------
diff --git a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/waypoint.js b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/waypoint.js
index 7f76f1d..0196b04 100644
--- a/docs/geode-native-book/master_middleman/source/javascripts/waypoints/waypoint.js
+++ b/docs/geode-native-book/master_middleman/source/javascripts/waypoints/waypoint.js
@@ -1,3 +1,18 @@
+//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.
+
 (function() {
   'use strict'