diff options
Diffstat (limited to 'flash')
| -rw-r--r-- | flash/bootbox/main.c | 6 | ||||
| -rw-r--r-- | flash/bootloader/bootloader.c | 6 | ||||
| -rw-r--r-- | flash/extract/extract.c | 6 | ||||
| -rw-r--r-- | flash/make_firmware/make_firmware.c | 6 |
4 files changed, 16 insertions, 8 deletions
diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c index 96878d2..037ffb0 100644 --- a/flash/bootbox/main.c +++ b/flash/bootbox/main.c @@ -13,8 +13,10 @@ * booting into a full features one. Aside from that it does charging * and USB mode, to enable copying the desired firmware. * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/flash/bootloader/bootloader.c b/flash/bootloader/bootloader.c index e973a30..dc094d1 100644 --- a/flash/bootloader/bootloader.c +++ b/flash/bootloader/bootloader.c @@ -14,8 +14,10 @@ * It's task is to copy Rockbox from Flash to DRAM. * The image(s) in flash may optionally be compressed with UCL 2e * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/flash/extract/extract.c b/flash/extract/extract.c index f5bf264..e6ea2ef 100644 --- a/flash/extract/extract.c +++ b/flash/extract/extract.c @@ -11,8 +11,10 @@ * * Tool to extract the scrambled image out of an Archos flash ROM dump * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. diff --git a/flash/make_firmware/make_firmware.c b/flash/make_firmware/make_firmware.c index 6fbc26a..9b5b55f 100644 --- a/flash/make_firmware/make_firmware.c +++ b/flash/make_firmware/make_firmware.c @@ -12,8 +12,10 @@ * Autoring tool for the firmware image to be programmed into Flash ROM * It composes the flash content with header, bootloader and image(s) * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. + * 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 2 + * of the License, or (at your option) any later version. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. |