diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-02-26 17:49:38 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-02-26 17:59:53 +0000 |
commit | 5e95a79241463af3b1ea5d3015e8dada7c1c33db (patch) | |
tree | 5b2d84010f805f94694851faa532da2f339d6962 /src/drivers/net/pnic.c | |
parent | f57743f2590a4c314c1c6998cc118495add5343e (diff) | |
download | ipxe-5e95a79241463af3b1ea5d3015e8dada7c1c33db.tar.gz |
[legal] Include full licence text for all GPL2_OR_LATER files
Add the standard warranty disclaimer and Free Software Foundation
address paragraphs to the licence text where these are not currently
present.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/pnic.c')
-rw-r--r-- | src/drivers/net/pnic.c | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/drivers/net/pnic.c b/src/drivers/net/pnic.c index 4170cc640..ca64299ea 100644 --- a/src/drivers/net/pnic.c +++ b/src/drivers/net/pnic.c @@ -6,8 +6,18 @@ Bochs Pseudo NIC driver for Etherboot /* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2, or (at - * your option) any later version. + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. * * See pnic_api.h for an explanation of the Bochs Pseudo NIC. */ |