From c3a7ee7098d062f59fa3e3953acc4347f92bb8f7 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Mon, 28 Oct 2002 21:30:59 +0000 Subject: changing copyright location; adding GPL note --- cpp/src/Slice/CPlusPlusUtil.cpp | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'cpp/src/Slice/CPlusPlusUtil.cpp') diff --git a/cpp/src/Slice/CPlusPlusUtil.cpp b/cpp/src/Slice/CPlusPlusUtil.cpp index 68535932c04..d1b41fcd068 100644 --- a/cpp/src/Slice/CPlusPlusUtil.cpp +++ b/cpp/src/Slice/CPlusPlusUtil.cpp @@ -2,9 +2,13 @@ // // Copyright (c) 2001 // ZeroC, Inc. -// Huntsville, AL, USA +// Billerica, MA, USA // -// All Rights Reserved +// All Rights Reserved. +// +// Ice is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License version 2 as published by +// the Free Software Foundation. // // ********************************************************************** @@ -63,11 +67,15 @@ Slice::printHeader(Output& out) static const char* header = "// **********************************************************************\n" "//\n" -"// Copyright (c) 2001\n" +"// Copyright (c) 2002\n" "// ZeroC, Inc.\n" -"// Huntsville, AL, USA\n" +"// Billerica, MA, USA\n" +"//\n" +"// All Rights Reserved.\n" "//\n" -"// All Rights Reserved\n" +"// Ice is free software; you can redistribute it and/or modify it under\n" +"// the terms of the GNU General Public License version 2 as published by\n" +"// the Free Software Foundation.\n" "//\n" "// **********************************************************************\n" ; -- cgit v1.2.3