http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/basic_config/the_cache/setting_cache_properties.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/basic_config/the_cache/setting_cache_properties.html.md.erb 
b/geode-docs/basic_config/the_cache/setting_cache_properties.html.md.erb
index 76d5066..c56eaa7 100644
--- a/geode-docs/basic_config/the_cache/setting_cache_properties.html.md.erb
+++ b/geode-docs/basic_config/the_cache/setting_cache_properties.html.md.erb
@@ -2,6 +2,23 @@
 title:  Options for Configuring the Cache and Data Regions
 ---
 
+<!--
+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.
+-->
+
 To populate your Apache Geode cache and fine-tune its storage and distribution 
behavior, you need to define cached data regions and provide custom 
configuration for the cache and regions.
 
 <a id="setting_cache_properties__section_FB536C90C219432D93E872CBD49D66B1"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/chapter_overview.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/chapter_overview.html.md.erb 
b/geode-docs/configuring/chapter_overview.html.md.erb
index 8026e72..295444c 100644
--- a/geode-docs/configuring/chapter_overview.html.md.erb
+++ b/geode-docs/configuring/chapter_overview.html.md.erb
@@ -2,6 +2,23 @@
 title:  Configuring and Running a Cluster
 ---
 
+<!--
+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.
+-->
+
 You use the `gfsh` command-line utility to configure your Apache Geode cluster 
(also called a "distributed system"). The cluster configuration service 
persists the cluster configurations and distributes the configurations to 
members of the cluster. There are also several additional ways to configure a 
cluster.
 
 You use `gfsh` to configure regions, disk stores, members, and other Geode 
objects. You also use `gfsh` to start and stop locators, servers, and Geode 
monitoring tools. As you execute these commands, the cluster configuration 
service persists the configuration. When new members join the cluster, the 
service distributes the configuration to the new members.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/cluster_config/deploying_application_jars.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/configuring/cluster_config/deploying_application_jars.html.md.erb 
b/geode-docs/configuring/cluster_config/deploying_application_jars.html.md.erb
index 08eb1d5..1e43753 100644
--- 
a/geode-docs/configuring/cluster_config/deploying_application_jars.html.md.erb
+++ 
b/geode-docs/configuring/cluster_config/deploying_application_jars.html.md.erb
@@ -2,6 +2,23 @@
 title:  Deploying Application JARs to Apache Geode Members
 ---
 
+<!--
+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.
+-->
+
 You can dynamically deploy your application JAR files to specific members or 
to all members in your distributed system. Geode automatically keeps track of 
JAR file versions; autoloads the deployed JAR files to the CLASSPATH; and 
auto-registers any functions that the JAR contains.
 
 To deploy and undeploy application JAR files in Apache Geode, use the `gfsh` 
`deploy` or `undeploy` command. You can deploy a single JAR or multiple JARs 
(by either specifying the JAR filenames or by specifying a directory that 
contains the JAR files), and you can also target the deployment to a member 
group or multiple member group. For example, after connecting to the 
distributed system where you want to deploy the JARs, you could type at the 
`gfsh` prompt:

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/cluster_config/export-import.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/cluster_config/export-import.html.md.erb 
b/geode-docs/configuring/cluster_config/export-import.html.md.erb
index e730c5b..5a89f51 100644
--- a/geode-docs/configuring/cluster_config/export-import.html.md.erb
+++ b/geode-docs/configuring/cluster_config/export-import.html.md.erb
@@ -2,6 +2,23 @@
 title:  Exporting and Importing Cluster Configurations
 ---
 
+<!--
+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.
+-->
+
 The cluster configuration service exports and imports configurations created 
using `gfsh` for an entire Apache Geode cluster.
 
 The cluster configuration service saves the cluster configuration as you 
create a regions, disk-stores and other objects using `gfsh` commands. You can 
export this configuration as well as any jar files that contain application 
files to a zip file and then import this configuration to create a new cluster.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/cluster_config/gfsh_config_troubleshooting.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/configuring/cluster_config/gfsh_config_troubleshooting.html.md.erb 
b/geode-docs/configuring/cluster_config/gfsh_config_troubleshooting.html.md.erb
index 51f89b0..638ff1d 100644
--- 
a/geode-docs/configuring/cluster_config/gfsh_config_troubleshooting.html.md.erb
+++ 
b/geode-docs/configuring/cluster_config/gfsh_config_troubleshooting.html.md.erb
@@ -2,6 +2,23 @@
 title:  Cluster Configuration Files and Troubleshooting
 ---
 
+<!--
+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.
+-->
+
 When you use the cluster configuration service in Geode, you can examine the 
generated configuration files in the `cluster_config` directory on the locator. 
`gfsh` saves configuration files at the cluster-level and at the individual 
group-level.
 
 The following directories and configuration files are available on the locator 
running the cluster configuration service:

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/cluster_config/gfsh_load_from_shared_dir.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/configuring/cluster_config/gfsh_load_from_shared_dir.html.md.erb 
b/geode-docs/configuring/cluster_config/gfsh_load_from_shared_dir.html.md.erb
index b9e9a5d..d8ba4d9 100644
--- 
a/geode-docs/configuring/cluster_config/gfsh_load_from_shared_dir.html.md.erb
+++ 
b/geode-docs/configuring/cluster_config/gfsh_load_from_shared_dir.html.md.erb
@@ -2,6 +2,23 @@
 title:  Loading Existing Configuration Files into Cluster Configuration
 ---
 
