diff options
author | erictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-12 03:29:24 +0000 |
---|---|---|
committer | erictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-02-12 03:29:24 +0000 |
commit | b7bc11a4ff619ad03fce5b76b9c957563b16d2d8 (patch) | |
tree | 8ecd57fb5ac267a8990a3425136d38272525a5e4 /MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c | |
parent | c161dce561b8c430fc8d7c9eff5d9158e3aab230 (diff) | |
download | edk2-b7bc11a4ff619ad03fce5b76b9c957563b16d2d8.tar.gz edk2-b7bc11a4ff619ad03fce5b76b9c957563b16d2d8.tar.bz2 edk2-b7bc11a4ff619ad03fce5b76b9c957563b16d2d8.zip |
correct Intel's copyright date as the changes checked-in at r11273 & r11272 are contributed by third party.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11311 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c')
-rw-r--r-- | MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c index 9ed1af225b..3b6efac1bc 100644 --- a/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c +++ b/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c @@ -3,7 +3,7 @@ Implement all four UEFI Runtime Variable services for the nonvolatile
and volatile storage space and install variable architecture protocol.
-Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2010, 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
|