From: Felipe Balbi Date: Wed, 15 Dec 2010 12:28:13 +0000 (+0200) Subject: scripts: signGP: Add GPL header X-Git-Tag: v1.5.0~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf3c9379965afd13a5615ae4a5c1a85e01af97c;p=pandora-x-loader.git scripts: signGP: Add GPL header Add the generic GPL header to signGP.c file. Signed-off-by: Felipe Balbi Acked-by: Nishanth Menon Signed-off-by: Anand Gadiyar --- diff --git a/scripts/signGP.c b/scripts/signGP.c index a60eee3..02dd99f 100644 --- a/scripts/signGP.c +++ b/scripts/signGP.c @@ -1,10 +1,25 @@ -// -// signGP.c -// Read the x-load.bin file and write out the x-load.bin.ift file. -// The signed image is the original pre-pended with the size of the image -// and the load address. If not entered on command line, file name is -// assumed to be x-load.bin in current directory and load address is -// 0x40200800. +/** + * signGP.c - Read the x-load.bin file and write out the x-load.bin.ift file + * + * The signed image is the original pre-pended with the size of the image + * and the load address. If not entered on command line, file name is + * assumed to be x-load.bin in current directory and load address is + * 0x40200800. + * + * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 of + * the License 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. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #include #include