+<!--
+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.
+-->
+
 To load an existing cache.xml or gemfire.properties configuration file into a 
new cluster, use the `--load-cluster-configuration-from-dir` parameter when 
starting up the locator.
 
 You can use this technique to migrate a single server's configuration into the 
cluster configuration service. To load an existing cache.xml file or cluster 
configuration into a cluster, perform the following steps:

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/cluster_config/gfsh_persist.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/cluster_config/gfsh_persist.html.md.erb 
b/geode-docs/configuring/cluster_config/gfsh_persist.html.md.erb
index 85be33c..45f73f9 100644
--- a/geode-docs/configuring/cluster_config/gfsh_persist.html.md.erb
+++ b/geode-docs/configuring/cluster_config/gfsh_persist.html.md.erb
@@ -2,6 +2,23 @@
 title:  Overview of the Cluster Configuration Service
 ---
 
+<!--
+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.
+-->
+
 The Apache Geode cluster configuration service persists cluster configurations 
created by `gfsh` commands to the locators in a cluster and distributes the 
configurations to members of the cluster.
 
 ## Why Use the Cluster Configuration Service

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb 
b/geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb
index 9132e44..c8ea240 100644
--- a/geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb
+++ b/geode-docs/configuring/cluster_config/gfsh_remote.html.md.erb
@@ -2,6 +2,23 @@
 title:  Using gfsh to Manage a Remote Cluster Over HTTP or HTTPS
 ---
 
+<!--
+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.
+-->
+
 You can connect `gfsh` via HTTP or HTTPS to a remote cluster and manage the 
cluster using `gfsh` commands.
 
 To connect `gfsh` using the HTTP protocol to a remote GemFire cluster:

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/cluster_config/persisting_configurations.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/configuring/cluster_config/persisting_configurations.html.md.erb 
b/geode-docs/configuring/cluster_config/persisting_configurations.html.md.erb
index e18bb30..d6aadbc 100644
--- 
a/geode-docs/configuring/cluster_config/persisting_configurations.html.md.erb
+++ 
b/geode-docs/configuring/cluster_config/persisting_configurations.html.md.erb
@@ -2,6 +2,23 @@
 title:  Tutorial—Creating and Using a Cluster Configuration
 ---
 
+<!--
+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.
+-->
+
 A short walk-through that uses a single computer to demonstrate how to use 
`gfsh` to create a cluster configuration for a Geode cluster.
 
 The `gfsh` command-line tool allows you to configure and start a Geode 
cluster. The cluster configuration service uses Apache Geode locators to store 
the configuration at the group and cluster levels and serves these 
configurations to new members as they are started. The locators store the 
configurations in a hidden region that is available to all locators and also 
write the configuration data to disk as XML files. Configuration data is 
updated as `gfsh` commands are executed.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/cluster_config/using_member_groups.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/configuring/cluster_config/using_member_groups.html.md.erb 
b/geode-docs/configuring/cluster_config/using_member_groups.html.md.erb
index 524d787..250ef9f 100644
--- a/geode-docs/configuring/cluster_config/using_member_groups.html.md.erb
+++ b/geode-docs/configuring/cluster_config/using_member_groups.html.md.erb
@@ -2,6 +2,23 @@
 title:  Using Member Groups
 ---
 
+<!--
+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.
+-->
+
 Apache Geode allows you to organize your distributed system members into 
logical member groups.
 
 The use of member groups in Apache Geode is optional. The benefit of using 
member groups is the ability to coordinate certain operations on members based 
on logical group membership. For example, by defining and using member groups 
you can:

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/change_file_spec.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/change_file_spec.html.md.erb 
b/geode-docs/configuring/running/change_file_spec.html.md.erb
index 8edb68b..cb195bb 100644
--- a/geode-docs/configuring/running/change_file_spec.html.md.erb
+++ b/geode-docs/configuring/running/change_file_spec.html.md.erb
@@ -2,6 +2,23 @@
 title:  Changing the File Specifications
 ---
 
+<!--
+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.
+-->
+
 You can change all file specifications in the `gemfire.properties` file and at 
the command line.
 
 **Note:**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/default_file_specs.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/default_file_specs.html.md.erb 
b/geode-docs/configuring/running/default_file_specs.html.md.erb
index 37f9ee3..041992f 100644
--- a/geode-docs/configuring/running/default_file_specs.html.md.erb
+++ b/geode-docs/configuring/running/default_file_specs.html.md.erb
@@ -2,6 +2,23 @@
 title:  Default File Specifications and Search Locations
 ---
 
+<!--
+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.
+-->
+
 Each file has a default name, a set of file search locations, and a system 
property you can use to override the defaults.
 
 To use the default specifications, place the file at the top level of its 
