summaryrefslogtreecommitdiff
path: root/lib/filemode.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-06-18 08:01:08 +0000
committerJim Meyering <jim@meyering.net>2003-06-18 08:01:08 +0000
commit8a75477940f354dbc8ec22f8fa08b611ded0ecb1 (patch)
tree4889f9586f573c97ec1ce39cb150cbb85e00e814 /lib/filemode.h
parent970d452fbb4f1ded9c94cf75726c2d11dd881243 (diff)
downloadcoreutils-8a75477940f354dbc8ec22f8fa08b611ded0ecb1.tar.xz
from gnulib: add copyright notice
Diffstat (limited to 'lib/filemode.h')
-rw-r--r--lib/filemode.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/filemode.h b/lib/filemode.h
index f6b266ec5..10b2ef961 100644
--- a/lib/filemode.h
+++ b/lib/filemode.h
@@ -1,3 +1,21 @@
+/* Make a string describing file modes.
+
+ Copyright (C) 1998, 1999, 2003 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 2, 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, write to the Free Software Foundation,
+ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+
#ifndef FILEMODE_H_
# include <sys/types.h>