]> www.ginac.de Git - ginac.git/blobdiff - check/exam_polygcd.cpp
Update copyright statements.
[ginac.git] / check / exam_polygcd.cpp
index 79d4d5ed93adbea3f6c120bf7d719d69b4114f32..04f435af058d825f88721d0074f9ebfe483fbecd 100644 (file)
@@ -4,7 +4,7 @@
  *  rational function normalization in normalization.cpp. */
 
 /*
- *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
+ *  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
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <iostream>
 #include "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+using namespace std;
+
 const int MAX_VARIABLES = 3;
 
 static symbol x("x"), z("z");