diff options
Diffstat (limited to 'cpp/src/slice2js')
-rw-r--r-- | cpp/src/slice2js/Gen.cpp | 8 | ||||
-rw-r--r-- | cpp/src/slice2js/Gen.h | 4 | ||||
-rw-r--r-- | cpp/src/slice2js/JsUtil.cpp | 4 | ||||
-rw-r--r-- | cpp/src/slice2js/JsUtil.h | 4 | ||||
-rw-r--r-- | cpp/src/slice2js/Main.cpp | 4 |
5 files changed, 6 insertions, 18 deletions
diff --git a/cpp/src/slice2js/Gen.cpp b/cpp/src/slice2js/Gen.cpp index d0d80e9ddbd..1a6c60177b1 100644 --- a/cpp/src/slice2js/Gen.cpp +++ b/cpp/src/slice2js/Gen.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <IceUtil/Functional.h> #include <IceUtil/StringUtil.h> @@ -90,11 +88,9 @@ void printHeader(IceUtilInternal::Output& out) { static const char* header = - "// **********************************************************************\n" "//\n" - "// Copyright (c) 2003-present ZeroC, Inc. All rights reserved.\n" + "// Copyright (c) ZeroC, Inc. All rights reserved.\n" "//\n" - "// **********************************************************************\n" ; out << header; diff --git a/cpp/src/slice2js/Gen.h b/cpp/src/slice2js/Gen.h index 6ca2a1df8ec..e6ab5a23151 100644 --- a/cpp/src/slice2js/Gen.h +++ b/cpp/src/slice2js/Gen.h @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #ifndef GEN_H #define GEN_H diff --git a/cpp/src/slice2js/JsUtil.cpp b/cpp/src/slice2js/JsUtil.cpp index a5084be9160..ec5bbd8e098 100644 --- a/cpp/src/slice2js/JsUtil.cpp +++ b/cpp/src/slice2js/JsUtil.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <JsUtil.h> #include <Slice/Util.h> diff --git a/cpp/src/slice2js/JsUtil.h b/cpp/src/slice2js/JsUtil.h index f8ae5400b57..6486ba111c6 100644 --- a/cpp/src/slice2js/JsUtil.h +++ b/cpp/src/slice2js/JsUtil.h @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #ifndef JS_UTIL_H #define JS_UTIL_H diff --git a/cpp/src/slice2js/Main.cpp b/cpp/src/slice2js/Main.cpp index 9abb2ce7cc6..773ff82232e 100644 --- a/cpp/src/slice2js/Main.cpp +++ b/cpp/src/slice2js/Main.cpp @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #include <IceUtil/Options.h> #include <IceUtil/CtrlCHandler.h> |