proguard
Class GPL

java.lang.Object
  extended by proguard.GPL

public class GPL
extends java.lang.Object

This class checks and prints out information about the GPL.


Constructor Summary
GPL()
           
 
Method Summary
static void check()
          Prints out a note about the GPL if ProGuard is linked against unknown code.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPL

public GPL()
Method Detail

check

public static void check()
Prints out a note about the GPL if ProGuard is linked against unknown code.


main

public static void main(java.lang.String[] args)