From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 08 May 2009 09:20:33 -0400 Subject: [U-Boot] Add a new command to U-Boot In-Reply-To: References: Message-ID: <4A0431A1.8060607@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Excellent, but... Deepak Gopalakrishnan wrote: [snip] > this is the content of firrst u-boot command i wrote: > > cmd_dgprint.c > > /* > * (C) Copyright 2005 > * Wolfgang Denk, DENX Software Engineering, wd at denx.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 as > * published by the Free Software Foundation; either version 2 of > * the License, or (at your option) any later version. ...you should put your own copyright with the correct year in it. Note also that u-boot is licensed using the GPLv2 so, if you distribute u-boot with your modifications linked into it, you must use a GPLv2 compatible license for your code. Welcome and enjoy your stay in u-boot-land, :-) gvb