Socket/Protocols/Raw: EUI64 documentation
[senf.git] / Packets / ArrayParser.ih
index 090270c..bb97cef 100644 (file)
@@ -1,9 +1,9 @@
 // $Id$
 //
 // Copyright (C) 2006
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
-//     Stefan Bund <stefan.bund@fokus.fraunhofer.de>
+// 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
@@ -23,8 +23,8 @@
 /** \file
     \brief ArrayParser internal header */
 
-#ifndef IH_ArrayParser_
-#define IH_ArrayParser_ 1
+#ifndef IH_SENF_Packets_ArrayParser_
+#define IH_SENF_Packets_ArrayParser_ 1
 
 // Custom includes
 #include <boost/iterator/iterator_facade.hpp>
@@ -61,7 +61,7 @@ protected:
 
 private:
     friend class boost::iterator_core_access;
-    
+
     // iterator_facade interface
 
     ElementParser dereference() const;