aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/operators.def
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-30 18:06:39 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-30 18:06:39 +0000
commitb599b1359143a1c023c873114a62ee8c903cc2e0 (patch)
tree6cbcd1c5598438fb38a05b72ba766c9373350abc /gcc/cp/operators.def
parent946d5e4529cd58ac965f4d7aaebeda623ad6258a (diff)
downloadgcc-b599b1359143a1c023c873114a62ee8c903cc2e0.zip
gcc-b599b1359143a1c023c873114a62ee8c903cc2e0.tar.gz
gcc-b599b1359143a1c023c873114a62ee8c903cc2e0.tar.bz2
config-lang.in, [...]: GCC, not GNU CC.
* config-lang.in, Make-lang.in, operators.def, cp-tree.def: GCC, not GNU CC. From-SVN: r60638
Diffstat (limited to 'gcc/cp/operators.def')
-rw-r--r--gcc/cp/operators.def10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/cp/operators.def b/gcc/cp/operators.def
index b3e20d6..d5896ab 100644
--- a/gcc/cp/operators.def
+++ b/gcc/cp/operators.def
@@ -3,24 +3,24 @@
This file contains definitions of the various C++ operators,
including both overloadable operators (like `+') and
non-overloadable operators (like the `?:' ternary operator).
- Writtey by Mark Mitchell <mark@codesourcery.com>
+ Written by Mark Mitchell <mark@codesourcery.com>
Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
-This file is part of GNU CC.
+This file is part of GCC.
-GNU CC is free software; you can redistribute it and/or modify
+GCC 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,
+GCC 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
+along with GCC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */