]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/include/lxcmntent.c
licensing: Add missing headers and FSF address
[mirror_lxc.git] / src / include / lxcmntent.c
index 22b0c123f09738ca1137e36d268fc9cbe02e710e..dcb34a2f6829fe9c758b2a83f03219d1eca905ff 100644 (file)
@@ -1,3 +1,23 @@
+/* Utilities for reading/writing fstab, mtab, etc.
+   Copyright (C) 1995-2000, 2001, 2002, 2003, 2006
+   Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library 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
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #include <stdio.h>
 #include <string.h>
 #include <mntent.h>