diff options
Diffstat (limited to 'ruby/test/Ice/info/Client.rb')
-rwxr-xr-x | ruby/test/Ice/info/Client.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ruby/test/Ice/info/Client.rb b/ruby/test/Ice/info/Client.rb index 9b00d0f25bc..23d83a51d88 100755 --- a/ruby/test/Ice/info/Client.rb +++ b/ruby/test/Ice/info/Client.rb @@ -1,9 +1,7 @@ #!/usr/bin/env ruby -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** require "Ice" Ice::loadSlice("'-I#{Ice.getSliceDir()}' Test.ice") |