X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FContextTool%2Forg%2Ftianocore%2Fcontext%2FParseParameter.java;h=a0723b6528481081c1b4fe4575bf978382077f2d;hp=d74801e279507a86f7a5296e664968e8bb8f51c1;hb=ffacf6dc2f1245f72b61e8f78461ecf7ac217306;hpb=c74c7a43020713e9d9e11098e3118472d920c2ff 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 {