]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx6: Add missing GPL header
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 19 Nov 2013 14:46:27 +0000 (15:46 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 19 Nov 2013 14:46:27 +0000 (15:46 +0100)
board/karo/tx6/flash.c

index 1ac189b16b0a129cab6bd1bb086ac6b1ab4fd9c0..ce1c7c0e4f1860d69de8c773eeeb0e6f3850d2f9 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2012,2013 Lothar Waßmann <LW@KARO-electronics.de>
+ *
+ * See file CREDITS for list of people who contributed to this
+ * project.
+ *
+ * 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.
+ *
+ */
+
 #include <common.h>
 #include <malloc.h>
 #include <nand.h>