summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/access.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/access.c')
-rw-r--r--Build/source/texk/kpathsea/access.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/access.c b/Build/source/texk/kpathsea/access.c
index 3f6b83dff07..5608c84fcd8 100644
--- a/Build/source/texk/kpathsea/access.c
+++ b/Build/source/texk/kpathsea/access.c
@@ -1,5 +1,6 @@
/* access -- test for access permissions of a file.
+ Copyright 2008 Karl Berry.
Copyright 1997-2001, 2005 Olaf Weber.
This program is free software; you can redistribute it and/or modify
@@ -13,7 +14,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this library; if not, see <http://www.gnu.org/licenses/>. */
+ along with this software; if not, see <http://www.gnu.org/licenses/>. */
#include <stdio.h>
#include <kpathsea/config.h>