http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/DistributedSystem/DistributedSystem.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/DistributedSystem/DistributedSystem.csproj.in b/src/quickstart/csharp/vsprojects/DistributedSystem/DistributedSystem.csproj.in index f1d2456..2275281 100755 --- a/src/quickstart/csharp/vsprojects/DistributedSystem/DistributedSystem.csproj.in +++ b/src/quickstart/csharp/vsprojects/DistributedSystem/DistributedSystem.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/DistributedSystem/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/DistributedSystem/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/DistributedSystem/Properties/AssemblyInfo.cs index ae74043..019c1c7 100755 --- a/src/quickstart/csharp/vsprojects/DistributedSystem/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/DistributedSystem/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/quickstart/csharp/vsprojects/DurableClient/DurableClient.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/DurableClient/DurableClient.csproj.in b/src/quickstart/csharp/vsprojects/DurableClient/DurableClient.csproj.in index 2d351ef..6298765 100644 --- a/src/quickstart/csharp/vsprojects/DurableClient/DurableClient.csproj.in +++ b/src/quickstart/csharp/vsprojects/DurableClient/DurableClient.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/DurableClient/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/DurableClient/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/DurableClient/Properties/AssemblyInfo.cs index 0136ffe..a4b0993 100644 --- a/src/quickstart/csharp/vsprojects/DurableClient/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/DurableClient/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/quickstart/csharp/vsprojects/Exceptions/Exceptions.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/Exceptions/Exceptions.csproj.in b/src/quickstart/csharp/vsprojects/Exceptions/Exceptions.csproj.in index 5b8a53b..f46b7b6 100644 --- a/src/quickstart/csharp/vsprojects/Exceptions/Exceptions.csproj.in +++ b/src/quickstart/csharp/vsprojects/Exceptions/Exceptions.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/Exceptions/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/Exceptions/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/Exceptions/Properties/AssemblyInfo.cs index be77328..af6a6a8 100644 --- a/src/quickstart/csharp/vsprojects/Exceptions/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/Exceptions/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/quickstart/csharp/vsprojects/ExecuteFunctions/ExecuteFunctions.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/ExecuteFunctions/ExecuteFunctions.csproj.in b/src/quickstart/csharp/vsprojects/ExecuteFunctions/ExecuteFunctions.csproj.in index e366f2c..412f33d 100644 --- a/src/quickstart/csharp/vsprojects/ExecuteFunctions/ExecuteFunctions.csproj.in +++ b/src/quickstart/csharp/vsprojects/ExecuteFunctions/ExecuteFunctions.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/ExecuteFunctions/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/ExecuteFunctions/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/ExecuteFunctions/Properties/AssemblyInfo.cs index 4628d93..0e1de26 100644 --- a/src/quickstart/csharp/vsprojects/ExecuteFunctions/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/ExecuteFunctions/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/quickstart/csharp/vsprojects/HACache/HACache.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/HACache/HACache.csproj.in b/src/quickstart/csharp/vsprojects/HACache/HACache.csproj.in index 8663516..20596df 100644 --- a/src/quickstart/csharp/vsprojects/HACache/HACache.csproj.in +++ b/src/quickstart/csharp/vsprojects/HACache/HACache.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/HACache/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/HACache/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/HACache/Properties/AssemblyInfo.cs index 4fa807c..0ac2533 100644 --- a/src/quickstart/csharp/vsprojects/HACache/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/HACache/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/quickstart/csharp/vsprojects/LoaderListenerWriter/LoaderListenerWriter.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/LoaderListenerWriter/LoaderListenerWriter.csproj.in b/src/quickstart/csharp/vsprojects/LoaderListenerWriter/LoaderListenerWriter.csproj.in index 0243756..69d2dc0 100644 --- a/src/quickstart/csharp/vsprojects/LoaderListenerWriter/LoaderListenerWriter.csproj.in +++ b/src/quickstart/csharp/vsprojects/LoaderListenerWriter/LoaderListenerWriter.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/LoaderListenerWriter/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/LoaderListenerWriter/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/LoaderListenerWriter/Properties/AssemblyInfo.cs index bcb8768..91379b6 100644 --- a/src/quickstart/csharp/vsprojects/LoaderListenerWriter/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/LoaderListenerWriter/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/quickstart/csharp/vsprojects/MultiuserSecurity/MultiuserSecurity.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/MultiuserSecurity/MultiuserSecurity.csproj.in b/src/quickstart/csharp/vsprojects/MultiuserSecurity/MultiuserSecurity.csproj.in index 5238155..7080de8 100755 --- a/src/quickstart/csharp/vsprojects/MultiuserSecurity/MultiuserSecurity.csproj.in +++ b/src/quickstart/csharp/vsprojects/MultiuserSecurity/MultiuserSecurity.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/MultiuserSecurity/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/MultiuserSecurity/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/MultiuserSecurity/Properties/AssemblyInfo.cs index 04102f2..dc6850c 100755 --- a/src/quickstart/csharp/vsprojects/MultiuserSecurity/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/MultiuserSecurity/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/quickstart/csharp/vsprojects/PdxInstance/PdxInstance.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PdxInstance/PdxInstance.csproj.in b/src/quickstart/csharp/vsprojects/PdxInstance/PdxInstance.csproj.in index 8257a51..386b01e 100755 --- a/src/quickstart/csharp/vsprojects/PdxInstance/PdxInstance.csproj.in +++ b/src/quickstart/csharp/vsprojects/PdxInstance/PdxInstance.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/PdxInstance/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PdxInstance/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/PdxInstance/Properties/AssemblyInfo.cs index b8b42b8..b1f568c 100755 --- a/src/quickstart/csharp/vsprojects/PdxInstance/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/PdxInstance/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/quickstart/csharp/vsprojects/PdxRemoteQuery/PdxRemoteQuery.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PdxRemoteQuery/PdxRemoteQuery.csproj.in b/src/quickstart/csharp/vsprojects/PdxRemoteQuery/PdxRemoteQuery.csproj.in index 5ea9001..1b3c7f6 100644 --- a/src/quickstart/csharp/vsprojects/PdxRemoteQuery/PdxRemoteQuery.csproj.in +++ b/src/quickstart/csharp/vsprojects/PdxRemoteQuery/PdxRemoteQuery.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/PdxRemoteQuery/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PdxRemoteQuery/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/PdxRemoteQuery/Properties/AssemblyInfo.cs index d5af00e..faf2525 100644 --- a/src/quickstart/csharp/vsprojects/PdxRemoteQuery/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/PdxRemoteQuery/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/quickstart/csharp/vsprojects/PdxSerializer/PdxSerializer.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PdxSerializer/PdxSerializer.csproj.in b/src/quickstart/csharp/vsprojects/PdxSerializer/PdxSerializer.csproj.in index 9cdd817..228b780 100755 --- a/src/quickstart/csharp/vsprojects/PdxSerializer/PdxSerializer.csproj.in +++ b/src/quickstart/csharp/vsprojects/PdxSerializer/PdxSerializer.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/PdxSerializer/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PdxSerializer/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/PdxSerializer/Properties/AssemblyInfo.cs index 3e5c651..ea36885 100755 --- a/src/quickstart/csharp/vsprojects/PdxSerializer/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/PdxSerializer/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/quickstart/csharp/vsprojects/PoolCqQuery/PoolCqQuery.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PoolCqQuery/PoolCqQuery.csproj.in b/src/quickstart/csharp/vsprojects/PoolCqQuery/PoolCqQuery.csproj.in index 29aee7c..7c004e9 100755 --- a/src/quickstart/csharp/vsprojects/PoolCqQuery/PoolCqQuery.csproj.in +++ b/src/quickstart/csharp/vsprojects/PoolCqQuery/PoolCqQuery.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/PoolCqQuery/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PoolCqQuery/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/PoolCqQuery/Properties/AssemblyInfo.cs index 517f487..149c29a 100755 --- a/src/quickstart/csharp/vsprojects/PoolCqQuery/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/PoolCqQuery/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/quickstart/csharp/vsprojects/PoolRemoteQuery/PoolRemoteQuery.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PoolRemoteQuery/PoolRemoteQuery.csproj.in b/src/quickstart/csharp/vsprojects/PoolRemoteQuery/PoolRemoteQuery.csproj.in index 190e154..bcb95b3 100755 --- a/src/quickstart/csharp/vsprojects/PoolRemoteQuery/PoolRemoteQuery.csproj.in +++ b/src/quickstart/csharp/vsprojects/PoolRemoteQuery/PoolRemoteQuery.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/PoolRemoteQuery/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PoolRemoteQuery/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/PoolRemoteQuery/Properties/AssemblyInfo.cs index 75504d4..139da7d 100755 --- a/src/quickstart/csharp/vsprojects/PoolRemoteQuery/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/PoolRemoteQuery/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/quickstart/csharp/vsprojects/PoolWithEndpoints/PoolWithEndpoints.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PoolWithEndpoints/PoolWithEndpoints.csproj.in b/src/quickstart/csharp/vsprojects/PoolWithEndpoints/PoolWithEndpoints.csproj.in index 39f789c..ebb7168 100755 --- a/src/quickstart/csharp/vsprojects/PoolWithEndpoints/PoolWithEndpoints.csproj.in +++ b/src/quickstart/csharp/vsprojects/PoolWithEndpoints/PoolWithEndpoints.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/PoolWithEndpoints/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PoolWithEndpoints/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/PoolWithEndpoints/Properties/AssemblyInfo.cs index c1f7664..14be88c 100755 --- a/src/quickstart/csharp/vsprojects/PoolWithEndpoints/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/PoolWithEndpoints/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/quickstart/csharp/vsprojects/PutAllGetAllOperations/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PutAllGetAllOperations/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/PutAllGetAllOperations/Properties/AssemblyInfo.cs index 3082c88..ee4346b 100644 --- a/src/quickstart/csharp/vsprojects/PutAllGetAllOperations/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/PutAllGetAllOperations/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/quickstart/csharp/vsprojects/PutAllGetAllOperations/PutAllGetAllOperations.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/PutAllGetAllOperations/PutAllGetAllOperations.csproj.in b/src/quickstart/csharp/vsprojects/PutAllGetAllOperations/PutAllGetAllOperations.csproj.in index a881e8c..9d6fbc6 100644 --- a/src/quickstart/csharp/vsprojects/PutAllGetAllOperations/PutAllGetAllOperations.csproj.in +++ b/src/quickstart/csharp/vsprojects/PutAllGetAllOperations/PutAllGetAllOperations.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/RefIDExample/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/RefIDExample/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/RefIDExample/Properties/AssemblyInfo.cs index 1e6843c..89e724e 100644 --- a/src/quickstart/csharp/vsprojects/RefIDExample/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/RefIDExample/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/quickstart/csharp/vsprojects/RefIDExample/RefIDExample.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/RefIDExample/RefIDExample.csproj.in b/src/quickstart/csharp/vsprojects/RefIDExample/RefIDExample.csproj.in index 20c5bc0..a03a721 100644 --- a/src/quickstart/csharp/vsprojects/RefIDExample/RefIDExample.csproj.in +++ b/src/quickstart/csharp/vsprojects/RefIDExample/RefIDExample.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/RegisterInterest/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/RegisterInterest/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/RegisterInterest/Properties/AssemblyInfo.cs index 724650d..f966349 100644 --- a/src/quickstart/csharp/vsprojects/RegisterInterest/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/RegisterInterest/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/quickstart/csharp/vsprojects/RegisterInterest/RegisterInterest.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/RegisterInterest/RegisterInterest.csproj.in b/src/quickstart/csharp/vsprojects/RegisterInterest/RegisterInterest.csproj.in index b9a1b36..6aa8793 100644 --- a/src/quickstart/csharp/vsprojects/RegisterInterest/RegisterInterest.csproj.in +++ b/src/quickstart/csharp/vsprojects/RegisterInterest/RegisterInterest.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/RemoteQuery/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/RemoteQuery/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/RemoteQuery/Properties/AssemblyInfo.cs index 3bab33e..421d3b0 100644 --- a/src/quickstart/csharp/vsprojects/RemoteQuery/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/RemoteQuery/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/quickstart/csharp/vsprojects/RemoteQuery/RemoteQuery.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/RemoteQuery/RemoteQuery.csproj.in b/src/quickstart/csharp/vsprojects/RemoteQuery/RemoteQuery.csproj.in index 73a06f2..f7eb26e 100644 --- a/src/quickstart/csharp/vsprojects/RemoteQuery/RemoteQuery.csproj.in +++ b/src/quickstart/csharp/vsprojects/RemoteQuery/RemoteQuery.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/Security/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/Security/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/Security/Properties/AssemblyInfo.cs index 2f4fb8a..049a567 100644 --- a/src/quickstart/csharp/vsprojects/Security/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/Security/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/quickstart/csharp/vsprojects/Security/Security.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/Security/Security.csproj.in b/src/quickstart/csharp/vsprojects/Security/Security.csproj.in index 27346f4..bdce3ef 100644 --- a/src/quickstart/csharp/vsprojects/Security/Security.csproj.in +++ b/src/quickstart/csharp/vsprojects/Security/Security.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/SimplePlugins/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/SimplePlugins/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/SimplePlugins/Properties/AssemblyInfo.cs index 45ba9ee..eb26de4 100755 --- a/src/quickstart/csharp/vsprojects/SimplePlugins/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/SimplePlugins/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/quickstart/csharp/vsprojects/SimplePlugins/SimplePlugins.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/SimplePlugins/SimplePlugins.csproj.in b/src/quickstart/csharp/vsprojects/SimplePlugins/SimplePlugins.csproj.in index 6eb5cf1..3b9a170 100644 --- a/src/quickstart/csharp/vsprojects/SimplePlugins/SimplePlugins.csproj.in +++ b/src/quickstart/csharp/vsprojects/SimplePlugins/SimplePlugins.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/Transactions/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/Transactions/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/Transactions/Properties/AssemblyInfo.cs index db456fb..851a9e2 100644 --- a/src/quickstart/csharp/vsprojects/Transactions/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/Transactions/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/quickstart/csharp/vsprojects/Transactions/Transactions.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/Transactions/Transactions.csproj.in b/src/quickstart/csharp/vsprojects/Transactions/Transactions.csproj.in index 77953d9..622b29c 100644 --- a/src/quickstart/csharp/vsprojects/Transactions/Transactions.csproj.in +++ b/src/quickstart/csharp/vsprojects/Transactions/Transactions.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/csharp/vsprojects/TransactionsXA/Properties/AssemblyInfo.cs ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/TransactionsXA/Properties/AssemblyInfo.cs b/src/quickstart/csharp/vsprojects/TransactionsXA/Properties/AssemblyInfo.cs index 2ff5811..fa1afe3 100644 --- a/src/quickstart/csharp/vsprojects/TransactionsXA/Properties/AssemblyInfo.cs +++ b/src/quickstart/csharp/vsprojects/TransactionsXA/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/quickstart/csharp/vsprojects/TransactionsXA/TransactionsXA.csproj.in ---------------------------------------------------------------------- diff --git a/src/quickstart/csharp/vsprojects/TransactionsXA/TransactionsXA.csproj.in b/src/quickstart/csharp/vsprojects/TransactionsXA/TransactionsXA.csproj.in index d35e47b..c0c8b53 100644 --- a/src/quickstart/csharp/vsprojects/TransactionsXA/TransactionsXA.csproj.in +++ b/src/quickstart/csharp/vsprojects/TransactionsXA/TransactionsXA.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> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> @@ -97,4 +113,4 @@ <PropertyGroup> <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)"</PostBuildEvent> </PropertyGroup> -</Project> \ No newline at end of file +</Project> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/runcpp.bat.in ---------------------------------------------------------------------- diff --git a/src/quickstart/runcpp.bat.in b/src/quickstart/runcpp.bat.in index ed8a836..dce7118 100755 --- a/src/quickstart/runcpp.bat.in +++ b/src/quickstart/runcpp.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 GFCPP must be set http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/runcpp.sh.in ---------------------------------------------------------------------- diff --git a/src/quickstart/runcpp.sh.in b/src/quickstart/runcpp.sh.in index 01a13db..e12d76d 100755 --- a/src/quickstart/runcpp.sh.in +++ b/src/quickstart/runcpp.sh.in @@ -1,5 +1,21 @@ #!/bin/bash +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + + if [ -z $GEODE ]; then echo GEODE is not set. exit 1 http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/quickstart/runcs.bat.in ---------------------------------------------------------------------- diff --git a/src/quickstart/runcs.bat.in b/src/quickstart/runcs.bat.in index 9d50fb5..d0d414a 100644 --- a/src/quickstart/runcs.bat.in +++ b/src/quickstart/runcs.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 GFCPP must be set http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/sqliteimpl/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/sqliteimpl/CMakeLists.txt b/src/sqliteimpl/CMakeLists.txt index 2065794..ac67cdd 100644 --- a/src/sqliteimpl/CMakeLists.txt +++ b/src/sqliteimpl/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(sqliteimpl) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/templates/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/templates/CMakeLists.txt b/src/templates/CMakeLists.txt index 88257fa..246799c 100644 --- a/src/templates/CMakeLists.txt +++ b/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) add_subdirectory(security) \ No newline at end of file http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/templates/security/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/templates/security/CMakeLists.txt b/src/templates/security/CMakeLists.txt index 9709d86..5e77cec 100644 --- a/src/templates/security/CMakeLists.txt +++ b/src/templates/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(templates.security) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/templates/security/CMakeLists.txt.forInstall ---------------------------------------------------------------------- diff --git a/src/templates/security/CMakeLists.txt.forInstall b/src/templates/security/CMakeLists.txt.forInstall index 3c3d099..02955bb 100644 --- a/src/templates/security/CMakeLists.txt.forInstall +++ b/src/templates/security/CMakeLists.txt.forInstall @@ -1,3 +1,19 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + cmake_minimum_required(VERSION 3.4) project(templates.security) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/templates/security/authz-dummy.xml ---------------------------------------------------------------------- diff --git a/src/templates/security/authz-dummy.xml b/src/templates/security/authz-dummy.xml index ecb2f3b..361ecaa 100644 --- a/src/templates/security/authz-dummy.xml +++ b/src/templates/security/authz-dummy.xml @@ -1,6 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE acl PUBLIC "-//GemStone Systems, Inc.//GemFire XML Authorization 1.0//EN" "authz5_5.dtd" > + +<!-- + 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. +--> + <acl> <role name="reader"> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/templates/security/authz-ldap.xml ---------------------------------------------------------------------- diff --git a/src/templates/security/authz-ldap.xml b/src/templates/security/authz-ldap.xml index b5fa3d4..8bb5032 100644 --- a/src/templates/security/authz-ldap.xml +++ b/src/templates/security/authz-ldap.xml @@ -1,6 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE acl PUBLIC "-//GemStone Systems, Inc.//GemFire XML Authorization 1.0//EN" "authz5_5.dtd" > + +<!-- + 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. +--> + <acl> <role name="reader"> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/templates/security/authz-pkcs.xml ---------------------------------------------------------------------- diff --git a/src/templates/security/authz-pkcs.xml b/src/templates/security/authz-pkcs.xml index b5fa3d4..8bb5032 100644 --- a/src/templates/security/authz-pkcs.xml +++ b/src/templates/security/authz-pkcs.xml @@ -1,6 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE acl PUBLIC "-//GemStone Systems, Inc.//GemFire XML Authorization 1.0//EN" "authz5_5.dtd" > + +<!-- + 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. +--> + <acl> <role name="reader"> http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/templates/security/authz5_5.dtd ---------------------------------------------------------------------- diff --git a/src/templates/security/authz5_5.dtd b/src/templates/security/authz5_5.dtd index c00c823..97891e6 100644 --- a/src/templates/security/authz5_5.dtd +++ b/src/templates/security/authz5_5.dtd @@ -1,5 +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. +--> + +<!-- This is the XML DTD for the GemFire sample XML based authorization callback in com.gemstone.gemfire.security.samples.XmlAuthorization. http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/templates/security/csharp/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/templates/security/csharp/CMakeLists.txt b/src/templates/security/csharp/CMakeLists.txt index 20d67bf..26751b1 100644 --- a/src/templates/security/csharp/CMakeLists.txt +++ b/src/templates/security/csharp/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(templates.csharp.security) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/templates/security/csharp/securityImpl.csproj.in ---------------------------------------------------------------------- diff --git a/src/templates/security/csharp/securityImpl.csproj.in b/src/templates/security/csharp/securityImpl.csproj.in index 767c086..351d7b9 100644 --- a/src/templates/security/csharp/securityImpl.csproj.in +++ b/src/templates/security/csharp/securityImpl.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 ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> @@ -64,4 +80,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/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 4904d71..455f9fa 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/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) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cli/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/src/tests/cli/CMakeLists.txt b/src/tests/cli/CMakeLists.txt index ed8b6bd..5ae1cb3 100644 --- a/src/tests/cli/CMakeLists.txt +++ b/src/tests/cli/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) http://git-wip-us.apache.org/repos/asf/geode/blob/75b7d926/src/tests/cli/DUnitFramework/DUnitFramework.csproj.in ---------------------------------------------------------------------- diff --git a/src/tests/cli/DUnitFramework/DUnitFramework.csproj.in b/src/tests/cli/DUnitFramework/DUnitFramework.csproj.in index a6e2de8..79a8a38 100755 --- a/src/tests/cli/DUnitFramework/DUnitFramework.csproj.in +++ b/src/tests/cli/DUnitFramework/DUnitFramework.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>
