http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/solaris/update.sh ---------------------------------------------------------------------- diff --git a/packer/solaris/update.sh b/packer/solaris/update.sh index 62d9c1d..3181ea5 100755 --- a/packer/solaris/update.sh +++ b/packer/solaris/update.sh @@ -1,5 +1,21 @@ #!/usr/bin/env bash +# 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. + + pkg update -v --no-backup-be --accept # exits 4 on no update
http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/Packer.psm1 ---------------------------------------------------------------------- diff --git a/packer/windows/Packer.psm1 b/packer/windows/Packer.psm1 index 19e13fe..062e23f 100644 --- a/packer/windows/Packer.psm1 +++ b/packer/windows/Packer.psm1 @@ -1,3 +1,17 @@ +# 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. Set-PSDebug -Trace 0 function Install-Package { http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/add-user-build.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/add-user-build.ps1 b/packer/windows/add-user-build.ps1 index 3f56b28..042d0e6 100644 --- a/packer/windows/add-user-build.ps1 +++ b/packer/windows/add-user-build.ps1 @@ -1,3 +1,17 @@ +# 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. $user = "build" $pass = "p1votal!" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/buildenv.bat ---------------------------------------------------------------------- diff --git a/packer/windows/buildenv.bat b/packer/windows/buildenv.bat index f46b941..203e811 100644 --- a/packer/windows/buildenv.bat +++ b/packer/windows/buildenv.bat @@ -1,3 +1,18 @@ +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + @rem Fixup ENV issues with SSH set APPDATA=C:\Users\build\AppData\Roaming set LOCALAPPDATA=C:\Users\build\AppData\Local http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/cleanup.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/cleanup.ps1 b/packer/windows/cleanup.ps1 index 1f9164e..979a36e 100644 --- a/packer/windows/cleanup.ps1 +++ b/packer/windows/cleanup.ps1 @@ -1,3 +1,17 @@ +# 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. # Remove admin ssh keys Remove-Item C:\Users\Administrator\.ssh -Recurse -Force -ErrorAction SilentlyContinue http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/init-ssh.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/init-ssh.ps1 b/packer/windows/init-ssh.ps1 index e4763d0..415bb08 100644 --- a/packer/windows/init-ssh.ps1 +++ b/packer/windows/init-ssh.ps1 @@ -1,3 +1,17 @@ +# 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. # TODO host keys $ssh = "C:\Users\Administrator\.ssh" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/init-user-build.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/init-user-build.ps1 b/packer/windows/init-user-build.ps1 index c87e6c5..589639a 100644 --- a/packer/windows/init-user-build.ps1 +++ b/packer/windows/init-user-build.ps1 @@ -1,3 +1,17 @@ +# 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. $ssh = "C:\Users\build\.ssh" $authorized_keys = "$ssh\authorized_keys" if ( -not (Test-Path $authorized_keys -PathType Leaf) ) { http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/install-chocolatey.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/install-chocolatey.ps1 b/packer/windows/install-chocolatey.ps1 index 11de9a1..9fa384d 100644 --- a/packer/windows/install-chocolatey.ps1 +++ b/packer/windows/install-chocolatey.ps1 @@ -1,3 +1,17 @@ +# 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. $ErrorActionPreference = "Stop" write-host "Installing Chocolatey" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/install-cygwin.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/install-cygwin.ps1 b/packer/windows/install-cygwin.ps1 index 55bfdc0..6b5339b 100644 --- a/packer/windows/install-cygwin.ps1 +++ b/packer/windows/install-cygwin.ps1 @@ -1,3 +1,17 @@ +# 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. $ErrorActionPreference = "Stop" # Chocolatey broken http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/install-gemfire.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/install-gemfire.ps1 b/packer/windows/install-gemfire.ps1 index 294a90d..1a4ed54 100644 --- a/packer/windows/install-gemfire.ps1 +++ b/packer/windows/install-gemfire.ps1 @@ -1,3 +1,17 @@ +# 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. $ErrorActionPreference = "Stop" Import-Module Packer -Force http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/install-gnuwin.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/install-gnuwin.ps1 b/packer/windows/install-gnuwin.ps1 index d89dbd4..3a2bc4b 100644 --- a/packer/windows/install-gnuwin.ps1 +++ b/packer/windows/install-gnuwin.ps1 @@ -1,3 +1,17 @@ +# 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. $ErrorActionPreference = "Stop" choco install gnuwin --allowEmptyChecksums -confirm http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/install-perl.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/install-perl.ps1 b/packer/windows/install-perl.ps1 index a9168f4..3d18c11 100644 --- a/packer/windows/install-perl.ps1 +++ b/packer/windows/install-perl.ps1 @@ -1,3 +1,17 @@ +# 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. $ErrorActionPreference = "Stop" Import-Module Packer http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/install-ssh.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/install-ssh.ps1 b/packer/windows/install-ssh.ps1 index 1cc5f30..009db59 100644 --- a/packer/windows/install-ssh.ps1 +++ b/packer/windows/install-ssh.ps1 @@ -1,3 +1,17 @@ +# 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. # Install sshd write-host "Installing OpenSSH" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/install-vs-2013-community.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/install-vs-2013-community.ps1 b/packer/windows/install-vs-2013-community.ps1 index 4e96cd7..5edae49 100644 --- a/packer/windows/install-vs-2013-community.ps1 +++ b/packer/windows/install-vs-2013-community.ps1 @@ -1,3 +1,17 @@ +# 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. # TODO AdminDeploy.xml # vs_community.exe /AdminFile C:\Users\Administrator\AdminDeployment.xml /Log setup.log /Passive Set-PSDebug -Trace 0 http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/install-vs-2015-community.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/install-vs-2015-community.ps1 b/packer/windows/install-vs-2015-community.ps1 index a0999ff..d78bf04 100644 --- a/packer/windows/install-vs-2015-community.ps1 +++ b/packer/windows/install-vs-2015-community.ps1 @@ -1,3 +1,17 @@ +# 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. # TODO AdminDeploy.xml # vs_community.exe /AdminFile C:\Users\Administrator\AdminDeployment.xml /Log setup.log /Passive Set-PSDebug -Trace 0 http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/install-windows-8-wmf-5.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/install-windows-8-wmf-5.ps1 b/packer/windows/install-windows-8-wmf-5.ps1 index bd7cb93..f3ebb40 100644 --- a/packer/windows/install-windows-8-wmf-5.ps1 +++ b/packer/windows/install-windows-8-wmf-5.ps1 @@ -1,3 +1,17 @@ +# 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. $ErrorActionPreference = "Stop" Import-Module Packer http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/install-windows-8.1-2012-r2-wmf-5.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/install-windows-8.1-2012-r2-wmf-5.ps1 b/packer/windows/install-windows-8.1-2012-r2-wmf-5.ps1 index 84eda58..8cce796 100644 --- a/packer/windows/install-windows-8.1-2012-r2-wmf-5.ps1 +++ b/packer/windows/install-windows-8.1-2012-r2-wmf-5.ps1 @@ -1,3 +1,17 @@ +# 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. $ErrorActionPreference = "Stop" Import-Module Packer http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/run-sshd-as-build.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/run-sshd-as-build.ps1 b/packer/windows/run-sshd-as-build.ps1 index 06844a0..1f1eb0a 100755 --- a/packer/windows/run-sshd-as-build.ps1 +++ b/packer/windows/run-sshd-as-build.ps1 @@ -1,4 +1,18 @@ -$accountToAdd = "build" +# 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. +$accountToAdd = "build" #written by Ingo Karstein, http://blog.karstein-consulting.com # v1.0, 01/03/2014 http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/setup-ec2config.ps1 ---------------------------------------------------------------------- diff --git a/packer/windows/setup-ec2config.ps1 b/packer/windows/setup-ec2config.ps1 index f90459e..4fefd66 100644 --- a/packer/windows/setup-ec2config.ps1 +++ b/packer/windows/setup-ec2config.ps1 @@ -1,3 +1,17 @@ +# 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. # Enable the system password to be retrieved from the AWS Console after this AMI is built and used to launch code $ec2config = [xml] (get-content 'C:\Program Files\Amazon\Ec2ConfigService\Settings\config.xml') ($ec2config.ec2configurationsettings.plugins.plugin | where {$_.name -eq "Ec2SetPassword"}).state = "Enabled" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/packer/windows/sshd-recovery.bat ---------------------------------------------------------------------- diff --git a/packer/windows/sshd-recovery.bat b/packer/windows/sshd-recovery.bat index 43f4c0a..da49c7b 100644 --- a/packer/windows/sshd-recovery.bat +++ b/packer/windows/sshd-recovery.bat @@ -1,3 +1,18 @@ +rem Licensed to the Apache Software Foundation (ASF) under one or more +rem contributor license agreements. See the NOTICE file distributed with +rem this work for additional information regarding copyright ownership. +rem The ASF licenses this file to You under the Apache License, Version 2.0 +rem (the "License"); you may not use this file except in compliance with +rem the License. You may obtain a copy of the License at +rem +rem http://www.apache.org/licenses/LICENSE-2.0 +rem +rem Unless required by applicable law or agreed to in writing, software +rem distributed under the License is distributed on an "AS IS" BASIS, +rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +rem See the License for the specific language governing permissions and +rem limitations under the License. + net stop ssh-agent /y net stop sshd /y net start sshd /y http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 71f10af..3229a4e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,17 @@ +# 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. cmake_minimum_required(VERSION 3.4) project(nativeclient) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/FindNativeClient.cmake ---------------------------------------------------------------------- diff --git a/src/FindNativeClient.cmake b/src/FindNativeClient.cmake old mode 100755 new mode 100644 index 1098c07..f180891 --- a/src/FindNativeClient.cmake +++ b/src/FindNativeClient.cmake @@ -1,3 +1,17 @@ +# 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. #.rst: # FindJava # -------- http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/FindNativeClientCPPCache.cmake ---------------------------------------------------------------------- diff --git a/src/FindNativeClientCPPCache.cmake b/src/FindNativeClientCPPCache.cmake old mode 100755 new mode 100644 index f8671c9..6ea6143 --- a/src/FindNativeClientCPPCache.cmake +++ b/src/FindNativeClientCPPCache.cmake @@ -1,3 +1,17 @@ +# 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. #.rst: # FindNativeClientCPPCache # ------------------------ http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/cclient/sample/runit.sh ---------------------------------------------------------------------- diff --git a/src/cclient/sample/runit.sh b/src/cclient/sample/runit.sh index 45b2c79..3c315ae 100755 --- a/src/cclient/sample/runit.sh +++ b/src/cclient/sample/runit.sh @@ -1,5 +1,21 @@ #!/bin/sh +# 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 [ -z ${GFCCLIENT:-} ]; then echo GFCCLIENT is not set. exit 1 http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/cclient/sample/sampleserver.xml ---------------------------------------------------------------------- diff --git a/src/cclient/sample/sampleserver.xml b/src/cclient/sample/sampleserver.xml index a823665..9a26b14 100644 --- a/src/cclient/sample/sampleserver.xml +++ b/src/cclient/sample/sampleserver.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <!-- serverBasicOperations.xml Configures a server to for clients at port 40404. --> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/clicache/CMakeLists.txt b/src/clicache/CMakeLists.txt index e7da90b..1424afa 100644 --- a/src/clicache/CMakeLists.txt +++ b/src/clicache/CMakeLists.txt @@ -1,3 +1,17 @@ +# 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. cmake_minimum_required(VERSION 3.4) project(clicache_src) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/CMakeLists.txt b/src/clicache/integration-test/CMakeLists.txt old mode 100755 new mode 100644 index 3dd2e65..74b3c87 --- a/src/clicache/integration-test/CMakeLists.txt +++ b/src/clicache/integration-test/CMakeLists.txt @@ -1,3 +1,17 @@ +# 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. cmake_minimum_required(VERSION 3.4) project(nativeclient.tests.clicache) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/CacheServPoolRedun1.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/CacheServPoolRedun1.xml b/src/clicache/integration-test/CacheServPoolRedun1.xml index 6fcc1f9..bd43b0e 100644 --- a/src/clicache/integration-test/CacheServPoolRedun1.xml +++ b/src/clicache/integration-test/CacheServPoolRedun1.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/CacheServPoolRedun2.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/CacheServPoolRedun2.xml b/src/clicache/integration-test/CacheServPoolRedun2.xml index 645bfc5..d21970e 100644 --- a/src/clicache/integration-test/CacheServPoolRedun2.xml +++ b/src/clicache/integration-test/CacheServPoolRedun2.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/CacheServPoolRedun3.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/CacheServPoolRedun3.xml b/src/clicache/integration-test/CacheServPoolRedun3.xml index 75eee18..e62a640 100644 --- a/src/clicache/integration-test/CacheServPoolRedun3.xml +++ b/src/clicache/integration-test/CacheServPoolRedun3.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/RegionOperationN.cs ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/RegionOperationN.cs b/src/clicache/integration-test/RegionOperationN.cs index 2265c30..ecad781 100644 --- a/src/clicache/integration-test/RegionOperationN.cs +++ b/src/clicache/integration-test/RegionOperationN.cs @@ -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. + */ using System; using System.Diagnostics; using System.Threading; http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/Settings.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/Settings.xml b/src/clicache/integration-test/Settings.xml index e94643d..50cb7f5 100644 --- a/src/clicache/integration-test/Settings.xml +++ b/src/clicache/integration-test/Settings.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="utf-8"?> + +<!-- + 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. +--> + <Settings> <DataIOTests> <Byte> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/Timeouts.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/Timeouts.xml b/src/clicache/integration-test/Timeouts.xml index 871abcf..458a175 100644 --- a/src/clicache/integration-test/Timeouts.xml +++ b/src/clicache/integration-test/Timeouts.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="utf-8"?> + +<!-- + 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. +--> + <Settings timeout="1800"> <ClientServerTests> <BigValue timeout="2700" /> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/UnitTests.csproj.in ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/UnitTests.csproj.in b/src/clicache/integration-test/UnitTests.csproj.in index 4a13fd0..c229fb6 100644 --- a/src/clicache/integration-test/UnitTests.csproj.in +++ b/src/clicache/integration-test/UnitTests.csproj.in @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + 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. +--> <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> <PropertyGroup> <CMAKE_SOURCE_DIR>${CMAKE_SOURCE_DIR_NATIVE}</CMAKE_SOURCE_DIR> @@ -615,4 +631,4 @@ <PostBuildEvent> </PostBuildEvent> </PropertyGroup> -</Project> \ No newline at end of file +</Project> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cache.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cache.xml b/src/clicache/integration-test/cache.xml index 16c8646..906ce04 100644 --- a/src/clicache/integration-test/cache.xml +++ b/src/clicache/integration-test/cache.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> + +<!-- + 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. +--> + <client-cache xmlns="http://schema.pivotal.io/gemfire/gfcpp-cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheServer_pdxreadserialized.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheServer_pdxreadserialized.xml b/src/clicache/integration-test/cacheServer_pdxreadserialized.xml index a423806..7c7ac61 100644 --- a/src/clicache/integration-test/cacheServer_pdxreadserialized.xml +++ b/src/clicache/integration-test/cacheServer_pdxreadserialized.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cache_redundancy.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cache_redundancy.xml b/src/clicache/integration-test/cache_redundancy.xml index 1d6f607..5ab3da7 100644 --- a/src/clicache/integration-test/cache_redundancy.xml +++ b/src/clicache/integration-test/cache_redundancy.xml @@ -1,5 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> + + <!-- Well-formed and valid xml file --> <client-cache xmlns="http://schema.pivotal.io/gemfire/gfcpp-cache" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver.xml b/src/clicache/integration-test/cacheserver.xml index 0c4e614..24662bc 100644 --- a/src/clicache/integration-test/cacheserver.xml +++ b/src/clicache/integration-test/cacheserver.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver1_TradeKey.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver1_TradeKey.xml b/src/clicache/integration-test/cacheserver1_TradeKey.xml index c47149f..e9c7ef5 100644 --- a/src/clicache/integration-test/cacheserver1_TradeKey.xml +++ b/src/clicache/integration-test/cacheserver1_TradeKey.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <!-- cacheserver1_TradeKey.xml Configures a server to for clients at port HOST_PORT1. --> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver1_expiry.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver1_expiry.xml b/src/clicache/integration-test/cacheserver1_expiry.xml index cb3ae13..46a71ff 100644 --- a/src/clicache/integration-test/cacheserver1_expiry.xml +++ b/src/clicache/integration-test/cacheserver1_expiry.xml @@ -1,6 +1,24 @@ <?xml version="1.0"?> <!-- + 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. +--> + + +<!-- | | Configures a cache to serve caching clients at port 40404. --> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver1_fpr.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver1_fpr.xml b/src/clicache/integration-test/cacheserver1_fpr.xml index 9cfca9f..4e71ee9 100644 --- a/src/clicache/integration-test/cacheserver1_fpr.xml +++ b/src/clicache/integration-test/cacheserver1_fpr.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver1_partitioned.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver1_partitioned.xml b/src/clicache/integration-test/cacheserver1_partitioned.xml index ddd44bd..2cf218d 100644 --- a/src/clicache/integration-test/cacheserver1_partitioned.xml +++ b/src/clicache/integration-test/cacheserver1_partitioned.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver1_partitioned_R1.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver1_partitioned_R1.xml b/src/clicache/integration-test/cacheserver1_partitioned_R1.xml index 7b66a06..e00dae1 100644 --- a/src/clicache/integration-test/cacheserver1_partitioned_R1.xml +++ b/src/clicache/integration-test/cacheserver1_partitioned_R1.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver1_partitioned_servergroup.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver1_partitioned_servergroup.xml b/src/clicache/integration-test/cacheserver1_partitioned_servergroup.xml index 6fefee7..18b59d1 100644 --- a/src/clicache/integration-test/cacheserver1_partitioned_servergroup.xml +++ b/src/clicache/integration-test/cacheserver1_partitioned_servergroup.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver1_pool.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver1_pool.xml b/src/clicache/integration-test/cacheserver1_pool.xml index 66a0e0f..09f46d0 100644 --- a/src/clicache/integration-test/cacheserver1_pool.xml +++ b/src/clicache/integration-test/cacheserver1_pool.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver1_pr.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver1_pr.xml b/src/clicache/integration-test/cacheserver1_pr.xml index c8e975f..0ef511c 100644 --- a/src/clicache/integration-test/cacheserver1_pr.xml +++ b/src/clicache/integration-test/cacheserver1_pr.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver1_pr_putall.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver1_pr_putall.xml b/src/clicache/integration-test/cacheserver1_pr_putall.xml index 7b66a06..e00dae1 100644 --- a/src/clicache/integration-test/cacheserver1_pr_putall.xml +++ b/src/clicache/integration-test/cacheserver1_pr_putall.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver2.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver2.xml b/src/clicache/integration-test/cacheserver2.xml index 2ddcb57..84a0c9f 100644 --- a/src/clicache/integration-test/cacheserver2.xml +++ b/src/clicache/integration-test/cacheserver2.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver2_TradeKey.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver2_TradeKey.xml b/src/clicache/integration-test/cacheserver2_TradeKey.xml index a43470f..51427f7 100644 --- a/src/clicache/integration-test/cacheserver2_TradeKey.xml +++ b/src/clicache/integration-test/cacheserver2_TradeKey.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <!-- cacheserver2_TradeKey.xml Configures a server to for clients at port HOST_PORT2. --> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver2_fpr.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver2_fpr.xml b/src/clicache/integration-test/cacheserver2_fpr.xml index b0d831d..03b8001 100644 --- a/src/clicache/integration-test/cacheserver2_fpr.xml +++ b/src/clicache/integration-test/cacheserver2_fpr.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver2_partitioned.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver2_partitioned.xml b/src/clicache/integration-test/cacheserver2_partitioned.xml index eeed53e..e986312 100644 --- a/src/clicache/integration-test/cacheserver2_partitioned.xml +++ b/src/clicache/integration-test/cacheserver2_partitioned.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver2_partitioned_R1.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver2_partitioned_R1.xml b/src/clicache/integration-test/cacheserver2_partitioned_R1.xml index 82d502c..ad74b19 100644 --- a/src/clicache/integration-test/cacheserver2_partitioned_R1.xml +++ b/src/clicache/integration-test/cacheserver2_partitioned_R1.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver2_partitioned_servergroup.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver2_partitioned_servergroup.xml b/src/clicache/integration-test/cacheserver2_partitioned_servergroup.xml index 9d1c724..8e17ea2 100644 --- a/src/clicache/integration-test/cacheserver2_partitioned_servergroup.xml +++ b/src/clicache/integration-test/cacheserver2_partitioned_servergroup.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver2_pool.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver2_pool.xml b/src/clicache/integration-test/cacheserver2_pool.xml index e8278b8..c39fb34 100644 --- a/src/clicache/integration-test/cacheserver2_pool.xml +++ b/src/clicache/integration-test/cacheserver2_pool.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver2_pr.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver2_pr.xml b/src/clicache/integration-test/cacheserver2_pr.xml index 6784983..0796994 100644 --- a/src/clicache/integration-test/cacheserver2_pr.xml +++ b/src/clicache/integration-test/cacheserver2_pr.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver2_pr_putall.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver2_pr_putall.xml b/src/clicache/integration-test/cacheserver2_pr_putall.xml index 82d502c..ad74b19 100644 --- a/src/clicache/integration-test/cacheserver2_pr_putall.xml +++ b/src/clicache/integration-test/cacheserver2_pr_putall.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver3.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver3.xml b/src/clicache/integration-test/cacheserver3.xml index 02425af..9e47f0d 100644 --- a/src/clicache/integration-test/cacheserver3.xml +++ b/src/clicache/integration-test/cacheserver3.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver3_TradeKey.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver3_TradeKey.xml b/src/clicache/integration-test/cacheserver3_TradeKey.xml index 0b73482..7577344 100644 --- a/src/clicache/integration-test/cacheserver3_TradeKey.xml +++ b/src/clicache/integration-test/cacheserver3_TradeKey.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <!-- cacheserver2_TradeKey.xml Configures a server to for clients at port HOST_PORT3. --> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver3_fpr.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver3_fpr.xml b/src/clicache/integration-test/cacheserver3_fpr.xml index d34e017..1ccfe92 100644 --- a/src/clicache/integration-test/cacheserver3_fpr.xml +++ b/src/clicache/integration-test/cacheserver3_fpr.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver3_partitioned.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver3_partitioned.xml b/src/clicache/integration-test/cacheserver3_partitioned.xml index cd6df70..79b4cf9 100644 --- a/src/clicache/integration-test/cacheserver3_partitioned.xml +++ b/src/clicache/integration-test/cacheserver3_partitioned.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver3_partitioned_servergroup.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver3_partitioned_servergroup.xml b/src/clicache/integration-test/cacheserver3_partitioned_servergroup.xml index 7b9aef2..2b8ac4d 100644 --- a/src/clicache/integration-test/cacheserver3_partitioned_servergroup.xml +++ b/src/clicache/integration-test/cacheserver3_partitioned_servergroup.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver3_pool.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver3_pool.xml b/src/clicache/integration-test/cacheserver3_pool.xml index 455c22b..4a62701 100644 --- a/src/clicache/integration-test/cacheserver3_pool.xml +++ b/src/clicache/integration-test/cacheserver3_pool.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver3_pr.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver3_pr.xml b/src/clicache/integration-test/cacheserver3_pr.xml index 0b7bb33..a1c2b5f 100644 --- a/src/clicache/integration-test/cacheserver3_pr.xml +++ b/src/clicache/integration-test/cacheserver3_pr.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver3_pr_putall.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver3_pr_putall.xml b/src/clicache/integration-test/cacheserver3_pr_putall.xml index 12d4d6d..274dfa5 100644 --- a/src/clicache/integration-test/cacheserver3_pr_putall.xml +++ b/src/clicache/integration-test/cacheserver3_pr_putall.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/cacheserver4.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/cacheserver4.xml b/src/clicache/integration-test/cacheserver4.xml index b3ab161..90f5be5 100644 --- a/src/clicache/integration-test/cacheserver4.xml +++ b/src/clicache/integration-test/cacheserver4.xml @@ -1,5 +1,23 @@ <?xml version="1.0"?> +<!-- + 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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
