diff options
author | Konstantin Aladyshev <aladyshev22@gmail.com> | 2022-07-24 17:47:39 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-02 05:34:38 +0000 |
commit | b6d324e06b1e4658a65af1630eb99ac5233bc789 (patch) | |
tree | 9215c16f76517e93a9e76d7c27fa02bfcad408d9 /BaseTools/Source/C | |
parent | 4e1133b946e6640308560a8cb848c3e0f57de4cd (diff) | |
download | edk2-b6d324e06b1e4658a65af1630eb99ac5233bc789.zip edk2-b6d324e06b1e4658a65af1630eb99ac5233bc789.tar.gz edk2-b6d324e06b1e4658a65af1630eb99ac5233bc789.tar.bz2 |
BaseTools/VolInfo: Update copyright information
Add Konstantin Aladyshev to the copyright header.
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/C')
-rw-r--r-- | BaseTools/Source/C/VolInfo/VolInfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BaseTools/Source/C/VolInfo/VolInfo.c b/BaseTools/Source/C/VolInfo/VolInfo.c index 8da4d5e..ffc396e 100644 --- a/BaseTools/Source/C/VolInfo/VolInfo.c +++ b/BaseTools/Source/C/VolInfo/VolInfo.c @@ -2,6 +2,7 @@ The tool dumps the contents of a firmware volume
Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@gmail.com><BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
|