directory or jar file. The system properties are standard file specifications 
that can have absolute or relative pathnames and filenames.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/deploy_config_files_intro.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/configuring/running/deploy_config_files_intro.html.md.erb 
b/geode-docs/configuring/running/deploy_config_files_intro.html.md.erb
index 758b25a..6d52529 100644
--- a/geode-docs/configuring/running/deploy_config_files_intro.html.md.erb
+++ b/geode-docs/configuring/running/deploy_config_files_intro.html.md.erb
@@ -2,6 +2,23 @@
 title:  Main Steps to Deploying Configuration Files
 ---
 
+<!--
+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.
+-->
+
 These are the basic steps for deploying configuration files, with related 
detail in sections that follow.
 
 1.  Determine which configuration files you need for your installation.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/deploying_config_files.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/deploying_config_files.html.md.erb 
b/geode-docs/configuring/running/deploying_config_files.html.md.erb
index 76c036a..63d9ac9 100644
--- a/geode-docs/configuring/running/deploying_config_files.html.md.erb
+++ b/geode-docs/configuring/running/deploying_config_files.html.md.erb
@@ -2,6 +2,23 @@
 title:  Deploying Configuration Files without the Cluster Configuration Service
 ---
 
+<!--
+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.
+-->
+
 You can deploy your Apache Geode configuration files in your system directory 
structure or in jar files. You determine how you want to deploy your 
configuration files and set them up accordingly.
 
 **Note:**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/deploying_config_jar_files.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/configuring/running/deploying_config_jar_files.html.md.erb 
b/geode-docs/configuring/running/deploying_config_jar_files.html.md.erb
index bf855c6..8c6cc20 100644
--- a/geode-docs/configuring/running/deploying_config_jar_files.html.md.erb
+++ b/geode-docs/configuring/running/deploying_config_jar_files.html.md.erb
@@ -2,6 +2,23 @@
 title:  Deploying Configuration Files in JAR Files
 ---
 
+<!--
+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.
+-->
+
 This section provides a procedure and an example for deploying configuration 
files in JAR files.
 
 **Procedure**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/firewall_ports_config.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/firewall_ports_config.html.md.erb 
b/geode-docs/configuring/running/firewall_ports_config.html.md.erb
index 4f90602..4a5d4c7 100644
--- a/geode-docs/configuring/running/firewall_ports_config.html.md.erb
+++ b/geode-docs/configuring/running/firewall_ports_config.html.md.erb
@@ -2,6 +2,23 @@
 title:  Firewall Considerations
 ---
 
+<!--
+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.
+-->
+
 You can configure and limit port usage for situations that involve firewalls, 
for example, between client-server or server-server connections.
 
 -   **[Firewalls and 
Connections](../../configuring/running/firewalls_connections.html)**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/firewalls_connections.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/firewalls_connections.html.md.erb 
b/geode-docs/configuring/running/firewalls_connections.html.md.erb
index 3ae6bb1..9f61bc0 100644
--- a/geode-docs/configuring/running/firewalls_connections.html.md.erb
+++ b/geode-docs/configuring/running/firewalls_connections.html.md.erb
@@ -2,6 +2,23 @@
 title:  Firewalls and Connections
 ---
 
+<!--
+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.
+-->
+
 Be aware of possible connection problems that can result from running a 
firewall on your machine.
 
 Apache Geode is a network-centric distributed system, so if you have a 
firewall running on your machine it could cause connection problems. For 
example, your connections may fail if your firewall places restrictions on 
inbound or outbound permissions for Java-based sockets. You may need to modify 
your firewall configuration to permit traffic to Java applications running on 
your machine. The specific configuration depends on the firewall you are using.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/firewalls_multisite.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/firewalls_multisite.html.md.erb 
b/geode-docs/configuring/running/firewalls_multisite.html.md.erb
index ace18d7..50c25c7 100644
--- a/geode-docs/configuring/running/firewalls_multisite.html.md.erb
+++ b/geode-docs/configuring/running/firewalls_multisite.html.md.erb
@@ -2,6 +2,23 @@
 title:  Firewalls and Ports in Multi-Site (WAN) Configurations
 ---
 
+<!--
+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.
+-->
+
 Make sure your port settings are configured correctly for firewalls.
 
 <a id="concept_pfs_sf4_ft__section_alm_2g4_ft"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/firewalls_ports.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/firewalls_ports.html.md.erb 
b/geode-docs/configuring/running/firewalls_ports.html.md.erb
index e278e5c..11e4554 100644
--- a/geode-docs/configuring/running/firewalls_ports.html.md.erb
+++ b/geode-docs/configuring/running/firewalls_ports.html.md.erb
@@ -2,6 +2,23 @@
 title:  Firewalls and Ports
 ---
 
+<!--
+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.
+-->
+
 Make sure your port settings are configured correctly for firewalls.
 
 <a 
id="concept_5ED182BDBFFA4FAB89E3B81366EBC58E__section_F9C1D7419F954DC1A305C34714C8615C"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/managing_output_files.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/managing_output_files.html.md.erb 
b/geode-docs/configuring/running/managing_output_files.html.md.erb
index 59f48aa..b194f79 100644
--- a/geode-docs/configuring/running/managing_output_files.html.md.erb
+++ b/geode-docs/configuring/running/managing_output_files.html.md.erb
@@ -2,6 +2,23 @@
 title:  Managing System Output Files
 ---
 
