From afc244a59d76be23471719d1cffd27785c59a3e8 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Wed, 5 Aug 2015 07:10:01 +0000 Subject: [PATCH] UiApp: Update copyright info, cover old code existed in old BdsDxe driver. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Ruiyu Ni git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18163 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Application/UiApp/BootMaint/Bm.vfr | 2 +- .../Application/UiApp/BootMaint/BmLib.c | 2 +- .../Application/UiApp/BootMaint/Bmstring.uni | Bin 41508 -> 41522 bytes .../Application/UiApp/BootMaint/BootMaint.c | 2 +- .../Application/UiApp/BootMaint/BootMaint.h | 2 +- .../Application/UiApp/BootMaint/BootOption.c | 2 +- .../UiApp/BootMaint/ConsoleOption.c | 2 +- .../Application/UiApp/BootMaint/Data.c | 2 +- .../Application/UiApp/BootMaint/FE.vfr | 2 +- .../UiApp/BootMaint/FileExplorer.c | 2 +- .../Application/UiApp/BootMaint/FormGuid.h | 2 +- .../Application/UiApp/BootMaint/UpdatePage.c | 2 +- .../Application/UiApp/BootMaint/Variable.c | 2 +- .../Application/UiApp/BootMngr/BootManager.c | 2 +- .../Application/UiApp/BootMngr/BootManager.h | 2 +- .../UiApp/BootMngr/BootManagerStrings.uni | Bin 3518 -> 3532 bytes .../UiApp/BootMngr/BootManagerVfr.Vfr | 2 +- .../UiApp/DeviceMngr/DeviceManager.c | 2 +- .../UiApp/DeviceMngr/DeviceManager.h | 2 +- .../UiApp/DeviceMngr/DeviceManagerStrings.uni | Bin 7086 -> 7100 bytes .../UiApp/DeviceMngr/DeviceManagerVfr.Vfr | 2 +- .../UiApp/DeviceMngr/DriverHealthVfr.Vfr | 2 +- MdeModulePkg/Application/UiApp/FormsetGuid.h | 2 +- MdeModulePkg/Application/UiApp/FrontPage.c | 2 +- MdeModulePkg/Application/UiApp/FrontPage.h | 2 +- .../Application/UiApp/FrontPageStrings.uni | Bin 11190 -> 11190 bytes .../Application/UiApp/FrontPageVfr.Vfr | 2 +- MdeModulePkg/Application/UiApp/Language.c | 2 +- MdeModulePkg/Application/UiApp/Language.h | 2 +- MdeModulePkg/Application/UiApp/String.c | 2 +- MdeModulePkg/Application/UiApp/String.h | 2 +- MdeModulePkg/Application/UiApp/Strings.uni | Bin 4702 -> 4716 bytes MdeModulePkg/Application/UiApp/Ui.h | 2 +- MdeModulePkg/Application/UiApp/UiApp.inf | 2 +- 34 files changed, 29 insertions(+), 29 deletions(-) diff --git a/MdeModulePkg/Application/UiApp/BootMaint/Bm.vfr b/MdeModulePkg/Application/UiApp/BootMaint/Bm.vfr index 92474124e2..de1ffba9cb 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/Bm.vfr +++ b/MdeModulePkg/Application/UiApp/BootMaint/Bm.vfr @@ -2,7 +2,7 @@ // // Boot Maintenance Utility Formset // -// Copyright (c) 2015, Intel Corporation. All rights reserved.
+// Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/BmLib.c b/MdeModulePkg/Application/UiApp/BootMaint/BmLib.c index 2b98076512..82f677de63 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/BmLib.c +++ b/MdeModulePkg/Application/UiApp/BootMaint/BmLib.c @@ -1,7 +1,7 @@ /** @file Utility routines used by boot maintenance modules. -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/Bmstring.uni b/MdeModulePkg/Application/UiApp/BootMaint/Bmstring.uni index f93c041a743bb1d1e592407f8a47d978c96ff087..8d9544db450322835972597234a07d76207e1102 100644 GIT binary patch delta 20 ccmZ2-glW?erU_@*4H!%q6c}_j9*tiJ08(oQZ2$lO delta 12 UcmdmVglWkUrU_>@-ilZV04mi6!vFvP diff --git a/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c b/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c index 91af4890d4..0a6eb6c99b 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c +++ b/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c @@ -1,7 +1,7 @@ /** @file The functions for Boot Maintainence Main menu. -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.h b/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.h index 49cbd3e89b..69cf7605b9 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.h +++ b/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.h @@ -1,7 +1,7 @@ /** @file Header file for boot maintenance module. -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/BootOption.c b/MdeModulePkg/Application/UiApp/BootMaint/BootOption.c index 1ad93bf6cf..fa88f6344f 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/BootOption.c +++ b/MdeModulePkg/Application/UiApp/BootMaint/BootOption.c @@ -5,7 +5,7 @@ Boot option manipulation -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/ConsoleOption.c b/MdeModulePkg/Application/UiApp/BootMaint/ConsoleOption.c index 5407207dc8..d86c73352d 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/ConsoleOption.c +++ b/MdeModulePkg/Application/UiApp/BootMaint/ConsoleOption.c @@ -1,7 +1,7 @@ /** @file handles console redirection from boot manager -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/Data.c b/MdeModulePkg/Application/UiApp/BootMaint/Data.c index 9c7256f9ed..7e86211b4e 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/Data.c +++ b/MdeModulePkg/Application/UiApp/BootMaint/Data.c @@ -1,7 +1,7 @@ /** @file Define some data used for Boot Maint -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/FE.vfr b/MdeModulePkg/Application/UiApp/BootMaint/FE.vfr index 5eca6343bf..0a9bb3e0f4 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/FE.vfr +++ b/MdeModulePkg/Application/UiApp/BootMaint/FE.vfr @@ -2,7 +2,7 @@ // // File Explorer Formset // -// Copyright (c) 2015, Intel Corporation. All rights reserved.
+// Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/FileExplorer.c b/MdeModulePkg/Application/UiApp/BootMaint/FileExplorer.c index f6fc19278a..b459fba5bb 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/FileExplorer.c +++ b/MdeModulePkg/Application/UiApp/BootMaint/FileExplorer.c @@ -1,7 +1,7 @@ /** @file File explorer related functions. -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/FormGuid.h b/MdeModulePkg/Application/UiApp/BootMaint/FormGuid.h index 2126b3d67a..c80d7921a0 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/FormGuid.h +++ b/MdeModulePkg/Application/UiApp/BootMaint/FormGuid.h @@ -1,7 +1,7 @@ /** @file Formset guids, form id and VarStore data structure for Boot Maintenance Manager. -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/UpdatePage.c b/MdeModulePkg/Application/UiApp/BootMaint/UpdatePage.c index 938912bfbe..d85f2eaef9 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/UpdatePage.c +++ b/MdeModulePkg/Application/UiApp/BootMaint/UpdatePage.c @@ -1,7 +1,7 @@ /** @file Dynamically update the pages. -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMaint/Variable.c b/MdeModulePkg/Application/UiApp/BootMaint/Variable.c index cbcd276278..5e5592fb93 100644 --- a/MdeModulePkg/Application/UiApp/BootMaint/Variable.c +++ b/MdeModulePkg/Application/UiApp/BootMaint/Variable.c @@ -1,7 +1,7 @@ /** @file Variable operation that will be used by bootmaint -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMngr/BootManager.c b/MdeModulePkg/Application/UiApp/BootMngr/BootManager.c index 3612c581da..fa35ad4bf2 100644 --- a/MdeModulePkg/Application/UiApp/BootMngr/BootManager.c +++ b/MdeModulePkg/Application/UiApp/BootMngr/BootManager.c @@ -1,7 +1,7 @@ /** @file The platform boot manager reference implementation -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMngr/BootManager.h b/MdeModulePkg/Application/UiApp/BootMngr/BootManager.h index 34a07da975..a85973ed24 100644 --- a/MdeModulePkg/Application/UiApp/BootMngr/BootManager.h +++ b/MdeModulePkg/Application/UiApp/BootMngr/BootManager.h @@ -1,7 +1,7 @@ /** @file The platform boot manager reference implement -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/BootMngr/BootManagerStrings.uni b/MdeModulePkg/Application/UiApp/BootMngr/BootManagerStrings.uni index b784212af99c389852befc9655cdf9c6e9b1a816..013c15176ad3449ab83b40c1abe43865e11e1ba6 100644 GIT binary patch delta 18 ZcmdldeMWl1A$9`>69xqa-Hp4Mc>y{}1xEk? delta 10 ScmX>jy-#|=p^X>*@BjcF1O=P` diff --git a/MdeModulePkg/Application/UiApp/BootMngr/BootManagerVfr.Vfr b/MdeModulePkg/Application/UiApp/BootMngr/BootManagerVfr.Vfr index 06a156d492..a5465f4226 100644 --- a/MdeModulePkg/Application/UiApp/BootMngr/BootManagerVfr.Vfr +++ b/MdeModulePkg/Application/UiApp/BootMngr/BootManagerVfr.Vfr @@ -2,7 +2,7 @@ // // Browser formset. // -// Copyright (c) 2015, Intel Corporation. All rights reserved.
+// Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.c b/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.c index 8e3a9f1370..0256500798 100644 --- a/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.c +++ b/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.c @@ -1,7 +1,7 @@ /** @file The platform device manager reference implementation -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.h b/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.h index 057fc47c0e..9c1c34160a 100644 --- a/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.h +++ b/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.h @@ -1,7 +1,7 @@ /** @file The platform device manager reference implement -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManagerStrings.uni b/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManagerStrings.uni index 4ce01f6789c7858d38197a85e9993575128a152a..551df81736e9cc3f2b3c1fd8c704631a388b42c9 100644 GIT binary patch delta 18 acmZ2yzQ=sR0d@lh69xqa-HkiHN&x^pdInkm delta 10 ScmdmEzRrBYfsN +// Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr b/MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr index e2f8ff5b8e..aa540563e7 100644 --- a/MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr +++ b/MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr @@ -2,7 +2,7 @@ // // Driver Health formset. // -// Copyright (c) 2015, Intel Corporation. All rights reserved.
+// Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/FormsetGuid.h b/MdeModulePkg/Application/UiApp/FormsetGuid.h index a0170357cf..68a5a3f481 100644 --- a/MdeModulePkg/Application/UiApp/FormsetGuid.h +++ b/MdeModulePkg/Application/UiApp/FormsetGuid.h @@ -1,7 +1,7 @@ /** @file FrontPage routines to handle the callbacks and browser calls -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/FrontPage.c b/MdeModulePkg/Application/UiApp/FrontPage.c index d30935be7a..d8fd4f9e9b 100644 --- a/MdeModulePkg/Application/UiApp/FrontPage.c +++ b/MdeModulePkg/Application/UiApp/FrontPage.c @@ -1,7 +1,7 @@ /** @file FrontPage routines to handle the callbacks and browser calls -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/FrontPage.h b/MdeModulePkg/Application/UiApp/FrontPage.h index c5d4c42746..52545d63c4 100644 --- a/MdeModulePkg/Application/UiApp/FrontPage.h +++ b/MdeModulePkg/Application/UiApp/FrontPage.h @@ -1,7 +1,7 @@ /** @file FrontPage routines to handle the callbacks and browser calls -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/FrontPageStrings.uni b/MdeModulePkg/Application/UiApp/FrontPageStrings.uni index 421db11cc4507ecbcb4a37ee9307b3cdd27de4d8..f2017d7adbfdd3a7e2110e8fe2c3d364d7dba07c 100644 GIT binary patch delta 14 WcmdlMzAb#hrO5}hG&cU)qXhsuqzAJA delta 16 YcmdlMzAb#hB}U`P2es5U{@SAj07G>L=Kufz diff --git a/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr b/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr index 4ede961745..82d241024b 100644 --- a/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr +++ b/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr @@ -2,7 +2,7 @@ // // Browser formset. // -// Copyright (c) 2015, Intel Corporation. All rights reserved.
+// Copyright (c) 2007 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/Language.c b/MdeModulePkg/Application/UiApp/Language.c index bd19f6462e..df7a0b3561 100644 --- a/MdeModulePkg/Application/UiApp/Language.c +++ b/MdeModulePkg/Application/UiApp/Language.c @@ -1,7 +1,7 @@ /** @file Language settings -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/Language.h b/MdeModulePkg/Application/UiApp/Language.h index c294e6c392..274de5ce2f 100644 --- a/MdeModulePkg/Application/UiApp/Language.h +++ b/MdeModulePkg/Application/UiApp/Language.h @@ -1,7 +1,7 @@ /** @file Language setting -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/String.c b/MdeModulePkg/Application/UiApp/String.c index b93b8ac54f..7884ae3fce 100644 --- a/MdeModulePkg/Application/UiApp/String.c +++ b/MdeModulePkg/Application/UiApp/String.c @@ -1,7 +1,7 @@ /** @file String support -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/String.h b/MdeModulePkg/Application/UiApp/String.h index 1aac6e8b9f..b8cb8762ec 100644 --- a/MdeModulePkg/Application/UiApp/String.h +++ b/MdeModulePkg/Application/UiApp/String.h @@ -1,7 +1,7 @@ /** @file String support -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/Strings.uni b/MdeModulePkg/Application/UiApp/Strings.uni index 7b101aa6e47b95e5a1a23ba3b4cc2f2e2c912f12..c1994d7b5987d8f4ebe8b8d3da4c70c5a7cc6ccf 100644 GIT binary patch delta 18 acmcbo@69xqa-Hp2!3jzQ@?FKyn delta 10 ScmaE(a!+N#p^X>j2m$~g83mI7 diff --git a/MdeModulePkg/Application/UiApp/Ui.h b/MdeModulePkg/Application/UiApp/Ui.h index 7ce7d476e9..413266d815 100644 --- a/MdeModulePkg/Application/UiApp/Ui.h +++ b/MdeModulePkg/Application/UiApp/Ui.h @@ -1,7 +1,7 @@ /** @file FrontPage routines to handle the callbacks and browser calls -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2011 - 2015, 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 diff --git a/MdeModulePkg/Application/UiApp/UiApp.inf b/MdeModulePkg/Application/UiApp/UiApp.inf index 26c6b1b94d..25d0605ed0 100644 --- a/MdeModulePkg/Application/UiApp/UiApp.inf +++ b/MdeModulePkg/Application/UiApp/UiApp.inf @@ -1,7 +1,7 @@ ## @file # UiApp module is driver for BDS phase. # -# Copyright (c) 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2011 - 2015, 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 -- 2.39.2