From b8da33f15bb54631fc123f06cd21282934f53570 Mon Sep 17 00:00:00 2001
From: tho <tho@wiback.org>
Date: Thu, 13 Dec 2007 14:47:46 +0000
Subject: [PATCH] added $Id$ to file header

---
 Packets/DataPacket.hh                        |  2 ++
 Packets/DefaultBundle/EthernetPacket.hh      |  2 +-
 Packets/DefaultBundle/IPv6Extensions.cc      |  2 ++
 Packets/DefaultBundle/IPv6Extensions.hh      |  2 ++
 Packets/DefaultBundle/IPv6Extensions.test.cc |  2 ++
 Packets/DefaultBundle/IPv6Packet.cc          |  2 ++
 Packets/DefaultBundle/IPv6Packet.hh          |  2 ++
 Packets/DefaultBundle/IPv6Packet.test.cc     |  2 ++
 Packets/DefaultBundle/LlcSnapPacket.hh       |  2 +-
 Packets/MPEGDVBBundle/DTCPPacket.cc          | 18 ++++++++++++++++++
 Packets/MPEGDVBBundle/DTCPPacket.hh          | 18 ++++++++++++++++++
 Packets/Packet.cc                            |  2 ++
 Packets/Packet.cci                           |  2 ++
 Packets/Packet.ct                            |  2 ++
 Packets/Packet.cti                           |  2 ++
 Packets/Packet.hh                            |  2 ++
 Packets/Packet.test.cc                       |  2 ++
 Packets/PacketData.cc                        |  2 ++
 Packets/PacketData.cci                       |  2 ++
 Packets/PacketData.cti                       |  2 ++
 Packets/PacketData.hh                        |  2 ++
 Packets/PacketData.test.cc                   |  2 ++
 Packets/PacketImpl.cc                        |  2 ++
 Packets/PacketImpl.cci                       |  2 ++
 Packets/PacketImpl.cti                       |  2 ++
 Packets/PacketImpl.hh                        |  2 ++
 Packets/PacketImpl.test.cc                   |  2 ++
 Packets/PacketInterpreter.cc                 |  2 ++
 Packets/PacketInterpreter.cci                |  2 ++
 Packets/PacketInterpreter.ct                 |  2 ++
 Packets/PacketInterpreter.cti                |  2 ++
 Packets/PacketInterpreter.hh                 |  2 ++
 Packets/PacketInterpreter.test.cc            |  2 ++
 Packets/PacketParser.cci                     |  2 ++
 Packets/PacketParser.ct                      |  2 ++
 Packets/PacketParser.cti                     |  2 ++
 Packets/PacketParser.hh                      |  2 ++
 Packets/PacketParser.ih                      |  2 ++
 Packets/PacketParser.test.cc                 |  2 ++
 Packets/PacketRegistry.cc                    |  2 ++
 Packets/PacketType.cci                       |  2 ++
 Packets/PacketType.cti                       |  2 ++
 Packets/PacketType.hh                        |  2 ++
 Packets/PacketTypes.hh                       |  2 ++
 Packets/Packets.hh                           |  2 ++
 Packets/ParseArray.ct                        |  2 ++
 Packets/ParseList.ct                         |  2 ++
 Packets/ParseList.cti                        |  2 ++
 Packets/ParseList.hh                         |  2 ++
 Packets/ParseList.ih                         |  2 ++
 Packets/ParseList.test.cc                    |  2 ++
 Packets/ParseListB.cti                       |  2 ++
 Packets/ParseListB.hh                        |  2 ++
 Packets/ParseListB.ih                        |  2 ++
 Packets/ParseListB.test.cc                   |  2 ++
 Packets/ParseListN.ct                        |  2 ++
 Packets/ParseListN.cti                       |  2 ++
 Packets/ParseListN.hh                        |  3 ++-
 Packets/ParseListN.ih                        |  2 ++
 Packets/ParseListN.test.cc                   |  2 ++
 Packets/ParseVariant.dox                     |  2 --
 Packets/ParseVec.ih                          |  2 ++
 Packets/main.test.hh                         |  2 ++
 63 files changed, 154 insertions(+), 5 deletions(-)

