From f660683a337c9a50c0949ed79f0d43eceb19fbeb Mon Sep 17 00:00:00 2001 From: nickc Date: Fri, 14 Sep 2001 11:05:39 +0000 Subject: [PATCH] Fix typo in FSF copyright statement git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45595 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/haifa-sched.c | 4 ++-- gcc/sched-deps.c | 4 ++-- gcc/sched-ebb.c | 4 ++-- gcc/sched-rgn.c | 4 ++-- gcc/sched-vis.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c index 3fea98c..d341f37 100644 --- a/gcc/haifa-sched.c +++ b/gcc/haifa-sched.c @@ -17,8 +17,8 @@ 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 GCC; see the file COPYING. If not, write to the Free the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +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. */ /* Instruction scheduling pass. This file, along with sched-deps.c, diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c index dbbb140..0142221 100644 --- a/gcc/sched-deps.c +++ b/gcc/sched-deps.c @@ -18,8 +18,8 @@ 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 GCC; see the file COPYING. If not, write to the Free the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +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. */ #include "config.h" diff --git a/gcc/sched-ebb.c b/gcc/sched-ebb.c index f9a623c..d4a9f77 100644 --- a/gcc/sched-ebb.c +++ b/gcc/sched-ebb.c @@ -17,8 +17,8 @@ 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 GCC; see the file COPYING. If not, write to the Free the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +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. */ #include "config.h" diff --git a/gcc/sched-rgn.c b/gcc/sched-rgn.c index e0a2a63..7df0997 100644 --- a/gcc/sched-rgn.c +++ b/gcc/sched-rgn.c @@ -17,8 +17,8 @@ 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 GCC; see the file COPYING. If not, write to the Free the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +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. */ /* This pass implements list scheduling within basic blocks. It is diff --git a/gcc/sched-vis.c b/gcc/sched-vis.c index 75007ef..8949421 100644 --- a/gcc/sched-vis.c +++ b/gcc/sched-vis.c @@ -17,8 +17,8 @@ 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 GCC; see the file COPYING. If not, write to the Free the -Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +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. */ #include "config.h" -- 2.7.4