[U-Boot] Add a new command to U-Boot

Jerry Van Baren gerald.vanbaren at ge.com
Fri May 8 15:20:33 CEST 2009


Excellent, but...

Deepak Gopalakrishnan wrote:

[snip]

> this is the content of firrst u-boot command i wrote:
> 
> cmd_dgprint.c
> <code>
> /*
>  * (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.
   <http://www.gnu.org/philosophy/license-list.html>
   <http://en.wikipedia.org/wiki/License_compatibility>

Welcome and enjoy your stay in u-boot-land,  :-)
gvb


More information about the U-Boot mailing list