org.owasp.webscarab
Class LICENSE

java.lang.Object
  extended by org.owasp.webscarab.LICENSE

public final class LICENSE
extends java.lang.Object

Retrieves the license information for any OWASP source file. It prints out the GNU Public License and provides a static String that contains the GPL, version 2.

Since:
beta 1
Version:
beta 1
CVS $Release$ $Author: rogan $
Author:
GNU, ingo@ingostruck.de

Field Summary
static java.lang.String GPL
          A copy of the GNU GENERAL PUBLIC LICENSE (GPL), cf.
 
Method Summary
static void main()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GPL

public static final java.lang.String GPL
A copy of the GNU GENERAL PUBLIC LICENSE (GPL), cf. http://www.gnu.org

See Also:
Constant Field Values
Method Detail

main

public static final void main()