summaryrefslogtreecommitdiff
path: root/flash/make_firmware/make_firmware.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash/make_firmware/make_firmware.c')
-rw-r--r--flash/make_firmware/make_firmware.c6
1 files changed, 4 insertions, 2 deletions
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.