]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/include/openpty.h
licensing: Add missing headers and FSF address
[mirror_lxc.git] / src / include / openpty.h
index f5fa152ec430d3dbed0be06a639f19f611792be5..ddc9c81131e01a0bfd3dad7c208a3ff7d94003b9 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * openpty: glibc implementation
+ *
+ * Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc.
+ *
+ * Authors:
+ * Zack Weinberg <zack@rabi.phys.columbia.edu>, 1998.
+ *
+ *  This 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.
+
+ *  This 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
+ */
+
 #ifndef _openpty_h
 #define _openpty_h