]> code.delx.au - refind/blobdiff - EfiLib/gnuefi-helper.c
Added AARCH64 support to refind-install.
[refind] / EfiLib / gnuefi-helper.c
index 2c344b16e3e0bd8e8e4bdc823399a4413d52c6d4..d4f269df918dfb2e7f32d9ae33938e4b0c7dd2e4 100644 (file)
@@ -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.<BR>
+ * 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
+}