Skip to content

Commit

Permalink
[legal] Add FILE_LICENCE macro to some GPL-v2 files
Browse files Browse the repository at this point in the history
Changes were made to files where the licence text within the files
themselves confirms that the files are GPL version 2.

Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Shao Miller authored and mcb30 committed Dec 3, 2010
1 parent 87723a0 commit 79a3799
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/pcmcia.c
Expand Up @@ -25,6 +25,9 @@
* at some point. If there's anything obvious or better, not-so-obvious,
* please contact me by e-mail: anselm (AT) hoffmeister (DOT) be *THANKS*
*/

FILE_LICENCE ( GPL2_ONLY );

#include <stdio.h>
#include <pcmcia.h>
#include <i82365.h>
Expand Down
2 changes: 2 additions & 0 deletions src/core/stringextra.c
Expand Up @@ -10,6 +10,8 @@
* published by the Free Software Foundation.
*/

FILE_LICENCE ( GPL2_ONLY );

/*
* stupid library routines.. The optimized versions should generally be found
* as inline code in <asm-xx/string.h>
Expand Down
2 changes: 2 additions & 0 deletions src/include/i82365.h
Expand Up @@ -14,6 +14,8 @@
* are Copyright (C) 1999 David A. Hinds. All Rights Reserved.
*/

FILE_LICENCE ( GPL2_ONLY );

#ifndef _LINUX_I82365_H
#define _LINUX_I82365_H

Expand Down

0 comments on commit 79a3799

Please sign in to comment.