]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/BdsDxe/Language.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / Language.h
index 3170b7d859bb2b7a89a917f119316ac73957665d..647730ff368d8226f57892e3c4cd2b9e8416e1b6 100644 (file)
@@ -1,38 +1,24 @@
 /** @file\r
   Language setting\r
 \r
-Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
-All rights reserved. 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
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
-#ifndef _LANGUAGE_H\r
-#define _LANGUAGE_H\r
+#ifndef _LANGUAGE_H_\r
+#define _LANGUAGE_H_\r
+\r
+/**\r
+  Determine the current language that will be used\r
+  based on language related EFI Variables.\r
 \r
-#include "String.h"\r
+  @param LangCodesSettingRequired If required to set LangCode variable\r
 \r
+**/\r
 VOID\r
 InitializeLanguage (\r
   BOOLEAN LangCodesSettingRequired\r
-  )\r
-/*++\r
-\r
-Routine Description:\r
-  Determine the current language that will be used\r
-  based on language related EFI Variables\r
-\r
-Arguments:\r
-  LangCodesSettingRequired - If required to set LangCode variable\r
-\r
-Returns:\r
-\r
---*/\r
-;\r
+  );\r
 \r
 #endif // _LANGUAGE_H_\r