diff options
author | Jose <jose@zeroc.com> | 2018-12-18 20:16:32 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-12-18 20:16:32 +0100 |
commit | 6b6c459791802bb00aa29114e758e4d7b7a79c2b (patch) | |
tree | 271cedfbbeed24da4bdf3fe31da7654a023353d1 /ruby/src | |
parent | Fix copyright header (diff) | |
download | ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.tar.bz2 ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.tar.xz ice-6b6c459791802bb00aa29114e758e4d7b7a79c2b.zip |
Remove copyright notice
Diffstat (limited to 'ruby/src')
27 files changed, 0 insertions, 81 deletions
diff --git a/ruby/src/IceRuby/Communicator.cpp b/ruby/src/IceRuby/Communicator.cpp index 53c0d797c83..e1d2d0c8173 100644 --- a/ruby/src/IceRuby/Communicator.cpp +++ b/ruby/src/IceRuby/Communicator.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <Communicator.h> diff --git a/ruby/src/IceRuby/Communicator.h b/ruby/src/IceRuby/Communicator.h index 81eb729f64c..bddf1f395c5 100644 --- a/ruby/src/IceRuby/Communicator.h +++ b/ruby/src/IceRuby/Communicator.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_COMMUNICATOR_H diff --git a/ruby/src/IceRuby/Config.h b/ruby/src/IceRuby/Config.h index f64038d7201..8de4abb3bf4 100644 --- a/ruby/src/IceRuby/Config.h +++ b/ruby/src/IceRuby/Config.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_CONFIG_H diff --git a/ruby/src/IceRuby/Connection.cpp b/ruby/src/IceRuby/Connection.cpp index 1669d6d5bc2..5357f1e7a35 100644 --- a/ruby/src/IceRuby/Connection.cpp +++ b/ruby/src/IceRuby/Connection.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <Connection.h> diff --git a/ruby/src/IceRuby/Connection.h b/ruby/src/IceRuby/Connection.h index 90c5b6372b5..4d91439c171 100644 --- a/ruby/src/IceRuby/Connection.h +++ b/ruby/src/IceRuby/Connection.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_CONNECTION_H diff --git a/ruby/src/IceRuby/Endpoint.cpp b/ruby/src/IceRuby/Endpoint.cpp index 4763a8a39b2..83f5b56d67b 100644 --- a/ruby/src/IceRuby/Endpoint.cpp +++ b/ruby/src/IceRuby/Endpoint.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <Endpoint.h> diff --git a/ruby/src/IceRuby/Endpoint.h b/ruby/src/IceRuby/Endpoint.h index fe3d6ae6b4c..138ccb7e11e 100644 --- a/ruby/src/IceRuby/Endpoint.h +++ b/ruby/src/IceRuby/Endpoint.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_ENDPOINT_H diff --git a/ruby/src/IceRuby/ImplicitContext.cpp b/ruby/src/IceRuby/ImplicitContext.cpp index d9336fe8b08..913d081d8b0 100644 --- a/ruby/src/IceRuby/ImplicitContext.cpp +++ b/ruby/src/IceRuby/ImplicitContext.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <ImplicitContext.h> diff --git a/ruby/src/IceRuby/ImplicitContext.h b/ruby/src/IceRuby/ImplicitContext.h index a0ef1281af0..456dc2c9356 100644 --- a/ruby/src/IceRuby/ImplicitContext.h +++ b/ruby/src/IceRuby/ImplicitContext.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_IMPLICIT_CONTEXT_H diff --git a/ruby/src/IceRuby/Init.cpp b/ruby/src/IceRuby/Init.cpp index 35fba3b6c3a..a796b369956 100644 --- a/ruby/src/IceRuby/Init.cpp +++ b/ruby/src/IceRuby/Init.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <Communicator.h> diff --git a/ruby/src/IceRuby/Logger.cpp b/ruby/src/IceRuby/Logger.cpp index 24dc7f0f5ed..651458a1c4d 100644 --- a/ruby/src/IceRuby/Logger.cpp +++ b/ruby/src/IceRuby/Logger.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <Logger.h> diff --git a/ruby/src/IceRuby/Logger.h b/ruby/src/IceRuby/Logger.h index 339cbcffcbf..34125200f59 100644 --- a/ruby/src/IceRuby/Logger.h +++ b/ruby/src/IceRuby/Logger.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_LOGGER_H diff --git a/ruby/src/IceRuby/Makefile.mk b/ruby/src/IceRuby/Makefile.mk index fe255685912..90690dcea15 100644 --- a/ruby/src/IceRuby/Makefile.mk +++ b/ruby/src/IceRuby/Makefile.mk @@ -2,9 +2,6 @@ # # Copyright (c) 2003-present 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. -# # ********************************************************************** $(project)_libraries := IceRuby diff --git a/ruby/src/IceRuby/Operation.cpp b/ruby/src/IceRuby/Operation.cpp index aff8194e1e8..6463cd4c3dc 100644 --- a/ruby/src/IceRuby/Operation.cpp +++ b/ruby/src/IceRuby/Operation.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <Operation.h> diff --git a/ruby/src/IceRuby/Operation.h b/ruby/src/IceRuby/Operation.h index fe6107fc9a8..c7d7d08e4d0 100644 --- a/ruby/src/IceRuby/Operation.h +++ b/ruby/src/IceRuby/Operation.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_OPERATION_H diff --git a/ruby/src/IceRuby/Properties.cpp b/ruby/src/IceRuby/Properties.cpp index f6390d2932e..65b3c1ea95f 100644 --- a/ruby/src/IceRuby/Properties.cpp +++ b/ruby/src/IceRuby/Properties.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <Properties.h> diff --git a/ruby/src/IceRuby/Properties.h b/ruby/src/IceRuby/Properties.h index a3cdf4f2307..18ace9b5141 100644 --- a/ruby/src/IceRuby/Properties.h +++ b/ruby/src/IceRuby/Properties.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_PROPERTIES_H diff --git a/ruby/src/IceRuby/Proxy.cpp b/ruby/src/IceRuby/Proxy.cpp index 3c0b2655dc1..22b59844a5a 100644 --- a/ruby/src/IceRuby/Proxy.cpp +++ b/ruby/src/IceRuby/Proxy.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <IceUtil/DisableWarnings.h> diff --git a/ruby/src/IceRuby/Proxy.h b/ruby/src/IceRuby/Proxy.h index 4013e5df082..f9803e08bdf 100644 --- a/ruby/src/IceRuby/Proxy.h +++ b/ruby/src/IceRuby/Proxy.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_PROXY_H diff --git a/ruby/src/IceRuby/Slice.cpp b/ruby/src/IceRuby/Slice.cpp index ba4bd2dccb0..c4079c630e4 100644 --- a/ruby/src/IceRuby/Slice.cpp +++ b/ruby/src/IceRuby/Slice.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <Slice.h> diff --git a/ruby/src/IceRuby/Slice.h b/ruby/src/IceRuby/Slice.h index 6e06e7cb1af..9dc2487c47d 100644 --- a/ruby/src/IceRuby/Slice.h +++ b/ruby/src/IceRuby/Slice.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_SLICE_H diff --git a/ruby/src/IceRuby/Types.cpp b/ruby/src/IceRuby/Types.cpp index d80170fb2a5..cab4a8e9b48 100644 --- a/ruby/src/IceRuby/Types.cpp +++ b/ruby/src/IceRuby/Types.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <Types.h> diff --git a/ruby/src/IceRuby/Types.h b/ruby/src/IceRuby/Types.h index ecd343d91e6..0c070a559c6 100644 --- a/ruby/src/IceRuby/Types.h +++ b/ruby/src/IceRuby/Types.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_TYPES_H diff --git a/ruby/src/IceRuby/Util.cpp b/ruby/src/IceRuby/Util.cpp index 3c6f030e860..b11e155d457 100644 --- a/ruby/src/IceRuby/Util.cpp +++ b/ruby/src/IceRuby/Util.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <Util.h> diff --git a/ruby/src/IceRuby/Util.h b/ruby/src/IceRuby/Util.h index b643d56ba8d..324237ef7ed 100644 --- a/ruby/src/IceRuby/Util.h +++ b/ruby/src/IceRuby/Util.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_UTIL_H diff --git a/ruby/src/IceRuby/ValueFactoryManager.cpp b/ruby/src/IceRuby/ValueFactoryManager.cpp index eadfa70fbb7..45a3e29b9a9 100644 --- a/ruby/src/IceRuby/ValueFactoryManager.cpp +++ b/ruby/src/IceRuby/ValueFactoryManager.cpp @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #include <ValueFactoryManager.h> diff --git a/ruby/src/IceRuby/ValueFactoryManager.h b/ruby/src/IceRuby/ValueFactoryManager.h index 169018024d0..bc2fc9e00c9 100644 --- a/ruby/src/IceRuby/ValueFactoryManager.h +++ b/ruby/src/IceRuby/ValueFactoryManager.h @@ -2,9 +2,6 @@ // // Copyright (c) 2003-present 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. -// // ********************************************************************** #ifndef ICE_RUBY_OBJECT_FACTORY_H |