diff options
| author | Shao Miller | 2010-03-20 18:09:39 +0100 |
|---|---|---|
| committer | Michael Brown | 2010-12-04 00:38:15 +0100 |
| commit | 3b517101563cb224dda2e2780db4c6eef32ded38 (patch) | |
| tree | d192123d95e71efd35a7400ef2fb8d6e34b96e50 /src/drivers/bus | |
| parent | [legal] Add FILE_LICENCE macro to some GPL-v2 files (diff) | |
| download | ipxe-3b517101563cb224dda2e2780db4c6eef32ded38.tar.gz ipxe-3b517101563cb224dda2e2780db4c6eef32ded38.tar.xz ipxe-3b517101563cb224dda2e2780db4c6eef32ded38.zip | |
[legal] Add FILE_LICENCE macro to some GPL-v2-or-later files
Changes were made to files where the licence text within the files
themselves confirms that the files are GPL version 2 or later.
Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/bus')
| -rw-r--r-- | src/drivers/bus/virtio-ring.c | 2 |
1 files changed, 2 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" |
