Revision: 18163
http://sourceforge.net/p/edk2/code/18163
Author: ydong10
Date: 2015-08-05 07:10:01 +0000 (Wed, 05 Aug 2015)
Log Message:
-----------
UiApp: Update copyright info, cover old code existed in old BdsDxe driver.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <[email protected]>
Reviewed-by: Ruiyu Ni <[email protected]>
Modified Paths:
--------------
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Bm.vfr
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BmLib.c
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Bmstring.uni
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.h
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootOption.c
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/ConsoleOption.c
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Data.c
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FE.vfr
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FileExplorer.c
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FormGuid.h
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/UpdatePage.c
trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Variable.c
trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManager.c
trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManager.h
trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManagerStrings.uni
trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManagerVfr.Vfr
trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.c
trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.h
trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManagerStrings.uni
trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManagerVfr.Vfr
trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr
trunk/edk2/MdeModulePkg/Application/UiApp/FormsetGuid.h
trunk/edk2/MdeModulePkg/Application/UiApp/FrontPage.c
trunk/edk2/MdeModulePkg/Application/UiApp/FrontPage.h
trunk/edk2/MdeModulePkg/Application/UiApp/FrontPageStrings.uni
trunk/edk2/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr
trunk/edk2/MdeModulePkg/Application/UiApp/Language.c
trunk/edk2/MdeModulePkg/Application/UiApp/Language.h
trunk/edk2/MdeModulePkg/Application/UiApp/String.c
trunk/edk2/MdeModulePkg/Application/UiApp/String.h
trunk/edk2/MdeModulePkg/Application/UiApp/Strings.uni
trunk/edk2/MdeModulePkg/Application/UiApp/Ui.h
trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.inf
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Bm.vfr
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Bm.vfr 2015-08-05
07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Bm.vfr 2015-08-05
07:10:01 UTC (rev 18163)
@@ -2,7 +2,7 @@
//
// Boot Maintenance Utility Formset
//
-// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
// 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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BmLib.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BmLib.c 2015-08-05
07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BmLib.c 2015-08-05
07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
Utility routines used by boot maintenance modules.
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Bmstring.uni
===================================================================
(Binary files differ)
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.c
2015-08-05 07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
The functions for Boot Maintainence Main menu.
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.h
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.h
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootMaint.h
2015-08-05 07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
Header file for boot maintenance module.
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootOption.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootOption.c
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/BootOption.c
2015-08-05 07:10:01 UTC (rev 18163)
@@ -5,7 +5,7 @@
Boot option manipulation
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/ConsoleOption.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/ConsoleOption.c
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/ConsoleOption.c
2015-08-05 07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
handles console redirection from boot manager
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Data.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Data.c 2015-08-05
07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Data.c 2015-08-05
07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
Define some data used for Boot Maint
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FE.vfr
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FE.vfr 2015-08-05
07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FE.vfr 2015-08-05
07:10:01 UTC (rev 18163)
@@ -2,7 +2,7 @@
//
// File Explorer Formset
//
-// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
// 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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FileExplorer.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FileExplorer.c
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FileExplorer.c
2015-08-05 07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
File explorer related functions.
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FormGuid.h
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FormGuid.h
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/FormGuid.h
2015-08-05 07:10:01 UTC (rev 18163)
@@ -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.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/UpdatePage.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/UpdatePage.c
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/UpdatePage.c
2015-08-05 07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
Dynamically update the pages.
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Variable.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Variable.c
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMaint/Variable.c
2015-08-05 07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
Variable operation that will be used by bootmaint
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManager.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManager.c
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManager.c
2015-08-05 07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
The platform boot manager reference implementation
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManager.h
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManager.h
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManager.h
2015-08-05 07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
The platform boot manager reference implement
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified:
trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManagerStrings.uni
===================================================================
(Binary files differ)
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManagerVfr.Vfr
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManagerVfr.Vfr
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/BootMngr/BootManagerVfr.Vfr
2015-08-05 07:10:01 UTC (rev 18163)
@@ -2,7 +2,7 @@
//
// Browser formset.
//
-// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
// 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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.c
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.c
2015-08-05 07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
The platform device manager reference implementation
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.h
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.h
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManager.h
2015-08-05 07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
The platform device manager reference implement
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified:
trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManagerStrings.uni
===================================================================
(Binary files differ)
Modified:
trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManagerVfr.Vfr
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManagerVfr.Vfr
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DeviceManagerVfr.Vfr
2015-08-05 07:10:01 UTC (rev 18163)
@@ -2,7 +2,7 @@
//
// Device Manager formset.
//
-// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
// 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
Modified:
trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr
2015-08-05 07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/DeviceMngr/DriverHealthVfr.Vfr
2015-08-05 07:10:01 UTC (rev 18163)
@@ -2,7 +2,7 @@
//
// Driver Health formset.
//
-// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
// 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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/FormsetGuid.h
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/FormsetGuid.h 2015-08-05
07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/FormsetGuid.h 2015-08-05
07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
FrontPage routines to handle the callbacks and browser calls
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/FrontPage.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/FrontPage.c 2015-08-05
07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/FrontPage.c 2015-08-05
07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
FrontPage routines to handle the callbacks and browser calls
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/FrontPage.h
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/FrontPage.h 2015-08-05
07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/FrontPage.h 2015-08-05
07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
FrontPage routines to handle the callbacks and browser calls
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/FrontPageStrings.uni
===================================================================
(Binary files differ)
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr 2015-08-05
07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/FrontPageVfr.Vfr 2015-08-05
07:10:01 UTC (rev 18163)
@@ -2,7 +2,7 @@
//
// Browser formset.
//
-// Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
// 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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/Language.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/Language.c 2015-08-05
07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/Language.c 2015-08-05
07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
Language settings
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/Language.h
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/Language.h 2015-08-05
07:08:02 UTC (rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/Language.h 2015-08-05
07:10:01 UTC (rev 18163)
@@ -1,7 +1,7 @@
/** @file
Language setting
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/String.c
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/String.c 2015-08-05 07:08:02 UTC
(rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/String.c 2015-08-05 07:10:01 UTC
(rev 18163)
@@ -1,7 +1,7 @@
/** @file
String support
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/String.h
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/String.h 2015-08-05 07:08:02 UTC
(rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/String.h 2015-08-05 07:10:01 UTC
(rev 18163)
@@ -1,7 +1,7 @@
/** @file
String support
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/Strings.uni
===================================================================
(Binary files differ)
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/Ui.h
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/Ui.h 2015-08-05 07:08:02 UTC
(rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/Ui.h 2015-08-05 07:10:01 UTC
(rev 18163)
@@ -1,7 +1,7 @@
/** @file
FrontPage routines to handle the callbacks and browser calls
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
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
Modified: trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.inf 2015-08-05 07:08:02 UTC
(rev 18162)
+++ trunk/edk2/MdeModulePkg/Application/UiApp/UiApp.inf 2015-08-05 07:10:01 UTC
(rev 18163)
@@ -1,7 +1,7 @@
## @file
# UiApp module is driver for BDS phase.
#
-# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2011 - 2015, Intel Corporation. All rights reserved.<BR>
# 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
------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits