GEODE-1952 Add Apache license to new files; add Gemfile.lock to rat.gradle

Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2b6fec87
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2b6fec87
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/2b6fec87

Branch: refs/heads/feature/GEODE-1952-2
Commit: 2b6fec87663d34406f61373d34fe7279b064e357
Parents: a5d1e95
Author: Joey McAllister <jmcallis...@pivotal.io>
Authored: Thu Oct 13 16:22:56 2016 -0700
Committer: Joey McAllister <jmcallis...@pivotal.io>
Committed: Thu Oct 13 16:22:56 2016 -0700

----------------------------------------------------------------------
 geode-book/.gitignore                              |  4 ++--
 geode-book/Gemfile                                 | 17 +++++++++++++++++
 geode-book/Gemfile.lock                            |  2 +-
 geode-book/config.yml                              | 17 +++++++++++++++++
 geode-book/master_middleman/source/index.html.erb  | 16 ++++++++++++++++
 .../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 +++++++++++++++
 .../source/layouts/_book-footer.erb                | 16 ++++++++++++++++
 .../master_middleman/source/layouts/_title.erb     | 17 ++++++++++++++++-
 .../source/stylesheets/book-styles.css.scss        | 15 +++++++++++++++
 .../stylesheets/partials/_book-base-values.scss    | 14 ++++++++++++++
 .../source/stylesheets/partials/_book-vars.scss    | 16 +++++++++++++++-
 .../source/subnavs/geode-subnav.erb                | 16 ++++++++++++++++
 geode-book/redirects.rb                            | 15 +++++++++++++++
 gradle/rat.gradle                                  |  4 +++-
 19 files changed, 253 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/.gitignore
----------------------------------------------------------------------
diff --git a/geode-book/.gitignore b/geode-book/.gitignore
index 0cae826..30545a4 100644
--- a/geode-book/.gitignore
+++ b/geode-book/.gitignore
@@ -1,2 +1,2 @@
-output
-final_app
+output/
+final_app/

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/Gemfile
----------------------------------------------------------------------
diff --git a/geode-book/Gemfile b/geode-book/Gemfile
index f66d333..b61bbdc 100644
--- a/geode-book/Gemfile
+++ b/geode-book/Gemfile
@@ -1,3 +1,20 @@
+# 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.
+
 source "https://rubygems.org";
 
 gem 'bookbindery'

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/Gemfile.lock
----------------------------------------------------------------------
diff --git a/geode-book/Gemfile.lock b/geode-book/Gemfile.lock
index 3c483c0..1fb5a4c 100644
--- a/geode-book/Gemfile.lock
+++ b/geode-book/Gemfile.lock
@@ -200,4 +200,4 @@ DEPENDENCIES
   libv8 (= 3.16.14.7)
 
 BUNDLED WITH
-   1.11.2
+   1.13.1

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/config.yml
----------------------------------------------------------------------
diff --git a/geode-book/config.yml b/geode-book/config.yml
index 74003f0..b2f999a 100644
--- a/geode-book/config.yml
+++ b/geode-book/config.yml
@@ -1,3 +1,20 @@
+# 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.
+
 book_repo: apache/incubator-geode/geode-book
 public_host: localhost
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/index.html.erb
----------------------------------------------------------------------
diff --git a/geode-book/master_middleman/source/index.html.erb 
b/geode-book/master_middleman/source/index.html.erb
index 39ee634..3d273d3 100644
--- a/geode-book/master_middleman/source/index.html.erb
+++ b/geode-book/master_middleman/source/index.html.erb
@@ -1,4 +1,20 @@
 <html>
+<!--
+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.
+-->
 <head>
 
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/javascripts/book.js
----------------------------------------------------------------------
diff --git a/geode-book/master_middleman/source/javascripts/book.js 
b/geode-book/master_middleman/source/javascripts/book.js
index 90879c4..16edd95 100644
--- a/geode-book/master_middleman/source/javascripts/book.js
+++ b/geode-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/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/javascripts/waypoints/context.js
----------------------------------------------------------------------
diff --git 
a/geode-book/master_middleman/source/javascripts/waypoints/context.js 
b/geode-book/master_middleman/source/javascripts/waypoints/context.js
index 5e3551b..d005cb3 100644
--- a/geode-book/master_middleman/source/javascripts/waypoints/context.js
+++ b/geode-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/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/javascripts/waypoints/group.js
----------------------------------------------------------------------
diff --git a/geode-book/master_middleman/source/javascripts/waypoints/group.js 
b/geode-book/master_middleman/source/javascripts/waypoints/group.js
index 57c3038..3f14d7c 100644
--- a/geode-book/master_middleman/source/javascripts/waypoints/group.js
+++ b/geode-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/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
----------------------------------------------------------------------
diff --git 
a/geode-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
 
