]> git.proxmox.com Git - mirror_edk2.git/commitdiff
add the copyright info and the file description.
authorjjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Sep 2006 09:39:30 +0000 (09:39 +0000)
committerjjin9 <jjin9@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 1 Sep 2006 09:39:30 +0000 (09:39 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1429 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Source/ContextTool/org/tianocore/context/ContextMain.java
Tools/Source/ContextTool/org/tianocore/context/HelpInfo.java
Tools/Source/ContextTool/org/tianocore/context/ParseParameter.java
Tools/Source/ContextTool/org/tianocore/context/TargetFile.java

index 991d81a3575ed174f7fc9b22366a2e791bc155dc..ec2e5b9996baca4914d29167931fd8ceb5f35bce 100644 (file)
@@ -1,3 +1,15 @@
+/** @file\r
+  File is ContextMain class . \r
\r
+Copyright (c) 2006, Intel Corporation\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+**/\r
 package org.tianocore.context;\r
 \r
 public class ContextMain {\r
index 09daf023b67df0aa9dafbc106bc394f82c56a1c8..17e07ce7a1961cdb1d82e759fccd614fc50127b2 100644 (file)
@@ -1,3 +1,16 @@
+/** @file\r
+  File is HelpInfo class which is used to output the usage info. \r
\r
+Copyright (c) 2006, Intel Corporation\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+**/\r
+\r
 package org.tianocore.context;\r
 \r
 public class HelpInfo {\r
index d74801e279507a86f7a5296e664968e8bb8f51c1..a0723b6528481081c1b4fe4575bf978382077f2d 100644 (file)
@@ -1,3 +1,16 @@
+/** @file\r
+  File is ParseParameter class which is used to parse the validity of user's input args\r
+  and standardize them. \r
\r
+Copyright (c) 2006, Intel Corporation\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+**/\r
 package org.tianocore.context;\r
 \r
 public class ParseParameter {\r
index 2374c1b8fc0fc1ad43b4c321b323797ac654459b..2b10d7cb486575dc2bc807b031418b16ebdccca5 100644 (file)
@@ -1,3 +1,15 @@
+/** @file\r
+  File is TargetFile class which is used to generate the new target.txt. \r
\r
+Copyright (c) 2006, Intel Corporation\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+**/\r
 package org.tianocore.context;\r
 \r
 import java.io.BufferedReader;\r