com.ibm.di.server
Class CopyRight

java.lang.Object
  extended by com.ibm.di.server.CopyRight

public class CopyRight
extends Object

The copyright notice for binary java code required by legal.


Field Summary
static String OBJECT_CODE
          The copyright notice for binary java code required by legal.
 
Constructor Summary
CopyRight()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OBJECT_CODE

public static final String OBJECT_CODE
The copyright notice for binary java code required by legal.

See Also:
Constant Field Values
Constructor Detail

CopyRight

public CopyRight()