b/geode-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
index 99abcb5..4c55ca9 100644
--- 
a/geode-book/master_middleman/source/javascripts/waypoints/noframeworkAdapter.js
+++ 
b/geode-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/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/javascripts/waypoints/sticky.js
----------------------------------------------------------------------
diff --git a/geode-book/master_middleman/source/javascripts/waypoints/sticky.js 
b/geode-book/master_middleman/source/javascripts/waypoints/sticky.js
index 569fcdb..371cac0 100644
--- a/geode-book/master_middleman/source/javascripts/waypoints/sticky.js
+++ b/geode-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/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/javascripts/waypoints/waypoint.js
----------------------------------------------------------------------
diff --git 
a/geode-book/master_middleman/source/javascripts/waypoints/waypoint.js 
b/geode-book/master_middleman/source/javascripts/waypoints/waypoint.js
index 7f76f1d..0196b04 100644
--- a/geode-book/master_middleman/source/javascripts/waypoints/waypoint.js
+++ b/geode-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'
 

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/layouts/_book-footer.erb
----------------------------------------------------------------------
diff --git a/geode-book/master_middleman/source/layouts/_book-footer.erb 
b/geode-book/master_middleman/source/layouts/_book-footer.erb
index 55bf514..c3b93f6 100644
--- a/geode-book/master_middleman/source/layouts/_book-footer.erb
+++ b/geode-book/master_middleman/source/layouts/_book-footer.erb
@@ -1,3 +1,19 @@
+<!--
+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.
+-->
 <div class="copyright">
   <a href='/'>Apache Geode Documentation</a>
   &copy; <%= Time.now.year %> <a href='http://www.apache.org/'>The Apache 
Software Foundation</a>.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/layouts/_title.erb
----------------------------------------------------------------------
diff --git a/geode-book/master_middleman/source/layouts/_title.erb 
b/geode-book/master_middleman/source/layouts/_title.erb
index ea744d9..e9a0956 100644
--- a/geode-book/master_middleman/source/layouts/_title.erb
+++ b/geode-book/master_middleman/source/layouts/_title.erb
@@ -1,6 +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.
+-->
 <% if current_page.data.title %>
   <h1 class="title-container" <%= current_page.data.dita ? 'style="display: 
none;"' : '' %>>
     <%= current_page.data.title %>
   </h1>
 <% end %>
-

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/stylesheets/book-styles.css.scss
----------------------------------------------------------------------
diff --git 
a/geode-book/master_middleman/source/stylesheets/book-styles.css.scss 
b/geode-book/master_middleman/source/stylesheets/book-styles.css.scss
index 1236d8e..a7ab274 100644
--- a/geode-book/master_middleman/source/stylesheets/book-styles.css.scss
+++ b/geode-book/master_middleman/source/stylesheets/book-styles.css.scss
@@ -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.
+
 * {
   box-sizing: border-box;
 }

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/stylesheets/partials/_book-base-values.scss
----------------------------------------------------------------------
diff --git 
a/geode-book/master_middleman/source/stylesheets/partials/_book-base-values.scss
 
b/geode-book/master_middleman/source/stylesheets/partials/_book-base-values.scss
index e69de29..93562f4 100644
--- 
a/geode-book/master_middleman/source/stylesheets/partials/_book-base-values.scss
+++ 
b/geode-book/master_middleman/source/stylesheets/partials/_book-base-values.scss
@@ -0,0 +1,14 @@
+//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.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/stylesheets/partials/_book-vars.scss
----------------------------------------------------------------------
diff --git 
a/geode-book/master_middleman/source/stylesheets/partials/_book-vars.scss 
b/geode-book/master_middleman/source/stylesheets/partials/_book-vars.scss
index 4245d57..e2c5e3f 100644
--- a/geode-book/master_middleman/source/stylesheets/partials/_book-vars.scss
+++ b/geode-book/master_middleman/source/stylesheets/partials/_book-vars.scss
@@ -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.
+
 $navy: #243640;
 $blue1: #2185c5;
 $blue2: #a7cae1;
@@ -16,4 +31,3 @@ $color-border-tip: $blue2;
 
 $color-bg-header: $navy;
 $color-bg-dark: $bluegray1;
-

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/master_middleman/source/subnavs/geode-subnav.erb
----------------------------------------------------------------------
diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb 
b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index 12ff6b2..53e9118 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -1,3 +1,19 @@
+<!--
+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.
+-->
 <div id="sub-nav" class="js-sidenav nav-container" role="navigation">
     <a class="sidenav-title" data-behavior="SubMenuMobile">
         Doc Index

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/geode-book/redirects.rb
----------------------------------------------------------------------
diff --git a/geode-book/redirects.rb b/geode-book/redirects.rb
index d71841a..e913407 100644
--- a/geode-book/redirects.rb
+++ b/geode-book/redirects.rb
@@ -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.
+
 r301 %r{/releases/latest/javadoc/(.*)}, 
'http://geode.incubator.apache.org/releases/latest/javadoc/$1'
 rewrite '/', '/docs/about_geode.html'
 rewrite '/index.html', '/docs/about_geode.html'

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b6fec87/gradle/rat.gradle
----------------------------------------------------------------------
diff --git a/gradle/rat.gradle b/gradle/rat.gradle
index 7e20c56..0b01d81 100644
--- a/gradle/rat.gradle
+++ b/gradle/rat.gradle
@@ -51,7 +51,7 @@ rat {
     // IDE
     'etc/eclipseFormatterProfile.xml',
     'etc/intellijIdeaCodeStyle.xml',
-    'etc/eclipseOrganizeImports.importorder', 
+    'etc/eclipseOrganizeImports.importorder',
     '**/.project',
     '**/.classpath',
     '**/.settings/**',
@@ -88,6 +88,7 @@ rat {
     '**/*.pdf',
     '**/*.png',
     '**/*.ser',
+    '**/*.svg',
     '**/*.truststore',
     '**/*.xls',
     '**/publickeyfile',
@@ -97,6 +98,7 @@ rat {
     'geode-spark-connector/project/plugins.sbt',
     'geode-spark-connector/project/build.properties',
     '**/log4j*.xml',
+    'geode-book/Gemfile.lock',
 
     // modules
     'extensions/**/log4j.properties',

Reply via email to