]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst.h
Update copyright statements.
[ginac.git] / ginac / lst.h
index 85b5f893f6ddc9a50861954d5622e425945e90c3..0dc36ab70c5ecf6a355c965729bae8039dd9e8d0 100644 (file)
@@ -3,7 +3,7 @@
  *  Definition of GiNaC's lst. */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2014 Johannes Gutenberg University Mainz, Germany
  *
  *  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
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#ifndef __GINAC_LST_H__
-#define __GINAC_LST_H__
-
-#include <list>
+#ifndef GINAC_LST_H
+#define GINAC_LST_H
 
 #include "container.h"
 
+#include <list>
+
 namespace GiNaC {
 
 typedef container<std::list> lst;
@@ -46,4 +46,4 @@ GINAC_DECLARE_UNARCHIVER(lst);
 
 } // namespace GiNaC
 
-#endif // ndef __GINAC_LST_H__
+#endif // ndef GINAC_LST_H