summaryrefslogtreecommitdiff
path: root/lib/idcache.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-07-05 11:07:03 +0200
committerBruno Haible <bruno@clisp.org>2020-07-05 11:07:49 +0200
commit6e042f77995d1cd06c68d90e01c5e29a67c3e168 (patch)
tree57f0fd2174543212f6874619e4f568e09d4a2468 /lib/idcache.h
parent7f7c14f30d2627adfc039b2e55024353b9fd8d8c (diff)
downloadgnulib-6e042f77995d1cd06c68d90e01c5e29a67c3e168.tar.gz
Add some copyright headers.
* lib/dev-ino.h: Add copyright header. * lib/di-set.h: Likewise. * lib/fchown-stub.c: Likewise. * lib/file-set.h: Likewise. * lib/hash-triple.h: Likewise. * lib/idcache.h: Likewise. * lib/ino-map.h: Likewise. * lib/mkancesdirs.h: Likewise. * lib/scratch_buffer.h: Likewise. * lib/se-context.in.h: Likewise. * lib/stdopen.h: Likewise. * lib/userspec.h: Likewise.
Diffstat (limited to 'lib/idcache.h')
-rw-r--r--lib/idcache.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/idcache.h b/lib/idcache.h
index e7573b83f7..012c79244d 100644
--- a/lib/idcache.h
+++ b/lib/idcache.h
@@ -1,3 +1,21 @@
+/* Username <--> uid and groupname <--> gid conversions, with cache for speed.
+ Copyright (C) 2007-2020 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
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
+
+/* Written by Jim Meyering, 2007. */
+
#ifndef IDCACHE_H
# define IDCACHE_H 1