+<!--
+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.
+-->
+
 Geode output files are optional and can become quite large. Work with your 
system administrator to determine where to place them to avoid interfering with 
other system activities.
 
 <a id="managing_output_files__section_F0CEA4299D274801B9AB700C074F178F"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/running_the_cacheserver.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/running_the_cacheserver.html.md.erb 
b/geode-docs/configuring/running/running_the_cacheserver.html.md.erb
index 9de1189..374839b 100644
--- a/geode-docs/configuring/running/running_the_cacheserver.html.md.erb
+++ b/geode-docs/configuring/running/running_the_cacheserver.html.md.erb
@@ -2,6 +2,23 @@
 title:  Running Geode Server Processes
 ---
 
+<!--
+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.
+-->
+
 A Geode server is a process that runs as a long-lived, configurable member of 
a client/server system.
 
 <a id="running_the_cacheserver__section_6C2B495518C04064A181E7917CA81FC1"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/running_the_locator.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/configuring/running/running_the_locator.html.md.erb 
b/geode-docs/configuring/running/running_the_locator.html.md.erb
index 64ac02e..a8c2d7d 100644
--- a/geode-docs/configuring/running/running_the_locator.html.md.erb
+++ b/geode-docs/configuring/running/running_the_locator.html.md.erb
@@ -2,6 +2,23 @@
 title:  Running Geode Locator Processes
 ---
 
+<!--
+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.
+-->
+
 The locator is a Geode process that tells new, connecting members where 
running members are located and provides load balancing for server use.
 
 <a id="running_the_locator__section_E9C98E8756524552BEA9B0CA49A2069E"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb 
b/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb
index 2afea6a..01b191d 100644
--- a/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb
+++ b/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb
@@ -2,6 +2,23 @@
 title:  Starting Up and Shutting Down Your System
 ---
 
+<!--
+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.
+-->
+
 Determine the proper startup and shutdown procedures, and write your startup 
and shutdown scripts.
 
 Well-designed procedures for starting and stopping your system can speed 
startup and protect your data. The processes you need to start and stop include 
server and locator processes and your other Geode applications, including 
clients. The procedures you use depend in part on your system’s configuration 
and the dependencies between your system processes.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/book_intro.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/developing/book_intro.html.md.erb 
b/geode-docs/developing/book_intro.html.md.erb
index 432d6da..8086b7a 100644
--- a/geode-docs/developing/book_intro.html.md.erb
+++ b/geode-docs/developing/book_intro.html.md.erb
@@ -2,6 +2,23 @@
 title:  Developing with Apache Geode
 ---
 
+<!--
+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.
+-->
+
 *Developing with Apache Geode* explains main concepts of application 
programming with Apache Geode. It describes how to plan and implement regions, 
data serialization, event handling, delta propagation, transactions, and more.
 
 For information about Geode REST application development, see [Developing REST 
Applications for Apache Geode](../rest_apps/book_intro.html).

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/continuous_querying/chapter_overview.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/continuous_querying/chapter_overview.html.md.erb 
b/geode-docs/developing/continuous_querying/chapter_overview.html.md.erb
index c16d4b5..3f77edb 100644
--- a/geode-docs/developing/continuous_querying/chapter_overview.html.md.erb
+++ b/geode-docs/developing/continuous_querying/chapter_overview.html.md.erb
@@ -2,6 +2,23 @@
 title:  Continuous Querying
 ---
 
+<!--
+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.
+-->
+
 Continuous querying continuously returns events that match the queries you set 
up.
 
 <a id="continuous__section_779B4E4D06E948618E5792335174E70D"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/continuous_querying/continuous_querying_whats_next.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/continuous_querying/continuous_querying_whats_next.html.md.erb
 
b/geode-docs/developing/continuous_querying/continuous_querying_whats_next.html.md.erb
index db36016..4d91722 100644
--- 
a/geode-docs/developing/continuous_querying/continuous_querying_whats_next.html.md.erb
+++ 
b/geode-docs/developing/continuous_querying/continuous_querying_whats_next.html.md.erb
@@ -2,6 +2,23 @@
 title:  Managing Continuous Querying
 ---
 
+<!--
+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.
+-->
+
 This topic discusses CQ management options, CQ states, and retrieving initial 
result sets.
 
 ## Using CQs from a RegionService Instance

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/continuous_querying/how_continuous_querying_works.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/continuous_querying/how_continuous_querying_works.html.md.erb
 
b/geode-docs/developing/continuous_querying/how_continuous_querying_works.html.md.erb
index 67facc9..67bb447 100644
--- 
a/geode-docs/developing/continuous_querying/how_continuous_querying_works.html.md.erb
+++ 
b/geode-docs/developing/continuous_querying/how_continuous_querying_works.html.md.erb
@@ -2,6 +2,23 @@
 title:  How Continuous Querying Works
 ---
 
+<!--
+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.
+-->
+
 Clients subscribe to server-side events by using SQL-type query filtering. The 
server sends all events that modify the query results. CQ event delivery uses 
the client/server subscription framework.
 
 <a 
