Name: GPL'd
Author: Berend "Kirk" Wouda (kirk@kirkwarez.com)
Site: http://utilities.kirkwarez.com/kirkwarez/GPL'd/
Current Version: v1.00 (14-3-2004)
Platfrom: Anyone supporting a JVM.
Required: JRE 1.4.2 (http://java.sun.com)


- What it is -

GPL'd is a program I wrote because I am not going to edit the GPL into every source file manually. I figured that other people might feel the same so I released it. GPL'd basically just adds the GPL license and copyright notice at the top of source files in a folder (structure). There are various options.


- Installation -

Unzip the contents of the zip file to a folder of your choice.

Go to http://utilities.kirkwarez.com/kirkwarez/KirkPack/ and download the latest version of KirkPack. Either put this in your classpath (if you know what that is), or in the Binaries folder. If the latest version of KirkPack gives you problems, try version 2.10 instead.


- Program Usage -

Normal:
	Run "GPL'd" from the Binaries folder.

If the batch file doesn't work:
	Run "start javaw -cp .;KirkPack.jar system.GPLd" from the Binaries folder.

If you don't use Windows:
	Run "java -cp .;KirkPack.jar system.GPLd" from the Binaries folder.

If you already have KirkPack (and of course the current folder (".")) in your classpath:
	Run "start javaw system.GPLd" from the Binaries folder, or use "GPL'd_UseCLASSPATH.bat" instead of the normal one.


- Recommendations -

You can update GPL.txt and LPGL.txt with the latest versions as they come out. Just replace the name of the program with <name>.

Also, it might be wise to backup any files that you are editing.


- Etcetera -

To see the version history and the list of known bugs check out "History.txt".


- Disclaimer -

I'm not responsible for any damage done to your computer blah blah blah legal crap.


- Copyright Notice -

GPL'd is released under the GNU General Public License (GNU GPL). See "GPL.txt" file for more details.

Copyright 2003, 2004 Berend "Kirk" Wouda