]> www.ginac.de Git - ginac.git/blobdiff - ginac/tinfos.h
- enforced GiNaC coding standards :-)
[ginac.git] / ginac / tinfos.h
index de799aa9bac6fc8e83df30fab20760adde450619..1d0f1dc3b242fc036f1129c2c5e967682efd061f 100644 (file)
@@ -1,9 +1,26 @@
 /** @file tinfos.h
  *
- *  Values for a do-it-yourself typeinfo scheme. */
+ *  Values for a do-it-yourself typeinfo scheme.
+ *
+ *  GiNaC Copyright (C) 1999 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
+ *  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 _TINFOS_H_
-#define _TINFOS_H_
+#ifndef __GINAC_TINFOS_H__
+#define __GINAC_TINFOS_H__
 
 #define TINFO_BASIC        0x00000001U
 
@@ -48,4 +65,4 @@
 #define TINFO_COLORIDX     0x000d1001U
 #define TINFO_LORENTZIDX   0x000d1002U
 
-#endif // ndef _TINFOS_H_
+#endif // ndef __GINAC_TINFOS_H__