]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_N.cpp
Update copyright statements.
[ginac.git] / check / time_lw_N.cpp
index d6e96b198a3406bd21e6da2a4d3d70510dd08dfe..ea56fd2a6ca6f7bb70431c46d3edb7b41a9b997f 100644 (file)
@@ -5,7 +5,7 @@
  *  Fermat-test). */
 
 /*
- *  GiNaC Copyright (C) 1999-2007 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 <vector>
 #include "ginac.h"
 #include "timer.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <iostream>
+#include <vector>
+using namespace std;
+
 static const bool do_test = false;  // set to true in order to run this beast
 
 static unsigned test()