summaryrefslogtreecommitdiffstats
path: root/src/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/bus/virtio-ring.c2
-rw-r--r--src/drivers/net/atl1e.h2
-rw-r--r--src/drivers/net/via-velocity.c2
-rw-r--r--src/drivers/net/via-velocity.h2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/drivers/bus/virtio-ring.c b/src/drivers/bus/virtio-ring.c
index 987b31955..e55b6d0ed 100644
--- a/src/drivers/bus/virtio-ring.c
+++ b/src/drivers/bus/virtio-ring.c
@@ -14,6 +14,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include "etherboot.h"
#include "ipxe/io.h"
#include "ipxe/virtio-ring.h"
diff --git a/src/drivers/net/atl1e.h b/src/drivers/net/atl1e.h
index b09dbbc7d..e759ea49b 100644
--- a/src/drivers/net/atl1e.h
+++ b/src/drivers/net/atl1e.h
@@ -22,6 +22,8 @@
* Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#ifndef _ATL1E_H_
#define _ATL1E_H_
diff --git a/src/drivers/net/via-velocity.c b/src/drivers/net/via-velocity.c
index 5b10b6e66..f2326b8d1 100644
--- a/src/drivers/net/via-velocity.c
+++ b/src/drivers/net/via-velocity.c
@@ -38,6 +38,8 @@
* Indent Options: indent -kr -i8
*************************************************************************/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#include "etherboot.h"
#include "nic.h"
#include <ipxe/pci.h>
diff --git a/src/drivers/net/via-velocity.h b/src/drivers/net/via-velocity.h
index a43028bd9..b657224d2 100644
--- a/src/drivers/net/via-velocity.h
+++ b/src/drivers/net/via-velocity.h
@@ -24,6 +24,8 @@
* Copyright (c) 2006 by Timothy Legge <tlegge@rogers.com>
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
#ifndef VELOCITY_H
#define VELOCITY_H