From 6e4e64948dfabf77e301e9f7e490eaf2a137c4d6 Mon Sep 17 00:00:00 2001 From: tho <tho@wiback.org> Date: Sat, 29 Dec 2007 16:45:22 +0000 Subject: [PATCH] set keyword svn property on more files --- Examples/Mainpage.dox | 22 +++++++++++++++++++ Mainpage.dox | 2 ++ PPI/Connectors.hh | 2 ++ PPI/Events.hh | 2 ++ PPI/Mainpage.dox | 2 ++ PPI/Module.cc | 2 ++ PPI/Module.ct | 2 ++ PPI/Module.hh | 2 ++ PPI/Module.ih | 2 ++ PPI/Module.test.cc | 2 ++ PPI/PassiveQueue.hh | 2 ++ PPI/Queueing.hh | 2 ++ PPI/Route.hh | 2 ++ PPI/SocketSink.hh | 2 ++ PPI/SocketSource.hh | 2 ++ Packets/DefaultBundle/Mainpage.dox | 2 ++ Packets/MPEGDVBBundle/MPEGDVBBundle.dox | 2 ++ Packets/Mainpage.dox | 22 +++++++++++++++++++ Packets/VariantParser.dox | 2 ++ Scheduler/Mainpage.dox | 22 +++++++++++++++++++ Socket/Mainpage.dox | 22 +++++++++++++++++++ .../INet/ConnectedRawInetSocketHandle.cc | 2 ++ .../INet/ConnectedRawInetSocketHandle.hh | 2 ++ .../INet/ConnectedUDPSocketHandle.cc | 2 +- .../INet/ConnectedUDPSocketHandle.hh | 2 +- Socket/Protocols/INet/RawInetProtocol.cc | 2 ++ Socket/Protocols/INet/RawInetProtocol.hh | 2 ++ Socket/Protocols/INet/RawInetSocketHandle.cc | 2 ++ Socket/Protocols/INet/RawInetSocketHandle.hh | 2 ++ .../INet/RawInetSocketHandle.test.cc | 3 +++ Socket/Protocols/INet/main.test.cc | 2 +- .../UN/ConnectedUNDatagramSocketHandle.cc | 2 ++ .../UN/ConnectedUNDatagramSocketHandle.hh | 2 ++ Socket/Protocols/UN/UNAddressing.cc | 2 ++ Socket/Protocols/UN/UNAddressing.hh | 2 ++ Socket/Protocols/UN/UNAddressing.test.cc | 2 ++ Socket/Protocols/UN/UNDatagramSocketHandle.cc | 2 ++ Socket/Protocols/UN/UNDatagramSocketHandle.hh | 2 ++ .../UN/UNDatagramSocketHandle.test.cc | 2 ++ Socket/Protocols/UN/UNProtocol.cc | 2 ++ Socket/Protocols/UN/UNProtocol.hh | 2 ++ Socket/Protocols/UN/UNProtocol.test.cc | 2 ++ Socket/Protocols/UN/main.test.cc | 2 +- Utils/Daemon/main.test.cc | 2 +- Utils/Logger/Log.test.cc | 2 +- Utils/Logger/Logger.hh | 2 +- Utils/Logger/main.test.cc | 2 +- Utils/Mainpage.dox | 22 +++++++++++++++++++ senfscons/Mainpage.dox | 2 ++ 49 files changed, 191 insertions(+), 8 deletions(-) diff --git a/Examples/Mainpage.dox b/Examples/Mainpage.dox index 9557a7126..495487ddf 100644 --- a/Examples/Mainpage.dox +++ b/Examples/Mainpage.dox @@ -1,3 +1,25 @@ +// $Id$ +// +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund <g0dil@berlios.de> +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the +// Free Software Foundation, Inc., +// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + /** \mainpage Examples \htmlonly diff --git a/Mainpage.dox b/Mainpage.dox index be781b4b9..50d469146 100644 --- a/Mainpage.dox +++ b/Mainpage.dox @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/Connectors.hh b/PPI/Connectors.hh index 6a87a3da3..1b7e5403f 100644 --- a/PPI/Connectors.hh +++ b/PPI/Connectors.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/Events.hh b/PPI/Events.hh index 75e8a21c6..9744f75c6 100644 --- a/PPI/Events.hh +++ b/PPI/Events.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/Mainpage.dox b/PPI/Mainpage.dox index e4e96b3fc..68f90a96f 100644 --- a/PPI/Mainpage.dox +++ b/PPI/Mainpage.dox @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/Module.cc b/PPI/Module.cc index 6f055e144..e674a7c1e 100644 --- a/PPI/Module.cc +++ b/PPI/Module.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/Module.ct b/PPI/Module.ct index 470d88b5f..5157a944a 100644 --- a/PPI/Module.ct +++ b/PPI/Module.ct @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/Module.hh b/PPI/Module.hh index b68fe4f78..df06938cd 100644 --- a/PPI/Module.hh +++ b/PPI/Module.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/Module.ih b/PPI/Module.ih index 4afbeb728..583f9758b 100644 --- a/PPI/Module.ih +++ b/PPI/Module.ih @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/Module.test.cc b/PPI/Module.test.cc index 489d7cbb6..1680bb6b5 100644 --- a/PPI/Module.test.cc +++ b/PPI/Module.test.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/PassiveQueue.hh b/PPI/PassiveQueue.hh index 58bb1b0d5..38cbfab20 100644 --- a/PPI/PassiveQueue.hh +++ b/PPI/PassiveQueue.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/Queueing.hh b/PPI/Queueing.hh index 8985c9025..2420e55df 100644 --- a/PPI/Queueing.hh +++ b/PPI/Queueing.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/Route.hh b/PPI/Route.hh index 35fe67133..60fd71195 100644 --- a/PPI/Route.hh +++ b/PPI/Route.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/SocketSink.hh b/PPI/SocketSink.hh index 19fb94763..e92b0eac6 100644 --- a/PPI/SocketSink.hh +++ b/PPI/SocketSink.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/PPI/SocketSource.hh b/PPI/SocketSource.hh index 989a62e8c..7f8d4331d 100644 --- a/PPI/SocketSource.hh +++ b/PPI/SocketSource.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/Packets/DefaultBundle/Mainpage.dox b/Packets/DefaultBundle/Mainpage.dox index 69d8fc30a..915465f2f 100644 --- a/Packets/DefaultBundle/Mainpage.dox +++ b/Packets/DefaultBundle/Mainpage.dox @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/Packets/MPEGDVBBundle/MPEGDVBBundle.dox b/Packets/MPEGDVBBundle/MPEGDVBBundle.dox index 112ba1277..2d7c83bef 100644 --- a/Packets/MPEGDVBBundle/MPEGDVBBundle.dox +++ b/Packets/MPEGDVBBundle/MPEGDVBBundle.dox @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/Packets/Mainpage.dox b/Packets/Mainpage.dox index 166c6f055..0a0bc0262 100644 --- a/Packets/Mainpage.dox +++ b/Packets/Mainpage.dox @@ -1,3 +1,25 @@ +// $Id$ +// +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund <g0dil@berlios.de> +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the +// Free Software Foundation, Inc., +// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + /** \mainpage The SENF Packet Library \section arch Overall Architecture diff --git a/Packets/VariantParser.dox b/Packets/VariantParser.dox index 106a0502a..c7de8b916 100644 --- a/Packets/VariantParser.dox +++ b/Packets/VariantParser.dox @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY diff --git a/Scheduler/Mainpage.dox b/Scheduler/Mainpage.dox index ca3e2d3ed..40478ad46 100644 --- a/Scheduler/Mainpage.dox +++ b/Scheduler/Mainpage.dox @@ -1,3 +1,25 @@ +// $Id$ +// +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund <g0dil@berlios.de> +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the +// Free Software Foundation, Inc., +// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + namespace senf { /** \mainpage The SENF Scheduler Library diff --git a/Socket/Mainpage.dox b/Socket/Mainpage.dox index cf048079e..8e6383b43 100644 --- a/Socket/Mainpage.dox +++ b/Socket/Mainpage.dox @@ -1,3 +1,25 @@ +// $Id$ +// +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund <g0dil@berlios.de> +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the +// Free Software Foundation, Inc., +// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + namespace senf { /** \mainpage The SENF Socket Library diff --git a/Socket/Protocols/INet/ConnectedRawInetSocketHandle.cc b/Socket/Protocols/INet/ConnectedRawInetSocketHandle.cc index 56511810e..c99893077 100644 --- a/Socket/Protocols/INet/ConnectedRawInetSocketHandle.cc +++ b/Socket/Protocols/INet/ConnectedRawInetSocketHandle.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/INet/ConnectedRawInetSocketHandle.hh b/Socket/Protocols/INet/ConnectedRawInetSocketHandle.hh index 6c08d9502..57d7cd081 100644 --- a/Socket/Protocols/INet/ConnectedRawInetSocketHandle.hh +++ b/Socket/Protocols/INet/ConnectedRawInetSocketHandle.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/INet/ConnectedUDPSocketHandle.cc b/Socket/Protocols/INet/ConnectedUDPSocketHandle.cc index cdb4e2197..bd2052ef6 100644 --- a/Socket/Protocols/INet/ConnectedUDPSocketHandle.cc +++ b/Socket/Protocols/INet/ConnectedUDPSocketHandle.cc @@ -1,4 +1,4 @@ -// $Id: ConnectedUDPSocketHandle.cc 357 2007-07-26 22:48:39Z g0dil $ +// $Id$ // // Copyright (C) 2006 // Fraunhofer Institute for Open Communication Systems (FOKUS) diff --git a/Socket/Protocols/INet/ConnectedUDPSocketHandle.hh b/Socket/Protocols/INet/ConnectedUDPSocketHandle.hh index 7cab5a887..2851094f4 100644 --- a/Socket/Protocols/INet/ConnectedUDPSocketHandle.hh +++ b/Socket/Protocols/INet/ConnectedUDPSocketHandle.hh @@ -1,4 +1,4 @@ -// $Id: ConnectedUDPSocketHandle.hh 357 2007-07-26 22:48:39Z g0dil $ +// $Id$ // // Copyright (C) 2006 // Fraunhofer Institute for Open Communication Systems (FOKUS) diff --git a/Socket/Protocols/INet/RawInetProtocol.cc b/Socket/Protocols/INet/RawInetProtocol.cc index f894f8a69..cd481b810 100644 --- a/Socket/Protocols/INet/RawInetProtocol.cc +++ b/Socket/Protocols/INet/RawInetProtocol.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/INet/RawInetProtocol.hh b/Socket/Protocols/INet/RawInetProtocol.hh index 483b68ac2..afa8f4231 100644 --- a/Socket/Protocols/INet/RawInetProtocol.hh +++ b/Socket/Protocols/INet/RawInetProtocol.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/INet/RawInetSocketHandle.cc b/Socket/Protocols/INet/RawInetSocketHandle.cc index 7b8cdb3d9..1a6cf9146 100644 --- a/Socket/Protocols/INet/RawInetSocketHandle.cc +++ b/Socket/Protocols/INet/RawInetSocketHandle.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/INet/RawInetSocketHandle.hh b/Socket/Protocols/INet/RawInetSocketHandle.hh index 6817a8740..81d69b922 100644 --- a/Socket/Protocols/INet/RawInetSocketHandle.hh +++ b/Socket/Protocols/INet/RawInetSocketHandle.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/INet/RawInetSocketHandle.test.cc b/Socket/Protocols/INet/RawInetSocketHandle.test.cc index 5b6d50269..d280c441f 100644 --- a/Socket/Protocols/INet/RawInetSocketHandle.test.cc +++ b/Socket/Protocols/INet/RawInetSocketHandle.test.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) @@ -17,6 +19,7 @@ // along with this program; if not, write to the // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + /** \file \brief RawInetSocketHandle.test unit tests */ diff --git a/Socket/Protocols/INet/main.test.cc b/Socket/Protocols/INet/main.test.cc index b74ae4d8c..33d6da679 100644 --- a/Socket/Protocols/INet/main.test.cc +++ b/Socket/Protocols/INet/main.test.cc @@ -1,4 +1,4 @@ -// $Id: main.test.cc 296 2007-07-10 20:39:34Z g0dil $ +// $Id$ // // Copyright (C) 2006 // Fraunhofer Institute for Open Communication Systems (FOKUS) diff --git a/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.cc b/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.cc index 14d187497..ff9a794cb 100644 --- a/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.cc +++ b/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh b/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh index 8abbce6bd..9436a0e7d 100644 --- a/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh +++ b/Socket/Protocols/UN/ConnectedUNDatagramSocketHandle.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/UNAddressing.cc b/Socket/Protocols/UN/UNAddressing.cc index 4d3131c5c..e9525c957 100644 --- a/Socket/Protocols/UN/UNAddressing.cc +++ b/Socket/Protocols/UN/UNAddressing.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/UNAddressing.hh b/Socket/Protocols/UN/UNAddressing.hh index d6c1a118e..c2a3232f4 100644 --- a/Socket/Protocols/UN/UNAddressing.hh +++ b/Socket/Protocols/UN/UNAddressing.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/UNAddressing.test.cc b/Socket/Protocols/UN/UNAddressing.test.cc index 963486a44..6580e73c7 100644 --- a/Socket/Protocols/UN/UNAddressing.test.cc +++ b/Socket/Protocols/UN/UNAddressing.test.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/UNDatagramSocketHandle.cc b/Socket/Protocols/UN/UNDatagramSocketHandle.cc index 36c9bc7d3..2747d06a1 100644 --- a/Socket/Protocols/UN/UNDatagramSocketHandle.cc +++ b/Socket/Protocols/UN/UNDatagramSocketHandle.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/UNDatagramSocketHandle.hh b/Socket/Protocols/UN/UNDatagramSocketHandle.hh index c1cb9c1de..769cba599 100644 --- a/Socket/Protocols/UN/UNDatagramSocketHandle.hh +++ b/Socket/Protocols/UN/UNDatagramSocketHandle.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/UNDatagramSocketHandle.test.cc b/Socket/Protocols/UN/UNDatagramSocketHandle.test.cc index 222841e60..ddd146549 100644 --- a/Socket/Protocols/UN/UNDatagramSocketHandle.test.cc +++ b/Socket/Protocols/UN/UNDatagramSocketHandle.test.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/UNProtocol.cc b/Socket/Protocols/UN/UNProtocol.cc index 72fb883b9..cc74fa23c 100644 --- a/Socket/Protocols/UN/UNProtocol.cc +++ b/Socket/Protocols/UN/UNProtocol.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/UNProtocol.hh b/Socket/Protocols/UN/UNProtocol.hh index 298124a44..f51846648 100644 --- a/Socket/Protocols/UN/UNProtocol.hh +++ b/Socket/Protocols/UN/UNProtocol.hh @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/UNProtocol.test.cc b/Socket/Protocols/UN/UNProtocol.test.cc index 77e306efc..e7782dd9e 100644 --- a/Socket/Protocols/UN/UNProtocol.test.cc +++ b/Socket/Protocols/UN/UNProtocol.test.cc @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Kompetenzzentrum NETwork research (NET) diff --git a/Socket/Protocols/UN/main.test.cc b/Socket/Protocols/UN/main.test.cc index b74ae4d8c..33d6da679 100644 --- a/Socket/Protocols/UN/main.test.cc +++ b/Socket/Protocols/UN/main.test.cc @@ -1,4 +1,4 @@ -// $Id: main.test.cc 296 2007-07-10 20:39:34Z g0dil $ +// $Id$ // // Copyright (C) 2006 // Fraunhofer Institute for Open Communication Systems (FOKUS) diff --git a/Utils/Daemon/main.test.cc b/Utils/Daemon/main.test.cc index ccb46be32..ae95dcea1 100644 --- a/Utils/Daemon/main.test.cc +++ b/Utils/Daemon/main.test.cc @@ -1,4 +1,4 @@ -// $Id: main.test.cc 369 2007-08-01 07:51:36Z tho $ +// $Id$ // // Copyright (C) 2006 // Fraunhofer Institute for Open Communication Systems (FOKUS) diff --git a/Utils/Logger/Log.test.cc b/Utils/Logger/Log.test.cc index 55440959f..0c730ae0d 100644 --- a/Utils/Logger/Log.test.cc +++ b/Utils/Logger/Log.test.cc @@ -1,4 +1,4 @@ -// $Id: Log.test.cc 369 2007-08-01 07:51:36Z tho $ +// $Id$ // // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) diff --git a/Utils/Logger/Logger.hh b/Utils/Logger/Logger.hh index ab15c91f3..1ab13723f 100644 --- a/Utils/Logger/Logger.hh +++ b/Utils/Logger/Logger.hh @@ -1,4 +1,4 @@ -// $Id: Logger.hh 407 2007-08-23 22:40:59Z g0dil $ +// $Id$ // // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) diff --git a/Utils/Logger/main.test.cc b/Utils/Logger/main.test.cc index ccb46be32..ae95dcea1 100644 --- a/Utils/Logger/main.test.cc +++ b/Utils/Logger/main.test.cc @@ -1,4 +1,4 @@ -// $Id: main.test.cc 369 2007-08-01 07:51:36Z tho $ +// $Id$ // // Copyright (C) 2006 // Fraunhofer Institute for Open Communication Systems (FOKUS) diff --git a/Utils/Mainpage.dox b/Utils/Mainpage.dox index db219ffd6..5ea64f374 100644 --- a/Utils/Mainpage.dox +++ b/Utils/Mainpage.dox @@ -1,3 +1,25 @@ +// $Id$ +// +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund <g0dil@berlios.de> +// +// This program is free software; you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation; either version 2 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program; if not, write to the +// Free Software Foundation, Inc., +// 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + namespace senf { /** \mainpage The SENF Utilities Library diff --git a/senfscons/Mainpage.dox b/senfscons/Mainpage.dox index 32d8025a6..159b773da 100644 --- a/senfscons/Mainpage.dox +++ b/senfscons/Mainpage.dox @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY -- GitLab