diff options
author | kan <kan@FreeBSD.org> | 2002-09-17 04:04:04 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2002-09-17 04:04:04 +0000 |
commit | dc1db5ec483d00a99f27c767c2b5f735a815f9ab (patch) | |
tree | 11495202807dd843ab9dfbedfd9e9a796c6b817f /contrib/libstdc++/src/strstream.cc | |
parent | a1d331aa1f1bf4bf54fe647a5da21a67ed1dce95 (diff) | |
parent | d28dfe2607c93215301923596ce65ae6df3d4cd9 (diff) | |
download | FreeBSD-src-dc1db5ec483d00a99f27c767c2b5f735a815f9ab.zip FreeBSD-src-dc1db5ec483d00a99f27c767c2b5f735a815f9ab.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r103447,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/libstdc++/src/strstream.cc')
-rw-r--r-- | contrib/libstdc++/src/strstream.cc | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/contrib/libstdc++/src/strstream.cc b/contrib/libstdc++/src/strstream.cc index 0576472..4d58565 100644 --- a/contrib/libstdc++/src/strstream.cc +++ b/contrib/libstdc++/src/strstream.cc @@ -2,22 +2,21 @@ // Copyright (C) 2001, 2002 Free Software Foundation // -// This file is part of GNU CC. -// -// GNU CC 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) +// 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) // any later version. -// -// GNU CC is distributed in the hope that it will be useful, + +// This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with GNU CC; see the file COPYING. If not, write to -// the Free Software Foundation, 59 Temple Place - Suite 330, -// Boston, MA 02111-1307, USA. + +// 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, 59 Temple Place - Suite 330, Boston, MA 02111-1307, +// USA. // As a special exception, you may use this file as part of a free software // library without restriction. Specifically, if other files instantiate |