]> www.ginac.de Git - ginac.git/blobdiff - ginac/exprseq.h
- modified the comment blocks so the copyright message no longer appears in
[ginac.git] / ginac / exprseq.h
index aeb8a2dd46e87355c026dadc778ddfe1d4dd50ac..179cfbde767e83d6357838eb7c5a151a73ab3766 100644 (file)
  *                        $open_bracket=(
  *                        $close_bracket=) */
 
-#ifndef _EXPRSEQ_H_
-#define _EXPRSEQ_H_
+/*
+ *  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
+ */
 
-#include <vector>
+#ifndef __GINAC_EXPRSEQ_H__
+#define __GINAC_EXPRSEQ_H__
 
-#include <ginac/ginac.h>
+#include <vector>
+#include <ginac/basic.h>
 
 typedef vector<ex> exvector;
 
@@ -111,5 +128,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__