mirror of https://github.com/ipxe/ipxe.git
[legal] Add MIT licence declaration
Signed-off-by: Michael Brown <mcb30@etherboot.org>pull/1/head
parent
fc9750a68d
commit
3f274a6950
|
@ -501,6 +501,16 @@ int __debug_disable;
|
||||||
#define FILE_LICENCE_BSD2 \
|
#define FILE_LICENCE_BSD2 \
|
||||||
PROVIDE_SYMBOL ( __licence_bsd2 )
|
PROVIDE_SYMBOL ( __licence_bsd2 )
|
||||||
|
|
||||||
|
/** Declare a file as being under the one-clause MIT-style licence
|
||||||
|
*
|
||||||
|
* This licence declaration is applicable when a file states itself to
|
||||||
|
* be licensed under terms allowing redistribution for any purpose
|
||||||
|
* with or without fee, provided that the copyright notice and
|
||||||
|
* permission notice appear in all copies.
|
||||||
|
*/
|
||||||
|
#define FILE_LICENCE_MIT \
|
||||||
|
PROVIDE_SYMBOL ( __licence_mit )
|
||||||
|
|
||||||
/** Declare a particular licence as applying to a file */
|
/** Declare a particular licence as applying to a file */
|
||||||
#define FILE_LICENCE( _licence ) FILE_LICENCE_ ## _licence
|
#define FILE_LICENCE( _licence ) FILE_LICENCE_ ## _licence
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue