[Patchanim-commit] SF.net SVN: patchanim:[299] trunk/patchanim
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-01-01 00:55:34
|
Revision: 299
http://patchanim.svn.sourceforge.net/patchanim/?rev=299&view=rev
Author: dbrosius
Date: 2010-01-01 00:55:23 +0000 (Fri, 01 Jan 2010)
Log Message:
-----------
(c) 2010
Modified Paths:
--------------
trunk/patchanim/build.xml
trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java
trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java
trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java
trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java
trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java
trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java
trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java
trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a
trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java
trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java
Modified: trunk/patchanim/build.xml
===================================================================
--- trunk/patchanim/build.xml 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/build.xml 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,7 +1,7 @@
<!--
/*
* patchanim - Bezier Blend Batch Animation Builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -133,7 +133,7 @@
destdir="${javadoc.dir}"
windowtitle="patchanim api">
<doctitle><![CDATA[<h1>patchanim javadoc</h1>]]></doctitle>
- <bottom><![CDATA[<i>Copyright © 2008-2009 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
+ <bottom><![CDATA[<i>Copyright © 2008-2010 MeBigFatGuy.com. All Rights Reserved.</i>]]></bottom>
</javadoc>
</target>
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_de.properties 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_es.properties 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_hi.n2a 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources_it.properties 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java 2009-12-28 06:34:17 UTC (rev 298)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java 2010-01-01 00:55:23 UTC (rev 299)
@@ -1,6 +1,6 @@
/*
* patchanim - A bezier surface patch color blend animation builder
- * Copyright (C) 2008-2009 Dave Brosius
+ * Copyright (C) 2008-2010 Dave Brosius
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|