diff --git a/Packets/DataPacket.hh b/Packets/DataPacket.hh
index ec536c0e9..6f7e64799 100644
--- a/Packets/DataPacket.hh
+++ b/Packets/DataPacket.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/DefaultBundle/EthernetPacket.hh b/Packets/DefaultBundle/EthernetPacket.hh
index 635f43b6d..0d7cd7434 100644
--- a/Packets/DefaultBundle/EthernetPacket.hh
+++ b/Packets/DefaultBundle/EthernetPacket.hh
@@ -1,4 +1,4 @@
-// $id: EthernetPacket.hh 299 2007-07-10 21:23:49Z g0dil $
+// $Id$
 //
 // Copyright (C) 2006
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
diff --git a/Packets/DefaultBundle/IPv6Extensions.cc b/Packets/DefaultBundle/IPv6Extensions.cc
index a450ff6eb..803d3e6f9 100644
--- a/Packets/DefaultBundle/IPv6Extensions.cc
+++ b/Packets/DefaultBundle/IPv6Extensions.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/DefaultBundle/IPv6Extensions.hh b/Packets/DefaultBundle/IPv6Extensions.hh
index 24b94de23..e351a43e2 100644
--- a/Packets/DefaultBundle/IPv6Extensions.hh
+++ b/Packets/DefaultBundle/IPv6Extensions.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/DefaultBundle/IPv6Extensions.test.cc b/Packets/DefaultBundle/IPv6Extensions.test.cc
index 70b754c2f..199ae6be7 100644
--- a/Packets/DefaultBundle/IPv6Extensions.test.cc
+++ b/Packets/DefaultBundle/IPv6Extensions.test.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/DefaultBundle/IPv6Packet.cc b/Packets/DefaultBundle/IPv6Packet.cc
index bb405d462..484183498 100644
--- a/Packets/DefaultBundle/IPv6Packet.cc
+++ b/Packets/DefaultBundle/IPv6Packet.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/DefaultBundle/IPv6Packet.hh b/Packets/DefaultBundle/IPv6Packet.hh
index 509419c5c..a7006e99c 100644
--- a/Packets/DefaultBundle/IPv6Packet.hh
+++ b/Packets/DefaultBundle/IPv6Packet.hh
@@ -1,3 +1,5 @@
+// $Id: EthernetPacket.hh 299 2007-07-10 21:23:49Z g0dil $
+//
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/DefaultBundle/IPv6Packet.test.cc b/Packets/DefaultBundle/IPv6Packet.test.cc
index da0b2d35d..f0af3a5fd 100644
--- a/Packets/DefaultBundle/IPv6Packet.test.cc
+++ b/Packets/DefaultBundle/IPv6Packet.test.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/DefaultBundle/LlcSnapPacket.hh b/Packets/DefaultBundle/LlcSnapPacket.hh
index c021c9f02..22febc53e 100644
--- a/Packets/DefaultBundle/LlcSnapPacket.hh
+++ b/Packets/DefaultBundle/LlcSnapPacket.hh
@@ -1,4 +1,4 @@
-// $id: EthernetPacket.hh 299 2007-07-10 21:23:49Z g0dil $
+// $Id$
 //
 // Copyright (C) 2007
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
diff --git a/Packets/MPEGDVBBundle/DTCPPacket.cc b/Packets/MPEGDVBBundle/DTCPPacket.cc
index 15db04ba0..557836417 100644
--- a/Packets/MPEGDVBBundle/DTCPPacket.cc
+++ b/Packets/MPEGDVBBundle/DTCPPacket.cc
@@ -1,6 +1,24 @@
+// $Id:TransportPacket.hh 560 2007-12-13 14:39:37Z tho $
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum NETwork research (NET)
 //     David Wagner <david.wagner@fokus.fraunhofer.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.
+
+
 #include "DTCPPacket.hh"
diff --git a/Packets/MPEGDVBBundle/DTCPPacket.hh b/Packets/MPEGDVBBundle/DTCPPacket.hh
index 5b43e92fc..eca766ea0 100644
--- a/Packets/MPEGDVBBundle/DTCPPacket.hh
+++ b/Packets/MPEGDVBBundle/DTCPPacket.hh
@@ -1,8 +1,26 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum NETwork research (NET)
 //     David Wagner <david.wagner@fokus.fraunhofer.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.
+
+
 #ifndef DTCPPACKET_HH_
 #define DTCPPACKET_HH_
 
