diff options
Diffstat (limited to 'cpp/src/slice2cs')
-rw-r--r-- | cpp/src/slice2cs/CsUtil.cpp | 3 | ||||
-rw-r--r-- | cpp/src/slice2cs/CsUtil.h | 3 | ||||
-rw-r--r-- | cpp/src/slice2cs/DotNetNames.cpp | 3 | ||||
-rw-r--r-- | cpp/src/slice2cs/DotNetNames.h | 3 | ||||
-rw-r--r-- | cpp/src/slice2cs/Gen.cpp | 6 | ||||
-rw-r--r-- | cpp/src/slice2cs/Gen.h | 3 | ||||
-rw-r--r-- | cpp/src/slice2cs/Main.cpp | 3 |
7 files changed, 0 insertions, 24 deletions
diff --git a/cpp/src/slice2cs/CsUtil.cpp b/cpp/src/slice2cs/CsUtil.cpp index 887b1223fb4..4e855c42673 100644 --- a/cpp/src/slice2cs/CsUtil.cpp +++ b/cpp/src/slice2cs/CsUtil.cpp @@ -3,9 +3,6 @@ // // 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. -// // ********************************************************************** #include <CsUtil.h> diff --git a/cpp/src/slice2cs/CsUtil.h b/cpp/src/slice2cs/CsUtil.h index 128fffd5931..c814fe311b3 100644 --- a/cpp/src/slice2cs/CsUtil.h +++ b/cpp/src/slice2cs/CsUtil.h @@ -2,9 +2,6 @@ // // 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. -// // ********************************************************************** #ifndef CS_UTIL_H diff --git a/cpp/src/slice2cs/DotNetNames.cpp b/cpp/src/slice2cs/DotNetNames.cpp index 713cd939244..88e102695d8 100644 --- a/cpp/src/slice2cs/DotNetNames.cpp +++ b/cpp/src/slice2cs/DotNetNames.cpp @@ -2,9 +2,6 @@ // // 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. -// // ********************************************************************** #include <DotNetNames.h> diff --git a/cpp/src/slice2cs/DotNetNames.h b/cpp/src/slice2cs/DotNetNames.h index 86051d70d66..33ea863ac9b 100644 --- a/cpp/src/slice2cs/DotNetNames.h +++ b/cpp/src/slice2cs/DotNetNames.h @@ -2,9 +2,6 @@ // // 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. -// // ********************************************************************** #ifndef DOTNETNAMES_H diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp index aa83ea80653..5fd2d18e11e 100644 --- a/cpp/src/slice2cs/Gen.cpp +++ b/cpp/src/slice2cs/Gen.cpp @@ -2,9 +2,6 @@ // // 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. -// // ********************************************************************** #include <IceUtil/Functional.h> @@ -2121,9 +2118,6 @@ Slice::Gen::printHeader() "//\n" "// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.\n" "//\n" -"// This copy of Ice is licensed to you under the terms described in the\n" -"// ICE_LICENSE file included in this distribution.\n" -"//\n" "// **********************************************************************\n" ; diff --git a/cpp/src/slice2cs/Gen.h b/cpp/src/slice2cs/Gen.h index dec6da394b3..b56de95fb65 100644 --- a/cpp/src/slice2cs/Gen.h +++ b/cpp/src/slice2cs/Gen.h @@ -2,9 +2,6 @@ // // 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. -// // ********************************************************************** #ifndef GEN_H diff --git a/cpp/src/slice2cs/Main.cpp b/cpp/src/slice2cs/Main.cpp index cb89c6032fe..e5a43892c82 100644 --- a/cpp/src/slice2cs/Main.cpp +++ b/cpp/src/slice2cs/Main.cpp @@ -2,9 +2,6 @@ // // 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. -// // ********************************************************************** #include <IceUtil/Options.h> |