Repository: geode-native
Updated Branches:
  refs/heads/develop 6768a9e01 -> 5d9e71305 (forced update)


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/29c88386
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/29c88386
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/29c88386

Branch: refs/heads/develop
Commit: 29c8838646c1d1e9b4b450b418d93187524e7e91
Parents: 8fcb741
Author: Dave Barnes <dbar...@pivotal.io>
Authored: Thu Mar 2 13:18:54 2017 -0800
Committer: Jacob Barrett <jbarr...@pivotal.io>
Committed: Mon Mar 6 17:23:48 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/29c88386/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/29c88386/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/29c88386/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/29c88386/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/29c88386/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/29c88386/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'
 

Reply via email to