From 865c0e010f45ef5599c6ae99aabf2d558d2b7b21 Mon Sep 17 00:00:00 2001 From: Florian Uhlig Date: Tue, 3 Jun 2014 11:27:00 +0200 Subject: [PATCH] Add license file LICENSE with LPGL license text copied from https://www.gnu.org/licenses/lgpl.html. Add license text to most of files of the project. Add license text to all header files Add license text to all c++ source files Add license text to all C macro files Converting file to UNIX format. Add license text to all build system files Add license text to all c source files Rename file LICENCE to LICENSE. Change preamble in all files. --- fairmq/CMakeLists.txt | 7 +++++++ fairmq/FairMQBenchmarkSampler.cxx | 7 +++++++ fairmq/FairMQBenchmarkSampler.h | 7 +++++++ fairmq/FairMQBuffer.cxx | 7 +++++++ fairmq/FairMQBuffer.h | 7 +++++++ fairmq/FairMQConfigurable.cxx | 7 +++++++ fairmq/FairMQConfigurable.h | 7 +++++++ fairmq/FairMQDevice.cxx | 7 +++++++ fairmq/FairMQDevice.h | 7 +++++++ fairmq/FairMQLogger.cxx | 7 +++++++ fairmq/FairMQLogger.h | 7 +++++++ fairmq/FairMQMerger.cxx | 7 +++++++ fairmq/FairMQMerger.h | 7 +++++++ fairmq/FairMQMessage.cxx | 7 +++++++ fairmq/FairMQMessage.h | 7 +++++++ fairmq/FairMQPoller.cxx | 7 +++++++ fairmq/FairMQPoller.h | 7 +++++++ fairmq/FairMQProxy.cxx | 7 +++++++ fairmq/FairMQProxy.h | 7 +++++++ fairmq/FairMQSink.cxx | 7 +++++++ fairmq/FairMQSink.h | 7 +++++++ fairmq/FairMQSocket.cxx | 7 +++++++ fairmq/FairMQSocket.h | 7 +++++++ fairmq/FairMQSplitter.cxx | 7 +++++++ fairmq/FairMQSplitter.h | 7 +++++++ fairmq/FairMQStateMachine.cxx | 7 +++++++ fairmq/FairMQStateMachine.h | 7 +++++++ fairmq/FairMQTransportFactory.cxx | 7 +++++++ fairmq/FairMQTransportFactory.h | 7 +++++++ fairmq/nanomsg/FairMQMessageNN.cxx | 7 +++++++ fairmq/nanomsg/FairMQMessageNN.h | 7 +++++++ fairmq/nanomsg/FairMQPollerNN.cxx | 7 +++++++ fairmq/nanomsg/FairMQPollerNN.h | 7 +++++++ fairmq/nanomsg/FairMQSocketNN.cxx | 7 +++++++ fairmq/nanomsg/FairMQSocketNN.h | 7 +++++++ fairmq/nanomsg/FairMQTransportFactoryNN.cxx | 7 +++++++ fairmq/nanomsg/FairMQTransportFactoryNN.h | 7 +++++++ fairmq/prototest/FairMQBinSampler.cxx | 7 +++++++ fairmq/prototest/FairMQBinSampler.h | 7 +++++++ fairmq/prototest/FairMQBinSink.cxx | 7 +++++++ fairmq/prototest/FairMQBinSink.h | 7 +++++++ fairmq/prototest/FairMQProtoSampler.cxx | 7 +++++++ fairmq/prototest/FairMQProtoSampler.h | 7 +++++++ fairmq/prototest/FairMQProtoSink.cxx | 7 +++++++ fairmq/prototest/FairMQProtoSink.h | 7 +++++++ fairmq/prototest/payload.pb.h | 7 +++++++ fairmq/run/runBenchmarkSampler.cxx | 7 +++++++ fairmq/run/runBinSampler.cxx | 7 +++++++ fairmq/run/runBinSink.cxx | 7 +++++++ fairmq/run/runBuffer.cxx | 7 +++++++ fairmq/run/runMerger.cxx | 7 +++++++ fairmq/run/runProtoSampler.cxx | 7 +++++++ fairmq/run/runProtoSink.cxx | 7 +++++++ fairmq/run/runProxy.cxx | 7 +++++++ fairmq/run/runSink.cxx | 7 +++++++ fairmq/run/runSplitter.cxx | 7 +++++++ fairmq/zeromq/FairMQContextZMQ.cxx | 7 +++++++ fairmq/zeromq/FairMQContextZMQ.h | 7 +++++++ fairmq/zeromq/FairMQMessageZMQ.cxx | 7 +++++++ fairmq/zeromq/FairMQMessageZMQ.h | 7 +++++++ fairmq/zeromq/FairMQPollerZMQ.cxx | 7 +++++++ fairmq/zeromq/FairMQPollerZMQ.h | 7 +++++++ fairmq/zeromq/FairMQSocketZMQ.cxx | 7 +++++++ fairmq/zeromq/FairMQSocketZMQ.h | 7 +++++++ fairmq/zeromq/FairMQTransportFactoryZMQ.cxx | 7 +++++++ fairmq/zeromq/FairMQTransportFactoryZMQ.h | 7 +++++++ 66 files changed, 462 insertions(+) diff --git a/fairmq/CMakeLists.txt b/fairmq/CMakeLists.txt index 0e5c4a09..28c8ff8a 100644 --- a/fairmq/CMakeLists.txt +++ b/fairmq/CMakeLists.txt @@ -1,3 +1,10 @@ + ################################################################################ + # Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH # + # # + # This software is distributed under the terms of the # + # GNU Lesser General Public Licence version 3 (LGPL) version 3, # + # copied verbatim in the file "LICENSE" # + ################################################################################ set(INCLUDE_DIRECTORIES ${CMAKE_SOURCE_DIR}/fairmq ${Boost_INCLUDE_DIR} diff --git a/fairmq/FairMQBenchmarkSampler.cxx b/fairmq/FairMQBenchmarkSampler.cxx index 3e5c2037..ff6f9aaa 100644 --- a/fairmq/FairMQBenchmarkSampler.cxx +++ b/fairmq/FairMQBenchmarkSampler.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQBenchmarkSampler.cpp * diff --git a/fairmq/FairMQBenchmarkSampler.h b/fairmq/FairMQBenchmarkSampler.h index fed0ba4f..2c59688c 100644 --- a/fairmq/FairMQBenchmarkSampler.h +++ b/fairmq/FairMQBenchmarkSampler.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQBenchmarkSampler.h * diff --git a/fairmq/FairMQBuffer.cxx b/fairmq/FairMQBuffer.cxx index 978fa648..bbe2c33e 100644 --- a/fairmq/FairMQBuffer.cxx +++ b/fairmq/FairMQBuffer.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQBuffer.cxx * diff --git a/fairmq/FairMQBuffer.h b/fairmq/FairMQBuffer.h index 1bd9cf24..fd63bb4e 100644 --- a/fairmq/FairMQBuffer.h +++ b/fairmq/FairMQBuffer.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQBuffer.h * diff --git a/fairmq/FairMQConfigurable.cxx b/fairmq/FairMQConfigurable.cxx index 79a99b2a..36b8625c 100644 --- a/fairmq/FairMQConfigurable.cxx +++ b/fairmq/FairMQConfigurable.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQConfigurable.cxx * diff --git a/fairmq/FairMQConfigurable.h b/fairmq/FairMQConfigurable.h index 6e8e2f98..3160fa09 100644 --- a/fairmq/FairMQConfigurable.h +++ b/fairmq/FairMQConfigurable.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQConfigurable.h * diff --git a/fairmq/FairMQDevice.cxx b/fairmq/FairMQDevice.cxx index 0acf4c5e..deb8e7ed 100644 --- a/fairmq/FairMQDevice.cxx +++ b/fairmq/FairMQDevice.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQDevice.cxx * diff --git a/fairmq/FairMQDevice.h b/fairmq/FairMQDevice.h index 59445865..14221bca 100644 --- a/fairmq/FairMQDevice.h +++ b/fairmq/FairMQDevice.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQDevice.h * diff --git a/fairmq/FairMQLogger.cxx b/fairmq/FairMQLogger.cxx index 8d85d074..1d238501 100644 --- a/fairmq/FairMQLogger.cxx +++ b/fairmq/FairMQLogger.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQLogger.cxx * diff --git a/fairmq/FairMQLogger.h b/fairmq/FairMQLogger.h index 1da08527..24204eb5 100644 --- a/fairmq/FairMQLogger.h +++ b/fairmq/FairMQLogger.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQLogger.h * diff --git a/fairmq/FairMQMerger.cxx b/fairmq/FairMQMerger.cxx index 0c9b7a38..f8030a66 100644 --- a/fairmq/FairMQMerger.cxx +++ b/fairmq/FairMQMerger.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQMerger.cxx * diff --git a/fairmq/FairMQMerger.h b/fairmq/FairMQMerger.h index 786c2fbc..4073bc98 100644 --- a/fairmq/FairMQMerger.h +++ b/fairmq/FairMQMerger.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQMerger.h * diff --git a/fairmq/FairMQMessage.cxx b/fairmq/FairMQMessage.cxx index 354faa91..efcaa1ce 100644 --- a/fairmq/FairMQMessage.cxx +++ b/fairmq/FairMQMessage.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQMessage.cxx * diff --git a/fairmq/FairMQMessage.h b/fairmq/FairMQMessage.h index db475693..132e9a9e 100644 --- a/fairmq/FairMQMessage.h +++ b/fairmq/FairMQMessage.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQMessage.h * diff --git a/fairmq/FairMQPoller.cxx b/fairmq/FairMQPoller.cxx index d46b9ea6..4923a4db 100644 --- a/fairmq/FairMQPoller.cxx +++ b/fairmq/FairMQPoller.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQPoller.cxx * diff --git a/fairmq/FairMQPoller.h b/fairmq/FairMQPoller.h index ce63dd83..f5924ea6 100644 --- a/fairmq/FairMQPoller.h +++ b/fairmq/FairMQPoller.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQPoller.h * diff --git a/fairmq/FairMQProxy.cxx b/fairmq/FairMQProxy.cxx index d685989f..a897fc2a 100644 --- a/fairmq/FairMQProxy.cxx +++ b/fairmq/FairMQProxy.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQProxy.cxx * diff --git a/fairmq/FairMQProxy.h b/fairmq/FairMQProxy.h index 91add0d2..ef72f1bf 100644 --- a/fairmq/FairMQProxy.h +++ b/fairmq/FairMQProxy.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQProxy.h * diff --git a/fairmq/FairMQSink.cxx b/fairmq/FairMQSink.cxx index 3a665cbc..22b4ad3d 100644 --- a/fairmq/FairMQSink.cxx +++ b/fairmq/FairMQSink.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQSink.cxx * diff --git a/fairmq/FairMQSink.h b/fairmq/FairMQSink.h index 326f8b3d..81ef4e1a 100644 --- a/fairmq/FairMQSink.h +++ b/fairmq/FairMQSink.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQSink.h * diff --git a/fairmq/FairMQSocket.cxx b/fairmq/FairMQSocket.cxx index 87206b8e..370e6134 100644 --- a/fairmq/FairMQSocket.cxx +++ b/fairmq/FairMQSocket.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQSocket.cxx * diff --git a/fairmq/FairMQSocket.h b/fairmq/FairMQSocket.h index 5eae0d45..5d61122e 100644 --- a/fairmq/FairMQSocket.h +++ b/fairmq/FairMQSocket.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQSocket.h * diff --git a/fairmq/FairMQSplitter.cxx b/fairmq/FairMQSplitter.cxx index 49c30afd..b919f8f6 100644 --- a/fairmq/FairMQSplitter.cxx +++ b/fairmq/FairMQSplitter.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQSplitter.cxx * diff --git a/fairmq/FairMQSplitter.h b/fairmq/FairMQSplitter.h index 2e875d4b..1ec86bff 100644 --- a/fairmq/FairMQSplitter.h +++ b/fairmq/FairMQSplitter.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQSplitter.h * diff --git a/fairmq/FairMQStateMachine.cxx b/fairmq/FairMQStateMachine.cxx index 04516b18..35e3e967 100644 --- a/fairmq/FairMQStateMachine.cxx +++ b/fairmq/FairMQStateMachine.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQStateMachine.cxx * diff --git a/fairmq/FairMQStateMachine.h b/fairmq/FairMQStateMachine.h index 5c75fa55..5a644b4c 100644 --- a/fairmq/FairMQStateMachine.h +++ b/fairmq/FairMQStateMachine.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQStateMachine.h * diff --git a/fairmq/FairMQTransportFactory.cxx b/fairmq/FairMQTransportFactory.cxx index 9cfc033e..558a2e0e 100644 --- a/fairmq/FairMQTransportFactory.cxx +++ b/fairmq/FairMQTransportFactory.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQTransportFactory.cxx * diff --git a/fairmq/FairMQTransportFactory.h b/fairmq/FairMQTransportFactory.h index 324d0681..3bbcd9de 100644 --- a/fairmq/FairMQTransportFactory.h +++ b/fairmq/FairMQTransportFactory.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQTransportFactory.h * diff --git a/fairmq/nanomsg/FairMQMessageNN.cxx b/fairmq/nanomsg/FairMQMessageNN.cxx index e30394a2..e244bf79 100644 --- a/fairmq/nanomsg/FairMQMessageNN.cxx +++ b/fairmq/nanomsg/FairMQMessageNN.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQMessageNN.cxx * diff --git a/fairmq/nanomsg/FairMQMessageNN.h b/fairmq/nanomsg/FairMQMessageNN.h index 3ecb1d4b..b99f191b 100644 --- a/fairmq/nanomsg/FairMQMessageNN.h +++ b/fairmq/nanomsg/FairMQMessageNN.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQMessageNN.h * diff --git a/fairmq/nanomsg/FairMQPollerNN.cxx b/fairmq/nanomsg/FairMQPollerNN.cxx index fa8f14e1..40b98475 100644 --- a/fairmq/nanomsg/FairMQPollerNN.cxx +++ b/fairmq/nanomsg/FairMQPollerNN.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQPollerNN.cxx * diff --git a/fairmq/nanomsg/FairMQPollerNN.h b/fairmq/nanomsg/FairMQPollerNN.h index c3401c45..f9713e13 100644 --- a/fairmq/nanomsg/FairMQPollerNN.h +++ b/fairmq/nanomsg/FairMQPollerNN.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQPollerNN.h * diff --git a/fairmq/nanomsg/FairMQSocketNN.cxx b/fairmq/nanomsg/FairMQSocketNN.cxx index 8e45012d..c67ea982 100644 --- a/fairmq/nanomsg/FairMQSocketNN.cxx +++ b/fairmq/nanomsg/FairMQSocketNN.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQSocketNN.cxx * diff --git a/fairmq/nanomsg/FairMQSocketNN.h b/fairmq/nanomsg/FairMQSocketNN.h index 9eb8ceff..9ec083f8 100644 --- a/fairmq/nanomsg/FairMQSocketNN.h +++ b/fairmq/nanomsg/FairMQSocketNN.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQSocketNN.h * diff --git a/fairmq/nanomsg/FairMQTransportFactoryNN.cxx b/fairmq/nanomsg/FairMQTransportFactoryNN.cxx index c9ccd6ac..53cee8bf 100644 --- a/fairmq/nanomsg/FairMQTransportFactoryNN.cxx +++ b/fairmq/nanomsg/FairMQTransportFactoryNN.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQTransportFactoryNN.cxx * diff --git a/fairmq/nanomsg/FairMQTransportFactoryNN.h b/fairmq/nanomsg/FairMQTransportFactoryNN.h index 6ead4fff..e1721a35 100644 --- a/fairmq/nanomsg/FairMQTransportFactoryNN.h +++ b/fairmq/nanomsg/FairMQTransportFactoryNN.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQTransportFactoryNN.h * diff --git a/fairmq/prototest/FairMQBinSampler.cxx b/fairmq/prototest/FairMQBinSampler.cxx index 4028f0bf..d09102e9 100644 --- a/fairmq/prototest/FairMQBinSampler.cxx +++ b/fairmq/prototest/FairMQBinSampler.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQBinSampler.cpp * diff --git a/fairmq/prototest/FairMQBinSampler.h b/fairmq/prototest/FairMQBinSampler.h index 78e344d5..51c4a3c4 100644 --- a/fairmq/prototest/FairMQBinSampler.h +++ b/fairmq/prototest/FairMQBinSampler.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQBinSampler.h * diff --git a/fairmq/prototest/FairMQBinSink.cxx b/fairmq/prototest/FairMQBinSink.cxx index fe9dbacf..2c5a153a 100644 --- a/fairmq/prototest/FairMQBinSink.cxx +++ b/fairmq/prototest/FairMQBinSink.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQBinSink.cxx * diff --git a/fairmq/prototest/FairMQBinSink.h b/fairmq/prototest/FairMQBinSink.h index 30391bd9..008e75c9 100644 --- a/fairmq/prototest/FairMQBinSink.h +++ b/fairmq/prototest/FairMQBinSink.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQBinSink.h * diff --git a/fairmq/prototest/FairMQProtoSampler.cxx b/fairmq/prototest/FairMQProtoSampler.cxx index 707c0088..2959d532 100644 --- a/fairmq/prototest/FairMQProtoSampler.cxx +++ b/fairmq/prototest/FairMQProtoSampler.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQProtoSampler.cpp * diff --git a/fairmq/prototest/FairMQProtoSampler.h b/fairmq/prototest/FairMQProtoSampler.h index 7e07051c..065e2b00 100644 --- a/fairmq/prototest/FairMQProtoSampler.h +++ b/fairmq/prototest/FairMQProtoSampler.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQProtoSampler.h * diff --git a/fairmq/prototest/FairMQProtoSink.cxx b/fairmq/prototest/FairMQProtoSink.cxx index ca13ffae..25a203e3 100644 --- a/fairmq/prototest/FairMQProtoSink.cxx +++ b/fairmq/prototest/FairMQProtoSink.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQProtoSink.cxx * diff --git a/fairmq/prototest/FairMQProtoSink.h b/fairmq/prototest/FairMQProtoSink.h index 38ffa67f..8b767d31 100644 --- a/fairmq/prototest/FairMQProtoSink.h +++ b/fairmq/prototest/FairMQProtoSink.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQProtoSink.h * diff --git a/fairmq/prototest/payload.pb.h b/fairmq/prototest/payload.pb.h index 76d96e05..e39c9802 100644 --- a/fairmq/prototest/payload.pb.h +++ b/fairmq/prototest/payload.pb.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ // Generated by the protocol buffer compiler. DO NOT EDIT! // source: payload.proto diff --git a/fairmq/run/runBenchmarkSampler.cxx b/fairmq/run/runBenchmarkSampler.cxx index 8e7c01fe..bbbc93d2 100644 --- a/fairmq/run/runBenchmarkSampler.cxx +++ b/fairmq/run/runBenchmarkSampler.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * runBenchmarkSampler.cxx * diff --git a/fairmq/run/runBinSampler.cxx b/fairmq/run/runBinSampler.cxx index 7b834b4e..44ec1654 100644 --- a/fairmq/run/runBinSampler.cxx +++ b/fairmq/run/runBinSampler.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * runBenchmarkSampler.cxx * diff --git a/fairmq/run/runBinSink.cxx b/fairmq/run/runBinSink.cxx index c3fbb4bc..85456644 100644 --- a/fairmq/run/runBinSink.cxx +++ b/fairmq/run/runBinSink.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * runSink.cxx * diff --git a/fairmq/run/runBuffer.cxx b/fairmq/run/runBuffer.cxx index e9e53844..efd5e263 100644 --- a/fairmq/run/runBuffer.cxx +++ b/fairmq/run/runBuffer.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * runBuffer.cxx * diff --git a/fairmq/run/runMerger.cxx b/fairmq/run/runMerger.cxx index c8b61605..8ea34283 100644 --- a/fairmq/run/runMerger.cxx +++ b/fairmq/run/runMerger.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * runMerger.cxx * diff --git a/fairmq/run/runProtoSampler.cxx b/fairmq/run/runProtoSampler.cxx index 28c7219e..14c942f8 100644 --- a/fairmq/run/runProtoSampler.cxx +++ b/fairmq/run/runProtoSampler.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * runBenchmarkSampler.cxx * diff --git a/fairmq/run/runProtoSink.cxx b/fairmq/run/runProtoSink.cxx index ef6729dc..554bc383 100644 --- a/fairmq/run/runProtoSink.cxx +++ b/fairmq/run/runProtoSink.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * runSink.cxx * diff --git a/fairmq/run/runProxy.cxx b/fairmq/run/runProxy.cxx index 76ecc6c6..ab67e331 100644 --- a/fairmq/run/runProxy.cxx +++ b/fairmq/run/runProxy.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * runProxy.cxx * diff --git a/fairmq/run/runSink.cxx b/fairmq/run/runSink.cxx index 5e282760..fc463287 100644 --- a/fairmq/run/runSink.cxx +++ b/fairmq/run/runSink.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * runSink.cxx * diff --git a/fairmq/run/runSplitter.cxx b/fairmq/run/runSplitter.cxx index ae552b92..e3f7ee7a 100644 --- a/fairmq/run/runSplitter.cxx +++ b/fairmq/run/runSplitter.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * runSplitter.cxx * diff --git a/fairmq/zeromq/FairMQContextZMQ.cxx b/fairmq/zeromq/FairMQContextZMQ.cxx index 722c1cf3..cf1fac36 100644 --- a/fairmq/zeromq/FairMQContextZMQ.cxx +++ b/fairmq/zeromq/FairMQContextZMQ.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQContextZMQ.cxx * diff --git a/fairmq/zeromq/FairMQContextZMQ.h b/fairmq/zeromq/FairMQContextZMQ.h index be860b7e..76b5ef60 100644 --- a/fairmq/zeromq/FairMQContextZMQ.h +++ b/fairmq/zeromq/FairMQContextZMQ.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQContext.h * diff --git a/fairmq/zeromq/FairMQMessageZMQ.cxx b/fairmq/zeromq/FairMQMessageZMQ.cxx index 4b68d10b..8f00a50b 100644 --- a/fairmq/zeromq/FairMQMessageZMQ.cxx +++ b/fairmq/zeromq/FairMQMessageZMQ.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQMessageZMQ.cxx * diff --git a/fairmq/zeromq/FairMQMessageZMQ.h b/fairmq/zeromq/FairMQMessageZMQ.h index 0d6e5971..d9848f84 100644 --- a/fairmq/zeromq/FairMQMessageZMQ.h +++ b/fairmq/zeromq/FairMQMessageZMQ.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQMessageZMQ.h * diff --git a/fairmq/zeromq/FairMQPollerZMQ.cxx b/fairmq/zeromq/FairMQPollerZMQ.cxx index 6bb28512..77fcf73c 100644 --- a/fairmq/zeromq/FairMQPollerZMQ.cxx +++ b/fairmq/zeromq/FairMQPollerZMQ.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQPollerZMQ.cxx * diff --git a/fairmq/zeromq/FairMQPollerZMQ.h b/fairmq/zeromq/FairMQPollerZMQ.h index 8d0e1a5e..0ca839d1 100644 --- a/fairmq/zeromq/FairMQPollerZMQ.h +++ b/fairmq/zeromq/FairMQPollerZMQ.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQPollerZMQ.h * diff --git a/fairmq/zeromq/FairMQSocketZMQ.cxx b/fairmq/zeromq/FairMQSocketZMQ.cxx index e9e60a3a..970f2cf8 100644 --- a/fairmq/zeromq/FairMQSocketZMQ.cxx +++ b/fairmq/zeromq/FairMQSocketZMQ.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQSocketZMQ.cxx * diff --git a/fairmq/zeromq/FairMQSocketZMQ.h b/fairmq/zeromq/FairMQSocketZMQ.h index 2bcb1400..2a9389f5 100644 --- a/fairmq/zeromq/FairMQSocketZMQ.h +++ b/fairmq/zeromq/FairMQSocketZMQ.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQSocketZMQ.h * diff --git a/fairmq/zeromq/FairMQTransportFactoryZMQ.cxx b/fairmq/zeromq/FairMQTransportFactoryZMQ.cxx index eb86a5ee..82da4eae 100644 --- a/fairmq/zeromq/FairMQTransportFactoryZMQ.cxx +++ b/fairmq/zeromq/FairMQTransportFactoryZMQ.cxx @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQTransportFactoryZMQ.cxx * diff --git a/fairmq/zeromq/FairMQTransportFactoryZMQ.h b/fairmq/zeromq/FairMQTransportFactoryZMQ.h index dd32601c..a7744805 100644 --- a/fairmq/zeromq/FairMQTransportFactoryZMQ.h +++ b/fairmq/zeromq/FairMQTransportFactoryZMQ.h @@ -1,3 +1,10 @@ +/******************************************************************************** + * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH * + * * + * This software is distributed under the terms of the * + * GNU Lesser General Public Licence version 3 (LGPL) version 3, * + * copied verbatim in the file "LICENSE" * + ********************************************************************************/ /** * FairMQTransportFactoryZMQ.h *