diff mbox

RFA: Update copyright for libmudflap

Message ID 87boc1r8rq.fsf@talisman.default
State New
Headers show

Commit Message

Richard Sandiford Feb. 3, 2013, 10:28 a.m. UTC
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.

Comments

Jakub Jelinek Feb. 3, 2013, 11:57 a.m. UTC | #1
On Sun, Feb 03, 2013 at 10:28:41AM +0000, Richard Sandiford wrote:
> libmudflap/
> 	Update copyright years.

Ok.

	Jakub
diff mbox

Patch

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