diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-04-25 09:26:49 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-04-25 09:26:49 +0200 |
commit | ef49ae7797084bf71e50616d360620b80f4b63cc (patch) | |
tree | 663abee4b3a608d437820f06596ed0fc355b0f67 /demoscript/Ice | |
parent | python 3 support (diff) | |
download | ice-ef49ae7797084bf71e50616d360620b80f4b63cc.tar.bz2 ice-ef49ae7797084bf71e50616d360620b80f4b63cc.tar.xz ice-ef49ae7797084bf71e50616d360620b80f4b63cc.zip |
Fixed copyrights
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 7f62535aefe..9750f7c397a 100644 --- a/demoscript/Ice/__init__.py +++ b/demoscript/Ice/__init__.py @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 8b98d0eea21..f2ae23177ba 100644 --- a/demoscript/Ice/async.py +++ b/demoscript/Ice/async.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 6cdca77fa30..583a4c48e4f 100644 --- a/demoscript/Ice/bidir.py +++ b/demoscript/Ice/bidir.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 9329fe5e362..5ae8393c2a2 100644 --- a/demoscript/Ice/callback.py +++ b/demoscript/Ice/callback.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 990e9426f30..55a2ed79d84 100644 --- a/demoscript/Ice/hello.py +++ b/demoscript/Ice/hello.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 98df018a653..1170c4b0895 100644 --- a/demoscript/Ice/interleaved.py +++ b/demoscript/Ice/interleaved.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 0b887c7147f..78ed13d6d6c 100644 --- a/demoscript/Ice/invoke.py +++ b/demoscript/Ice/invoke.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 970e3b5410b..17905d1d048 100644 --- a/demoscript/Ice/multicast.py +++ b/demoscript/Ice/multicast.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 3a21738aa5a..da0d5c2b495 100644 --- a/demoscript/Ice/nested.py +++ b/demoscript/Ice/nested.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 4dc2fc0d23d..2ff3a943e5f 100644 --- a/demoscript/Ice/nrvo.py +++ b/demoscript/Ice/nrvo.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 b41ff66c561..afadb5fa23f 100644 --- a/demoscript/Ice/plugin.py +++ b/demoscript/Ice/plugin.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 583bbe9cca8..fb615ef4587 100644 --- a/demoscript/Ice/serialize.py +++ b/demoscript/Ice/serialize.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 f607db2dcde..6b3c62c0efc 100644 --- a/demoscript/Ice/session.py +++ b/demoscript/Ice/session.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 09dfdd943c7..81669c5c595 100644 --- a/demoscript/Ice/throughput.py +++ b/demoscript/Ice/throughput.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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 4c6577696d6..803029c3652 100644 --- a/demoscript/Ice/value.py +++ b/demoscript/Ice/value.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2012 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. |