]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/functions.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 8_c_compatibility / complex / functions.cc
index 3560d4fd49f185fbd575c57491ed48cb45bebb9b..b16074a01a09eae9ba20b849d5e45d4b87165230 100644 (file)
@@ -2,7 +2,7 @@
 
 // 2006-01-10  Paolo Carlini  <pcarlini@suse.de>
 //
-// Copyright (C) 2006, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2006-2020 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -39,7 +39,7 @@ template<typename T>
     ans = std::tr1::atanh(cmplx_type(1.0, 1.0));
     ans = std::tr1::fabs(cmplx_type(1.0, 1.0));
   }
-    
+
 void test01()
 {
   test01_do<float>();