net.sourceforge.cobertura.util
Class Copyright

java.lang.Object
  extended bynet.sourceforge.cobertura.util.Copyright

public abstract class Copyright
extends java.lang.Object


Field Summary
static java.lang.String[][] COPYRIGHT
           
static int NAME
           
static int YEARS
           
 
Constructor Summary
Copyright()
           
 
Method Summary
static void print(java.io.PrintStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final int NAME
See Also:
Constant Field Values

YEARS

public static final int YEARS
See Also:
Constant Field Values

COPYRIGHT

public static final java.lang.String[][] COPYRIGHT
Constructor Detail

Copyright

public Copyright()
Method Detail

print

public static void print(java.io.PrintStream out)