diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-02-16 19:45:29 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-02-16 19:45:29 +0000 |
commit | 83cd39e19d16730bcbdcb7e3b6b675aab6c0c178 (patch) | |
tree | 86067f32e18074beea76c9c90babfd244b6f02d7 /cpp/fixCopyright.py | |
parent | fixes to directory transform and version token replacement in rpm ant file (diff) | |
download | ice-83cd39e19d16730bcbdcb7e3b6b675aab6c0c178.tar.bz2 ice-83cd39e19d16730bcbdcb7e3b6b675aab6c0c178.tar.xz ice-83cd39e19d16730bcbdcb7e3b6b675aab6c0c178.zip |
Upgrated to 2005
Diffstat (limited to 'cpp/fixCopyright.py')
-rwxr-xr-x | cpp/fixCopyright.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/fixCopyright.py b/cpp/fixCopyright.py index 0b97143aa87..966dea26d8a 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-2004 ZeroC, Inc. All rights reserved.\n") + result.append(commentMark + " Copyright (c) 2003-2005 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") |