diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2003-05-18 10:16:37 +0000 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-03-19 01:43:36 +0100 |
commit | c7d157b86debb0c0639067a28a58ec6dd9b7880c (patch) | |
tree | ff6b0dee00d5a7cd9d57eda8dafffb4afed322df | |
parent | da95dcf94167e6c476a90e5768ff28dbb457e505 (diff) | |
download | patch-c7d157b86debb0c0639067a28a58ec6dd9b7880c.tar.gz |
Fix typo.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 957dcb6..50d3eda 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # Makefile for GNU patch. -# Copyright (C) 1993, 1997, 1998, 1999, 2001, 2002 Free Software +# Copyright (C) 1993, 1997, 1998, 1999, 2001, 2002, 2003 Free Software # Foundation, Inc. # This program is free software; you can redistribute it and/or modify |