summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-06-27 09:58:21 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-06-27 10:52:05 +0200
commit39cad33889ac93bc862ad129baf9572c600745dd (patch)
tree4adb1641d7467693d91ba714e7076db3f1a86be2
parent92757aea26d1466b4ee4dd4adc68676da77d0ac6 (diff)
downloadgenimage-39cad33889ac93bc862ad129baf9572c600745dd.tar.gz
genimage-39cad33889ac93bc862ad129baf9572c600745dd.tar.xz
add gpl headers
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--config.c17
-rw-r--r--genimage.c17
-rw-r--r--image-file.c17
-rw-r--r--image-hd.c17
-rw-r--r--image-jffs2.c17
-rw-r--r--image-tar.c17
-rw-r--r--image-ubi.c17
-rw-r--r--image-ubifs.c17
8 files changed, 136 insertions, 0 deletions
diff --git a/config.c b/config.c
index 1998bd8..ff203b7 100644
--- a/config.c
+++ b/config.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation.
+ *
+ * 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
+ */
+
#define _GNU_SOURCE
#include <confuse.h>
#include <stdio.h>
diff --git a/genimage.c b/genimage.c
index 090850b..59f7ff9 100644
--- a/genimage.c
+++ b/genimage.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation.
+ *
+ * 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
+ */
+
#define _GNU_SOURCE
#include <stdio.h>
#include <confuse.h>
diff --git a/image-file.c b/image-file.c
index 6749805..684ca82 100644
--- a/image-file.c
+++ b/image-file.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation.
+ *
+ * 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
+ */
+
#define _GNU_SOURCE
#include <confuse.h>
#include <stdio.h>
diff --git a/image-hd.c b/image-hd.c
index 5876939..57f9b95 100644
--- a/image-hd.c
+++ b/image-hd.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation.
+ *
+ * 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
+ */
+
#define _GNU_SOURCE
#include <confuse.h>
#include <stdio.h>
diff --git a/image-jffs2.c b/image-jffs2.c
index 05c06dd..0363385 100644
--- a/image-jffs2.c
+++ b/image-jffs2.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation.
+ *
+ * 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
+ */
+
#define _GNU_SOURCE
#include <confuse.h>
#include <stdio.h>
diff --git a/image-tar.c b/image-tar.c
index 1640e63..5fca48e 100644
--- a/image-tar.c
+++ b/image-tar.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation.
+ *
+ * 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
+ */
+
#define _GNU_SOURCE
#include <confuse.h>
#include <stdio.h>
diff --git a/image-ubi.c b/image-ubi.c
index ddb8755..51ec817 100644
--- a/image-ubi.c
+++ b/image-ubi.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation.
+ *
+ * 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
+ */
+
#define _GNU_SOURCE
#include <confuse.h>
#include <stdio.h>
diff --git a/image-ubifs.c b/image-ubifs.c
index 1c03e21..3b6be0e 100644
--- a/image-ubifs.c
+++ b/image-ubifs.c
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2011 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2
+ * as published by the Free Software Foundation.
+ *
+ * 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
+ */
+
#define _GNU_SOURCE
#include <confuse.h>
#include <stdio.h>