diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-10-26 00:00:14 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-10-26 00:00:14 +0000 |
commit | 00457a89c9c6b0c7989bc38e868d9c9b8d398412 (patch) | |
tree | 295a70e1e5b1faa27feed752532e1ac2916c86eb /cpp/src/slice2cpp | |
parent | gcc 3.2 fixes (diff) | |
download | ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.tar.bz2 ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.tar.xz ice-00457a89c9c6b0c7989bc38e868d9c9b8d398412.zip |
changing Mutable Realms to ZeroC
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 2 | ||||
-rw-r--r-- | cpp/src/slice2cpp/Gen.h | 2 | ||||
-rw-r--r-- | cpp/src/slice2cpp/Main.cpp | 2 | ||||
-rw-r--r-- | cpp/src/slice2cpp/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 428d5bd69f7..a0c6741f5d8 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/src/slice2cpp/Gen.h b/cpp/src/slice2cpp/Gen.h index e4b62787190..b09a7fa4f5c 100644 --- a/cpp/src/slice2cpp/Gen.h +++ b/cpp/src/slice2cpp/Gen.h @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index 19fc28233c7..373685b57c1 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// Mutable Realms, Inc. +// ZeroC, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/src/slice2cpp/Makefile b/cpp/src/slice2cpp/Makefile index 126507a3707..58f23cdda9f 100644 --- a/cpp/src/slice2cpp/Makefile +++ b/cpp/src/slice2cpp/Makefile @@ -1,7 +1,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# Mutable Realms, Inc. +# ZeroC, Inc. # Huntsville, AL, USA # # All Rights Reserved |