]> gcc.gnu.org Git - gcc.git/commitdiff
signbitl.c: Copyright years as list, not range.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 16 Jan 2002 19:57:39 +0000 (19:57 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 16 Jan 2002 19:57:39 +0000 (19:57 +0000)
2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>

* libmath/signbitl.c: Copyright years as list, not range.
* libmath/Makefile.am: Same.
* libmath/Makefie.in: Regenerate.
* libmath/signbit.c: Same.
* libmath/nan.c: Same.
* libmath/copysignf.c: Same.
* libmath/signbitf.c: Same.
* testsuite/22_locale/money_get_members_char.cc: Same.
* testsuite/22_locale/money_get_members_wchar_t.cc: Same.
* testsuite/22_locale/money_put_members_char.cc: Same.
* testsuite/22_locale/money_put_members_wchar_t.cc: Same.
* testsuite/22_locale/time_get_members_char.cc: Same.
* testsuite/22_locale/time_get_members_wchar_t.cc: Same.
* testsuite/22_locale/time_put_members_char.cc: Same.
* testsuite/22_locale/time_put_members_wchar_t.cc: Same.
* testsuite/21_strings/nonmember.cc: Same.
* testsuite/21_strings/compare.cc: Same.
* testsuite/27_io/stringstream.cc: Same.
* testsuite/27_io/stringbuf.cc: Same.
* testsuite/27_io/filebuf.cc: Same.
* testsuite/27_io/ios_manip_basefield.cc: Same.
* testsuite/27_io/ios_manip_fmtflags.cc: Same.
* include/bits/cpp_type_traits.h: Same.
* include/bits/generic_shadow.h: Same.
* include/bits/gslice_array.h: Same.
* include/bits/gslice.h: Same.
* include/bits/indirect_array.h: Same.
* include/bits/slice_array.h: Same.
* include/bits/sstream.tcc: Same.
* include/bits/streambuf_iterator.h: Same.
* include/bits/valarray_array.tcc: Same.
* include/bits/valarray_meta.h: Same.
* include/bits/valarray_array.h: Same.
* config/os/mingw32/bits/ctype_noninline.h: Same.
* config/os/mingw32/bits/ctype_base.h: Same.
* config/os/hpux/bits/ctype_noninline.h: Same.
* config/os/hpux/bits/ctype_base.h: Same.
* config/os/gnu-linux/bits/ctype_noninline.h: Same.
* config/os/gnu-linux/bits/ctype_base.h: Same.
* config/os/generic/bits/ctype_noninline.h: Same.
* config/os/generic/bits/ctype_base.h: Same.

* libsupc++/tinfo.h: Tweaks.

From-SVN: r48922

42 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/config/os/generic/bits/ctype_base.h
libstdc++-v3/config/os/generic/bits/ctype_noninline.h
libstdc++-v3/config/os/gnu-linux/bits/ctype_base.h
libstdc++-v3/config/os/gnu-linux/bits/ctype_noninline.h
libstdc++-v3/config/os/hpux/bits/ctype_base.h
libstdc++-v3/config/os/hpux/bits/ctype_noninline.h
libstdc++-v3/config/os/mingw32/bits/ctype_base.h
libstdc++-v3/config/os/mingw32/bits/ctype_noninline.h
libstdc++-v3/include/bits/cpp_type_traits.h
libstdc++-v3/include/bits/generic_shadow.h
libstdc++-v3/include/bits/gslice.h
libstdc++-v3/include/bits/gslice_array.h
libstdc++-v3/include/bits/indirect_array.h
libstdc++-v3/include/bits/slice_array.h
libstdc++-v3/include/bits/sstream.tcc
libstdc++-v3/include/bits/streambuf_iterator.h
libstdc++-v3/include/bits/valarray_array.h
libstdc++-v3/include/bits/valarray_array.tcc
libstdc++-v3/include/bits/valarray_meta.h
libstdc++-v3/libmath/Makefile.am
libstdc++-v3/libmath/copysignf.c
libstdc++-v3/libmath/nan.c
libstdc++-v3/libmath/signbit.c
libstdc++-v3/libmath/signbitf.c
libstdc++-v3/libmath/signbitl.c
libstdc++-v3/libsupc++/tinfo.h
libstdc++-v3/testsuite/21_strings/compare.cc
libstdc++-v3/testsuite/21_strings/nonmember.cc
libstdc++-v3/testsuite/22_locale/money_get_members_char.cc
libstdc++-v3/testsuite/22_locale/money_get_members_wchar_t.cc
libstdc++-v3/testsuite/22_locale/money_put_members_char.cc
libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc
libstdc++-v3/testsuite/22_locale/time_get_members_char.cc
libstdc++-v3/testsuite/22_locale/time_get_members_wchar_t.cc
libstdc++-v3/testsuite/22_locale/time_put_members_char.cc
libstdc++-v3/testsuite/22_locale/time_put_members_wchar_t.cc
libstdc++-v3/testsuite/27_io/filebuf.cc
libstdc++-v3/testsuite/27_io/ios_manip_basefield.cc
libstdc++-v3/testsuite/27_io/ios_manip_fmtflags.cc
libstdc++-v3/testsuite/27_io/stringbuf.cc
libstdc++-v3/testsuite/27_io/stringstream.cc

index 89d66345923389e92856b368d70c9d37a91b2898..d1d7992d94f2036124c43f92efe5f914b234f1b8 100644 (file)
@@ -1,3 +1,49 @@
+2002-01-16  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * libmath/signbitl.c: Copyright years as list, not range.       
+       * libmath/Makefile.am: Same.
+       * libmath/Makefie.in: Regenerate.
+       * libmath/signbit.c: Same.
+       * libmath/nan.c: Same.
+       * libmath/copysignf.c: Same.
+       * libmath/signbitf.c: Same.
+       * testsuite/22_locale/money_get_members_char.cc: Same.
+       * testsuite/22_locale/money_get_members_wchar_t.cc: Same.
+       * testsuite/22_locale/money_put_members_char.cc: Same.
+       * testsuite/22_locale/money_put_members_wchar_t.cc: Same.
+       * testsuite/22_locale/time_get_members_char.cc: Same.
+       * testsuite/22_locale/time_get_members_wchar_t.cc: Same.
+       * testsuite/22_locale/time_put_members_char.cc: Same.
+       * testsuite/22_locale/time_put_members_wchar_t.cc: Same.
+       * testsuite/21_strings/nonmember.cc: Same.
+       * testsuite/21_strings/compare.cc: Same.
+       * testsuite/27_io/stringstream.cc: Same.
+       * testsuite/27_io/stringbuf.cc: Same.
+       * testsuite/27_io/filebuf.cc: Same.
+       * testsuite/27_io/ios_manip_basefield.cc: Same.
+       * testsuite/27_io/ios_manip_fmtflags.cc: Same.
+       * include/bits/cpp_type_traits.h: Same.
+       * include/bits/generic_shadow.h: Same.
+       * include/bits/gslice_array.h: Same.
+       * include/bits/gslice.h: Same.
+       * include/bits/indirect_array.h: Same.
+       * include/bits/slice_array.h: Same.
+       * include/bits/sstream.tcc: Same.
+       * include/bits/streambuf_iterator.h: Same.
+       * include/bits/valarray_array.tcc: Same.
+       * include/bits/valarray_meta.h: Same.
+       * include/bits/valarray_array.h: Same.
+       * config/os/mingw32/bits/ctype_noninline.h: Same.
+       * config/os/mingw32/bits/ctype_base.h: Same.
+       * config/os/hpux/bits/ctype_noninline.h: Same.
+       * config/os/hpux/bits/ctype_base.h: Same.
+       * config/os/gnu-linux/bits/ctype_noninline.h: Same.
+       * config/os/gnu-linux/bits/ctype_base.h: Same.
+       * config/os/generic/bits/ctype_noninline.h: Same.
+       * config/os/generic/bits/ctype_base.h: Same.
+
+       * libsupc++/tinfo.h: Tweaks.
+
 2002-01-15  Benjamin Kosnik  <bkoz@redhat.com>
 
        * testsuite/22_locale/num_put_members_wchar_t.cc (test02): Same.
index 58976b6670a575e040103e8bfc3895a2700bf66b..564093dd5575d0bf39a92f6c44a903f2ae16e18e 100644 (file)
@@ -1,6 +1,6 @@
 // Locale support -*- C++ -*-
 
-// Copyright (C) 1997-1999 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999 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
index 2b629a6e01d4a457ad16ae7d5cd88f400c96e14c..90f9d75d93b56d2db4e668557b5305cac5933a37 100644 (file)
@@ -1,6 +1,6 @@
 // Locale support -*- C++ -*-
 
-// Copyright (C) 1997-2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index b546e0163c4a0dbdefcb3673c03b5e68133a17fd..50a5f797a4cd063c85ba67e1dd5e4a11e1b24a05 100644 (file)
@@ -1,6 +1,6 @@
 // Locale support -*- C++ -*-
 
-// Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000 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
index 0e20a586d5ed0402466b3af8bacb8cb672fa2b61..91562dd0c4d9776dc50cab9be3a6d3f4a383bc80 100644 (file)
@@ -1,6 +1,6 @@
 // Locale support -*- C++ -*-
 
-// Copyright (C) 1997-2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index 12ef91e541597ba44f3b7c81170ef4cd1ba04618..f2f6ad0a442e8fe33c05dfd6c81a98ca6cbc717b 100644 (file)
@@ -1,6 +1,6 @@
 // Locale support -*- C++ -*-
 
-// Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000 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
index 96a6da9257ab41ce693f616ba261860b34307daf..5e91e51204285f04c44de39cbf3c37dd3a93c14f 100644 (file)
@@ -1,6 +1,7 @@
 // Locale support -*- C++ -*-
 
-// Copyright (C) 1997-2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 
+// 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
index aed666276df160da9624e5b48e34d3d60785269a..c077594a9645396515b6b824e13df3c1b76d37c7 100644 (file)
@@ -1,6 +1,6 @@
 // Locale support -*- C++ -*-
 
-// Copyright (C) 1997-1999 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999 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
index d07ffcf23b851792054fc1339eb9a6e338fce990..a877cf80fa7c7c352c26b1fc48bb78403661e315 100644 (file)
@@ -1,6 +1,6 @@
 // Locale support -*- C++ -*-
 
-// Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000 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
index 272692bd00b7df4de62ed1a2255d0b21adaaa9e3..d66fe7638410f14c0dc52a147834bbf6434cdc94 100644 (file)
@@ -1,6 +1,6 @@
 // The  -*- C++ -*- type traits classes for internal use in libstdc++
 
-// Copyright (C) 2000-2001 Free Software Foundation, Inc.
+// Copyright (C) 20002001 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
index b2a554f89eee64075bca0b1fda7ab3cd6b75212f..b87e71702e86b0afd0703747c2ac64347d08531e 100644 (file)
@@ -1,6 +1,6 @@
 // generic C header shadow file -*- C++ -*-
 
-// Copyright (C) 1997-1999, 2000 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000 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
index 58a36fb174d41be71268dff9098bcb001babf982..95781f9bbcc2424f3aa973249be51e2ec97a6595 100644 (file)
@@ -1,6 +1,6 @@
 // The template and inlines for the -*- C++ -*- gslice class.
 
-// Copyright (C) 1997-2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index eca541e636ec503810ecaa73abb97d852f70ce4a..8989ac5200efb65a82d1c9bbe357e349bea23a05 100644 (file)
@@ -1,6 +1,6 @@
 // The template and inlines for the -*- C++ -*- gslice_array class.
 
-// Copyright (C) 1997-2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index d928258cd15c533aa740f74483bab48ab04e6f8b..a5737e9eb04d8eea11da2b2a9aaabcaab78eef69 100644 (file)
@@ -1,6 +1,6 @@
 // The template and inlines for the -*- C++ -*- indirect_array class.
 
-// Copyright (C) 1997-2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index 4e82cebf82dec7b0ccaa13b43dcf2d11129a3dca..c8908f8bb53bbec1c6699088938ba8275710908e 100644 (file)
@@ -1,6 +1,6 @@
 // The template and inlines for the -*- C++ -*- slice_array class.
 
-// Copyright (C) 1997-1999, 2000, 2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index 4198ea80fa4e8e1e1edb178005c15687afcbcf68..ee8a6bfbf7b586b5ce0a6f901963f368fc54748d 100644 (file)
@@ -1,6 +1,6 @@
 // String based streams -*- C++ -*-
 
-// Copyright (C) 1997-1999, 2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2001 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
index 3061fcc4cc7be9a190bbee12de08a0a64660e165..88ae25eab1861e84f6757099b3b2e3dfe067852c 100644 (file)
@@ -1,6 +1,6 @@
 // Streambuf iterators
 
-// Copyright (C) 1997-2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index 5b425e4be6eaf1a99864b465f0917f5908801c25..48dd2aa4d835f254d63b7482d281002779cb4689 100644 (file)
@@ -1,6 +1,6 @@
 // The template and inlines for the -*- C++ -*- internal _Array helper class.
 
-// Copyright (C) 1997-2000 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000 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
index ab77f4aca1eb7074179062fc75835cca2a39dca0..ba4b0830a47efee03edd92d1b5cac5338352642a 100644 (file)
@@ -1,6 +1,6 @@
 // The template and inlines for the -*- C++ -*- internal _Array helper class.
 
-// Copyright (C) 1997-1999 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999 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
index b4c85ba7c997f7f0ee12134357406dea0469ddcf..f2926c09035350031a62dab6d31fdb3d8937d624 100644 (file)
@@ -1,6 +1,6 @@
 // The template and inlines for the -*- C++ -*- internal _Meta class.
 
-// Copyright (C) 1997-1999, 2000, 2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index 6464c9a436b01c8c02642dcfaf1ff78da65f4d0a..6e77bf1dc5b8f7d63bebc7f86065ed194f98beca 100644 (file)
@@ -1,6 +1,7 @@
 ## Makefile for the math subdirectory of the GNU C++ Standard library.
 ##
-## Copyright (C) 1997-2002 Free Software Foundation, Inc.
+## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 
+## Free Software Foundation, Inc.
 ##
 ## This file is part of the libstdc++ version 3 distribution.
 ## Process this file with automake to produce Makefile.in.
index 968c1472b60a3a5414e7a78293140066ec718e2f..91d40e9be478f9e74b347c35256260dddea0d701 100644 (file)
@@ -1,6 +1,6 @@
 /* Copy sign of one number to another.  */
 
-/* Copyright (C) 1997-1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 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
index 779173adb1605e707a84db2155e60eb968d4b38b..1814b5dd9417171168f8875f5df8a8682eaf14f2 100644 (file)
@@ -1,6 +1,6 @@
 /* Return quiet nan. */
 
-/* Copyright (C) 1997-1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 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
index 0d58ed88880ca2886d03421ab0e867370231ed1e..f400b8dedd011b96b274fafaa4f7df643f30c18b 100644 (file)
@@ -1,6 +1,6 @@
 /* Return nonzero value if number is negative. */
 
-/* Copyright (C) 1997-1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 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
index 5e2eee133a48a2eb00a528089fd9862f96b2bc0f..6a72f4636c9af6a09527caff350c2aba778d7303 100644 (file)
@@ -1,6 +1,6 @@
 /* Return nonzero value if number is negative. */
 
-/* Copyright (C) 1997-1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 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
index 3516f07339a025af0501f7e3ec84afbe8eb808c2..f5e003519844b0e72728125f91a9d1b4ca450861 100644 (file)
@@ -1,6 +1,6 @@
 /* Return nonzero value if number is negative. */
 
-/* Copyright (C) 1997-1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999 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
index e5cb63aa8d365883e4e357a71fc2303f4177b6f0..b7191900d00c1c52d00d33265c2ad301f9ebbf40 100644 (file)
@@ -1,9 +1,10 @@
 // RTTI support internals for -*- C++ -*-
-// Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000, 2001 Free Software Foundation
+// Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000, 2001 
+// Free Software Foundation
+
 #include "typeinfo"
 #include <cstddef>
 
 // Class declarations shared between the typeinfo implementation files.
 
 #include <cxxabi.h>
-
index d06dbfda4f9c41eae5a9511dfb6a4d5600a0d019..bd95253e4db17ada998ef1755ab6f1bfaa25c4ca 100644 (file)
@@ -1,6 +1,6 @@
 // 980930 bkoz work with libstdc++v3
 
-// Copyright (C) 1998-1999 Free Software Foundation, Inc.
+// Copyright (C) 19981999 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
index 451611e94f0c8c138404cacfab45cb7b6dfc141b..8b9671a4961760de08739464ea364c1dd5b79086 100644 (file)
@@ -1,6 +1,6 @@
 // 1998-10-01, 1999-06-25 bkoz
 
-// Copyright (C) 1998-1999 Free Software Foundation, Inc.
+// Copyright (C) 19981999 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
index 5e30ac75b99c74cd1cc998af59638d8fd10fa280..896e9f5948d7431387dce0ba35fe826dbb4b52c4 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-09-12 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001-2002 Free Software Foundation
+// Copyright (C) 20012002 Free Software Foundation
 //
 // 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
index 2e0399befef7c18350abe81e1ffffe933f9e19a6..4075e81de5986902dc5f94aa32e065850b68b23a 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-09-14 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001-2002 Free Software Foundation
+// Copyright (C) 20012002 Free Software Foundation
 //
 // 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
index 3c5ef00edae8a4ac1873c932aa8a02fa437c215b..a3b5f57e658345ef85cf7b71230d4022f69b536c 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-08-27 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001-2002 Free Software Foundation
+// Copyright (C) 20012002 Free Software Foundation
 //
 // 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
index 36dde8ceef45ac38ddd9fb837fb22f5821c6baec..19078edf8b95884379634c7242e4996faf580b72 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-09-09 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001-2002 Free Software Foundation
+// Copyright (C) 20012002 Free Software Foundation
 //
 // 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
index 2b69be3317ad9f99a5fbc94da5fd78956ba895a3..0bcb4c7f06083d68d32cf627e49ca80c3422f0e5 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-09-21 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001-2002 Free Software Foundation
+// Copyright (C) 20012002 Free Software Foundation
 //
 // 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
index 298d85a12c5674603daa0d17a9437ecc0e1e819c..254461f5e62f8fd9f4a6239b45bda48a56fcc526 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-10-02 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001-2002 Free Software Foundation
+// Copyright (C) 20012002 Free Software Foundation
 //
 // 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
index 96d24fc041e82d7707294a0ab9d783e1ddf63316..f358548f762fd3c64accfa03b61be52ced180148 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-09-17 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001-2002 Free Software Foundation
+// Copyright (C) 20012002 Free Software Foundation
 //
 // 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
index 48543b7132dc326e64c53a2f86fede7c83287d45..6bd2e3f3410e9aa0bd4c8053fdafa29c2f3ad0af 100644 (file)
@@ -1,6 +1,6 @@
 // 2001-10-02 Benjamin Kosnik  <bkoz@redhat.com>
 
-// Copyright (C) 2001-2002 Free Software Foundation
+// Copyright (C) 20012002 Free Software Foundation
 //
 // 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
index 2ffaabd97ec78a9df08ef2419edc3d9417103228..ce2beb0c25c6c6365eac4a56bca18218d5f96ac5 100644 (file)
@@ -1,6 +1,6 @@
 // 990117 bkoz test functionality of basic_filebuf for char_type == char
 
-// Copyright (C) 1997-1999, 2000, 2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index 2a3df6288732ec8143ec73431a23515c0866d076..7428b3a575ca5be39a4cc18ba42460655427e8c6 100644 (file)
@@ -1,6 +1,6 @@
 // 981027 ncm work with libstdc++v3
 
-// Copyright (C) 1997-1999 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999 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
index a8391d2f54330a2653a24641e5f4abd07c176889..3af4d11f48d08e44fc8f6fbb24bc8c5a021a8806 100644 (file)
@@ -1,6 +1,6 @@
 // 981027 ncm work with libstdc++v3
 
-// Copyright (C) 1997-2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index 540f0af27352cc3f05cba9266eac812c150184b9..13d73a4c2c66fadc82783e1707808dec03a6aaed 100644 (file)
@@ -1,6 +1,6 @@
 // 981208 bkoz test functionality of basic_stringbuf for char_type == char
 
-// Copyright (C) 1997-2001 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999, 2000, 2001 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
index e66e26749b6dcc01772aea7025b54568a2294aa9..45ca438a59031cbd3ac68372c7d0d2615fa694db 100644 (file)
@@ -1,7 +1,7 @@
 // 981015 bkoz
 // i,o,stringstream usage
 
-// Copyright (C) 1997-1999 Free Software Foundation, Inc.
+// Copyright (C) 1997, 1998, 1999 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
This page took 3.102438 seconds and 5 git commands to generate.