X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FDataHubStdErrDxe%2FDataHubStdErr.c;h=d400cda00784698694b2e4f7611473d77c94d406;hp=7dd893b3b8eb709a35207710937e83fd6806b6bc;hb=0a6f48249a601f88af124ae1ff6814b195b699c3;hpb=8b7a3578165b14ebbadc08e80fdfdf88fd2afde4 diff --git a/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c b/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c index 7dd893b3b8..d400cda007 100644 --- a/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c +++ b/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErr.c @@ -2,8 +2,8 @@ Data Hub filter driver that takes DEBUG () info from Data Hub and writes it to StdErr if it exists. -Copyright (c) 2006 - 2009, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2006 - 2018, 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 @@ -56,7 +56,7 @@ DataHubStdErrEventHandler ( // // If StdErr is not yet initialized just return a DEBUG print in the BDS // after consoles are connect will make sure data gets flushed properly - // when StdErr is availible. + // when StdErr is available. // if (gST == NULL) { return ; @@ -65,7 +65,7 @@ DataHubStdErrEventHandler ( if (gST->StdErr == NULL) { return ; } - + // // Mtc of zero means return the next record that has not been read by the // event handler.