id="how_continuous_querying_works__section_D473C4D532E14044820B7D76DEE83450"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/continuous_querying/implementing_continuous_querying.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/continuous_querying/implementing_continuous_querying.html.md.erb
 
b/geode-docs/developing/continuous_querying/implementing_continuous_querying.html.md.erb
index de4c81e..e1bb4ea 100644
--- 
a/geode-docs/developing/continuous_querying/implementing_continuous_querying.html.md.erb
+++ 
b/geode-docs/developing/continuous_querying/implementing_continuous_querying.html.md.erb
@@ -2,6 +2,23 @@
 title:  Implementing Continuous Querying
 ---
 
+<!--
+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.
+-->
+
 Use continuous querying in your clients to receive continuous updates to 
queries run on the servers.
 
 CQs are only run by a client on its servers.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/PDX_Serialization_Features.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/PDX_Serialization_Features.html.md.erb
 
b/geode-docs/developing/data_serialization/PDX_Serialization_Features.html.md.erb
index 45b154e..e6c06f4 100644
--- 
a/geode-docs/developing/data_serialization/PDX_Serialization_Features.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/PDX_Serialization_Features.html.md.erb
@@ -2,6 +2,23 @@
 title:  Geode PDX Serialization Features
 ---
 
+<!--
+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.
+-->
+
 Geode PDX serialization offers several advantages in terms of functionality.
 
 ## <a 
id="concept_F02E40517C4B42F2A75B133BB507C626__section_A0EEB4DA3E9F4EA4B65FE727D3951EA1"
 class="no-quick-link"></a>Application Versioning of PDX Domain Objects

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/auto_serialization.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/auto_serialization.html.md.erb 
b/geode-docs/developing/data_serialization/auto_serialization.html.md.erb
index 7e3dfa2..cdb63a8 100644
--- a/geode-docs/developing/data_serialization/auto_serialization.html.md.erb
+++ b/geode-docs/developing/data_serialization/auto_serialization.html.md.erb
@@ -2,6 +2,23 @@
 title:  Using Automatic Reflection-Based PDX Serialization
 ---
 
+<!--
+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.
+-->
+
 You can configure your cache to automatically serialize and deserialize domain 
objects without having to add any extra code to them.
 
 <a id="auto_serialization__section_E2B7719D3C1545808CC21E0FDBD2D610"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/autoserialization_with_class_pattern_strings.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/autoserialization_with_class_pattern_strings.html.md.erb
 
b/geode-docs/developing/data_serialization/autoserialization_with_class_pattern_strings.html.md.erb
index ba18558..b545610 100644
--- 
a/geode-docs/developing/data_serialization/autoserialization_with_class_pattern_strings.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/autoserialization_with_class_pattern_strings.html.md.erb
@@ -2,6 +2,23 @@
 title:  Customizing Serialization with Class Pattern Strings
 ---
 
+<!--
+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.
+-->
+
 Use class pattern strings to name the classes that you want to serialize using 
Geode's reflection-based autoserializer and to specify object identity fields 
and to specify fields to exclude from serialization.
 
 The class pattern strings used to configured the 
`ReflectionBasedAutoSerializer` are standard regular expressions. For example, 
this expression would select all classes defined in the `com.company.domain` 
package and its subpackages:

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/chapter_overview.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/chapter_overview.html.md.erb 
b/geode-docs/developing/data_serialization/chapter_overview.html.md.erb
index 5ef0877..7e13c20 100644
--- a/geode-docs/developing/data_serialization/chapter_overview.html.md.erb
+++ b/geode-docs/developing/data_serialization/chapter_overview.html.md.erb
@@ -2,6 +2,23 @@
 title:  Data Serialization
 ---
 
+<!--
+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.
+-->
+
 Data that you manage in Geode must be serialized and deserialized for storage 
and transmittal between processes. You can choose among several options for 
data serialization.
 
 -   **[Overview of Data 
Serialization](../../developing/data_serialization/data_serialization_options.html)**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/data_serialization_options.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/data_serialization_options.html.md.erb
 
b/geode-docs/developing/data_serialization/data_serialization_options.html.md.erb
index 7402ee7..dfe18d0 100644
--- 
a/geode-docs/developing/data_serialization/data_serialization_options.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/data_serialization_options.html.md.erb
@@ -2,6 +2,23 @@
 title:  Overview of Data Serialization
 ---
 
+<!--
+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.
+-->
+
 Geode offers serialization options other than Java serialization that give you 
higher performance and greater flexibility for data storage, transfers, and 
language types.
 
 <a 
id="data_serialization_options__section_B1BDB0E7F6814DFD8BACD8D8C5CAA81B"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/extending_the_autoserializer.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/extending_the_autoserializer.html.md.erb
 
b/geode-docs/developing/data_serialization/extending_the_autoserializer.html.md.erb
index 35cbe66..cfa69f5 100644
--- 
a/geode-docs/developing/data_serialization/extending_the_autoserializer.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/extending_the_autoserializer.html.md.erb
@@ -2,6 +2,23 @@
 title:  Extending the ReflectionBasedAutoSerializer
 ---
 
+<!--
+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.
+-->
+
 You can extend the `ReflectionBasedAutoSerializer` to handle serialization in 
