[Imagetools-commit] SF.net SVN: imagetools:[21] trunk/imagetools/src/net/codebuilders/desktop/ imag
Status: Beta
Brought to you by:
cmarcum
|
From: <cm...@us...> - 2009-04-18 16:06:32
|
Revision: 21
http://imagetools.svn.sourceforge.net/imagetools/?rev=21&view=rev
Author: cmarcum
Date: 2009-04-18 16:06:28 +0000 (Sat, 18 Apr 2009)
Log Message:
-----------
Remove copyright from ImageArea and documented where it and ImageFileFilter originated.
Modified Paths:
--------------
trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageArea.java
trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageFileFilter.java
Modified: trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageArea.java
===================================================================
--- trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageArea.java 2009-04-18 12:32:25 UTC (rev 20)
+++ trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageArea.java 2009-04-18 16:06:28 UTC (rev 21)
@@ -1,31 +1,15 @@
/*
- * Copyright (C) 2009 Carl B. Marcum - CodeBuilders.net
- * Phone (937) 242-6519 - <http://www.codebuilders.net>
+ * ImageArea.java
*
- * This file is part of "Image Tools by CodeBuilders.net"
- * hereafter referered to as "Image Tools".
+ * This is a heavily modified version of a file downloaded
+ * From JavaWorld jw-0424-funandgames.zip that accompanied
+ * an article by Jeff Friesen, JavaWorld.com, 04/24/06
+ * http://www.javaworld.com/javaworld/jw-04-2006/jw-0424-funandgames.html
*
- * Image Tools is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * Image Tools is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Image Tools. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * Modified for use with Image Tools
*/
-// ImageArea.java
-// started from code downloaded
-// From JavaWorld jw-0424-funandgames.zip
-// and article by Jeff Friesen, JavaWorld.com, 04/24/06
-// http://www.javaworld.com/javaworld/jw-04-2006/jw-0424-funandgames.html
-// original was crop only
-// added the paint lines, text etc.
package net.codebuilders.desktop.imagetools;
import java.awt.*;
Modified: trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageFileFilter.java
===================================================================
--- trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageFileFilter.java 2009-04-18 12:32:25 UTC (rev 20)
+++ trunk/imagetools/src/net/codebuilders/desktop/imagetools/ImageFileFilter.java 2009-04-18 16:06:28 UTC (rev 21)
@@ -1,6 +1,15 @@
-// ImageFileFilter.java
-// From JavaWorld jw-0424-funandgames.zip
-// and article by ???
+/*
+ * ImageFileFilter.java
+ *
+ * This is a file downloaded
+ * From JavaWorld jw-0424-funandgames.zip that accompanied
+ * an article by Jeff Friesen, JavaWorld.com, 04/24/06
+ * http://www.javaworld.com/javaworld/jw-04-2006/jw-0424-funandgames.html
+ *
+ *
+ * Modified for use with Image Tools
+ * Copyright applies to modifications only.
+ */
package net.codebuilders.desktop.imagetools;
import java.io.*;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|