aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2013-01-06 21:27:37 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2013-01-06 21:27:37 +0000
commit1ab05c31a0854497acc8503d4aca9b36d38c3f28 (patch)
tree6b05717991977fa5b824248e76d765b5a770f0c3
parentac43ff42f25af8469816dae22f4abdecfce3b88c (diff)
downloadgcc-1ab05c31a0854497acc8503d4aca9b36d38c3f28.zip
gcc-1ab05c31a0854497acc8503d4aca9b36d38c3f28.tar.gz
gcc-1ab05c31a0854497acc8503d4aca9b36d38c3f28.tar.bz2
file-find.c, [...]: Add FSF as copyright holder.
gcc/ * file-find.c, file-find.h, realmpfr.c: Add FSF as copyright holder. From-SVN: r194952
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/file-find.c1
-rw-r--r--gcc/file-find.h1
-rw-r--r--gcc/realmpfr.c2
4 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 794a55c..b97fda0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2013-01-06 Richard Sandiford <rdsandiford@googlemail.com>
+ * file-find.c, file-find.h, realmpfr.c: Add FSF as copyright holder.
+
+2013-01-06 Richard Sandiford <rdsandiford@googlemail.com>
+
* config/tilepro/gen-mul-tables.cc: Put copyright on one line.
2013-01-05 David Edelsohn <dje.gcc@gmail.com>
diff --git a/gcc/file-find.c b/gcc/file-find.c
index fcc2561..d4f90c8 100644
--- a/gcc/file-find.c
+++ b/gcc/file-find.c
@@ -1,6 +1,7 @@
/* Utility functions for finding files relative to GCC binaries.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012
+ Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/file-find.h b/gcc/file-find.h
index 4c0182a..b188e12 100644
--- a/gcc/file-find.h
+++ b/gcc/file-find.h
@@ -2,6 +2,7 @@
finding files relative to GCC binaries.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010, 2011, 2012
+ Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/realmpfr.c b/gcc/realmpfr.c
index 2836338..d55648a 100644
--- a/gcc/realmpfr.c
+++ b/gcc/realmpfr.c
@@ -1,5 +1,5 @@
/* Conversion routines from GCC internal float representation to MPFR.
- Copyright (C) 2010
+ Copyright (C) 2010 Free Software Foundation, Inc.
This file is part of GCC.