diff options
Diffstat (limited to 'cpp/test/ios')
-rw-r--r-- | cpp/test/ios/bundles/BundleInfo.plist | 2 | ||||
-rw-r--r-- | cpp/test/ios/controller/Bundle/ControllerI.mm | 2 | ||||
-rw-r--r-- | cpp/test/ios/controller/Bundle/Info.plist | 2 | ||||
-rw-r--r-- | cpp/test/ios/controller/Classes/AppDelegate.h | 2 | ||||
-rw-r--r-- | cpp/test/ios/controller/Classes/AppDelegate.m | 2 | ||||
-rw-r--r-- | cpp/test/ios/controller/Classes/ControllerView.h | 2 | ||||
-rw-r--r-- | cpp/test/ios/controller/Classes/ControllerView.m | 2 | ||||
-rw-r--r-- | cpp/test/ios/controller/Classes/main.m | 2 | ||||
-rw-r--r-- | cpp/test/ios/controller/Makefile.mk | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/cpp/test/ios/bundles/BundleInfo.plist b/cpp/test/ios/bundles/BundleInfo.plist index ac8123f62f9..d9c16f2e392 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-2018 ZeroC. All rights reserved.</string> + <string>Copyright © 2013-present ZeroC. All rights reserved.</string> </dict> </plist> diff --git a/cpp/test/ios/controller/Bundle/ControllerI.mm b/cpp/test/ios/controller/Bundle/ControllerI.mm index af882b2d523..dcd6fbbed83 100644 --- a/cpp/test/ios/controller/Bundle/ControllerI.mm +++ b/cpp/test/ios/controller/Bundle/ControllerI.mm @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/cpp/test/ios/controller/Bundle/Info.plist b/cpp/test/ios/controller/Bundle/Info.plist index 215e4f7cfc1..1fcda0bf3a8 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-2018 ZeroC, Inc. All rights reserved.</string> + <string>Copyright © 2013-present ZeroC, Inc. All rights reserved.</string> <key>NSPrincipalClass</key> <string></string> </dict> diff --git a/cpp/test/ios/controller/Classes/AppDelegate.h b/cpp/test/ios/controller/Classes/AppDelegate.h index f1f855e4ce7..a1b4a6020d4 100644 --- a/cpp/test/ios/controller/Classes/AppDelegate.h +++ b/cpp/test/ios/controller/Classes/AppDelegate.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/cpp/test/ios/controller/Classes/AppDelegate.m b/cpp/test/ios/controller/Classes/AppDelegate.m index 0a6d74ab554..72fd1624111 100644 --- a/cpp/test/ios/controller/Classes/AppDelegate.m +++ b/cpp/test/ios/controller/Classes/AppDelegate.m @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/cpp/test/ios/controller/Classes/ControllerView.h b/cpp/test/ios/controller/Classes/ControllerView.h index 8a7b43f414f..9204d3dda62 100644 --- a/cpp/test/ios/controller/Classes/ControllerView.h +++ b/cpp/test/ios/controller/Classes/ControllerView.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/cpp/test/ios/controller/Classes/ControllerView.m b/cpp/test/ios/controller/Classes/ControllerView.m index 474b9daf21f..df898efd24a 100644 --- a/cpp/test/ios/controller/Classes/ControllerView.m +++ b/cpp/test/ios/controller/Classes/ControllerView.m @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/cpp/test/ios/controller/Classes/main.m b/cpp/test/ios/controller/Classes/main.m index 84c77d92526..d84a6576b9d 100644 --- a/cpp/test/ios/controller/Classes/main.m +++ b/cpp/test/ios/controller/Classes/main.m @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. diff --git a/cpp/test/ios/controller/Makefile.mk b/cpp/test/ios/controller/Makefile.mk index f99a5eb1ff3..eac3b69a45e 100644 --- a/cpp/test/ios/controller/Makefile.mk +++ b/cpp/test/ios/controller/Makefile.mk @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. |