diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-01-02 15:25:31 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-01-02 15:25:31 -0330 |
commit | f265bcb8a0fbc8f946883ba419fa83c5dc40f36a (patch) | |
tree | 92b521a5240427263ec5d3eb4df4e6b417c0918c /demoscript/Freeze | |
parent | Merge branch 'R3_3_branch' of ssh://git/home/git/ice into R3_3_branch (diff) | |
download | ice-f265bcb8a0fbc8f946883ba419fa83c5dc40f36a.tar.bz2 ice-f265bcb8a0fbc8f946883ba419fa83c5dc40f36a.tar.xz ice-f265bcb8a0fbc8f946883ba419fa83c5dc40f36a.zip |
Bug 3621 - updated copyright to 2009
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 1f65e2040ac..4ed7c4586c0 100755 --- a/demoscript/Freeze/__init__.py +++ b/demoscript/Freeze/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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 8f2606b9a9f..7aa64434bad 100755 --- a/demoscript/Freeze/bench.py +++ b/demoscript/Freeze/bench.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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 64788a7f27f..a44a3cb9807 100755 --- a/demoscript/Freeze/casino.py +++ b/demoscript/Freeze/casino.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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 10838888f23..3b3c8ad3a5a 100755 --- a/demoscript/Freeze/library.py +++ b/demoscript/Freeze/library.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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 bc78bf9839b..e4ea041bcb4 100755 --- a/demoscript/Freeze/phonebook.py +++ b/demoscript/Freeze/phonebook.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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 ae2fb0178d0..e37fd57b0c9 100755 --- a/demoscript/Freeze/transform.py +++ b/demoscript/Freeze/transform.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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. |