diff options
Diffstat (limited to 'rb/demo/Manual/simple_filesystem')
-rwxr-xr-x | rb/demo/Manual/simple_filesystem/Client.rb | 2 | ||||
-rw-r--r-- | rb/demo/Manual/simple_filesystem/Filesystem.ice | 2 | ||||
-rwxr-xr-x | rb/demo/Manual/simple_filesystem/expect.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/rb/demo/Manual/simple_filesystem/Client.rb b/rb/demo/Manual/simple_filesystem/Client.rb index 333406fcd09..4faeb4da068 100755 --- a/rb/demo/Manual/simple_filesystem/Client.rb +++ b/rb/demo/Manual/simple_filesystem/Client.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # ********************************************************************** # -# 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/rb/demo/Manual/simple_filesystem/Filesystem.ice b/rb/demo/Manual/simple_filesystem/Filesystem.ice index 21e8a435fcb..6331f9b1fdd 100644 --- a/rb/demo/Manual/simple_filesystem/Filesystem.ice +++ b/rb/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/rb/demo/Manual/simple_filesystem/expect.py b/rb/demo/Manual/simple_filesystem/expect.py index 3083c182742..e7fefb306cd 100755 --- a/rb/demo/Manual/simple_filesystem/expect.py +++ b/rb/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. |