diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-01-28 13:16:06 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-01-28 13:16:06 -0330 |
commit | ea0c67b50b43c1b2fb2479e55a9a06080d41be97 (patch) | |
tree | 6ceb9ead74732ac87c149195ae1aa26fc957c911 | |
parent | Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice (diff) | |
download | ice-ea0c67b50b43c1b2fb2479e55a9a06080d41be97.tar.bz2 ice-ea0c67b50b43c1b2fb2479e55a9a06080d41be97.tar.xz ice-ea0c67b50b43c1b2fb2479e55a9a06080d41be97.zip |
Updated copyright
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | Makefile.mak | 2 | ||||
-rw-r--r-- | allTests.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2008 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. diff --git a/Makefile.mak b/Makefile.mak index e4c591571c7..8aef01a4802 100644 --- a/Makefile.mak +++ b/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2008 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. diff --git a/allTests.py b/allTests.py index 89ef1e541d6..583d7517a24 100644 --- a/allTests.py +++ b/allTests.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2008 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. |