diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-05 10:18:10 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-05 10:18:10 -0330 |
commit | 9776285f46e4dbc15f285394daffd1e69490fb21 (patch) | |
tree | 554789184a560ec5efc6a8e28d83fd0256d35fee /py/demo/Manual | |
parent | ICE-6253 Functional_TwowayCallbackDouble is invalid (diff) | |
download | ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.bz2 ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.xz ice-9776285f46e4dbc15f285394daffd1e69490fb21.zip |
Updated copyright to 2015
Diffstat (limited to 'py/demo/Manual')
-rwxr-xr-x | py/demo/Manual/printer/Client.py | 2 | ||||
-rw-r--r-- | py/demo/Manual/printer/Printer.ice | 2 | ||||
-rwxr-xr-x | py/demo/Manual/printer/Server.py | 2 | ||||
-rwxr-xr-x | py/demo/Manual/printer/expect.py | 2 | ||||
-rwxr-xr-x | py/demo/Manual/simple_filesystem/Client.py | 2 | ||||
-rw-r--r-- | py/demo/Manual/simple_filesystem/Filesystem.ice | 2 | ||||
-rwxr-xr-x | py/demo/Manual/simple_filesystem/Server.py | 2 | ||||
-rwxr-xr-x | py/demo/Manual/simple_filesystem/expect.py | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/py/demo/Manual/printer/Client.py b/py/demo/Manual/printer/Client.py index 0834d2cd6e8..668baf4a61c 100755 --- a/py/demo/Manual/printer/Client.py +++ b/py/demo/Manual/printer/Client.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/py/demo/Manual/printer/Printer.ice b/py/demo/Manual/printer/Printer.ice index 343fd8e627b..faa2238ac80 100644 --- a/py/demo/Manual/printer/Printer.ice +++ b/py/demo/Manual/printer/Printer.ice @@ -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/py/demo/Manual/printer/Server.py b/py/demo/Manual/printer/Server.py index 70cfb576405..c72e3c83660 100755 --- a/py/demo/Manual/printer/Server.py +++ b/py/demo/Manual/printer/Server.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/py/demo/Manual/printer/expect.py b/py/demo/Manual/printer/expect.py index 6bbcf3eaa53..5cf3c156c22 100755 --- a/py/demo/Manual/printer/expect.py +++ b/py/demo/Manual/printer/expect.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/py/demo/Manual/simple_filesystem/Client.py b/py/demo/Manual/simple_filesystem/Client.py index 75bf17aefc6..a718e797289 100755 --- a/py/demo/Manual/simple_filesystem/Client.py +++ b/py/demo/Manual/simple_filesystem/Client.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/py/demo/Manual/simple_filesystem/Filesystem.ice b/py/demo/Manual/simple_filesystem/Filesystem.ice index 21e8a435fcb..6331f9b1fdd 100644 --- a/py/demo/Manual/simple_filesystem/Filesystem.ice +++ b/py/demo/Manual/simple_filesystem/Filesystem.ice @@ -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/py/demo/Manual/simple_filesystem/Server.py b/py/demo/Manual/simple_filesystem/Server.py index 46393576f03..83297f3ab48 100755 --- a/py/demo/Manual/simple_filesystem/Server.py +++ b/py/demo/Manual/simple_filesystem/Server.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/py/demo/Manual/simple_filesystem/expect.py b/py/demo/Manual/simple_filesystem/expect.py index 8cf7d50e291..32419a4da26 100755 --- a/py/demo/Manual/simple_filesystem/expect.py +++ b/py/demo/Manual/simple_filesystem/expect.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. |