]> www.ginac.de Git - ginac.git/blobdiff - check/check_inifcns.cpp
Update copyright statements.
[ginac.git] / check / check_inifcns.cpp
index 293fd8b1e52ed253266fd31d86793d5ddc106428..94efbaf396502f4e974290a481aca7287000319e 100644 (file)
@@ -4,7 +4,7 @@
  *  functions. */
 
 /*
- *  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 <cstdlib> // rand()
 #include "ginac.h"
-using namespace std;
 using namespace GiNaC;
 
+#include <cstdlib> // for rand()
+#include <iostream>
+using namespace std;
+
 /* Some tests on the sine trigonometric function. */
 static unsigned inifcns_check_sin()
 {