]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/normalize.h
Update copyright statements.
[ginac.git] / ginac / polynomial / normalize.h
index 7f1ae7a57b624b244579b40b17ab17b18f841076..223ee58701c62a9119fbc0ff3a05801b424e2d1a 100644 (file)
@@ -1,11 +1,33 @@
-#ifndef GINAC_UPOLY_NORMALIZE_TCC
-#define GINAC_UPOLY_NORMALIZE_TCC
+/** @file normalize.h
+ *
+ *  Functions to normalize polynomials in a field. */
+
+/*
+ *  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_UPOLY_NORMALIZE_H
+#define GINAC_UPOLY_NORMALIZE_H
+
 #include "upoly.h"
 #include "ring_traits.h"
 #include "debug.h"
 
-namespace GiNaC
-{
+namespace GiNaC {
 
 /// Make the univariate polynomial @a a \in F[x] unit normal.
 /// F should be a field.
@@ -88,5 +110,4 @@ normalize_in_ring(T& x, typename T::value_type* content_ = 0, int* unit_ = 0)
 
 } // namespace GiNaC
        
-#endif // GINAC_UPOLY_NORMALIZE_TCC
-
+#endif // GINAC_UPOLY_NORMALIZE_H