
10 Jul
2009
10 Jul
'09
5 p.m.
On Friday 10 July 2009 10:34:20 Wolfgang Denk wrote:
Mike Frysinger wrote:
Mike Frysinger wrote:
--- /dev/null +++ b/cpu/blackfin/os_log.c @@ -0,0 +1,30 @@ +/*
- functions for handling OS log buffer
- Copyright (c) 2009 Analog Devices Inc.
- Licensed under the 2-clause BSD.
- */
Please use "GPLv2 or later"; see http://www.denx.de/wiki/U-Boot/Patches
that note says it must be GPLv3 compatible, which BSD is. there is no problem including BSD software with any GPL version
Then please explain exactly what "2-clause BSD" is referring to.
-> http://www.google.com/search?q=2-clause+bsd -> http://en.wikipedia.org/wiki/BSD_licenses -> the BSD license with only 2 clauses, not the original 4 clause or the 3 clause, i.e. no advertising clause -mike