diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-01 12:07:43 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-01-01 12:07:43 +0000 |
commit | aad93da1a579b9ae23ede6b9cf8523360f0a08b4 (patch) | |
tree | 9aa2984f8fe63467c9de13ed611b1d568f8b3db0 /libgcc/crtstuff.c | |
parent | 9ab8ac2684b1553dbd9bb656751515a3fb5c218c (diff) | |
download | gcc-aad93da1a579b9ae23ede6b9cf8523360f0a08b4.tar.gz |
Update copyright years.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243994 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/crtstuff.c')
-rw-r--r-- | libgcc/crtstuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c index be15a1915a7..52ed6d39cc8 100644 --- a/libgcc/crtstuff.c +++ b/libgcc/crtstuff.c @@ -1,6 +1,6 @@ /* Specialized bits of code needed to support construction and destruction of file-scope objects in C++ code. - Copyright (C) 1991-2016 Free Software Foundation, Inc. + Copyright (C) 1991-2017 Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@monkeys.com). This file is part of GCC. |