http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/invalid_cache_pool4.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/invalid_cache_pool4.xml b/src/clicache/integration-test/invalid_cache_pool4.xml index 82cfb43..7f8fb79 100644 --- a/src/clicache/integration-test/invalid_cache_pool4.xml +++ b/src/clicache/integration-test/invalid_cache_pool4.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/invalid_overflowAttr1.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/invalid_overflowAttr1.xml b/src/clicache/integration-test/invalid_overflowAttr1.xml index c017b86..dd9c5e8 100644 --- a/src/clicache/integration-test/invalid_overflowAttr1.xml +++ b/src/clicache/integration-test/invalid_overflowAttr1.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. +--> + + <!--'region- attributes' is an incorrect element name. Element names cannot contain spaces. Hence this xml is not well-formed--> <client-cache http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/invalid_overflowAttr2.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/invalid_overflowAttr2.xml b/src/clicache/integration-test/invalid_overflowAttr2.xml index a434e3f..4af0b4b 100644 --- a/src/clicache/integration-test/invalid_overflowAttr2.xml +++ b/src/clicache/integration-test/invalid_overflowAttr2.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. +--> + + <!-- library function name is not mentioned for persistence --> <client-cache http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/invalid_overflowAttr3.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/invalid_overflowAttr3.xml b/src/clicache/integration-test/invalid_overflowAttr3.xml index 6b512e5..9b0732f 100644 --- a/src/clicache/integration-test/invalid_overflowAttr3.xml +++ b/src/clicache/integration-test/invalid_overflowAttr3.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. +--> + + <!-- Property value not persent for persistence --> <client-cache http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/multi_get_function_server.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/multi_get_function_server.xml b/src/clicache/integration-test/multi_get_function_server.xml index bee1afc..dcee5a7 100644 --- a/src/clicache/integration-test/multi_get_function_server.xml +++ b/src/clicache/integration-test/multi_get_function_server.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. +--> + + <!-- Initializes a cache to serve the /root/bridge_region region, waiting for bridge client communication on port 24680 --> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/regionquery_diffconfig.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/regionquery_diffconfig.xml b/src/clicache/integration-test/regionquery_diffconfig.xml index f59bcfe..ba9992e 100644 --- a/src/clicache/integration-test/regionquery_diffconfig.xml +++ b/src/clicache/integration-test/regionquery_diffconfig.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/regionquery_diffconfig2.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/regionquery_diffconfig2.xml b/src/clicache/integration-test/regionquery_diffconfig2.xml index bfa99b7..cf5ed2c 100644 --- a/src/clicache/integration-test/regionquery_diffconfig2.xml +++ b/src/clicache/integration-test/regionquery_diffconfig2.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/regionquery_diffconfig2N.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/regionquery_diffconfig2N.xml b/src/clicache/integration-test/regionquery_diffconfig2N.xml index 47ea2ad..5c70b52 100644 --- a/src/clicache/integration-test/regionquery_diffconfig2N.xml +++ b/src/clicache/integration-test/regionquery_diffconfig2N.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/regionquery_diffconfig2_SG.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/regionquery_diffconfig2_SG.xml b/src/clicache/integration-test/regionquery_diffconfig2_SG.xml index 52b9849..2e3028f 100644 --- a/src/clicache/integration-test/regionquery_diffconfig2_SG.xml +++ b/src/clicache/integration-test/regionquery_diffconfig2_SG.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/regionquery_diffconfigN.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/regionquery_diffconfigN.xml b/src/clicache/integration-test/regionquery_diffconfigN.xml index 5984f58..7d59828 100644 --- a/src/clicache/integration-test/regionquery_diffconfigN.xml +++ b/src/clicache/integration-test/regionquery_diffconfigN.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/regionquery_diffconfig_SG.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/regionquery_diffconfig_SG.xml b/src/clicache/integration-test/regionquery_diffconfig_SG.xml index 33d2637..0f1595d 100644 --- a/src/clicache/integration-test/regionquery_diffconfig_SG.xml +++ b/src/clicache/integration-test/regionquery_diffconfig_SG.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/remotequery.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/remotequery.xml b/src/clicache/integration-test/remotequery.xml index e324572..c1bb4ca 100644 --- a/src/clicache/integration-test/remotequery.xml +++ b/src/clicache/integration-test/remotequery.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/remotequery2.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/remotequery2.xml b/src/clicache/integration-test/remotequery2.xml index 6d22b9e..cd9090c 100644 --- a/src/clicache/integration-test/remotequery2.xml +++ b/src/clicache/integration-test/remotequery2.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/remotequeryN.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/remotequeryN.xml b/src/clicache/integration-test/remotequeryN.xml index 5c5356b..c44bd2c 100644 --- a/src/clicache/integration-test/remotequeryN.xml +++ b/src/clicache/integration-test/remotequeryN.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/serverDurableClient.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/serverDurableClient.xml b/src/clicache/integration-test/serverDurableClient.xml index d19d54e..709209f 100644 --- a/src/clicache/integration-test/serverDurableClient.xml +++ b/src/clicache/integration-test/serverDurableClient.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. +--> + + <!-- serverDurableClient.xml Configures a server to for clients at port 40404. --> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/system.properties ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/system.properties b/src/clicache/integration-test/system.properties index c5fec44..0ffddef 100644 --- a/src/clicache/integration-test/system.properties +++ b/src/clicache/integration-test/system.properties @@ -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. # All the configurable parameters. statistic-sample-rate=700 statistic-sampling-enabled=false http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/test.bat.in ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/test.bat.in b/src/clicache/integration-test/test.bat.in index 7255a25..818abca 100644 --- a/src/clicache/integration-test/test.bat.in +++ b/src/clicache/integration-test/test.bat.in @@ -1,4 +1,20 @@ @echo off + +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. + setlocal rem set PATH=%PATH%;$<TARGET_LINKER_FILE_DIR:apache-geode> rem set PATH=%PATH%;$<TARGET_LINKER_FILE_DIR:framework> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/unicast.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/unicast.xml b/src/clicache/integration-test/unicast.xml index 6c47a25..e346093 100644 --- a/src/clicache/integration-test/unicast.xml +++ b/src/clicache/integration-test/unicast.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. +--> + + <!-- This is the Ant build file for running C tests. It is designed to be invoked from the build.xml Ant script in the top level directory of the GemFire tree, and expects to inherit the properties set http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/integration-test/valid_cache.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/valid_cache.xml b/src/clicache/integration-test/valid_cache.xml index e29938f..7680c10 100644 --- a/src/clicache/integration-test/valid_cache.xml +++ b/src/clicache/integration-test/valid_cache.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/valid_cache_pool.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/valid_cache_pool.xml b/src/clicache/integration-test/valid_cache_pool.xml index bf3a844..ae84754 100644 --- a/src/clicache/integration-test/valid_cache_pool.xml +++ b/src/clicache/integration-test/valid_cache_pool.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/valid_cache_refid.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/valid_cache_refid.xml b/src/clicache/integration-test/valid_cache_refid.xml index 1a53bbf..e9bc134 100644 --- a/src/clicache/integration-test/valid_cache_refid.xml +++ b/src/clicache/integration-test/valid_cache_refid.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/valid_cache_region_refid.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/valid_cache_region_refid.xml b/src/clicache/integration-test/valid_cache_region_refid.xml index 2f4b979..74a0cfe 100644 --- a/src/clicache/integration-test/valid_cache_region_refid.xml +++ b/src/clicache/integration-test/valid_cache_region_refid.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/valid_declarative_cache_creation.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/valid_declarative_cache_creation.xml b/src/clicache/integration-test/valid_declarative_cache_creation.xml index 1bfa034..0f239f1 100644 --- a/src/clicache/integration-test/valid_declarative_cache_creation.xml +++ b/src/clicache/integration-test/valid_declarative_cache_creation.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/valid_lruExpiration.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/valid_lruExpiration.xml b/src/clicache/integration-test/valid_lruExpiration.xml index f593b38..dae8aad 100644 --- a/src/clicache/integration-test/valid_lruExpiration.xml +++ b/src/clicache/integration-test/valid_lruExpiration.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/valid_overflowAttr.xml ---------------------------------------------------------------------- diff --git a/src/clicache/integration-test/valid_overflowAttr.xml b/src/clicache/integration-test/valid_overflowAttr.xml index 88b7d51..0f40e2e 100644 --- a/src/clicache/integration-test/valid_overflowAttr.xml +++ b/src/clicache/integration-test/valid_overflowAttr.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/src/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/clicache/src/CMakeLists.txt b/src/clicache/src/CMakeLists.txt index d1887ab..6b73dd7 100644 --- a/src/clicache/src/CMakeLists.txt +++ b/src/clicache/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(clicache) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/src/gfclicache.vcxproj.filters ---------------------------------------------------------------------- diff --git a/src/clicache/src/gfclicache.vcxproj.filters b/src/clicache/src/gfclicache.vcxproj.filters index 6fa879a..a1e7763 100755 --- a/src/clicache/src/gfclicache.vcxproj.filters +++ b/src/clicache/src/gfclicache.vcxproj.filters @@ -1,4 +1,21 @@ <?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 ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <Filter Include="Source Files"> @@ -1055,4 +1072,4 @@ <Filter>Source Files</Filter> </ClCompile> </ItemGroup> -</Project> \ No newline at end of file +</Project> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/src/templates/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/clicache/src/templates/CMakeLists.txt b/src/clicache/src/templates/CMakeLists.txt old mode 100755 new mode 100644 index 9e59e30..2868df5 --- a/src/clicache/src/templates/CMakeLists.txt +++ b/src/clicache/src/templates/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.clicache.templates) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/clicache/src/templates/Templates.csproj.in ---------------------------------------------------------------------- diff --git a/src/clicache/src/templates/Templates.csproj.in b/src/clicache/src/templates/Templates.csproj.in index 50a4bf6..6db1d1d 100644 --- a/src/clicache/src/templates/Templates.csproj.in +++ b/src/clicache/src/templates/Templates.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> @@ -108,4 +124,4 @@ <Target Name="AfterBuild"> </Target> --> -</Project> \ No newline at end of file +</Project> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/com/gemstone/gemfire/plugins/sqlite/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/com/gemstone/gemfire/plugins/sqlite/AssemblyInfo.cs b/src/com/gemstone/gemfire/plugins/sqlite/AssemblyInfo.cs index 957c32e..85ede51 100644 --- a/src/com/gemstone/gemfire/plugins/sqlite/AssemblyInfo.cs +++ b/src/com/gemstone/gemfire/plugins/sqlite/AssemblyInfo.cs @@ -1,4 +1,20 @@ -using System.Reflection; +/* + * 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.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/cppcache/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/cppcache/CMakeLists.txt b/src/cppcache/CMakeLists.txt index acbc4c7..8ed59ca 100644 --- a/src/cppcache/CMakeLists.txt +++ b/src/cppcache/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(cppcache_src) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/cppcache/CPPCacheConfig.cmake ---------------------------------------------------------------------- diff --git a/src/cppcache/CPPCacheConfig.cmake b/src/cppcache/CPPCacheConfig.cmake old mode 100755 new mode 100644 index 8b0b294..787ebe4 --- a/src/cppcache/CPPCacheConfig.cmake +++ b/src/cppcache/CPPCacheConfig.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/cppcache/FindCPPCache.cmake ---------------------------------------------------------------------- diff --git a/src/cppcache/FindCPPCache.cmake b/src/cppcache/FindCPPCache.cmake old mode 100755 new mode 100644 index 8b0b294..787ebe4 --- a/src/cppcache/FindCPPCache.cmake +++ b/src/cppcache/FindCPPCache.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/cppcache/integration-test/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/CMakeLists.txt b/src/cppcache/integration-test/CMakeLists.txt index 138bee3..0811d5e 100644 --- a/src/cppcache/integration-test/CMakeLists.txt +++ b/src/cppcache/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.cppcache) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/cppcache/integration-test/CTestCustom.cmake.in ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/CTestCustom.cmake.in b/src/cppcache/integration-test/CTestCustom.cmake.in index cc7561c..67dca7e 100644 --- a/src/cppcache/integration-test/CTestCustom.cmake.in +++ b/src/cppcache/integration-test/CTestCustom.cmake.in @@ -1 +1,17 @@ -# NOTHING YET \ No newline at end of file +# 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. + +# NOTHING YET http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/cppcache/integration-test/CacheServPoolRedun1.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/CacheServPoolRedun1.xml b/src/cppcache/integration-test/CacheServPoolRedun1.xml index 3a5c3df..780f9dc 100644 --- a/src/cppcache/integration-test/CacheServPoolRedun1.xml +++ b/src/cppcache/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/cppcache/integration-test/CacheServPoolRedun2.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/CacheServPoolRedun2.xml b/src/cppcache/integration-test/CacheServPoolRedun2.xml index 50dcabb..b96f325 100644 --- a/src/cppcache/integration-test/CacheServPoolRedun2.xml +++ b/src/cppcache/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/cppcache/integration-test/CacheServPoolRedun3.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/CacheServPoolRedun3.xml b/src/cppcache/integration-test/CacheServPoolRedun3.xml index a8a5766..a608217 100644 --- a/src/cppcache/integration-test/CacheServPoolRedun3.xml +++ b/src/cppcache/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/cppcache/integration-test/cache.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cache.xml b/src/cppcache/integration-test/cache.xml index 16c8646..906ce04 100644 --- a/src/cppcache/integration-test/cache.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheServer_pdxreadserialized.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheServer_pdxreadserialized.xml b/src/cppcache/integration-test/cacheServer_pdxreadserialized.xml index 01ffdba..5472b35 100644 --- a/src/cppcache/integration-test/cacheServer_pdxreadserialized.xml +++ b/src/cppcache/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/cppcache/integration-test/cache_redundancy.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cache_redundancy.xml b/src/cppcache/integration-test/cache_redundancy.xml index 658ccf6..abb6b68 100644 --- a/src/cppcache/integration-test/cache_redundancy.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver.xml b/src/cppcache/integration-test/cacheserver.xml index 67c9a4a..b641d4d 100644 --- a/src/cppcache/integration-test/cacheserver.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver1_TradeKey.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver1_TradeKey.xml b/src/cppcache/integration-test/cacheserver1_TradeKey.xml index 4dacc36..55538ed 100644 --- a/src/cppcache/integration-test/cacheserver1_TradeKey.xml +++ b/src/cppcache/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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/cppcache/integration-test/cacheserver1_expiry.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver1_expiry.xml b/src/cppcache/integration-test/cacheserver1_expiry.xml index f2b0ec9..97eaba8 100644 --- a/src/cppcache/integration-test/cacheserver1_expiry.xml +++ b/src/cppcache/integration-test/cacheserver1_expiry.xml @@ -1,4 +1,22 @@ <?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" xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/cppcache/integration-test/cacheserver1_fpr.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver1_fpr.xml b/src/cppcache/integration-test/cacheserver1_fpr.xml index 9cfca9f..4e71ee9 100644 --- a/src/cppcache/integration-test/cacheserver1_fpr.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver1_partitioned.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver1_partitioned.xml b/src/cppcache/integration-test/cacheserver1_partitioned.xml index ddd44bd..2cf218d 100644 --- a/src/cppcache/integration-test/cacheserver1_partitioned.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver1_partitioned_R1.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver1_partitioned_R1.xml b/src/cppcache/integration-test/cacheserver1_partitioned_R1.xml index 7b66a06..e00dae1 100644 --- a/src/cppcache/integration-test/cacheserver1_partitioned_R1.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver1_partitioned_servergroup.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver1_partitioned_servergroup.xml b/src/cppcache/integration-test/cacheserver1_partitioned_servergroup.xml index 6fefee7..18b59d1 100644 --- a/src/cppcache/integration-test/cacheserver1_partitioned_servergroup.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver1_pool.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver1_pool.xml b/src/cppcache/integration-test/cacheserver1_pool.xml index 2b3b398..be0f8b5 100755 --- a/src/cppcache/integration-test/cacheserver1_pool.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver1_pr.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver1_pr.xml b/src/cppcache/integration-test/cacheserver1_pr.xml index c8e975f..0ef511c 100644 --- a/src/cppcache/integration-test/cacheserver1_pr.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver1_pr_putall.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver1_pr_putall.xml b/src/cppcache/integration-test/cacheserver1_pr_putall.xml index 7b66a06..e00dae1 100644 --- a/src/cppcache/integration-test/cacheserver1_pr_putall.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver2.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver2.xml b/src/cppcache/integration-test/cacheserver2.xml index 82d6969..079136a 100644 --- a/src/cppcache/integration-test/cacheserver2.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver2_TradeKey.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver2_TradeKey.xml b/src/cppcache/integration-test/cacheserver2_TradeKey.xml index 7a61cf2..d5d54f5 100644 --- a/src/cppcache/integration-test/cacheserver2_TradeKey.xml +++ b/src/cppcache/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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/cppcache/integration-test/cacheserver2_fpr.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver2_fpr.xml b/src/cppcache/integration-test/cacheserver2_fpr.xml index a0d9145..f0a2307 100644 --- a/src/cppcache/integration-test/cacheserver2_fpr.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver2_partitioned.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver2_partitioned.xml b/src/cppcache/integration-test/cacheserver2_partitioned.xml index 01f50bd..80bbc67 100644 --- a/src/cppcache/integration-test/cacheserver2_partitioned.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver2_partitioned_R1.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver2_partitioned_R1.xml b/src/cppcache/integration-test/cacheserver2_partitioned_R1.xml index 0fdbf47..b5756d0 100644 --- a/src/cppcache/integration-test/cacheserver2_partitioned_R1.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver2_partitioned_servergroup.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver2_partitioned_servergroup.xml b/src/cppcache/integration-test/cacheserver2_partitioned_servergroup.xml index e9baefb..34604e2 100644 --- a/src/cppcache/integration-test/cacheserver2_partitioned_servergroup.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver2_pool.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver2_pool.xml b/src/cppcache/integration-test/cacheserver2_pool.xml index 93f29d6..24bb2e1 100755 --- a/src/cppcache/integration-test/cacheserver2_pool.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver2_pr.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver2_pr.xml b/src/cppcache/integration-test/cacheserver2_pr.xml index e8176b7..2098eac 100644 --- a/src/cppcache/integration-test/cacheserver2_pr.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver2_pr_putall.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver2_pr_putall.xml b/src/cppcache/integration-test/cacheserver2_pr_putall.xml index 0fdbf47..b5756d0 100644 --- a/src/cppcache/integration-test/cacheserver2_pr_putall.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver3.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver3.xml b/src/cppcache/integration-test/cacheserver3.xml index 8991de9..0bead7c 100644 --- a/src/cppcache/integration-test/cacheserver3.xml +++ b/src/cppcache/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/cppcache/integration-test/cacheserver3_TradeKey.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver3_TradeKey.xml b/src/cppcache/integration-test/cacheserver3_TradeKey.xml index 7ada99e..a2bb7b7 100644 --- a/src/cppcache/integration-test/cacheserver3_TradeKey.xml +++ b/src/cppcache/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. +--> + + <cache xmlns="http://geode.apache.org/schema/cache" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd" http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/cppcache/integration-test/cacheserver3_fpr.xml ---------------------------------------------------------------------- diff --git a/src/cppcache/integration-test/cacheserver3_fpr.xml b/src/cppcache/integration-test/cacheserver3_fpr.xml index d34e017..1ccfe92 100644 --- a/src/cppcache/integration-test/cacheserver3_fpr.xml +++ b/src/cppcache/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"
