summaryrefslogtreecommitdiff
path: root/flash
diff options
context:
space:
mode:
Diffstat (limited to 'flash')
-rw-r--r--flash/bootbox/main.c6
-rw-r--r--flash/bootloader/bootloader.c6
-rw-r--r--flash/extract/extract.c6
-rw-r--r--flash/make_firmware/make_firmware.c6
4 files changed, 16 insertions, 8 deletions
diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c
index 96878d2795..037ffb0b84 100644
--- a/flash/bootbox/main.c
+++ b/flash/bootbox/main.c
@@ -13,8 +13,10 @@
13 * booting into a full features one. Aside from that it does charging 13 * booting into a full features one. Aside from that it does charging
14 * and USB mode, to enable copying the desired firmware. 14 * and USB mode, to enable copying the desired firmware.
15 * 15 *
16 * All files in this archive are subject to the GNU General Public License. 16 * This program is free software; you can redistribute it and/or
17 * See the file COPYING in the source tree root for full license agreement. 17 * modify it under the terms of the GNU General Public License
18 * as published by the Free Software Foundation; either version 2
19 * of the License, or (at your option) any later version.
18 * 20 *
19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 21 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20 * KIND, either express or implied. 22 * KIND, either express or implied.
diff --git a/flash/bootloader/bootloader.c b/flash/bootloader/bootloader.c
index e973a30d04..dc094d1b2e 100644
--- a/flash/bootloader/bootloader.c
+++ b/flash/bootloader/bootloader.c
@@ -14,8 +14,10 @@
14 * It's task is to copy Rockbox from Flash to DRAM. 14 * It's task is to copy Rockbox from Flash to DRAM.
15 * The image(s) in flash may optionally be compressed with UCL 2e 15 * The image(s) in flash may optionally be compressed with UCL 2e
16 * 16 *
17 * All files in this archive are subject to the GNU General Public License. 17 * This program is free software; you can redistribute it and/or
18 * See the file COPYING in the source tree root for full license agreement. 18 * modify it under the terms of the GNU General Public License
19 * as published by the Free Software Foundation; either version 2
20 * of the License, or (at your option) any later version.
19 * 21 *
20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 22 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * KIND, either express or implied. 23 * KIND, either express or implied.
diff --git a/flash/extract/extract.c b/flash/extract/extract.c
index f5bf264067..e6ea2efdc1 100644
--- a/flash/extract/extract.c
+++ b/flash/extract/extract.c
@@ -11,8 +11,10 @@
11 * 11 *
12 * Tool to extract the scrambled image out of an Archos flash ROM dump 12 * Tool to extract the scrambled image out of an Archos flash ROM dump
13 * 13 *
14 * All files in this archive are subject to the GNU General Public License. 14 * This program is free software; you can redistribute it and/or
15 * See the file COPYING in the source tree root for full license agreement. 15 * modify it under the terms of the GNU General Public License
16 * as published by the Free Software Foundation; either version 2
17 * of the License, or (at your option) any later version.
16 * 18 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 19 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied. 20 * KIND, either express or implied.
diff --git a/flash/make_firmware/make_firmware.c b/flash/make_firmware/make_firmware.c
index 6fbc26ab2f..9b5b55f8de 100644
--- a/flash/make_firmware/make_firmware.c
+++ b/flash/make_firmware/make_firmware.c
@@ -12,8 +12,10 @@
12 * Autoring tool for the firmware image to be programmed into Flash ROM 12 * Autoring tool for the firmware image to be programmed into Flash ROM
13 * It composes the flash content with header, bootloader and image(s) 13 * It composes the flash content with header, bootloader and image(s)
14 * 14 *
15 * All files in this archive are subject to the GNU General Public License. 15 * This program is free software; you can redistribute it and/or
16 * See the file COPYING in the source tree root for full license agreement. 16 * modify it under the terms of the GNU General Public License
17 * as published by the Free Software Foundation; either version 2
18 * of the License, or (at your option) any later version.
17 * 19 *
18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19 * KIND, either express or implied. 21 * KIND, either express or implied.