This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: Add missing copyright holders


I noticed three files are missing a copyright holder.  Since claims of
copyright ownership never feel obvious: OK to install?

Richard


gcc/
	* file-find.c, file-find.h, realmpfr.c: Add FSF as copyright holder.

Index: gcc/file-find.c
===================================================================
--- gcc/file-find.c	2013-01-06 11:36:13.000000000 +0000
+++ gcc/file-find.c	2013-01-06 11:37:45.131294794 +0000
@@ -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.
 
Index: gcc/file-find.h
===================================================================
--- gcc/file-find.h	2013-01-06 11:36:13.000000000 +0000
+++ gcc/file-find.h	2013-01-06 11:37:45.132294802 +0000
@@ -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.
 
Index: gcc/realmpfr.c
===================================================================
--- gcc/realmpfr.c	2013-01-06 11:36:13.000000000 +0000
+++ gcc/realmpfr.c	2013-01-06 11:37:45.132294802 +0000
@@ -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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]