]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/EfiDriverLib.c
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Dxe / EfiDriverLib / EfiDriverLib.c
index f1af8cc74d06c90e1add26aa56bd556946caf3cd..3de6c59dc28810c8bea1f9e04dc60b67b420cf17 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -138,6 +138,11 @@ NextSupportedLanguage (
 #ifdef LANGUAGE_RFC_3066   // LANGUAGE_RFC_3066\r
   for (; (*Languages != 0) && (*Languages != ';'); Languages++)\r
     ;\r
+\r
+  if (*Languages == ';') {\r
+    Languages++;\r
+  }\r
+\r
   return Languages;\r
 #else                      // LANGUAGE_ISO_639_2\r
   return (Languages + 3);\r