]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/divide_in_z_p.h
Update copyright statements.
[ginac.git] / ginac / polynomial / divide_in_z_p.h
index f790fcdcb41b70a361b4054ddbc430ea72e58a16..68ba1f793a54a8585fb344298de3952625d8eec3 100644 (file)
@@ -1,9 +1,31 @@
+/** @file divide_in_z_p.h
+ *
+ *  Interface to polynomial division in Z/Zp. */
+
+/*
+ *  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
+ *  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., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #ifndef GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H
 #define GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H
 
-#include <ginac/ginac.h>
-namespace GiNaC
-{
+#include "ex.h"
+
+namespace GiNaC {
 
 /** 
  * Exact polynomial division of a, b \in Z_p[x_0, \ldots, x_n]
@@ -23,5 +45,4 @@ divide_in_z_p(const ex &a, const ex &b, ex &q, const exvector& vars, const long
 
 } // namespace GiNaC
 
-#endif /* GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H */
-
+#endif // ndef GINAC_CHINREM_GCD_DIVIDE_IN_Z_P_H