diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-02 22:25:22 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-02 22:25:22 +0000 |
commit | f9fb6ba0664c5fed8cdaff2a355890bb7f3d399b (patch) | |
tree | c14eb843d7672025ed9efa988815465695979d08 /libgcc/unwind-sjlj.c | |
parent | a12e71967bfc93773bf7579a060afb2b275b37e8 (diff) | |
download | gcc-f9fb6ba0664c5fed8cdaff2a355890bb7f3d399b.tar.gz |
Update copyright years in libgcc/
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206295 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/unwind-sjlj.c')
-rw-r--r-- | libgcc/unwind-sjlj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/unwind-sjlj.c b/libgcc/unwind-sjlj.c index 340eb79857a..59f8faa3b3a 100644 --- a/libgcc/unwind-sjlj.c +++ b/libgcc/unwind-sjlj.c @@ -1,5 +1,5 @@ /* SJLJ exception handling and frame unwind runtime interface routines. - Copyright (C) 1997-2013 Free Software Foundation, Inc. + Copyright (C) 1997-2014 Free Software Foundation, Inc. This file is part of GCC. |