public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* RFA: Update copyright for libmudflap
@ 2013-02-03 10:28 Richard Sandiford
  2013-02-03 11:57 ` Jakub Jelinek
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Sandiford @ 2013-02-03 10:28 UTC (permalink / raw)
  To: gcc-patches; +Cc: fche

Update the copyright for libmudflap, in the same way as for other directories.
Tested on x86_64-linux-gnu.  OK to install?

Richard


libmudflap/
	Update copyright years.

Index: libmudflap/Makefile.am
===================================================================
--- libmudflap/Makefile.am	2013-02-02 21:33:00.753873985 +0000
+++ libmudflap/Makefile.am	2013-02-03 10:27:57.961050269 +0000
@@ -1,7 +1,6 @@
 ## Makefile for the toplevel directory of the mudflap library.
 ##
-## Copyright (C) 2002, 2003, 2004, 2007
-## Free Software Foundation, Inc.
+## Copyright (C) 2002-2013 Free Software Foundation, Inc.
 ##
 
 AUTOMAKE_OPTIONS = 1.8 foreign
Index: libmudflap/mf-heuristics.c
===================================================================
--- libmudflap/mf-heuristics.c	2013-02-02 21:33:00.754873993 +0000
+++ libmudflap/mf-heuristics.c	2013-02-03 10:27:58.140051076 +0000
@@ -1,5 +1,5 @@
 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
    and Graydon Hoare <graydon@redhat.com>
 
Index: libmudflap/mf-hooks1.c
===================================================================
--- libmudflap/mf-hooks1.c	2013-02-02 21:33:00.754873993 +0000
+++ libmudflap/mf-hooks1.c	2013-02-03 10:27:58.016050517 +0000
@@ -1,5 +1,5 @@
 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2004, 2009, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
    and Graydon Hoare <graydon@redhat.com>
 
Index: libmudflap/mf-hooks2.c
===================================================================
--- libmudflap/mf-hooks2.c	2013-02-02 21:33:00.754873993 +0000
+++ libmudflap/mf-hooks2.c	2013-02-03 10:27:58.203051359 +0000
@@ -1,5 +1,5 @@
 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2004, 2009, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
    and Graydon Hoare <graydon@redhat.com>
 
Index: libmudflap/mf-hooks3.c
===================================================================
--- libmudflap/mf-hooks3.c	2013-02-02 21:33:00.754873993 +0000
+++ libmudflap/mf-hooks3.c	2013-02-03 10:27:58.051050675 +0000
@@ -1,6 +1,5 @@
 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2004, 2005, 2009, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
    and Graydon Hoare <graydon@redhat.com>
 
Index: libmudflap/mf-impl.h
===================================================================
--- libmudflap/mf-impl.h	2013-02-02 21:33:00.753873985 +0000
+++ libmudflap/mf-impl.h	2013-02-03 10:27:57.890049949 +0000
@@ -1,6 +1,6 @@
 /* Implementation header for mudflap runtime library.
    Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2004, 2009, 2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
    and Graydon Hoare <graydon@redhat.com>
 
Index: libmudflap/mf-runtime.c
===================================================================
--- libmudflap/mf-runtime.c	2013-02-02 21:33:00.754873993 +0000
+++ libmudflap/mf-runtime.c	2013-02-03 10:27:58.105050919 +0000
@@ -1,6 +1,5 @@
 /* Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2011, 2012,
-   2013 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
    and Graydon Hoare <graydon@redhat.com>
    Splay Tree code originally by Mark Mitchell <mark@markmitchell.com>,
Index: libmudflap/mf-runtime.h
===================================================================
--- libmudflap/mf-runtime.h	2013-02-02 21:33:00.753873985 +0000
+++ libmudflap/mf-runtime.h	2013-02-03 10:27:57.927050117 +0000
@@ -1,6 +1,6 @@
 /* Implementation header for mudflap runtime library.
    Mudflap: narrow-pointer bounds-checking by tree rewriting.
-   Copyright (C) 2002, 2003, 2004, 2005, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2002-2013 Free Software Foundation, Inc.
    Contributed by Frank Ch. Eigler <fche@redhat.com>
    and Graydon Hoare <graydon@redhat.com>
 
Index: libmudflap/testsuite/lib/libmudflap.exp
===================================================================
--- libmudflap/testsuite/lib/libmudflap.exp	2013-02-02 21:33:00.753873985 +0000
+++ libmudflap/testsuite/lib/libmudflap.exp	2013-02-03 10:27:58.286051733 +0000
@@ -1,5 +1,4 @@
-# Copyright (C) 2001, 2002, 2003, 2004, 2009, 2010, 2011
-# Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
Index: libmudflap/testsuite/lib/mfdg.exp
===================================================================
--- libmudflap/testsuite/lib/mfdg.exp	2013-02-02 21:33:00.753873985 +0000
+++ libmudflap/testsuite/lib/mfdg.exp	2013-02-03 10:27:58.250051571 +0000
@@ -1,5 +1,5 @@
 # `mfdg' - overrides parts of general purpose testcase driver.
-# Copyright (C) 1994 - 2001, 2003, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: RFA: Update copyright for libmudflap
  2013-02-03 10:28 RFA: Update copyright for libmudflap Richard Sandiford
@ 2013-02-03 11:57 ` Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2013-02-03 11:57 UTC (permalink / raw)
  To: gcc-patches, fche, rdsandiford

On Sun, Feb 03, 2013 at 10:28:41AM +0000, Richard Sandiford wrote:
> libmudflap/
> 	Update copyright years.

Ok.

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-03 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-03 10:28 RFA: Update copyright for libmudflap Richard Sandiford
2013-02-03 11:57 ` Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).