summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-06-30 03:58:18 +0200
committerpancake <pancake@dazo>2007-06-30 03:58:18 +0200
commit11e32133b02012d200104ca44968fd453a86c49d (patch)
tree1c27e932ad4a6cfd69cae527bbec94a95b1e0b4a /gui
parent1f3c790d8797fffbf78599a2bf7a6289c3edc8a9 (diff)
download0xFFFF-11e32133b02012d200104ca44968fd453a86c49d.tar.bz2
* Upgrade to GPLv30.2
Diffstat (limited to 'gui')
-rw-r--r--gui/main.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/gui/main.c b/gui/main.c
index 1f0c20b..d92e1a3 100644
--- a/gui/main.c
+++ b/gui/main.c
@@ -1,3 +1,21 @@
+/*
+ * 0xFFFF - Open Free Fiasco Firmware Flasher
+ * Copyright (C) 2007 pancake <pancake@youterm.com>
+ *
+ * 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 3 of the License, 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, see <http://www.gnu.org/licenses/>.
+ */
+
#include <glade/glade.h>
#include <gtk/gtk.h>