]> www.ginac.de Git - ginac.git/blobdiff - ginac/exprseq.h
- enforced GiNaC coding standards :-)
[ginac.git] / ginac / exprseq.h
index aeb8a2dd46e87355c026dadc778ddfe1d4dd50ac..16d99bd38847aafbdc56ca1cdcd234a7a52747d5 100644 (file)
@@ -9,13 +9,29 @@
  *                        $prepend=0
  *                        $let_op=0
  *                        $open_bracket=(
- *                        $close_bracket=) */
+ *                        $close_bracket=)
+ *
+ *  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 _EXPRSEQ_H_
-#define _EXPRSEQ_H_
+#ifndef __GINAC_EXPRSEQ_H__
+#define __GINAC_EXPRSEQ_H__
 
 #include <vector>
-
 #include <ginac/ginac.h>
 
 typedef vector<ex> exvector;
@@ -111,5 +127,5 @@ extern type_info const & typeid_exprseq;
 
 #define ex_to_exprseq(X) (static_cast<exprseq const &>(*(X).bp))
 
-#endif // ndef _EXPRSEQ_H_
+#endif // ndef __GINAC_EXPRSEQ_H__