X-Git-Url: https://code.delx.au/refind/blobdiff_plain/22024d99cdd226ab82566c7973c6a34a47d26c37..bda402d8bb74587c5a813c94a0c8626e0e4f18fe:/EfiLib/gnuefi-helper.c diff --git a/EfiLib/gnuefi-helper.c b/EfiLib/gnuefi-helper.c index 2c344b1..d4f269d 100644 --- a/EfiLib/gnuefi-helper.c +++ b/EfiLib/gnuefi-helper.c @@ -2,11 +2,16 @@ * EfiLib/gnuefi-helper.c * GNU-EFI support functions * - * Copyright (c) 2014 Roderick W. Smith - * With extensive borrowing from other sources (mostly Tianocore) + * Borrowed from the TianoCore EDK II, with modifications by Rod Smith * - * This software is licensed under the terms of the GNU GPLv3, - * a copy of which should come with this file. + * Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.
+ * This program and the accompanying materials + * are licensed and made available under the terms and conditions of the BSD License + * which accompanies this distribution. The full text of the license may be found at + * http://opensource.org/licenses/bsd-license.php + * + * THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, + * WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. * */ @@ -307,4 +312,4 @@ GetNextDevicePathInstance ( } return ReturnValue; -} \ No newline at end of file +}