diff options
Diffstat (limited to 'ruby/test/Ice/inheritance')
-rw-r--r-- | ruby/test/Ice/inheritance/AllTests.rb | 2 | ||||
-rwxr-xr-x | ruby/test/Ice/inheritance/Client.rb | 2 | ||||
-rw-r--r-- | ruby/test/Ice/inheritance/Test.ice | 2 | ||||
-rwxr-xr-x | ruby/test/Ice/inheritance/run.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ruby/test/Ice/inheritance/AllTests.rb b/ruby/test/Ice/inheritance/AllTests.rb index 509e4553d39..92cfa93c5be 100644 --- a/ruby/test/Ice/inheritance/AllTests.rb +++ b/ruby/test/Ice/inheritance/AllTests.rb @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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/ruby/test/Ice/inheritance/Client.rb b/ruby/test/Ice/inheritance/Client.rb index 88c276f1be9..fefae49406a 100755 --- a/ruby/test/Ice/inheritance/Client.rb +++ b/ruby/test/Ice/inheritance/Client.rb @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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/ruby/test/Ice/inheritance/Test.ice b/ruby/test/Ice/inheritance/Test.ice index 7dd63ee98b6..2e9b176c00b 100644 --- a/ruby/test/Ice/inheritance/Test.ice +++ b/ruby/test/Ice/inheritance/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 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/ruby/test/Ice/inheritance/run.py b/ruby/test/Ice/inheritance/run.py index 3489faf2571..4e108ef8705 100755 --- a/ruby/test/Ice/inheritance/run.py +++ b/ruby/test/Ice/inheritance/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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. |