Repository: geode Updated Branches: refs/heads/next-gen-native-client-software-grant 826e77384 -> 75b7d9268
http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cli/FwkClient/App.config ---------------------------------------------------------------------- diff --git a/src/tests/cli/FwkClient/App.config b/src/tests/cli/FwkClient/App.config index 04104fd..f2cb128 100644 --- a/src/tests/cli/FwkClient/App.config +++ b/src/tests/cli/FwkClient/App.config @@ -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. +--> + <configuration> <runtime> <loadFromRemoteSources enabled="true"/> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cli/FwkClient/FwkClient.csproj.in ---------------------------------------------------------------------- diff --git a/src/tests/cli/FwkClient/FwkClient.csproj.in b/src/tests/cli/FwkClient/FwkClient.csproj.in index 049bd07..3ed8bd4 100644 --- a/src/tests/cli/FwkClient/FwkClient.csproj.in +++ b/src/tests/cli/FwkClient/FwkClient.csproj.in @@ -1,4 +1,20 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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> @@ -113,4 +129,4 @@ <!--<Target Name="AfterBuild"> <Copy SourceFiles="$(OSBUILDDIR)\tests\clicache\FwkClient\FwkClient.exe.config" DestinationFolder="$(OSBUILDDIR)\tests\clicache\UnitTests" /> </Target>--> -</Project> \ No newline at end of file +</Project> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cli/FwkLauncher/FwkLauncher.csproj.in ---------------------------------------------------------------------- diff --git a/src/tests/cli/FwkLauncher/FwkLauncher.csproj.in b/src/tests/cli/FwkLauncher/FwkLauncher.csproj.in index c99c70f..669cef4 100644 --- a/src/tests/cli/FwkLauncher/FwkLauncher.csproj.in +++ b/src/tests/cli/FwkLauncher/FwkLauncher.csproj.in @@ -1,4 +1,20 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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> @@ -113,4 +129,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/tests/cli/FwkUtil/FwkUtil.csproj.in ---------------------------------------------------------------------- diff --git a/src/tests/cli/FwkUtil/FwkUtil.csproj.in b/src/tests/cli/FwkUtil/FwkUtil.csproj.in index 0317abf..47c2d7b 100644 --- a/src/tests/cli/FwkUtil/FwkUtil.csproj.in +++ b/src/tests/cli/FwkUtil/FwkUtil.csproj.in @@ -1,4 +1,20 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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> @@ -122,4 +138,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/tests/cli/NativeWrapper/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/cli/NativeWrapper/CMakeLists.txt b/src/tests/cli/NativeWrapper/CMakeLists.txt old mode 100755 new mode 100644 index e40e747..833e9c6 --- a/src/tests/cli/NativeWrapper/CMakeLists.txt +++ b/src/tests/cli/NativeWrapper/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(NativeWrapper) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cli/NewFwkLib/NewFwkLib.csproj.in ---------------------------------------------------------------------- diff --git a/src/tests/cli/NewFwkLib/NewFwkLib.csproj.in b/src/tests/cli/NewFwkLib/NewFwkLib.csproj.in index 9934659..ebcf743 100644 --- a/src/tests/cli/NewFwkLib/NewFwkLib.csproj.in +++ b/src/tests/cli/NewFwkLib/NewFwkLib.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> @@ -298,4 +314,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/tests/cli/PdxClassLibrary/PdxClassLibrary.csproj.in ---------------------------------------------------------------------- diff --git a/src/tests/cli/PdxClassLibrary/PdxClassLibrary.csproj.in b/src/tests/cli/PdxClassLibrary/PdxClassLibrary.csproj.in index 001ecc1..2110a83 100644 --- a/src/tests/cli/PdxClassLibrary/PdxClassLibrary.csproj.in +++ b/src/tests/cli/PdxClassLibrary/PdxClassLibrary.csproj.in @@ -1,4 +1,20 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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> @@ -122,4 +138,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/tests/cli/PdxClassLibrary/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/tests/cli/PdxClassLibrary/Properties/AssemblyInfo.cs b/src/tests/cli/PdxClassLibrary/Properties/AssemblyInfo.cs index 8c14fcd..af2fbd0 100644 --- a/src/tests/cli/PdxClassLibrary/Properties/AssemblyInfo.cs +++ b/src/tests/cli/PdxClassLibrary/Properties/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/tests/cli/PdxVersion1Lib/PdxVersion1Lib.csproj.in ---------------------------------------------------------------------- diff --git a/src/tests/cli/PdxVersion1Lib/PdxVersion1Lib.csproj.in b/src/tests/cli/PdxVersion1Lib/PdxVersion1Lib.csproj.in index 7e4a377..baf9643 100644 --- a/src/tests/cli/PdxVersion1Lib/PdxVersion1Lib.csproj.in +++ b/src/tests/cli/PdxVersion1Lib/PdxVersion1Lib.csproj.in @@ -1,4 +1,20 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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> @@ -111,4 +127,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/tests/cli/PdxVersion1Lib/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/tests/cli/PdxVersion1Lib/Properties/AssemblyInfo.cs b/src/tests/cli/PdxVersion1Lib/Properties/AssemblyInfo.cs index 51ab776..b737660 100644 --- a/src/tests/cli/PdxVersion1Lib/Properties/AssemblyInfo.cs +++ b/src/tests/cli/PdxVersion1Lib/Properties/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/tests/cli/PdxVersion2Lib/PdxVersion2Lib.csproj.in ---------------------------------------------------------------------- diff --git a/src/tests/cli/PdxVersion2Lib/PdxVersion2Lib.csproj.in b/src/tests/cli/PdxVersion2Lib/PdxVersion2Lib.csproj.in index 838738a..f5fcaef 100644 --- a/src/tests/cli/PdxVersion2Lib/PdxVersion2Lib.csproj.in +++ b/src/tests/cli/PdxVersion2Lib/PdxVersion2Lib.csproj.in @@ -1,4 +1,20 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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/tests/cli/PdxVersion2Lib/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/tests/cli/PdxVersion2Lib/Properties/AssemblyInfo.cs b/src/tests/cli/PdxVersion2Lib/Properties/AssemblyInfo.cs index f2d0017..69b7dca 100644 --- a/src/tests/cli/PdxVersion2Lib/Properties/AssemblyInfo.cs +++ b/src/tests/cli/PdxVersion2Lib/Properties/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/tests/cli/PkcsWrapper/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/cli/PkcsWrapper/CMakeLists.txt b/src/tests/cli/PkcsWrapper/CMakeLists.txt old mode 100755 new mode 100644 index 8f41dc4..11a5ff2 --- a/src/tests/cli/PkcsWrapper/CMakeLists.txt +++ b/src/tests/cli/PkcsWrapper/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(PkcsWrapper) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cli/QueryHelper/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/cli/QueryHelper/CMakeLists.txt b/src/tests/cli/QueryHelper/CMakeLists.txt old mode 100755 new mode 100644 index b01ae00..37604d8 --- a/src/tests/cli/QueryHelper/CMakeLists.txt +++ b/src/tests/cli/QueryHelper/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(QueryWrapper) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cli/SecurityUtil/SecurityUtil.csproj.in ---------------------------------------------------------------------- diff --git a/src/tests/cli/SecurityUtil/SecurityUtil.csproj.in b/src/tests/cli/SecurityUtil/SecurityUtil.csproj.in index 75cf043..ff92148 100644 --- a/src/tests/cli/SecurityUtil/SecurityUtil.csproj.in +++ b/src/tests/cli/SecurityUtil/SecurityUtil.csproj.in @@ -1,4 +1,20 @@ -<?xml version="1.0" encoding="utf-8"?> +<?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> @@ -127,4 +143,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/tests/cpp/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/cpp/CMakeLists.txt b/src/tests/cpp/CMakeLists.txt index d51e5b4..971f711 100644 --- a/src/tests/cpp/CMakeLists.txt +++ b/src/tests/cpp/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.cpp) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cpp/fwk/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/cpp/fwk/CMakeLists.txt b/src/tests/cpp/fwk/CMakeLists.txt index aee7cd1..2b123b2 100644 --- a/src/tests/cpp/fwk/CMakeLists.txt +++ b/src/tests/cpp/fwk/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.fwk) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cpp/fwklib/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/cpp/fwklib/CMakeLists.txt b/src/tests/cpp/fwklib/CMakeLists.txt index 8b7242d..4302eb7 100644 --- a/src/tests/cpp/fwklib/CMakeLists.txt +++ b/src/tests/cpp/fwklib/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.fwklib) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cpp/pdxautoserializerclass/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/cpp/pdxautoserializerclass/CMakeLists.txt b/src/tests/cpp/pdxautoserializerclass/CMakeLists.txt index 7f7bae8..6047bc3 100644 --- a/src/tests/cpp/pdxautoserializerclass/CMakeLists.txt +++ b/src/tests/cpp/pdxautoserializerclass/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.pdxautoserializerclass) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cpp/security/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/cpp/security/CMakeLists.txt b/src/tests/cpp/security/CMakeLists.txt old mode 100755 new mode 100644 index 444a6f8..45ebdfe --- a/src/tests/cpp/security/CMakeLists.txt +++ b/src/tests/cpp/security/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(tests.security) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cpp/testobject/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/cpp/testobject/CMakeLists.txt b/src/tests/cpp/testobject/CMakeLists.txt index daa40ff..4e2b323 100644 --- a/src/tests/cpp/testobject/CMakeLists.txt +++ b/src/tests/cpp/testobject/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.testobject) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/javaobject/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/javaobject/CMakeLists.txt b/src/tests/javaobject/CMakeLists.txt index 6d80eaf..4cd0d30 100644 --- a/src/tests/javaobject/CMakeLists.txt +++ b/src/tests/javaobject/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 (javaobject) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/javaobject/DummyAuthenticator.java ---------------------------------------------------------------------- diff --git a/src/tests/javaobject/DummyAuthenticator.java b/src/tests/javaobject/DummyAuthenticator.java index 887429b..49ad608 100644 --- a/src/tests/javaobject/DummyAuthenticator.java +++ b/src/tests/javaobject/DummyAuthenticator.java @@ -1,9 +1,19 @@ -/*========================================================================= -* This implementation is provided on an "AS IS" BASIS, WITHOUT WARRANTIES -* OR CONDITIONS OF ANY KIND, either express or implied." -*========================================================================== -*/ - +/* + * 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. + */ package javaobject; import java.security.Principal; http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/javaobject/UserPasswordAuthInit.java ---------------------------------------------------------------------- diff --git a/src/tests/javaobject/UserPasswordAuthInit.java b/src/tests/javaobject/UserPasswordAuthInit.java index d726c36..7bf7db7 100644 --- a/src/tests/javaobject/UserPasswordAuthInit.java +++ b/src/tests/javaobject/UserPasswordAuthInit.java @@ -1,9 +1,19 @@ -/*========================================================================= -* This implementation is provided on an "AS IS" BASIS, WITHOUT WARRANTIES -* OR CONDITIONS OF ANY KIND, either express or implied." -*========================================================================== -*/ - +/* + * 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. + */ package javaobject; import java.util.Properties; http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/javaobject/UsernamePrincipal.java ---------------------------------------------------------------------- diff --git a/src/tests/javaobject/UsernamePrincipal.java b/src/tests/javaobject/UsernamePrincipal.java index 52192c9..a7983c9 100644 --- a/src/tests/javaobject/UsernamePrincipal.java +++ b/src/tests/javaobject/UsernamePrincipal.java @@ -1,9 +1,19 @@ -/*========================================================================= -* This implementation is provided on an "AS IS" BASIS, WITHOUT WARRANTIES -* OR CONDITIONS OF ANY KIND, either express or implied." -*========================================================================== -*/ - +/* + * 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. + */ package javaobject; import java.io.Serializable; http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/xsds/gfcpp-cache-9.0.xsd ---------------------------------------------------------------------- diff --git a/src/xsds/gfcpp-cache-9.0.xsd b/src/xsds/gfcpp-cache-9.0.xsd index bfc5c45..ed1b0ee 100644 --- a/src/xsds/gfcpp-cache-9.0.xsd +++ b/src/xsds/gfcpp-cache-9.0.xsd @@ -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. +--> + <xsd:schema xmlns="http://schema.pivotal.io/gemfire/gfcpp-cache" xmlns:nc="http://schema.pivotal.io/gemfire/gfcpp-cache" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://schema.pivotal.io/gemfire/gfcpp-cache" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="9.0">
