diff options
Diffstat (limited to 'py/demo/Ice/optional')
-rw-r--r-- | py/demo/Ice/optional/Client.py | 2 | ||||
-rw-r--r-- | py/demo/Ice/optional/Contact.ice | 2 | ||||
-rw-r--r-- | py/demo/Ice/optional/Server.py | 2 | ||||
-rwxr-xr-x | py/demo/Ice/optional/expect.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/py/demo/Ice/optional/Client.py b/py/demo/Ice/optional/Client.py index 601209925df..1f787cd2bfe 100644 --- a/py/demo/Ice/optional/Client.py +++ b/py/demo/Ice/optional/Client.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/Ice/optional/Contact.ice b/py/demo/Ice/optional/Contact.ice index efaa17caea7..ce47b858d5b 100644 --- a/py/demo/Ice/optional/Contact.ice +++ b/py/demo/Ice/optional/Contact.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 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/Ice/optional/Server.py b/py/demo/Ice/optional/Server.py index bac205826c0..44b95d05fe0 100644 --- a/py/demo/Ice/optional/Server.py +++ b/py/demo/Ice/optional/Server.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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/Ice/optional/expect.py b/py/demo/Ice/optional/expect.py index 6b039a89fa6..cfea46048ad 100755 --- a/py/demo/Ice/optional/expect.py +++ b/py/demo/Ice/optional/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2014 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. |