]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
add the missing header in the log file
authorDaniel Lezcano <daniel.lezcano@free.fr>
Fri, 24 Apr 2009 09:32:58 +0000 (11:32 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 24 Apr 2009 09:32:58 +0000 (11:32 +0200)
License header is missing in the log files.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/log.c
src/lxc/log.h

index 24a9d0048d5cc061b353af9e84b811aee239a67f..452b9730d06ca34127d7f379cd886bd187f87489 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * lxc: linux Container library
+ *
+ * (C) Copyright IBM Corp. 2007, 2008
+ *
+ * Authors:
+ * Cedric Le Goater <legoater@free.fr>
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
 #include <stdio.h>
 #include <errno.h>
 #include <limits.h>
index d8aafc0b5820bd3684bf3bb828684a1116d5d5ed..cfe52c054cd0cc9ddae4a1766f708492c998d3e8 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ * lxc: linux Container library
+ *
+ * (C) Copyright IBM Corp. 2007, 2008
+ *
+ * Authors:
+ * Daniel Lezcano <dlezcano at fr.ibm.com>
+ * Cedric Le Goater <legoater@free.fr>
+ *
+ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
 #ifndef _log_h
 #define _log_h