diff options
author | Jose <jose@zeroc.com> | 2018-12-18 20:16:32 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-12-18 20:16:32 +0100 |
commit | 6b6c459791802bb00aa29114e758e4d7b7a79c2b (patch) | |
tree | 271cedfbbeed24da4bdf3fe31da7654a023353d1 /cpp/src/slice2js | |
parent | Fix copyright header (diff) | |
download | ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.tar.bz2 ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.tar.xz ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.zip |
Remove copyright notice
Diffstat (limited to 'cpp/src/slice2js')
-rw-r--r-- | cpp/src/slice2js/Gen.cpp | 6 | ||||
-rw-r--r-- | cpp/src/slice2js/Gen.h | 3 | ||||
-rw-r--r-- | cpp/src/slice2js/JsUtil.cpp | 3 | ||||
-rw-r--r-- | cpp/src/slice2js/JsUtil.h | 3 | ||||
-rw-r--r-- | cpp/src/slice2js/Main.cpp | 3 |
5 files changed, 0 insertions, 18 deletions
diff --git a/cpp/src/slice2js/Gen.cpp b/cpp/src/slice2js/Gen.cpp index 56478dc9137..d0d80e9ddbd 100644 --- a/cpp/src/slice2js/Gen.cpp +++ b/cpp/src/slice2js/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> @@ -97,9 +94,6 @@ printHeader(IceUtilInternal::Output& out) "//\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/slice2js/Gen.h b/cpp/src/slice2js/Gen.h index 83dfc942fdf..6ca2a1df8ec 100644 --- a/cpp/src/slice2js/Gen.h +++ b/cpp/src/slice2js/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/slice2js/JsUtil.cpp b/cpp/src/slice2js/JsUtil.cpp index 0f02ee20547..a5084be9160 100644 --- a/cpp/src/slice2js/JsUtil.cpp +++ b/cpp/src/slice2js/JsUtil.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 <JsUtil.h> diff --git a/cpp/src/slice2js/JsUtil.h b/cpp/src/slice2js/JsUtil.h index 0f2be61e9e0..f8ae5400b57 100644 --- a/cpp/src/slice2js/JsUtil.h +++ b/cpp/src/slice2js/JsUtil.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 JS_UTIL_H diff --git a/cpp/src/slice2js/Main.cpp b/cpp/src/slice2js/Main.cpp index 6b1264dbe75..9abb2ce7cc6 100644 --- a/cpp/src/slice2js/Main.cpp +++ b/cpp/src/slice2js/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> |