a customized manner. This section provides an overview of the available 
method-based customization options and an example of extending the serializer 
to support BigDecimal and BigInteger types.
 
 ## <a 
id="concept_9E020566EE794A81A48A90BA798EC279__section_378C0C68A1B342DD9D754DDBDC4874B3"
 class="no-quick-link"></a>Reasons to Extend the ReflectionBasedAutoSerializer

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/gemfire_data_serialization.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/gemfire_data_serialization.html.md.erb
 
b/geode-docs/developing/data_serialization/gemfire_data_serialization.html.md.erb
index 58aeb7e..24acbfd 100644
--- 
a/geode-docs/developing/data_serialization/gemfire_data_serialization.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/gemfire_data_serialization.html.md.erb
@@ -2,6 +2,23 @@
 title:  Geode Data Serialization (DataSerializable and DataSerializer)
 ---
 
+<!--
+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.
+-->
+
 Geode's `DataSerializable` interface gives you quick serialization of your 
objects.
 
 ## <a 
id="gemfire_data_serialization__section_0C84D6BF5E9748CB865E6BB944A077DE" 
class="no-quick-link"></a>Data Serialization with the DataSerializable Interface

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/gemfire_pdx_serialization.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/gemfire_pdx_serialization.html.md.erb
 
b/geode-docs/developing/data_serialization/gemfire_pdx_serialization.html.md.erb
index 1053618..c8bcdb4 100644
--- 
a/geode-docs/developing/data_serialization/gemfire_pdx_serialization.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/gemfire_pdx_serialization.html.md.erb
@@ -2,6 +2,23 @@
 title:  Geode PDX Serialization
 ---
 
+<!--
+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.
+-->
+
 Geode's Portable Data eXchange (PDX) is a cross-language data format that can 
reduce the cost of distributing and serializing your objects. PDX stores data 
in named fields that you can access individually, to avoid the cost of 
deserializing the entire data object. PDX also allows you to mix versions of 
objects where you have added or removed fields.
 
 -   **[Geode PDX Serialization 
Features](../../developing/data_serialization/PDX_Serialization_Features.html)**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/java_serialization.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/java_serialization.html.md.erb 
b/geode-docs/developing/data_serialization/java_serialization.html.md.erb
index 14b9ea3..314b055 100644
--- a/geode-docs/developing/data_serialization/java_serialization.html.md.erb
+++ b/geode-docs/developing/data_serialization/java_serialization.html.md.erb
@@ -2,6 +2,23 @@
 title:  Standard Java Serialization
 ---
 
+<!--
+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.
+-->
+
 You can use standard Java serialization for data you only distribute between 
Java applications. If you distribute your data between non-Java clients and 
Java servers, you need to do additional programming to get the data between the 
various class formats.
 
 <a id="java_serialization__section_AD2524E4E3C145D4A2CEB379DD8E9389"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/jsonformatter_pdxinstances.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/jsonformatter_pdxinstances.html.md.erb
 
b/geode-docs/developing/data_serialization/jsonformatter_pdxinstances.html.md.erb
index 59ceb3c..d5397ed 100644
--- 
a/geode-docs/developing/data_serialization/jsonformatter_pdxinstances.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/jsonformatter_pdxinstances.html.md.erb
@@ -2,6 +2,23 @@
 title:  Adding JSON Documents to the Geode Cache
 ---
 
+<!--
+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.
+-->
+
 The `JSONFormatter` API allows you to put JSON formatted documents into 
regions and retrieve them later by storing the documents internally as 
PdxInstances.
 
 Geode now supports the use of JSON formatted documents natively. When you add 
a JSON document to a Geode cache, you call the JSONFormatter APIs to transform 
them into the PDX format (as a `PdxInstance`), which enables Geode to 
understand the JSON document at a field level.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/persist_pdx_metadata_to_disk.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/persist_pdx_metadata_to_disk.html.md.erb
 
b/geode-docs/developing/data_serialization/persist_pdx_metadata_to_disk.html.md.erb
index 37b11fc..2d044ce 100644
--- 
a/geode-docs/developing/data_serialization/persist_pdx_metadata_to_disk.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/persist_pdx_metadata_to_disk.html.md.erb
@@ -2,6 +2,23 @@
 title:  Persisting PDX Metadata to Disk
 ---
 
+<!--
+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.
+-->
+
 Geode allows you to persist PDX metadata to disk and specify the disk store to 
use.
 
 <a 
id="persist_pdx_metadata_to_disk__section_7F357A8E56B54BFB9A5778C0F89E034E"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/program_application_for_pdx.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/program_application_for_pdx.html.md.erb
 
b/geode-docs/developing/data_serialization/program_application_for_pdx.html.md.erb
index 9bfbe12..ae8be23 100644
--- 
a/geode-docs/developing/data_serialization/program_application_for_pdx.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/program_application_for_pdx.html.md.erb
@@ -2,6 +2,23 @@
 title:  Programming Your Application to Use PdxInstances
 ---
 
+<!--
+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.
+-->
+
 A `PdxInstance` is a light-weight wrapper around PDX serialized bytes. It 
provides applications with run-time access to fields of a PDX serialized object.
 
 <a 
