diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2010-01-07 14:05:46 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2010-01-07 14:05:46 -0330 |
commit | d6d6844611a60c25b1c75a7395b70966a6ae6518 (patch) | |
tree | 4d3c054fb8975c75ad230169a945a9c16adc3459 /demoscript/Freeze | |
parent | Added Java instruction for 64-bit JVM (diff) | |
download | ice-d6d6844611a60c25b1c75a7395b70966a6ae6518.tar.bz2 ice-d6d6844611a60c25b1c75a7395b70966a6ae6518.tar.xz ice-d6d6844611a60c25b1c75a7395b70966a6ae6518.zip |
Updated copyright to 2010
Diffstat (limited to 'demoscript/Freeze')
-rwxr-xr-x | demoscript/Freeze/__init__.py | 2 | ||||
-rwxr-xr-x | demoscript/Freeze/bench.py | 2 | ||||
-rwxr-xr-x | demoscript/Freeze/casino.py | 2 | ||||
-rwxr-xr-x | demoscript/Freeze/library.py | 2 | ||||
-rwxr-xr-x | demoscript/Freeze/phonebook.py | 2 | ||||
-rwxr-xr-x | demoscript/Freeze/transform.py | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/demoscript/Freeze/__init__.py b/demoscript/Freeze/__init__.py index 4ed7c4586c0..313783e358d 100755 --- a/demoscript/Freeze/__init__.py +++ b/demoscript/Freeze/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2010 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/demoscript/Freeze/bench.py b/demoscript/Freeze/bench.py index 7aa64434bad..4f84fffb318 100755 --- a/demoscript/Freeze/bench.py +++ b/demoscript/Freeze/bench.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2010 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/demoscript/Freeze/casino.py b/demoscript/Freeze/casino.py index a44a3cb9807..522954b1ce6 100755 --- a/demoscript/Freeze/casino.py +++ b/demoscript/Freeze/casino.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2010 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/demoscript/Freeze/library.py b/demoscript/Freeze/library.py index 3b3c8ad3a5a..93fa5a6caee 100755 --- a/demoscript/Freeze/library.py +++ b/demoscript/Freeze/library.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2010 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/demoscript/Freeze/phonebook.py b/demoscript/Freeze/phonebook.py index e4ea041bcb4..110b46479e6 100755 --- a/demoscript/Freeze/phonebook.py +++ b/demoscript/Freeze/phonebook.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2010 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/demoscript/Freeze/transform.py b/demoscript/Freeze/transform.py index 6cbf0d56ddb..0f397472cee 100755 --- a/demoscript/Freeze/transform.py +++ b/demoscript/Freeze/transform.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2010 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. |