diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-01-13 05:11:58 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-01-13 05:11:58 +0000 |
commit | 39f12501d5210c5f214044bedbcbf0b8c78b71de (patch) | |
tree | 8a9685efa3cb5450474863afcec31ba8e4da6606 /gcc | |
parent | 35ef288030603d5a15def85e949c36ffeea45858 (diff) | |
download | gcc-39f12501d5210c5f214044bedbcbf0b8c78b71de.zip gcc-39f12501d5210c5f214044bedbcbf0b8c78b71de.tar.gz gcc-39f12501d5210c5f214044bedbcbf0b8c78b71de.tar.bz2 |
Don't omit century in list of copyright years
From-SVN: r38975
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sh/lib1funcs.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/sh/lib1funcs.asm b/gcc/config/sh/lib1funcs.asm index a05c8f0..5ebea99 100644 --- a/gcc/config/sh/lib1funcs.asm +++ b/gcc/config/sh/lib1funcs.asm @@ -1,4 +1,5 @@ -/* Copyright (C) 1994, 95, 97, 98, 1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001 + Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the |