diff options
-rw-r--r-- | libmudflap/ChangeLog | 4 | ||||
-rw-r--r-- | libmudflap/Makefile.am | 3 | ||||
-rw-r--r-- | libmudflap/mf-heuristics.c | 2 | ||||
-rw-r--r-- | libmudflap/mf-hooks1.c | 2 | ||||
-rw-r--r-- | libmudflap/mf-hooks2.c | 2 | ||||
-rw-r--r-- | libmudflap/mf-hooks3.c | 3 | ||||
-rw-r--r-- | libmudflap/mf-impl.h | 2 | ||||
-rw-r--r-- | libmudflap/mf-runtime.c | 3 | ||||
-rw-r--r-- | libmudflap/mf-runtime.h | 2 | ||||
-rw-r--r-- | libmudflap/testsuite/lib/libmudflap.exp | 3 | ||||
-rw-r--r-- | libmudflap/testsuite/lib/mfdg.exp | 2 |
11 files changed, 14 insertions, 14 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index b2b29d61e01..1872b2ebc4b 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -1,3 +1,7 @@ +2013-02-03 Richard Sandiford <rdsandiford@googlemail.com> + + Update copyright years. + 2013-01-03 Jakub Jelinek <jakub@redhat.com> * mf-runtime.c (__mf_usage): Update copyright notice dates. diff --git a/libmudflap/Makefile.am b/libmudflap/Makefile.am index 29091dee9ff..40a70aead9b 100644 --- a/libmudflap/Makefile.am +++ b/libmudflap/Makefile.am @@ -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 diff --git a/libmudflap/mf-heuristics.c b/libmudflap/mf-heuristics.c index 020a7c29d52..fa2dacb6abd 100644 --- a/libmudflap/mf-heuristics.c +++ b/libmudflap/mf-heuristics.c @@ -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> diff --git a/libmudflap/mf-hooks1.c b/libmudflap/mf-hooks1.c index 7a273218d0f..474c8356577 100644 --- a/libmudflap/mf-hooks1.c +++ b/libmudflap/mf-hooks1.c @@ -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> diff --git a/libmudflap/mf-hooks2.c b/libmudflap/mf-hooks2.c index c030e694035..4af17df2214 100644 --- a/libmudflap/mf-hooks2.c +++ b/libmudflap/mf-hooks2.c @@ -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> diff --git a/libmudflap/mf-hooks3.c b/libmudflap/mf-hooks3.c index 3a26224d7fb..552cbb598d8 100644 --- a/libmudflap/mf-hooks3.c +++ b/libmudflap/mf-hooks3.c @@ -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> diff --git a/libmudflap/mf-impl.h b/libmudflap/mf-impl.h index 53df3d8806c..107ed40f664 100644 --- a/libmudflap/mf-impl.h +++ b/libmudflap/mf-impl.h @@ -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> diff --git a/libmudflap/mf-runtime.c b/libmudflap/mf-runtime.c index 844a7cbc720..96a396ef319 100644 --- a/libmudflap/mf-runtime.c +++ b/libmudflap/mf-runtime.c @@ -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>, diff --git a/libmudflap/mf-runtime.h b/libmudflap/mf-runtime.h index 4c512d5a690..cea01df098b 100644 --- a/libmudflap/mf-runtime.h +++ b/libmudflap/mf-runtime.h @@ -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> diff --git a/libmudflap/testsuite/lib/libmudflap.exp b/libmudflap/testsuite/lib/libmudflap.exp index 00699e87b75..48166e1d0f3 100644 --- a/libmudflap/testsuite/lib/libmudflap.exp +++ b/libmudflap/testsuite/lib/libmudflap.exp @@ -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 diff --git a/libmudflap/testsuite/lib/mfdg.exp b/libmudflap/testsuite/lib/mfdg.exp index 9e340c0bd15..0b9875cd6ec 100644 --- a/libmudflap/testsuite/lib/mfdg.exp +++ b/libmudflap/testsuite/lib/mfdg.exp @@ -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 |