[Patchanim-commit] SF.net SVN: patchanim:[275] trunk/patchanim
Brought to you by:
dbrosius
From: <dbr...@us...> - 2009-01-02 02:01:45
|
Revision: 275 http://patchanim.svn.sourceforge.net/patchanim/?rev=275&view=rev Author: dbrosius Date: 2009-01-02 02:01:40 +0000 (Fri, 02 Jan 2009) Log Message: ----------- update copyright to 2009 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/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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/build.xml 2009-01-02 02:01:40 UTC (rev 275) @@ -1,7 +1,7 @@ <!-- /* * patchanim - Bezier Blend Batch Animation Builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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/AnimationType.java =================================================================== --- trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/AnimationType.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/BlendDirection.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/ExportType.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/OutOfBoundsColor.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/PatchAnimDocument.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/PatchColor.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/ShiftDirection.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/TweenStyle.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/DoubleDocument.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/ExportFrame.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/IntegerDocument.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JColorControlPatchPanel.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimFrame.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchAnimPanel.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchControlPanel.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchListPanel.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JPatchSamplePanel.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/JTestFrame.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/NewDocumentDialog.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchAnimFileFilter.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchDecorator.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchListModel.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/PatchPanelMediator.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/SourcePatchesPanel.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/Utils.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/resources.properties 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/CombinedPatch.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/Coordinate.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchAnimator.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchCoords.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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 2008-12-28 07:46:02 UTC (rev 274) +++ trunk/patchanim/src/com/mebigfatguy/patchanim/surface/PatchGenerator.java 2009-01-02 02:01:40 UTC (rev 275) @@ -1,6 +1,6 @@ /* * patchanim - A bezier surface patch color blend animation builder - * Copyright (C) 2008 Dave Brosius + * Copyright (C) 2008-2009 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. |