From a03c4728275d119af5f66c4a69e8d9d5a1730031 Mon Sep 17 00:00:00 2001 From: Yonghee Han Date: Wed, 27 Jul 2016 16:42:54 +0900 Subject: Imported Upstream version 2.5.1.1 Change-Id: Ie290b0e68882590d8a64fab165a943940b7c98ed --- roms/ipxe/src/crypto/chap.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'roms/ipxe/src/crypto/chap.c') diff --git a/roms/ipxe/src/crypto/chap.c b/roms/ipxe/src/crypto/chap.c index db64371c7..c90c16def 100644 --- a/roms/ipxe/src/crypto/chap.c +++ b/roms/ipxe/src/crypto/chap.c @@ -15,9 +15,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301, USA. + * + * You can also choose to distribute this program under the terms of + * the Unmodified Binary Distribution Licence (as given in the file + * COPYING.UBDL), provided that you have satisfied its requirements. */ -FILE_LICENCE ( GPL2_OR_LATER ); +FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #include #include -- cgit v1.2.3