summaryrefslogtreecommitdiff
path: root/demoscript
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-01-05 10:18:10 -0330
committerDwayne Boone <dwayne@zeroc.com>2015-01-05 10:18:10 -0330
commit9776285f46e4dbc15f285394daffd1e69490fb21 (patch)
tree554789184a560ec5efc6a8e28d83fd0256d35fee /demoscript
parentICE-6253 Functional_TwowayCallbackDouble is invalid (diff)
downloadice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.bz2
ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.xz
ice-9776285f46e4dbc15f285394daffd1e69490fb21.zip
Updated copyright to 2015
Diffstat (limited to 'demoscript')
-rwxr-xr-xdemoscript/Freeze/__init__.py2
-rwxr-xr-xdemoscript/Freeze/bench.py2
-rwxr-xr-xdemoscript/Freeze/casino.py2
-rwxr-xr-xdemoscript/Freeze/library.py2
-rwxr-xr-xdemoscript/Freeze/phonebook.py2
-rwxr-xr-xdemoscript/Freeze/transform.py2
-rwxr-xr-xdemoscript/Glacier2/__init__.py2
-rwxr-xr-xdemoscript/Glacier2/callback.py2
-rw-r--r--demoscript/Ice/__init__.py2
-rw-r--r--demoscript/Ice/async.py2
-rw-r--r--demoscript/Ice/bidir.py2
-rw-r--r--demoscript/Ice/callback.py2
-rw-r--r--demoscript/Ice/context.py2
-rw-r--r--demoscript/Ice/hello.py2
-rw-r--r--demoscript/Ice/interleaved.py2
-rw-r--r--demoscript/Ice/interrupt.py2
-rw-r--r--demoscript/Ice/invoke.py2
-rw-r--r--demoscript/Ice/multicast.py2
-rw-r--r--demoscript/Ice/nested.py2
-rw-r--r--demoscript/Ice/nrvo.py2
-rw-r--r--demoscript/Ice/optional.py2
-rw-r--r--demoscript/Ice/plugin.py2
-rw-r--r--demoscript/Ice/properties.py2
-rw-r--r--demoscript/Ice/serialize.py2
-rw-r--r--demoscript/Ice/session.py2
-rw-r--r--demoscript/Ice/throughput.py2
-rw-r--r--demoscript/Ice/value.py2
-rwxr-xr-xdemoscript/IceBox/__init__.py2
-rwxr-xr-xdemoscript/IceBox/hello.py2
-rw-r--r--demoscript/IceDiscovery/__init__.py2
-rw-r--r--demoscript/IceDiscovery/hello.py2
-rw-r--r--demoscript/IceDiscovery/replication.py2
-rwxr-xr-xdemoscript/IceGrid/__init__.py2
-rwxr-xr-xdemoscript/IceGrid/allocate.py2
-rwxr-xr-xdemoscript/IceGrid/icebox.py2
-rwxr-xr-xdemoscript/IceGrid/sessionActivation.py2
-rwxr-xr-xdemoscript/IceGrid/simple.py2
-rwxr-xr-xdemoscript/IceStorm/__init__.py2
-rwxr-xr-xdemoscript/IceStorm/clock.py2
-rw-r--r--demoscript/Util.py2
-rw-r--r--demoscript/__init__.py2
-rwxr-xr-xdemoscript/manual/__init__.py2
-rwxr-xr-xdemoscript/manual/evictor_filesystem.py2
-rwxr-xr-xdemoscript/manual/lifecycle.py2
-rwxr-xr-xdemoscript/manual/map_filesystem.py2
45 files changed, 45 insertions, 45 deletions
diff --git a/demoscript/Freeze/__init__.py b/demoscript/Freeze/__init__.py
index ef96a353f70..b0ee81cb42c 100755
--- a/demoscript/Freeze/__init__.py
+++ b/demoscript/Freeze/__init__.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 4e4c21222f0..5f7105e51cd 100755
--- a/demoscript/Freeze/bench.py
+++ b/demoscript/Freeze/bench.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 6923c46cec3..57d691b0fbf 100755
--- a/demoscript/Freeze/casino.py
+++ b/demoscript/Freeze/casino.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 50908567909..df5c3f5f7f7 100755
--- a/demoscript/Freeze/library.py
+++ b/demoscript/Freeze/library.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 843db7dcccb..2c49c41f4ed 100755
--- a/demoscript/Freeze/phonebook.py
+++ b/demoscript/Freeze/phonebook.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 517cc8eb671..cebbf1c920f 100755
--- a/demoscript/Freeze/transform.py
+++ b/demoscript/Freeze/transform.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/Glacier2/__init__.py b/demoscript/Glacier2/__init__.py
index ef96a353f70..b0ee81cb42c 100755
--- a/demoscript/Glacier2/__init__.py
+++ b/demoscript/Glacier2/__init__.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/Glacier2/callback.py b/demoscript/Glacier2/callback.py
index a74456f879c..37602545680 100755
--- a/demoscript/Glacier2/callback.py
+++ b/demoscript/Glacier2/callback.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/__init__.py b/demoscript/Ice/__init__.py
index 3ada3fc9a65..4d69ae6076a 100644
--- a/demoscript/Ice/__init__.py
+++ b/demoscript/Ice/__init__.py
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 72a4f6d7be0..281a8261422 100644
--- a/demoscript/Ice/async.py
+++ b/demoscript/Ice/async.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 1885b42bce3..89eeb45f192 100644
--- a/demoscript/Ice/bidir.py
+++ b/demoscript/Ice/bidir.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 91ab0f49657..a8ce299a754 100644
--- a/demoscript/Ice/callback.py
+++ b/demoscript/Ice/callback.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/context.py b/demoscript/Ice/context.py
index 12e05b90e82..7dfb79f0d8b 100644
--- a/demoscript/Ice/context.py
+++ b/demoscript/Ice/context.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 9f562a93c2b..e424d801b19 100644
--- a/demoscript/Ice/hello.py
+++ b/demoscript/Ice/hello.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 17f902e6054..ab66ad544ef 100644
--- a/demoscript/Ice/interleaved.py
+++ b/demoscript/Ice/interleaved.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/interrupt.py b/demoscript/Ice/interrupt.py
index 8499c6f68ff..c31634a071d 100644
--- a/demoscript/Ice/interrupt.py
+++ b/demoscript/Ice/interrupt.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 e60f2a71441..febc92c8a2a 100644
--- a/demoscript/Ice/invoke.py
+++ b/demoscript/Ice/invoke.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 85f767a1150..65c598a7354 100644
--- a/demoscript/Ice/multicast.py
+++ b/demoscript/Ice/multicast.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 880e1436046..c402a5b72a3 100644
--- a/demoscript/Ice/nested.py
+++ b/demoscript/Ice/nested.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 606a5cda998..1fe6c504a33 100644
--- a/demoscript/Ice/nrvo.py
+++ b/demoscript/Ice/nrvo.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/optional.py b/demoscript/Ice/optional.py
index 3fd82f6bda8..8cc7d83e0d5 100644
--- a/demoscript/Ice/optional.py
+++ b/demoscript/Ice/optional.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 ae0cd7b6513..fcc9fb460e6 100644
--- a/demoscript/Ice/plugin.py
+++ b/demoscript/Ice/plugin.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/properties.py b/demoscript/Ice/properties.py
index 059115a506a..def6c8009e0 100644
--- a/demoscript/Ice/properties.py
+++ b/demoscript/Ice/properties.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 5e7b9f1fb78..1cd04bf7ea5 100644
--- a/demoscript/Ice/serialize.py
+++ b/demoscript/Ice/serialize.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 dcf32f6f049..6bad61491b0 100644
--- a/demoscript/Ice/session.py
+++ b/demoscript/Ice/session.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 e44e201c430..354cca11a31 100644
--- a/demoscript/Ice/throughput.py
+++ b/demoscript/Ice/throughput.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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 c6a3db31b1f..3bf62f7208b 100644
--- a/demoscript/Ice/value.py
+++ b/demoscript/Ice/value.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceBox/__init__.py b/demoscript/IceBox/__init__.py
index ef96a353f70..b0ee81cb42c 100755
--- a/demoscript/IceBox/__init__.py
+++ b/demoscript/IceBox/__init__.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceBox/hello.py b/demoscript/IceBox/hello.py
index 6adc15a1bb5..f9143bdcd6d 100755
--- a/demoscript/IceBox/hello.py
+++ b/demoscript/IceBox/hello.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceDiscovery/__init__.py b/demoscript/IceDiscovery/__init__.py
index 3ada3fc9a65..4d69ae6076a 100644
--- a/demoscript/IceDiscovery/__init__.py
+++ b/demoscript/IceDiscovery/__init__.py
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceDiscovery/hello.py b/demoscript/IceDiscovery/hello.py
index 9f562a93c2b..e424d801b19 100644
--- a/demoscript/IceDiscovery/hello.py
+++ b/demoscript/IceDiscovery/hello.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceDiscovery/replication.py b/demoscript/IceDiscovery/replication.py
index 3250b45a4d1..7c400fadf99 100644
--- a/demoscript/IceDiscovery/replication.py
+++ b/demoscript/IceDiscovery/replication.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceGrid/__init__.py b/demoscript/IceGrid/__init__.py
index ef96a353f70..b0ee81cb42c 100755
--- a/demoscript/IceGrid/__init__.py
+++ b/demoscript/IceGrid/__init__.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceGrid/allocate.py b/demoscript/IceGrid/allocate.py
index 71729576981..2283832dc50 100755
--- a/demoscript/IceGrid/allocate.py
+++ b/demoscript/IceGrid/allocate.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceGrid/icebox.py b/demoscript/IceGrid/icebox.py
index ea0ecc68bac..fdbe3e392cf 100755
--- a/demoscript/IceGrid/icebox.py
+++ b/demoscript/IceGrid/icebox.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceGrid/sessionActivation.py b/demoscript/IceGrid/sessionActivation.py
index cee64d6724a..6f4034f719c 100755
--- a/demoscript/IceGrid/sessionActivation.py
+++ b/demoscript/IceGrid/sessionActivation.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceGrid/simple.py b/demoscript/IceGrid/simple.py
index 40faed71c30..f064662a0eb 100755
--- a/demoscript/IceGrid/simple.py
+++ b/demoscript/IceGrid/simple.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceStorm/__init__.py b/demoscript/IceStorm/__init__.py
index ef96a353f70..b0ee81cb42c 100755
--- a/demoscript/IceStorm/__init__.py
+++ b/demoscript/IceStorm/__init__.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/IceStorm/clock.py b/demoscript/IceStorm/clock.py
index 24cd44a4702..813bce9cfa1 100755
--- a/demoscript/IceStorm/clock.py
+++ b/demoscript/IceStorm/clock.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/Util.py b/demoscript/Util.py
index 1df801a25ca..6f6412f0699 100644
--- a/demoscript/Util.py
+++ b/demoscript/Util.py
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/__init__.py b/demoscript/__init__.py
index c118f16c3ca..902467e77bb 100644
--- a/demoscript/__init__.py
+++ b/demoscript/__init__.py
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/manual/__init__.py b/demoscript/manual/__init__.py
index ef96a353f70..b0ee81cb42c 100755
--- a/demoscript/manual/__init__.py
+++ b/demoscript/manual/__init__.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/manual/evictor_filesystem.py b/demoscript/manual/evictor_filesystem.py
index ba5245bf685..498722cd063 100755
--- a/demoscript/manual/evictor_filesystem.py
+++ b/demoscript/manual/evictor_filesystem.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/manual/lifecycle.py b/demoscript/manual/lifecycle.py
index ba5245bf685..498722cd063 100755
--- a/demoscript/manual/lifecycle.py
+++ b/demoscript/manual/lifecycle.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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/manual/map_filesystem.py b/demoscript/manual/map_filesystem.py
index ba5245bf685..498722cd063 100755
--- a/demoscript/manual/map_filesystem.py
+++ b/demoscript/manual/map_filesystem.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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.