summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-01-13 16:35:55 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-01-13 16:35:55 +0000
commit5cfcd67669b57a36fca7a8da062fb7a3aee4c87b (patch)
tree73f5f239c542fd23e949bd226a213535237c9f09 /cpp
parentFixed compilation error on 64bits platforms (diff)
downloadice-5cfcd67669b57a36fca7a8da062fb7a3aee4c87b.tar.bz2
ice-5cfcd67669b57a36fca7a8da062fb7a3aee4c87b.tar.xz
ice-5cfcd67669b57a36fca7a8da062fb7a3aee4c87b.zip
Updated copyright
Diffstat (limited to 'cpp')
-rw-r--r--cpp/ICE_LICENSE2
-rwxr-xr-xcpp/fixCopyright.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/ICE_LICENSE b/cpp/ICE_LICENSE
index 84a16e8ff33..b2adafea485 100644
--- a/cpp/ICE_LICENSE
+++ b/cpp/ICE_LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
This copy of Ice is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
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")