mirror of https://github.com/acidanthera/audk.git
Fix a typo in generated copyright.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3453 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2cfae61ec7
commit
630bc731d4
|
@ -149,7 +149,7 @@ public class MsaWriter {
|
||||||
}
|
}
|
||||||
|
|
||||||
msaheader
|
msaheader
|
||||||
.setCopyright("Copyright (c) 2006, Intel Corporation. All right reserved.");
|
.setCopyright("Copyright (c) 2007, Intel Corporation. All rights reserved.");
|
||||||
msaheader.setVersion("1.0");
|
msaheader.setVersion("1.0");
|
||||||
msaheader.setAbstract("Component name for module " + mi.modulename);
|
msaheader.setAbstract("Component name for module " + mi.modulename);
|
||||||
msaheader.setDescription("FIX ME!");
|
msaheader.setDescription("FIX ME!");
|
||||||
|
|
Loading…
Reference in New Issue