diff options
Diffstat (limited to 'ruby/test/Ice/acm')
-rw-r--r-- | ruby/test/Ice/acm/AllTests.rb | 4 | ||||
-rwxr-xr-x | ruby/test/Ice/acm/Client.rb | 4 | ||||
-rw-r--r-- | ruby/test/Ice/acm/Test.ice | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/ruby/test/Ice/acm/AllTests.rb b/ruby/test/Ice/acm/AllTests.rb index 50782da8e62..99b4748bc47 100644 --- a/ruby/test/Ice/acm/AllTests.rb +++ b/ruby/test/Ice/acm/AllTests.rb @@ -1,8 +1,6 @@ -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** def testSetACM(communicator, com) print "testing setACM/getACM... " diff --git a/ruby/test/Ice/acm/Client.rb b/ruby/test/Ice/acm/Client.rb index e8abe174dbd..ad0dc08fc87 100755 --- a/ruby/test/Ice/acm/Client.rb +++ b/ruby/test/Ice/acm/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("Test.ice") diff --git a/ruby/test/Ice/acm/Test.ice b/ruby/test/Ice/acm/Test.ice index b68c5f3bffe..94bafde6dbf 100644 --- a/ruby/test/Ice/acm/Test.ice +++ b/ruby/test/Ice/acm/Test.ice @@ -1,8 +1,6 @@ -// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** #pragma once |