diff options
author | Jose <jose@zeroc.com> | 2019-01-21 11:10:17 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-01-21 11:10:17 +0100 |
commit | fcde1afb80634d4f400f025067c36d0c2342c023 (patch) | |
tree | 31a330a38097492cdf68fa69a486d25af4a7b750 /cpp/test/ios | |
parent | Mention UWP in .NET Core platform support (diff) | |
download | ice-fcde1afb80634d4f400f025067c36d0c2342c023.tar.bz2 ice-fcde1afb80634d4f400f025067c36d0c2342c023.tar.xz ice-fcde1afb80634d4f400f025067c36d0c2342c023.zip |
Copyright updates
Diffstat (limited to 'cpp/test/ios')
-rw-r--r-- | cpp/test/ios/bundles/BundleInfo.plist | 2 | ||||
-rw-r--r-- | cpp/test/ios/controller/Bundle/Info.plist | 2 |
2 files changed, 2 insertions, 2 deletions
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> |