From f087c77a76eb89a97dc6b04866b21232fb58d816 Mon Sep 17 00:00:00 2001 From: aoliva Date: Sat, 13 Jan 2001 05:11:58 +0000 Subject: [PATCH] Don't omit century in list of copyright years git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38975 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/sh/lib1funcs.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.7.4