diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-02-12 10:03:32 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-02-12 10:03:32 +0100 |
commit | f3af0d259b72b029a6448d4c03eb8a82c62e2888 (patch) | |
tree | dbc3cff493611f3b2f1157ff9146c5ad0c42c236 /cpp/src/slice2rb | |
parent | Use db53_ prefix when available, not just for Linux RPMs (diff) | |
download | ice-f3af0d259b72b029a6448d4c03eb8a82c62e2888.tar.bz2 ice-f3af0d259b72b029a6448d4c03eb8a82c62e2888.tar.xz ice-f3af0d259b72b029a6448d4c03eb8a82c62e2888.zip |
Fixed ICE-5179: Fixed copyrights
Diffstat (limited to 'cpp/src/slice2rb')
-rw-r--r-- | cpp/src/slice2rb/Main.cpp | 2 | ||||
-rw-r--r-- | cpp/src/slice2rb/Makefile | 2 | ||||
-rw-r--r-- | cpp/src/slice2rb/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/src/slice2rb/Slice2Rb.rc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/slice2rb/Main.cpp b/cpp/src/slice2rb/Main.cpp index 5b984148bee..c793f2b5b3b 100644 --- a/cpp/src/slice2rb/Main.cpp +++ b/cpp/src/slice2rb/Main.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2013 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/src/slice2rb/Makefile b/cpp/src/slice2rb/Makefile index f56dbd07c07..0cd29414326 100644 --- a/cpp/src/slice2rb/Makefile +++ b/cpp/src/slice2rb/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2013 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/src/slice2rb/Makefile.mak b/cpp/src/slice2rb/Makefile.mak index f1494121c38..c72a9e5dfb9 100644 --- a/cpp/src/slice2rb/Makefile.mak +++ b/cpp/src/slice2rb/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2013 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/src/slice2rb/Slice2Rb.rc b/cpp/src/slice2rb/Slice2Rb.rc index 655abb5011c..cd6b452c534 100644 --- a/cpp/src/slice2rb/Slice2Rb.rc +++ b/cpp/src/slice2rb/Slice2Rb.rc @@ -21,7 +21,7 @@ BEGIN VALUE "FileDescription", "Slice To Ruby Translator\0" VALUE "FileVersion", "3.5b\0" VALUE "InternalName", "slice2rb\0" - VALUE "LegalCopyright", "Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved.\0" + VALUE "LegalCopyright", "Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.\0" VALUE "OriginalFilename", "slice2rb.exe\0" VALUE "ProductName", "Ice\0" VALUE "ProductVersion", "3.5b\0" |