diff options
Diffstat (limited to 'py/demo/Manual/printer')
-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 |
4 files changed, 4 insertions, 4 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. |