diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-13 13:15:21 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-13 13:15:21 +0000 |
commit | 20fa842edbba3d578298435cceefb68cf343c430 (patch) | |
tree | 2130f890ca9b54ba3161ae07d93012d21885ca98 /Tools/Source/Common | |
parent | 4aca4e8213549b6a91b80dfbe16601ef250d8287 (diff) | |
download | edk2-platforms-20fa842edbba3d578298435cceefb68cf343c430.tar.xz |
Fixed MSA files so that they have unique names and removed extra copyright and license information in the comment - these are in the header.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@990 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/Common')
-rw-r--r-- | Tools/Source/Common/Common.msa | 36 |
1 files changed, 13 insertions, 23 deletions
diff --git a/Tools/Source/Common/Common.msa b/Tools/Source/Common/Common.msa index 5c1b5f853c..fa7f93a5cf 100644 --- a/Tools/Source/Common/Common.msa +++ b/Tools/Source/Common/Common.msa @@ -1,14 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright (c) 2006, Intel Corporation
-All rights reserved. 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
-http://opensource.org/licenses/bsd-license.php
-
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
--->
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" >
<MsaHeader>
<ModuleName>Common Java Classes</ModuleName>
@@ -25,15 +15,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. </Description>
<Copyright>Copyright 2005-2006, Intel Corporation</Copyright>
<License>
- All rights reserved.
- 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
- http://opensource.org/licenses/bsd-license.php
+All rights reserved.
+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
+http://opensource.org/licenses/bsd-license.php
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
</License>
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
</MsaHeader>
@@ -43,10 +33,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <OutputFileBasename>NULL</OutputFileBasename>
</ModuleDefinitions>
<SourceFiles>
- <Filename>build.xml</Filename> - <Filename>org/tianocore/exception/EdkException.java</Filename> - <Filename>org/tianocore/logger/DefaultLogger.java</Filename> - <Filename>org/tianocore/logger/EdkLog.java</Filename> - <Filename>org/tianocore/logger/LogMethod.java</Filename> + <Filename>build.xml</Filename>
+ <Filename>org/tianocore/exception/EdkException.java</Filename>
+ <Filename>org/tianocore/logger/DefaultLogger.java</Filename>
+ <Filename>org/tianocore/logger/EdkLog.java</Filename>
+ <Filename>org/tianocore/logger/LogMethod.java</Filename>
</SourceFiles>
</ModuleSurfaceArea>
|