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 /cs/demo/Manual/simple_filesystem | |
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 'cs/demo/Manual/simple_filesystem')
-rw-r--r-- | cs/demo/Manual/simple_filesystem/Client.cs | 2 | ||||
-rw-r--r-- | cs/demo/Manual/simple_filesystem/DirectoryI.cs | 2 | ||||
-rw-r--r-- | cs/demo/Manual/simple_filesystem/FileI.cs | 2 | ||||
-rw-r--r-- | cs/demo/Manual/simple_filesystem/Filesystem.ice | 2 | ||||
-rw-r--r-- | cs/demo/Manual/simple_filesystem/Makefile | 2 | ||||
-rw-r--r-- | cs/demo/Manual/simple_filesystem/Makefile.mak | 2 | ||||
-rw-r--r-- | cs/demo/Manual/simple_filesystem/Server.cs | 2 | ||||
-rwxr-xr-x | cs/demo/Manual/simple_filesystem/expect.py | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/cs/demo/Manual/simple_filesystem/Client.cs b/cs/demo/Manual/simple_filesystem/Client.cs index 44b6adbe654..91b48a81bcb 100644 --- a/cs/demo/Manual/simple_filesystem/Client.cs +++ b/cs/demo/Manual/simple_filesystem/Client.cs @@ -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/cs/demo/Manual/simple_filesystem/DirectoryI.cs b/cs/demo/Manual/simple_filesystem/DirectoryI.cs index c8e58de4235..348876aee9a 100644 --- a/cs/demo/Manual/simple_filesystem/DirectoryI.cs +++ b/cs/demo/Manual/simple_filesystem/DirectoryI.cs @@ -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/cs/demo/Manual/simple_filesystem/FileI.cs b/cs/demo/Manual/simple_filesystem/FileI.cs index 3ecebed2448..7156b9761d2 100644 --- a/cs/demo/Manual/simple_filesystem/FileI.cs +++ b/cs/demo/Manual/simple_filesystem/FileI.cs @@ -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/cs/demo/Manual/simple_filesystem/Filesystem.ice b/cs/demo/Manual/simple_filesystem/Filesystem.ice index 51efdb0d38b..f344b343df6 100644 --- a/cs/demo/Manual/simple_filesystem/Filesystem.ice +++ b/cs/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/cs/demo/Manual/simple_filesystem/Makefile b/cs/demo/Manual/simple_filesystem/Makefile index be435b17c24..d1550335252 100644 --- a/cs/demo/Manual/simple_filesystem/Makefile +++ b/cs/demo/Manual/simple_filesystem/Makefile @@ -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/cs/demo/Manual/simple_filesystem/Makefile.mak b/cs/demo/Manual/simple_filesystem/Makefile.mak index b447260049e..e2ef3ce5826 100644 --- a/cs/demo/Manual/simple_filesystem/Makefile.mak +++ b/cs/demo/Manual/simple_filesystem/Makefile.mak @@ -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/cs/demo/Manual/simple_filesystem/Server.cs b/cs/demo/Manual/simple_filesystem/Server.cs index 60abb20348e..bf2af24e721 100644 --- a/cs/demo/Manual/simple_filesystem/Server.cs +++ b/cs/demo/Manual/simple_filesystem/Server.cs @@ -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/cs/demo/Manual/simple_filesystem/expect.py b/cs/demo/Manual/simple_filesystem/expect.py index 4261bee3b2c..af87c244c30 100755 --- a/cs/demo/Manual/simple_filesystem/expect.py +++ b/cs/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. |