diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-03 17:48:05 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2013-02-03 17:48:05 +0000 |
commit | 23701e9003572a8d490ccc8bb17f6f762fc50aca (patch) | |
tree | 88ec8afb236356126bda27c35037b638e887a394 /libmudflap | |
parent | 75f9527c9b8910651e5c1fab56ee0698376f2217 (diff) | |
download | gcc-23701e9003572a8d490ccc8bb17f6f762fc50aca.zip gcc-23701e9003572a8d490ccc8bb17f6f762fc50aca.tar.gz gcc-23701e9003572a8d490ccc8bb17f6f762fc50aca.tar.bz2 |
Update copyright in libmudflap.
From-SVN: r195698
Diffstat (limited to 'libmudflap')
-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 b2b29d6..1872b2e 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 29091de..40a70ae 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 020a7c2..fa2dacb 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 7a27321..474c835 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 c030e69..4af17df 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 3a26224..552cbb5 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 53df3d8..107ed40 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 844a7cb..96a396e 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 4c512d5..cea01df 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 00699e8..48166e1 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 9e340c0..0b9875c 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 |