diff options
author | jjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-01 09:39:30 +0000 |
---|---|---|
committer | jjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-09-01 09:39:30 +0000 |
commit | 987912ad48b812ad7dc94dc0ab8cc03ed793a2d2 (patch) | |
tree | cae3ed72c6e88cdddd255f27ca41734440c6a3f4 /Tools | |
parent | 83fba802560b3446de68ac1c280773cf1a4271be (diff) | |
download | edk2-platforms-987912ad48b812ad7dc94dc0ab8cc03ed793a2d2.tar.xz |
add the copyright info and the file description.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1429 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
4 files changed, 50 insertions, 0 deletions
diff --git a/Tools/Source/ContextTool/org/tianocore/context/ContextMain.java b/Tools/Source/ContextTool/org/tianocore/context/ContextMain.java index 991d81a357..ec2e5b9996 100644 --- a/Tools/Source/ContextTool/org/tianocore/context/ContextMain.java +++ b/Tools/Source/ContextTool/org/tianocore/context/ContextMain.java @@ -1,3 +1,15 @@ +/** @file
+ File is ContextMain class .
+
+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.
+**/
package org.tianocore.context;
public class ContextMain {
diff --git a/Tools/Source/ContextTool/org/tianocore/context/HelpInfo.java b/Tools/Source/ContextTool/org/tianocore/context/HelpInfo.java index 09daf023b6..17e07ce7a1 100644 --- a/Tools/Source/ContextTool/org/tianocore/context/HelpInfo.java +++ b/Tools/Source/ContextTool/org/tianocore/context/HelpInfo.java @@ -1,3 +1,16 @@ +/** @file
+ File is HelpInfo class which is used to output the usage info.
+
+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.
+**/
+
package org.tianocore.context;
public class HelpInfo {
diff --git a/Tools/Source/ContextTool/org/tianocore/context/ParseParameter.java b/Tools/Source/ContextTool/org/tianocore/context/ParseParameter.java index d74801e279..a0723b6528 100644 --- a/Tools/Source/ContextTool/org/tianocore/context/ParseParameter.java +++ b/Tools/Source/ContextTool/org/tianocore/context/ParseParameter.java @@ -1,3 +1,16 @@ +/** @file
+ File is ParseParameter class which is used to parse the validity of user's input args
+ and standardize them.
+
+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.
+**/
package org.tianocore.context;
public class ParseParameter {
diff --git a/Tools/Source/ContextTool/org/tianocore/context/TargetFile.java b/Tools/Source/ContextTool/org/tianocore/context/TargetFile.java index 2374c1b8fc..2b10d7cb48 100644 --- a/Tools/Source/ContextTool/org/tianocore/context/TargetFile.java +++ b/Tools/Source/ContextTool/org/tianocore/context/TargetFile.java @@ -1,3 +1,15 @@ +/** @file
+ File is TargetFile class which is used to generate the new target.txt.
+
+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.
+**/
package org.tianocore.context;
import java.io.BufferedReader;
|