]> code.delx.au - refind/blobdiff - EfiLib/gnuefi-helper.c
Close to finished with debian/copyright revisions.
[refind] / EfiLib / gnuefi-helper.c
index 368246dc5e248964a475af80f85feebc2116722e..d4f269df918dfb2e7f32d9ae33938e4b0c7dd2e4 100644 (file)
@@ -1,12 +1,17 @@
 /*
- * EfiLib/gnuefi.h
- * GNU-EFI support in legacy boot code
+ * 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
+}