summaryrefslogtreecommitdiff
path: root/lib/strtoimax.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-02 22:50:47 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-02 22:50:47 +0000
commit58907a1ee9ac5aad21848b1993807b015bfe9c94 (patch)
treecde343399653bedac82663277e5b22f1903d5094 /lib/strtoimax.c
parentc04045506d5d305bcf7c507d8995f5d4b5a92737 (diff)
downloadcoreutils-58907a1ee9ac5aad21848b1993807b015bfe9c94.tar.xz
Update copyright.
Diffstat (limited to 'lib/strtoimax.c')
-rw-r--r--lib/strtoimax.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/strtoimax.c b/lib/strtoimax.c
index 8a67f71b9..a1fd3b152 100644
--- a/lib/strtoimax.c
+++ b/lib/strtoimax.c
@@ -1,5 +1,7 @@
/* Convert string representation of a number into an intmax_t value.
- Copyright (C) 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
+
+ Copyright (C) 1999, 2001, 2002, 2003, 2004 Free Software
+ Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by