summaryrefslogtreecommitdiff
path: root/lib/strstr.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-01 10:41:09 +0000
committerJim Meyering <jim@meyering.net>2002-12-01 10:41:09 +0000
commit43aee8594db6d5e46d1994770ed9e3f27fe45dd1 (patch)
treeee8385b47639954c3c485f918359d1715f52fb10 /lib/strstr.c
parent3bd828af53b2545d4ccb28a29787919617d8489b (diff)
downloadcoreutils-43aee8594db6d5e46d1994770ed9e3f27fe45dd1.tar.xz
Update from gnulib (trivial changes).
Diffstat (limited to 'lib/strstr.c')
-rw-r--r--lib/strstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strstr.c b/lib/strstr.c
index 50a90c252..42ffcfa8e 100644
--- a/lib/strstr.c
+++ b/lib/strstr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1999, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
This program is free software; you can redistribute it and/or modify