diff --git a/Packets/Packet.cc b/Packets/Packet.cc
index 1522add3c..9644e1529 100644
--- a/Packets/Packet.cc
+++ b/Packets/Packet.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/Packet.cci b/Packets/Packet.cci
index 7d2000626..7c4ae3753 100644
--- a/Packets/Packet.cci
+++ b/Packets/Packet.cci
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/Packet.ct b/Packets/Packet.ct
index e293a5eba..c04895236 100644
--- a/Packets/Packet.ct
+++ b/Packets/Packet.ct
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/Packet.cti b/Packets/Packet.cti
index a7d5a1500..ce2c0fb07 100644
--- a/Packets/Packet.cti
+++ b/Packets/Packet.cti
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/Packet.hh b/Packets/Packet.hh
index 44dcf2f7a..39d7bc37f 100644
--- a/Packets/Packet.hh
+++ b/Packets/Packet.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/Packet.test.cc b/Packets/Packet.test.cc
index 8da1546ca..24121a3d9 100644
--- a/Packets/Packet.test.cc
+++ b/Packets/Packet.test.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketData.cc b/Packets/PacketData.cc
index 7e50a002b..f1986535e 100644
--- a/Packets/PacketData.cc
+++ b/Packets/PacketData.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketData.cci b/Packets/PacketData.cci
index 9a687cfdc..d3ebce05c 100644
--- a/Packets/PacketData.cci
+++ b/Packets/PacketData.cci
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketData.cti b/Packets/PacketData.cti
index 8486d879b..3760be023 100644
--- a/Packets/PacketData.cti
+++ b/Packets/PacketData.cti
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketData.hh b/Packets/PacketData.hh
index 3bcb5220a..ff8b2bb00 100644
--- a/Packets/PacketData.hh
+++ b/Packets/PacketData.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketData.test.cc b/Packets/PacketData.test.cc
index adab115dc..ef4f59c22 100644
--- a/Packets/PacketData.test.cc
+++ b/Packets/PacketData.test.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketImpl.cc b/Packets/PacketImpl.cc
index 777fae749..f3e9f7c94 100644
--- a/Packets/PacketImpl.cc
+++ b/Packets/PacketImpl.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketImpl.cci b/Packets/PacketImpl.cci
index 0197b2486..91dfaf632 100644
--- a/Packets/PacketImpl.cci
+++ b/Packets/PacketImpl.cci
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketImpl.cti b/Packets/PacketImpl.cti
index ae6cc1e1b..9c431f59e 100644
--- a/Packets/PacketImpl.cti
+++ b/Packets/PacketImpl.cti
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketImpl.hh b/Packets/PacketImpl.hh
index 02ea462df..1565fae1a 100644
--- a/Packets/PacketImpl.hh
+++ b/Packets/PacketImpl.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketImpl.test.cc b/Packets/PacketImpl.test.cc
index a38d6a5f2..302646873 100644
--- a/Packets/PacketImpl.test.cc
+++ b/Packets/PacketImpl.test.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketInterpreter.cc b/Packets/PacketInterpreter.cc
index a9ca16394..3e33c0c86 100644
--- a/Packets/PacketInterpreter.cc
+++ b/Packets/PacketInterpreter.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketInterpreter.cci b/Packets/PacketInterpreter.cci
index 94e7c292d..7004c7acd 100644
--- a/Packets/PacketInterpreter.cci
+++ b/Packets/PacketInterpreter.cci
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketInterpreter.ct b/Packets/PacketInterpreter.ct
index a8d0095a5..02e0c6248 100644
--- a/Packets/PacketInterpreter.ct
+++ b/Packets/PacketInterpreter.ct
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketInterpreter.cti b/Packets/PacketInterpreter.cti
index 19dc0869c..8a431609c 100644
--- a/Packets/PacketInterpreter.cti
+++ b/Packets/PacketInterpreter.cti
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketInterpreter.hh b/Packets/PacketInterpreter.hh
index a4f8b2634..075d53b7b 100644
--- a/Packets/PacketInterpreter.hh
+++ b/Packets/PacketInterpreter.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketInterpreter.test.cc b/Packets/PacketInterpreter.test.cc
index a83bb789d..1c1fdd594 100644
--- a/Packets/PacketInterpreter.test.cc
+++ b/Packets/PacketInterpreter.test.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketParser.cci b/Packets/PacketParser.cci
index ca796280b..ef749a0e0 100644
--- a/Packets/PacketParser.cci
+++ b/Packets/PacketParser.cci
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketParser.ct b/Packets/PacketParser.ct
index 47e417794..8fbb24439 100644
--- a/Packets/PacketParser.ct
+++ b/Packets/PacketParser.ct
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketParser.cti b/Packets/PacketParser.cti
index 5d27c622e..03a41b490 100644
--- a/Packets/PacketParser.cti
+++ b/Packets/PacketParser.cti
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketParser.hh b/Packets/PacketParser.hh
index ca5740915..d093fd715 100644
--- a/Packets/PacketParser.hh
+++ b/Packets/PacketParser.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketParser.ih b/Packets/PacketParser.ih
index 00b563662..aebf1a2ce 100644
--- a/Packets/PacketParser.ih
+++ b/Packets/PacketParser.ih
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketParser.test.cc b/Packets/PacketParser.test.cc
index cfa0990c3..49760ce18 100644
--- a/Packets/PacketParser.test.cc
+++ b/Packets/PacketParser.test.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketRegistry.cc b/Packets/PacketRegistry.cc
index c11913160..5e35b5c9c 100644
--- a/Packets/PacketRegistry.cc
+++ b/Packets/PacketRegistry.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketType.cci b/Packets/PacketType.cci
index 4e3776782..a1001b063 100644
--- a/Packets/PacketType.cci
+++ b/Packets/PacketType.cci
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketType.cti b/Packets/PacketType.cti
index e79d6b8d3..1056588e9 100644
--- a/Packets/PacketType.cti
+++ b/Packets/PacketType.cti
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketType.hh b/Packets/PacketType.hh
index 06c2a5156..71d965453 100644
--- a/Packets/PacketType.hh
+++ b/Packets/PacketType.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/PacketTypes.hh b/Packets/PacketTypes.hh
index 9e661b325..f468de88b 100644
--- a/Packets/PacketTypes.hh
+++ b/Packets/PacketTypes.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/Packets.hh b/Packets/Packets.hh
index 9e7186b4c..198c1e54d 100644
--- a/Packets/Packets.hh
+++ b/Packets/Packets.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseArray.ct b/Packets/ParseArray.ct
index 5094b68c2..087f371ec 100644
--- a/Packets/ParseArray.ct
+++ b/Packets/ParseArray.ct
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseList.ct b/Packets/ParseList.ct
index 5cd98781c..85fbcf745 100644
--- a/Packets/ParseList.ct
+++ b/Packets/ParseList.ct
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseList.cti b/Packets/ParseList.cti
index 3394ded19..d80dd5872 100644
--- a/Packets/ParseList.cti
+++ b/Packets/ParseList.cti
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseList.hh b/Packets/ParseList.hh
index 8eb9592a1..6f0387fbd 100644
--- a/Packets/ParseList.hh
+++ b/Packets/ParseList.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseList.ih b/Packets/ParseList.ih
index 83f1009d7..a3695f164 100644
--- a/Packets/ParseList.ih
+++ b/Packets/ParseList.ih
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseList.test.cc b/Packets/ParseList.test.cc
index e2830cc60..52d0d5b50 100644
--- a/Packets/ParseList.test.cc
+++ b/Packets/ParseList.test.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseListB.cti b/Packets/ParseListB.cti
index b9c269c74..057640aaf 100644
--- a/Packets/ParseListB.cti
+++ b/Packets/ParseListB.cti
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseListB.hh b/Packets/ParseListB.hh
index c8ee2105a..ce94153e5 100644
--- a/Packets/ParseListB.hh
+++ b/Packets/ParseListB.hh
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseListB.ih b/Packets/ParseListB.ih
index 081e3d334..d5db7b91c 100644
--- a/Packets/ParseListB.ih
+++ b/Packets/ParseListB.ih
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseListB.test.cc b/Packets/ParseListB.test.cc
index 464717ab3..3264cbfbd 100644
--- a/Packets/ParseListB.test.cc
+++ b/Packets/ParseListB.test.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseListN.ct b/Packets/ParseListN.ct
index 21b6e75f3..2d48e465e 100644
--- a/Packets/ParseListN.ct
+++ b/Packets/ParseListN.ct
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseListN.cti b/Packets/ParseListN.cti
index 4f8712568..e784a464d 100644
--- a/Packets/ParseListN.cti
+++ b/Packets/ParseListN.cti
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseListN.hh b/Packets/ParseListN.hh
index 18c5f4b90..a6cd9e099 100644
--- a/Packets/ParseListN.hh
+++ b/Packets/ParseListN.hh
@@ -1,4 +1,5 @@
-
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseListN.ih b/Packets/ParseListN.ih
index 57a5cb4da..8088fade0 100644
--- a/Packets/ParseListN.ih
+++ b/Packets/ParseListN.ih
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseListN.test.cc b/Packets/ParseListN.test.cc
index bd78e2fd0..44a7b0892 100644
--- a/Packets/ParseListN.test.cc
+++ b/Packets/ParseListN.test.cc
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/ParseVariant.dox b/Packets/ParseVariant.dox
index 3747a037e..d53858b77 100644
--- a/Packets/ParseVariant.dox
+++ b/Packets/ParseVariant.dox
@@ -1,5 +1,3 @@
-// $Id$
-//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer NETwork research (NET)
diff --git a/Packets/ParseVec.ih b/Packets/ParseVec.ih
index 2937351f6..3b485d0a2 100644
--- a/Packets/ParseVec.ih
+++ b/Packets/ParseVec.ih
@@ -1,3 +1,5 @@
+// $Id$
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
diff --git a/Packets/main.test.hh b/Packets/main.test.hh
index 470fc57b0..f90f8b41c 100644
--- a/Packets/main.test.hh
+++ b/Packets/main.test.hh
@@ -1,3 +1,5 @@
+// $Id: TransportPacket.test.cc 560 2007-12-13 14:39:37Z tho $
+//
 // Copyright (C) 2007 
 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
 // Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
-- 
GitLab