aboutsummaryrefslogtreecommitdiff
path: root/libgcc/unwind-c.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-02-04 19:06:20 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-02-04 19:06:20 +0000
commit64b7b4625ff409716498b6c1f2274d304bd00fc2 (patch)
treebca0875090cea05ab7f9c28abf4600b0fce07116 /libgcc/unwind-c.c
parentd82a3a027e1fad6e9a3c437b772449a131ea068f (diff)
Update copyright in libgcc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195731 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/unwind-c.c')
-rw-r--r--libgcc/unwind-c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/unwind-c.c b/libgcc/unwind-c.c
index 60b4239024a..b937d9d655f 100644
--- a/libgcc/unwind-c.c
+++ b/libgcc/unwind-c.c
@@ -1,5 +1,5 @@
/* Supporting functions for C exception handling.
- Copyright (C) 2002, 2003, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2002-2013 Free Software Foundation, Inc.
Contributed by Aldy Hernandez <aldy@quesejoda.com>.
Shamelessly stolen from the Java front end.