diff options
author | Laszlo Ersek <lersek@redhat.com> | 2015-06-08 22:00:32 +0000 |
---|---|---|
committer | lersek <lersek@Edk2> | 2015-06-08 22:00:32 +0000 |
commit | 91a3cb343103dc6c681c7ac8ba598086ac32c492 (patch) | |
tree | 62b5d3c3d21a3bba96988acad308f64e12711ea4 | |
parent | 49b0a79388aba447d904f203ba2a421ada03a1f4 (diff) | |
download | edk2-platforms-91a3cb343103dc6c681c7ac8ba598086ac32c492.tar.xz |
ArmVirtPkg: XenRealTimeClockLib: fixup typo in Linaro copyright notice
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17581 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | ArmVirtPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmVirtPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.inf b/ArmVirtPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.inf index aafbfda6b4..109b63c2dc 100644 --- a/ArmVirtPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.inf +++ b/ArmVirtPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.inf @@ -1,6 +1,6 @@ #/** @file
#
-# Copyright (c) 2015, L Ltd. All rights reserved.<BR>
+# Copyright (c) 2015, Linaro Ltd. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
|