id="program_application_for_pdx__section_7F357A8E56B54BFB9A5778C0F89E034E"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/use_pdx_high_level_steps.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/use_pdx_high_level_steps.html.md.erb 
b/geode-docs/developing/data_serialization/use_pdx_high_level_steps.html.md.erb
index f47e81f..c4894b6 100644
--- 
a/geode-docs/developing/data_serialization/use_pdx_high_level_steps.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/use_pdx_high_level_steps.html.md.erb
@@ -2,6 +2,23 @@
 title:  High Level Steps for Using PDX Serialization
 ---
 
+<!--
+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.
+-->
+
 To use PDX serialization, you can configure and use Geode's reflection-based 
autoserializer, or you can program the serialization of your objects by using 
the PDX interfaces and classes.
 
 <a 
id="concept_A7C8890826394B4293C036DD739835BD__section_7F357A8E56B54BFB9A5778C0F89E034E"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/use_pdx_serializable.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/use_pdx_serializable.html.md.erb 
b/geode-docs/developing/data_serialization/use_pdx_serializable.html.md.erb
index 948112b..2716814 100644
--- a/geode-docs/developing/data_serialization/use_pdx_serializable.html.md.erb
+++ b/geode-docs/developing/data_serialization/use_pdx_serializable.html.md.erb
@@ -2,6 +2,23 @@
 title:  Implementing PdxSerializable in Your Domain Object
 ---
 
+<!--
+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.
+-->
+
 For a domain object with source that you can modify, implement the 
`PdxSerializable` interface in the object and use its methods to serialize and 
deserialize the object's fields.
 
 <a id="use_pdx_serializable__section_7F357A8E56B54BFB9A5778C0F89E034E"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/use_pdx_serializer.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/use_pdx_serializer.html.md.erb 
b/geode-docs/developing/data_serialization/use_pdx_serializer.html.md.erb
index 7ef401e..8feee8f 100644
--- a/geode-docs/developing/data_serialization/use_pdx_serializer.html.md.erb
+++ b/geode-docs/developing/data_serialization/use_pdx_serializer.html.md.erb
@@ -2,6 +2,23 @@
 title:  Serializing Your Domain Object with a PdxSerializer
 ---
 
+<!--
+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.
+-->
+
 For a domain object that you cannot or do not want to modify, use the 
`PdxSerializer` class to serialize and deserialize the object's fields. You use 
one `PdxSerializer` implementation for the entire cache, programming it for all 
of the domain objects that you handle in this way.
 
 With `PdxSerializer`, you leave your domain object as-is and handle the 
serialization and deserialization in the separate serializer. You register the 
serializer in your cache PDX configuration. Program the serializer to handle 
all of the domain objects you need.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/using_PdxInstanceFactory.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/using_PdxInstanceFactory.html.md.erb 
b/geode-docs/developing/data_serialization/using_PdxInstanceFactory.html.md.erb
index 7b9501d..ad10b1a 100644
--- 
a/geode-docs/developing/data_serialization/using_PdxInstanceFactory.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/using_PdxInstanceFactory.html.md.erb
@@ -2,6 +2,23 @@
 title:  Using PdxInstanceFactory to Create PdxInstances
 ---
 
+<!--
+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.
+-->
+
 You can use the `PdxInstanceFactory` interface to create a `PdxInstance` from 
raw data when the domain class is not available on the server.
 
 This can be particularly useful when you need an instance of a domain class 
