tribble
Interface Copyright


public interface Copyright

Copyright notice.

 

Copyright Notice

 

All source code, documentation, test cases, etc., residing in the 'drt' package and any subpackages thereof are Copyright © by David R. Tribble, all rights reserved.

Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies and that both the copyright notice and this permission notice and warranty disclaimer appear in supporting documentation, and that the names of the authors or their employers not be used in advertising or publicity pertaining to distribution of the software without specific, prior written permission.

The authors and their employers disclaim all warranties with regard to this software, including all implied warranties of merchantability and fitness. In no event shall the authors or their employers be liable for any special, indirect or consequential damages or any damages whatsoever resulting from loss of use, data, or profits, whether in an action of contract, negligence, or other tortious action, arising out of or in connection with the use or performance of this software.

Any source code generated as a result of executing this code is not subject to any restrictions on its use or distribution. In particular, such generated source code is not subject to the same copyright restriction as the source code in this package (but such source code may be subject to other copyright restrictions imposed by the user of this package).

Since:
2001-04-23
Version:
$Revision: 1.1 $ $Date: 2001/09/30 15:03:15 $
Author:
David R. Tribble, david@tribble.com, http://david.tribble.com.
Copyright ©2001-2002 by David R. Tribble, all rights reserved.
See Also:
CodingRules, CodingStyle

Field Summary
static java.lang.String AUTHOR
          Authorship notice.
static java.lang.String COPYRIGHT
          Copyright notice.
static java.lang.String REV
          Revision information.
 

Field Detail

REV

static final java.lang.String REV
Revision information.

See Also:
Constant Field Values

COPYRIGHT

static final java.lang.String COPYRIGHT
Copyright notice.

See Also:
Constant Field Values

AUTHOR

static final java.lang.String AUTHOR
Authorship notice.

See Also:
Constant Field Values