From 5cfcd67669b57a36fca7a8da062fb7a3aee4c87b Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Fri, 13 Jan 2006 16:35:55 +0000 Subject: Updated copyright --- cpp/fixCopyright.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/fixCopyright.py') diff --git a/cpp/fixCopyright.py b/cpp/fixCopyright.py index 1a8ce7f75bb..e8293559778 100755 --- a/cpp/fixCopyright.py +++ b/cpp/fixCopyright.py @@ -19,7 +19,7 @@ def copyright(commentMark): result = [ ] result.append(commentMark + " **********************************************************************\n") result.append(commentMark + "\n") - result.append(commentMark + " Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.\n") + result.append(commentMark + " Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n") result.append(commentMark + "\n") result.append(commentMark + " This copy of Ice is licensed to you under the terms described in the\n") result.append(commentMark + " ICE_LICENSE file included in this distribution.\n") -- cgit v1.2.3