X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FResetRuntimeDxe%2Freset.c;h=3b9129ed2935db0a3c173231bba7e8fa944aba62;hp=3327b8d1ec25873ad140bb15615598b93803b9be;hb=76c09700edc67686b29662e81a3ca7d947594ce5;hpb=2ef2b01e07c02db339f34004445734a2dbdd80e1 diff --git a/EmbeddedPkg/ResetRuntimeDxe/reset.c b/EmbeddedPkg/ResetRuntimeDxe/reset.c index 3327b8d1ec..3b9129ed29 100644 --- a/EmbeddedPkg/ResetRuntimeDxe/reset.c +++ b/EmbeddedPkg/ResetRuntimeDxe/reset.c @@ -1,8 +1,8 @@ /** @file - Copyright (c) 2008-2009, Apple Inc. All rights reserved. - - All rights reserved. This program and the accompanying materials + Copyright (c) 2008 - 2009, Apple Inc. 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 @@ -57,7 +57,7 @@ InitializeReset ( EFI_HANDLE Handle; LibInitializeResetSystem (ImageHandle, SystemTable); - + SystemTable->RuntimeServices->ResetSystem = ResetSystemViaLib; Handle = NULL;