summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-01-21 11:10:17 +0100
committerJose <jose@zeroc.com>2019-01-21 11:10:17 +0100
commitfcde1afb80634d4f400f025067c36d0c2342c023 (patch)
tree31a330a38097492cdf68fa69a486d25af4a7b750
parentMention UWP in .NET Core platform support (diff)
downloadice-fcde1afb80634d4f400f025067c36d0c2342c023.tar.bz2
ice-fcde1afb80634d4f400f025067c36d0c2342c023.tar.xz
ice-fcde1afb80634d4f400f025067c36d0c2342c023.zip
Copyright updates
-rw-r--r--config/icebuilder.props2
-rw-r--r--cpp/msbuild/zeroc.ice.uwp.v140.props2
-rw-r--r--cpp/msbuild/zeroc.ice.uwp.v141.props2
-rw-r--r--cpp/msbuild/zeroc.ice.v100.props2
-rw-r--r--cpp/msbuild/zeroc.ice.v100.targets2
-rw-r--r--cpp/msbuild/zeroc.ice.v120.props2
-rw-r--r--cpp/msbuild/zeroc.ice.v120.targets2
-rw-r--r--cpp/msbuild/zeroc.ice.v140.props2
-rw-r--r--cpp/msbuild/zeroc.ice.v140.targets2
-rw-r--r--cpp/msbuild/zeroc.ice.v141.props2
-rw-r--r--cpp/msbuild/zeroc.ice.v141.targets2
-rwxr-xr-xcpp/test/IceSSL/certs/makecerts.py2
-rw-r--r--cpp/test/ios/bundles/BundleInfo.plist2
-rw-r--r--cpp/test/ios/controller/Bundle/Info.plist2
-rw-r--r--csharp/msbuild/zeroc.ice.net.props2
-rwxr-xr-xcsharp/test/IceSSL/certs/makecerts.py2
-rwxr-xr-xjava-compat/test/src/main/java/test/IceSSL/certs/makecerts.py2
-rwxr-xr-xjava/test/src/main/java/test/IceSSL/certs/makecerts.py2
18 files changed, 18 insertions, 18 deletions
diff --git a/config/icebuilder.props b/config/icebuilder.props
index fe77e87e963..d19b6384078 100644
--- a/config/icebuilder.props
+++ b/config/icebuilder.props
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<IceVersion>3.7.2</IceVersion>
diff --git a/cpp/msbuild/zeroc.ice.uwp.v140.props b/cpp/msbuild/zeroc.ice.uwp.v140.props
index f4b320d03c0..79f2cb42856 100644
--- a/cpp/msbuild/zeroc.ice.uwp.v140.props
+++ b/cpp/msbuild/zeroc.ice.uwp.v140.props
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(MSBuildToolsVersion)' == '14.0'">
<IceVersion>3.7.2</IceVersion>
diff --git a/cpp/msbuild/zeroc.ice.uwp.v141.props b/cpp/msbuild/zeroc.ice.uwp.v141.props
index eb6d5293e24..38fe1f3e974 100644
--- a/cpp/msbuild/zeroc.ice.uwp.v141.props
+++ b/cpp/msbuild/zeroc.ice.uwp.v141.props
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(MSBuildToolsVersion)' == '15.0'">
<IceVersion>3.7.2</IceVersion>
diff --git a/cpp/msbuild/zeroc.ice.v100.props b/cpp/msbuild/zeroc.ice.v100.props
index 8d52916e00a..aac4548deaa 100644
--- a/cpp/msbuild/zeroc.ice.v100.props
+++ b/cpp/msbuild/zeroc.ice.v100.props
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(VisualStudioVersion)' == '10.0'">
<IceVersion>3.7.2</IceVersion>
diff --git a/cpp/msbuild/zeroc.ice.v100.targets b/cpp/msbuild/zeroc.ice.v100.targets
index fcae7cbdb05..081918d5056 100644
--- a/cpp/msbuild/zeroc.ice.v100.targets
+++ b/cpp/msbuild/zeroc.ice.v100.targets
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- If we are using Visual Studio 2010 -->
diff --git a/cpp/msbuild/zeroc.ice.v120.props b/cpp/msbuild/zeroc.ice.v120.props
index 432241981e4..3f1e5421745 100644
--- a/cpp/msbuild/zeroc.ice.v120.props
+++ b/cpp/msbuild/zeroc.ice.v120.props
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'">
<IceVersion>3.7.2</IceVersion>
diff --git a/cpp/msbuild/zeroc.ice.v120.targets b/cpp/msbuild/zeroc.ice.v120.targets
index ad78c6f6994..f7f9f37aa6f 100644
--- a/cpp/msbuild/zeroc.ice.v120.targets
+++ b/cpp/msbuild/zeroc.ice.v120.targets
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Use bin and lib directories that match the used platform toolset -->
diff --git a/cpp/msbuild/zeroc.ice.v140.props b/cpp/msbuild/zeroc.ice.v140.props
index 16d9568a33a..403a97e4805 100644
--- a/cpp/msbuild/zeroc.ice.v140.props
+++ b/cpp/msbuild/zeroc.ice.v140.props
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'">
<IceVersion>3.7.2</IceVersion>
diff --git a/cpp/msbuild/zeroc.ice.v140.targets b/cpp/msbuild/zeroc.ice.v140.targets
index f49c5bb289f..97185256b9f 100644
--- a/cpp/msbuild/zeroc.ice.v140.targets
+++ b/cpp/msbuild/zeroc.ice.v140.targets
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Use bin and lib directories that match the used platform toolset -->
diff --git a/cpp/msbuild/zeroc.ice.v141.props b/cpp/msbuild/zeroc.ice.v141.props
index e5872c93e8a..2e2b354f680 100644
--- a/cpp/msbuild/zeroc.ice.v141.props
+++ b/cpp/msbuild/zeroc.ice.v141.props
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(VisualStudioVersion)' == '15.0' or '$(VisualStudioVersion)' == '16.0'">
<IceVersion>3.7.2</IceVersion>
diff --git a/cpp/msbuild/zeroc.ice.v141.targets b/cpp/msbuild/zeroc.ice.v141.targets
index 3bc070e38d1..5480a290bf0 100644
--- a/cpp/msbuild/zeroc.ice.v141.targets
+++ b/cpp/msbuild/zeroc.ice.v141.targets
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Use bin and lib directories that match the used platform toolset -->
diff --git a/cpp/test/IceSSL/certs/makecerts.py b/cpp/test/IceSSL/certs/makecerts.py
index e1737a5420d..cf3bfd60b2d 100755
--- a/cpp/test/IceSSL/certs/makecerts.py
+++ b/cpp/test/IceSSL/certs/makecerts.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2015-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
import os, sys, socket, getopt
diff --git a/cpp/test/ios/bundles/BundleInfo.plist b/cpp/test/ios/bundles/BundleInfo.plist
index d9c16f2e392..1e88f843506 100644
--- a/cpp/test/ios/bundles/BundleInfo.plist
+++ b/cpp/test/ios/bundles/BundleInfo.plist
@@ -43,6 +43,6 @@
<key>DTXcodeBuild</key>
<string>4H127</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2013-present ZeroC. All rights reserved.</string>
+ <string>Copyright © ZeroC. All rights reserved.</string>
</dict>
</plist>
diff --git a/cpp/test/ios/controller/Bundle/Info.plist b/cpp/test/ios/controller/Bundle/Info.plist
index 1fcda0bf3a8..11fad636917 100644
--- a/cpp/test/ios/controller/Bundle/Info.plist
+++ b/cpp/test/ios/controller/Bundle/Info.plist
@@ -19,7 +19,7 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2013-present ZeroC, Inc. All rights reserved.</string>
+ <string>Copyright © ZeroC, Inc. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
diff --git a/csharp/msbuild/zeroc.ice.net.props b/csharp/msbuild/zeroc.ice.net.props
index 601cbceb36c..b6c3cbaef7e 100644
--- a/csharp/msbuild/zeroc.ice.net.props
+++ b/csharp/msbuild/zeroc.ice.net.props
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (c) 2009-present ZeroC, Inc. All rights reserved. -->
+<!-- Copyright (c) ZeroC, Inc. All rights reserved. -->
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<IceVersion>3.7.2</IceVersion>
diff --git a/csharp/test/IceSSL/certs/makecerts.py b/csharp/test/IceSSL/certs/makecerts.py
index 1db5fd916cc..1d5fd8bf1aa 100755
--- a/csharp/test/IceSSL/certs/makecerts.py
+++ b/csharp/test/IceSSL/certs/makecerts.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2015-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
import os, sys, socket, getopt
diff --git a/java-compat/test/src/main/java/test/IceSSL/certs/makecerts.py b/java-compat/test/src/main/java/test/IceSSL/certs/makecerts.py
index 02965419ff4..5254ec8683a 100755
--- a/java-compat/test/src/main/java/test/IceSSL/certs/makecerts.py
+++ b/java-compat/test/src/main/java/test/IceSSL/certs/makecerts.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2015-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
import os, sys, socket, getopt
diff --git a/java/test/src/main/java/test/IceSSL/certs/makecerts.py b/java/test/src/main/java/test/IceSSL/certs/makecerts.py
index 02965419ff4..5254ec8683a 100755
--- a/java/test/src/main/java/test/IceSSL/certs/makecerts.py
+++ b/java/test/src/main/java/test/IceSSL/certs/makecerts.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (c) 2015-present ZeroC, Inc. All rights reserved.
+# Copyright (c) ZeroC, Inc. All rights reserved.
#
import os, sys, socket, getopt