]> 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 c4749e9a3735a6ab915960ec7d3347b8ce5184e0..b16074a01a09eae9ba20b849d5e45d4b87165230 100644 (file)
@@ -2,12 +2,12 @@
 
 // 2006-01-10  Paolo Carlini  <pcarlini@suse.de>
 //
-// Copyright (C) 2006 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
 // terms of the GNU General Public License as published by the
-// Free Software Foundation; either version 2, or (at your option)
+// Free Software Foundation; either version 3, or (at your option)
 // any later version.
 //
 // This library is distributed in the hope that it will be useful,
@@ -16,9 +16,8 @@
 // GNU General Public License for more details.
 //
 // You should have received a copy of the GNU General Public License along
-// with this library; see the file COPYING.  If not, write to the Free
-// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
-// USA.
+// with this library; see the file COPYING3.  If not see
+// <http://www.gnu.org/licenses/>.
 
 // 8.1 Additions to header <complex>
 
@@ -40,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>();