]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/euclid_gcd_wrap.h
Update copyright statements.
[ginac.git] / ginac / polynomial / euclid_gcd_wrap.h
index c1cd2eebf63102341f58983f885b4125e2d05c78..7d16fcf9c7d322caa88bacc6894d8366508d1c73 100644 (file)
@@ -1,17 +1,39 @@
+/** @file euclid_gcd_wrap.h
+ *
+ *  Euclidean GCD and supporting functions. */
+
+/*
+ *  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_PGCD_EUCLID_GCD_H
 #define GINAC_PGCD_EUCLID_GCD_H
-#include "upoly.hpp"
-#include "gcd_euclid.tcc"
+
+#include "upoly.h"
+#include "gcd_euclid.h"
 #include "smod_helpers.h"
 #include "add.h"
 #include "ex.h"
 #include "operators.h"
 #include "power.h"
 #include "relational.h"
-#include "debug.hpp"
+#include "debug.h"
 
-namespace GiNaC
-{
+namespace GiNaC {
 
 static void ex2upoly(umodpoly& u, ex e, const ex& var, const long p)
 {
@@ -57,4 +79,4 @@ static ex euclid_gcd(ex A, ex B, const ex& var, const long p)
 
 } // namespace GiNaC
 
-#endif
+#endif // ndef GINAC_PGCD_EUCLID_GCD_H