diff options
Diffstat (limited to 'cpp/demo/Manual/simple_filesystem')
-rw-r--r-- | cpp/demo/Manual/simple_filesystem/Client.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/simple_filesystem/Filesystem.ice | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/simple_filesystem/FilesystemI.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/simple_filesystem/FilesystemI.h | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/simple_filesystem/Makefile | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/simple_filesystem/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/simple_filesystem/Server.cpp | 2 | ||||
-rwxr-xr-x | cpp/demo/Manual/simple_filesystem/expect.py | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/cpp/demo/Manual/simple_filesystem/Client.cpp b/cpp/demo/Manual/simple_filesystem/Client.cpp index 3568c39d202..2452da99f63 100644 --- a/cpp/demo/Manual/simple_filesystem/Client.cpp +++ b/cpp/demo/Manual/simple_filesystem/Client.cpp @@ -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/cpp/demo/Manual/simple_filesystem/Filesystem.ice b/cpp/demo/Manual/simple_filesystem/Filesystem.ice index 3f4e3d85379..16e3c135950 100644 --- a/cpp/demo/Manual/simple_filesystem/Filesystem.ice +++ b/cpp/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/cpp/demo/Manual/simple_filesystem/FilesystemI.cpp b/cpp/demo/Manual/simple_filesystem/FilesystemI.cpp index 75cefb39023..13aa70d2a8d 100644 --- a/cpp/demo/Manual/simple_filesystem/FilesystemI.cpp +++ b/cpp/demo/Manual/simple_filesystem/FilesystemI.cpp @@ -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/cpp/demo/Manual/simple_filesystem/FilesystemI.h b/cpp/demo/Manual/simple_filesystem/FilesystemI.h index 8da0dae9566..3b4e4a47bc1 100644 --- a/cpp/demo/Manual/simple_filesystem/FilesystemI.h +++ b/cpp/demo/Manual/simple_filesystem/FilesystemI.h @@ -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/cpp/demo/Manual/simple_filesystem/Makefile b/cpp/demo/Manual/simple_filesystem/Makefile index f120fa3ad0d..9b04bf928a8 100644 --- a/cpp/demo/Manual/simple_filesystem/Makefile +++ b/cpp/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/cpp/demo/Manual/simple_filesystem/Makefile.mak b/cpp/demo/Manual/simple_filesystem/Makefile.mak index 4fcfd6b6416..1d71f99c229 100644 --- a/cpp/demo/Manual/simple_filesystem/Makefile.mak +++ b/cpp/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/cpp/demo/Manual/simple_filesystem/Server.cpp b/cpp/demo/Manual/simple_filesystem/Server.cpp index e57906a2c29..e429330f867 100644 --- a/cpp/demo/Manual/simple_filesystem/Server.cpp +++ b/cpp/demo/Manual/simple_filesystem/Server.cpp @@ -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/cpp/demo/Manual/simple_filesystem/expect.py b/cpp/demo/Manual/simple_filesystem/expect.py index 53ea6d488d7..ecee444df56 100755 --- a/cpp/demo/Manual/simple_filesystem/expect.py +++ b/cpp/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. |