for plug in code such as a function or a loader. If you have the raw data for 
the domain object (the class name and each field's type and data), then you can 
explicitly create a `PdxInstance`. The `PdxInstanceFactory` is very similar to 
the `PdxWriter` except that after writing each field, you need to call the 
create method which returns the created PdxInstance.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/data_serialization/using_pdx_region_entry_keys.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/using_pdx_region_entry_keys.html.md.erb
 
b/geode-docs/developing/data_serialization/using_pdx_region_entry_keys.html.md.erb
index 91c91c4..7e46606 100644
--- 
a/geode-docs/developing/data_serialization/using_pdx_region_entry_keys.html.md.erb
+++ 
b/geode-docs/developing/data_serialization/using_pdx_region_entry_keys.html.md.erb
@@ -2,6 +2,23 @@
 title:  Using PDX Objects as Region Entry Keys
 ---
 
+<!--
+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.
+-->
+
 Using PDX objects as region entry keys is highly discouraged.
 
 <a 
id="concept_E5B95958B8D04B2285CB5E4DC6FABC78__section_900BD620D716407AA78BE0E38C2C396D"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/delta_propagation/chapter_overview.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/delta_propagation/chapter_overview.html.md.erb 
b/geode-docs/developing/delta_propagation/chapter_overview.html.md.erb
index 1beb847..e4b2036 100644
--- a/geode-docs/developing/delta_propagation/chapter_overview.html.md.erb
+++ b/geode-docs/developing/delta_propagation/chapter_overview.html.md.erb
@@ -2,6 +2,23 @@
 title:  Delta Propagation
 ---
 
+<!--
+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.
+-->
+
 Delta propagation allows you to reduce the amount of data you send over the 
network by including only changes to objects rather than the entire object.
 
 -   **[How Delta Propagation Works](how_delta_propagation_works.html)**

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/delta_propagation/delta_propagation_example.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/delta_propagation/delta_propagation_example.html.md.erb 
b/geode-docs/developing/delta_propagation/delta_propagation_example.html.md.erb
index 075b32e..7a81962 100644
--- 
a/geode-docs/developing/delta_propagation/delta_propagation_example.html.md.erb
+++ 
b/geode-docs/developing/delta_propagation/delta_propagation_example.html.md.erb
@@ -2,6 +2,23 @@
 title:  Delta Propagation Example
 ---
 
+<!--
+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.
+-->
+
 This topic provides an example of delta propagation.
 
 <a 
id="delta_propagation_example__section_F6700EB7F305462D9F0DEE3080497A14"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/delta_propagation/delta_propagation_properties.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/delta_propagation/delta_propagation_properties.html.md.erb
 
b/geode-docs/developing/delta_propagation/delta_propagation_properties.html.md.erb
index c95fab4..0b5b40a 100644
--- 
a/geode-docs/developing/delta_propagation/delta_propagation_properties.html.md.erb
+++ 
b/geode-docs/developing/delta_propagation/delta_propagation_properties.html.md.erb
@@ -2,6 +2,23 @@
 title:  Delta Propagation Properties
 ---
 
+<!--
+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.
+-->
+
 This topic describes the properties that can be used to configure delta 
propagation.
 
 Delta propagation properties can be configured through the API and through the 
`gemfire.properties` and `cache.xml` files.

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/delta_propagation/errors_in_delta_propagation.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/delta_propagation/errors_in_delta_propagation.html.md.erb
 
b/geode-docs/developing/delta_propagation/errors_in_delta_propagation.html.md.erb
index f6441e8..6f0cdf4 100644
--- 
a/geode-docs/developing/delta_propagation/errors_in_delta_propagation.html.md.erb
+++ 
b/geode-docs/developing/delta_propagation/errors_in_delta_propagation.html.md.erb
@@ -2,6 +2,23 @@
 title:  Errors In Delta Propagation
 ---
 
+<!--
+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.
+-->
+
 This topic lists the errors that can occur when using delta propagation.
 
 <a 
id="errors_in_delta_propagation__section_877AC61D691C44078A782683F90D169B"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/delta_propagation/how_delta_propagation_works.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/delta_propagation/how_delta_propagation_works.html.md.erb
 
b/geode-docs/developing/delta_propagation/how_delta_propagation_works.html.md.erb
index a37bd8a..6437781 100644
--- 
a/geode-docs/developing/delta_propagation/how_delta_propagation_works.html.md.erb
+++ 
b/geode-docs/developing/delta_propagation/how_delta_propagation_works.html.md.erb
@@ -2,6 +2,23 @@
 title:  How Delta Propagation Works
 ---
 
+<!--
+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.
+-->
+
 Delta propagation reduces the amount of data you send over the network. You do 
this by only sending the change, or delta, information about an object, instead 
of sending the entire changed object. If you do not use cloning when applying 
the deltas, you can also expect to generate less garbage in your receiving JVMs.
 
 <a 
id="how_delta_propagation_works__section_78D584B3FFD04D1D9BA83203FF2B55A9"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/delta_propagation/implementing_delta_propagation.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/delta_propagation/implementing_delta_propagation.html.md.erb
 
b/geode-docs/developing/delta_propagation/implementing_delta_propagation.html.md.erb
index 7727532..4b6ae99 100644
--- 
a/geode-docs/developing/delta_propagation/implementing_delta_propagation.html.md.erb
+++ 
b/geode-docs/developing/delta_propagation/implementing_delta_propagation.html.md.erb
@@ -2,6 +2,23 @@
 title:  Implementing Delta Propagation
 ---
 
+<!--
+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.
+-->
+
 By default, delta propagation is enabled in your distributed system. When 
enabled, delta propagation is used for objects that implement 
`org.apache.geode.Delta`. You program the methods to store and extract delta 
information for your entries and to apply received delta information.
 
 <a 
id="implementing_delta_propagation__section_877AC61D691C44078A782683F90D169B"></a>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/6bea8204/geode-docs/developing/delta_propagation/when_to_use_delta_prop.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/delta_propagation/when_to_use_delta_prop.html.md.erb 
b/geode-docs/developing/delta_propagation/when_to_use_delta_prop.html.md.erb
index 47de0ba..0c53082 100644
--- a/geode-docs/developing/delta_propagation/when_to_use_delta_prop.html.md.erb
+++ b/geode-docs/developing/delta_propagation/when_to_use_delta_prop.html.md.erb
@@ -2,6 +2,23 @@
 title:  When to Avoid Delta Propagation
 ---
 
+<!--
+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.
+-->
+
 Generally, the larger your objects and the smaller the deltas, the greater the 
benefits of using delta propagation. Partitioned regions with higher redundancy 
levels generally benefit more from delta propagation. However, in some 
application scenarios, delta propagation does not show any significant 
benefits. On occasion it results in performance degradation.
 
 <a id="when_to_use_delta_prop__section_83BA84BB08194FC58F2BCE149AA0F0EC"></a>


Reply via email to