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/Ice | |
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/Ice')
-rw-r--r-- | demoscript/Ice/__init__.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/async.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/bidir.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/callback.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/hello.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/interleaved.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/invoke.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/multicast.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/nested.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/nrvo.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/plugin.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/serialize.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/session.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/throughput.py | 2 | ||||
-rw-r--r-- | demoscript/Ice/value.py | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/demoscript/Ice/__init__.py b/demoscript/Ice/__init__.py index e50b0733d5f..1991e90ee03 100644 --- a/demoscript/Ice/__init__.py +++ b/demoscript/Ice/__init__.py @@ -1,6 +1,6 @@ # ********************************************************************** # -# 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/Ice/async.py b/demoscript/Ice/async.py index 0e3b054ef14..f866fa98fd6 100644 --- a/demoscript/Ice/async.py +++ b/demoscript/Ice/async.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/Ice/bidir.py b/demoscript/Ice/bidir.py index c571ddc0d8a..6e014d2fe85 100644 --- a/demoscript/Ice/bidir.py +++ b/demoscript/Ice/bidir.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/Ice/callback.py b/demoscript/Ice/callback.py index 747d16490db..06057c471aa 100644 --- a/demoscript/Ice/callback.py +++ b/demoscript/Ice/callback.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/Ice/hello.py b/demoscript/Ice/hello.py index a5a1624b9d3..a7ffa3c5dd0 100644 --- a/demoscript/Ice/hello.py +++ b/demoscript/Ice/hello.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/Ice/interleaved.py b/demoscript/Ice/interleaved.py index cc354447a52..81d4500d89c 100644 --- a/demoscript/Ice/interleaved.py +++ b/demoscript/Ice/interleaved.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/Ice/invoke.py b/demoscript/Ice/invoke.py index 1c329ca7b45..e88c7afce5e 100644 --- a/demoscript/Ice/invoke.py +++ b/demoscript/Ice/invoke.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/Ice/multicast.py b/demoscript/Ice/multicast.py index 7f90354de27..20993841018 100644 --- a/demoscript/Ice/multicast.py +++ b/demoscript/Ice/multicast.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/Ice/nested.py b/demoscript/Ice/nested.py index 8b739a4bbad..0852565af0c 100644 --- a/demoscript/Ice/nested.py +++ b/demoscript/Ice/nested.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/Ice/nrvo.py b/demoscript/Ice/nrvo.py index 32b6dbca451..0678cbb91a3 100644 --- a/demoscript/Ice/nrvo.py +++ b/demoscript/Ice/nrvo.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/Ice/plugin.py b/demoscript/Ice/plugin.py index ebdf614f9de..3ed840b57cc 100644 --- a/demoscript/Ice/plugin.py +++ b/demoscript/Ice/plugin.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/Ice/serialize.py b/demoscript/Ice/serialize.py index 77a3ca03d29..4937b568a43 100644 --- a/demoscript/Ice/serialize.py +++ b/demoscript/Ice/serialize.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/Ice/session.py b/demoscript/Ice/session.py index 5b330dc48a6..f9879629c55 100644 --- a/demoscript/Ice/session.py +++ b/demoscript/Ice/session.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/Ice/throughput.py b/demoscript/Ice/throughput.py index 166bfcab1b5..02e0268b961 100644 --- a/demoscript/Ice/throughput.py +++ b/demoscript/Ice/throughput.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/Ice/value.py b/demoscript/Ice/value.py index 9c7c50d0d54..32e368c18a3 100644 --- a/demoscript/Ice/value.py +++ b/demoscript/Ice/value.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. |