diff options
author | Jose <jose@zeroc.com> | 2018-12-18 18:48:17 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-12-18 18:48:17 +0100 |
commit | 7f3ecd0e3c53238a45cee7192fc11892d92a92ab (patch) | |
tree | 7e8ebdbc8b072a08fab22570c96fb2954f46ea1c /cpp/test/ios/controller/Classes | |
parent | Fixed iOS C++ controller leak (diff) | |
download | ice-7f3ecd0e3c53238a45cee7192fc11892d92a92ab.tar.bz2 ice-7f3ecd0e3c53238a45cee7192fc11892d92a92ab.tar.xz ice-7f3ecd0e3c53238a45cee7192fc11892d92a92ab.zip |
Fix copyright header
Diffstat (limited to 'cpp/test/ios/controller/Classes')
-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 |
5 files changed, 5 insertions, 5 deletions
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. |