]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/tr1/8_c_compatibility/cinttypes/types_std_tr1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / tr1 / 8_c_compatibility / cinttypes / types_std_tr1.cc
index 8da7fb611467eeb0c28454f64d62b1332c255ed3..6975d45c92cdd3589001b3e67dc5423c62d54e20 100644 (file)
@@ -2,7 +2,7 @@
 
 // 2006-01-30  Paolo Carlini  <pcarlini@suse.de>
 //
-// Copyright (C) 2006-2016 Free Software Foundation, Inc.
+// Copyright (C) 2006-2024 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
@@ -28,6 +28,6 @@ void test01()
 #if _GLIBCXX_USE_C99_INTTYPES_TR1
 
   typedef std::tr1::imaxdiv_t  my_imaxdiv_t;
-  
+
 #endif
 }