Revision: 388
http://sailcut.svn.sourceforge.net/sailcut/?rev=388&view=rev
Author: jeremy_laine
Date: 2007-12-03 13:54:58 -0800 (Mon, 03 Dec 2007)
Log Message:
-----------
update copyright notice to 1993-2007
Modified Paths:
--------------
trunk/sailcut/src/boatdef-panel.cpp
trunk/sailcut/src/boatdef-panel.h
trunk/sailcut/src/boatdef.cpp
trunk/sailcut/src/boatdef.h
trunk/sailcut/src/disparea.cpp
trunk/sailcut/src/disparea.h
trunk/sailcut/src/filewriter.h
trunk/sailcut/src/formboat.cpp
trunk/sailcut/src/formboat.h
trunk/sailcut/src/formdocument.h
trunk/sailcut/src/formhelp.cpp
trunk/sailcut/src/formhelp.h
trunk/sailcut/src/formhull.cpp
trunk/sailcut/src/formhull.h
trunk/sailcut/src/formhulldef.cpp
trunk/sailcut/src/formhulldef.h
trunk/sailcut/src/formmain.cpp
trunk/sailcut/src/formmain.h
trunk/sailcut/src/formmould.cpp
trunk/sailcut/src/formmould.h
trunk/sailcut/src/formpanelgroup.cpp
trunk/sailcut/src/formpanelgroup.h
trunk/sailcut/src/formrig.cpp
trunk/sailcut/src/formrig.h
trunk/sailcut/src/formrigdef.cpp
trunk/sailcut/src/formrigdef.h
trunk/sailcut/src/formsail.cpp
trunk/sailcut/src/formsail.h
trunk/sailcut/src/formsaildef.cpp
trunk/sailcut/src/formsaildef.h
trunk/sailcut/src/hulldef.cpp
trunk/sailcut/src/hulldef.h
trunk/sailcut/src/hullworker.cpp
trunk/sailcut/src/hullworker.h
trunk/sailcut/src/main.cpp
trunk/sailcut/src/panel.cpp
trunk/sailcut/src/panel.h
trunk/sailcut/src/panelgroup.cpp
trunk/sailcut/src/panelgroup.h
trunk/sailcut/src/prefs.cpp
trunk/sailcut/src/prefs.h
trunk/sailcut/src/rigdef.cpp
trunk/sailcut/src/rigdef.h
trunk/sailcut/src/rigworker.cpp
trunk/sailcut/src/rigworker.h
trunk/sailcut/src/sailcalc.cpp
trunk/sailcut/src/sailcalc.h
trunk/sailcut/src/sailcutqt.cpp
trunk/sailcut/src/sailcutqt.h
trunk/sailcut/src/saildef.cpp
trunk/sailcut/src/saildef.h
trunk/sailcut/src/saildisp.cpp
trunk/sailcut/src/saildisp.h
trunk/sailcut/src/saildispgl.cpp
trunk/sailcut/src/saildispgl.h
trunk/sailcut/src/saildisplabel.cpp
trunk/sailcut/src/saildisplabel.h
trunk/sailcut/src/saildoc.cpp
trunk/sailcut/src/saildoc.h
trunk/sailcut/src/sailmould.cpp
trunk/sailcut/src/sailmould.h
trunk/sailcut/src/sailpainter.cpp
trunk/sailcut/src/sailpainter.h
trunk/sailcut/src/sailprinter.cpp
trunk/sailcut/src/sailprinter.h
trunk/sailcut/src/sailtreeitem.cpp
trunk/sailcut/src/sailtreeitem.h
trunk/sailcut/src/sailtreemodel.cpp
trunk/sailcut/src/sailtreemodel.h
trunk/sailcut/src/sailviewer-panel.cpp
trunk/sailcut/src/sailviewer-panel.h
trunk/sailcut/src/sailviewer-tabs.cpp
trunk/sailcut/src/sailviewer-tabs.h
trunk/sailcut/src/sailviewer.cpp
trunk/sailcut/src/sailviewer.h
trunk/sailcut/src/sailworker.cpp
trunk/sailcut/src/sailworker.h
trunk/sailcut/src/sailwriter-carlson.cpp
trunk/sailcut/src/sailwriter-carlson.h
trunk/sailcut/src/sailwriter-dxf.cpp
trunk/sailcut/src/sailwriter-dxf.h
trunk/sailcut/src/sailwriter-hand.cpp
trunk/sailcut/src/sailwriter-hand.h
trunk/sailcut/src/sailwriter-txt.cpp
trunk/sailcut/src/sailwriter-txt.h
trunk/sailcut/src/sailwriter-xml.h
trunk/sailcut/src/widgetprofile.cpp
trunk/sailcut/src/widgetprofile.h
trunk/sailcut/src/widgetprofilevert.cpp
trunk/sailcut/src/widgetprofilevert.h
Modified: trunk/sailcut/src/boatdef-panel.cpp
===================================================================
--- trunk/sailcut/src/boatdef-panel.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/boatdef-panel.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/boatdef-panel.h
===================================================================
--- trunk/sailcut/src/boatdef-panel.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/boatdef-panel.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/boatdef.cpp
===================================================================
--- trunk/sailcut/src/boatdef.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/boatdef.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/boatdef.h
===================================================================
--- trunk/sailcut/src/boatdef.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/boatdef.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/disparea.cpp
===================================================================
--- trunk/sailcut/src/disparea.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/disparea.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/disparea.h
===================================================================
--- trunk/sailcut/src/disparea.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/disparea.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/filewriter.h
===================================================================
--- trunk/sailcut/src/filewriter.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/filewriter.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formboat.cpp
===================================================================
--- trunk/sailcut/src/formboat.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formboat.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formboat.h
===================================================================
--- trunk/sailcut/src/formboat.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formboat.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formdocument.h
===================================================================
--- trunk/sailcut/src/formdocument.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formdocument.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formhelp.cpp
===================================================================
--- trunk/sailcut/src/formhelp.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formhelp.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formhelp.h
===================================================================
--- trunk/sailcut/src/formhelp.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formhelp.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formhull.cpp
===================================================================
--- trunk/sailcut/src/formhull.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formhull.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formhull.h
===================================================================
--- trunk/sailcut/src/formhull.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formhull.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formhulldef.cpp
===================================================================
--- trunk/sailcut/src/formhulldef.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formhulldef.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formhulldef.h
===================================================================
--- trunk/sailcut/src/formhulldef.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formhulldef.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formmain.cpp
===================================================================
--- trunk/sailcut/src/formmain.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formmain.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
@@ -322,7 +322,7 @@
#endif
"</h2>"
"<p>Sailcut is a software for designing boat sails<br/>"
- "(C) 1993-2006 Robert & Jeremy Laine"
+ "(C) 1993-2007 Robert & Jeremy Laine"
"<p>For more information, visit the project's page at <a href=\"http://sailcut.sourceforge.net/\">http://sailcut.sourceforge.net/</a>.</p>"
Modified: trunk/sailcut/src/formmain.h
===================================================================
--- trunk/sailcut/src/formmain.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formmain.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formmould.cpp
===================================================================
--- trunk/sailcut/src/formmould.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formmould.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formmould.h
===================================================================
--- trunk/sailcut/src/formmould.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formmould.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formpanelgroup.cpp
===================================================================
--- trunk/sailcut/src/formpanelgroup.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formpanelgroup.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formpanelgroup.h
===================================================================
--- trunk/sailcut/src/formpanelgroup.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formpanelgroup.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formrig.cpp
===================================================================
--- trunk/sailcut/src/formrig.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formrig.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formrig.h
===================================================================
--- trunk/sailcut/src/formrig.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formrig.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formrigdef.cpp
===================================================================
--- trunk/sailcut/src/formrigdef.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formrigdef.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formrigdef.h
===================================================================
--- trunk/sailcut/src/formrigdef.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formrigdef.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formsail.cpp
===================================================================
--- trunk/sailcut/src/formsail.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formsail.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formsail.h
===================================================================
--- trunk/sailcut/src/formsail.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formsail.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formsaildef.cpp
===================================================================
--- trunk/sailcut/src/formsaildef.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formsaildef.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/formsaildef.h
===================================================================
--- trunk/sailcut/src/formsaildef.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/formsaildef.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/hulldef.cpp
===================================================================
--- trunk/sailcut/src/hulldef.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/hulldef.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/hulldef.h
===================================================================
--- trunk/sailcut/src/hulldef.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/hulldef.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/hullworker.cpp
===================================================================
--- trunk/sailcut/src/hullworker.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/hullworker.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/hullworker.h
===================================================================
--- trunk/sailcut/src/hullworker.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/hullworker.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/main.cpp
===================================================================
--- trunk/sailcut/src/main.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/main.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/panel.cpp
===================================================================
--- trunk/sailcut/src/panel.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/panel.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/panel.h
===================================================================
--- trunk/sailcut/src/panel.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/panel.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/panelgroup.cpp
===================================================================
--- trunk/sailcut/src/panelgroup.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/panelgroup.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/panelgroup.h
===================================================================
--- trunk/sailcut/src/panelgroup.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/panelgroup.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/prefs.cpp
===================================================================
--- trunk/sailcut/src/prefs.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/prefs.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/prefs.h
===================================================================
--- trunk/sailcut/src/prefs.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/prefs.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/rigdef.cpp
===================================================================
--- trunk/sailcut/src/rigdef.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/rigdef.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/rigdef.h
===================================================================
--- trunk/sailcut/src/rigdef.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/rigdef.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/rigworker.cpp
===================================================================
--- trunk/sailcut/src/rigworker.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/rigworker.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/rigworker.h
===================================================================
--- trunk/sailcut/src/rigworker.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/rigworker.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailcalc.cpp
===================================================================
--- trunk/sailcut/src/sailcalc.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailcalc.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailcalc.h
===================================================================
--- trunk/sailcut/src/sailcalc.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailcalc.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailcutqt.cpp
===================================================================
--- trunk/sailcut/src/sailcutqt.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailcutqt.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailcutqt.h
===================================================================
--- trunk/sailcut/src/sailcutqt.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailcutqt.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/saildef.cpp
===================================================================
--- trunk/sailcut/src/saildef.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/saildef.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/saildef.h
===================================================================
--- trunk/sailcut/src/saildef.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/saildef.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/saildisp.cpp
===================================================================
--- trunk/sailcut/src/saildisp.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/saildisp.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/saildisp.h
===================================================================
--- trunk/sailcut/src/saildisp.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/saildisp.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/saildispgl.cpp
===================================================================
--- trunk/sailcut/src/saildispgl.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/saildispgl.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/saildispgl.h
===================================================================
--- trunk/sailcut/src/saildispgl.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/saildispgl.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/saildisplabel.cpp
===================================================================
--- trunk/sailcut/src/saildisplabel.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/saildisplabel.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/saildisplabel.h
===================================================================
--- trunk/sailcut/src/saildisplabel.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/saildisplabel.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/saildoc.cpp
===================================================================
--- trunk/sailcut/src/saildoc.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/saildoc.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/saildoc.h
===================================================================
--- trunk/sailcut/src/saildoc.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/saildoc.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailmould.cpp
===================================================================
--- trunk/sailcut/src/sailmould.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailmould.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailmould.h
===================================================================
--- trunk/sailcut/src/sailmould.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailmould.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailpainter.cpp
===================================================================
--- trunk/sailcut/src/sailpainter.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailpainter.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailpainter.h
===================================================================
--- trunk/sailcut/src/sailpainter.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailpainter.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailprinter.cpp
===================================================================
--- trunk/sailcut/src/sailprinter.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailprinter.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailprinter.h
===================================================================
--- trunk/sailcut/src/sailprinter.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailprinter.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailtreeitem.cpp
===================================================================
--- trunk/sailcut/src/sailtreeitem.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailtreeitem.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailtreeitem.h
===================================================================
--- trunk/sailcut/src/sailtreeitem.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailtreeitem.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailtreemodel.cpp
===================================================================
--- trunk/sailcut/src/sailtreemodel.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailtreemodel.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailtreemodel.h
===================================================================
--- trunk/sailcut/src/sailtreemodel.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailtreemodel.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailviewer-panel.cpp
===================================================================
--- trunk/sailcut/src/sailviewer-panel.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailviewer-panel.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailviewer-panel.h
===================================================================
--- trunk/sailcut/src/sailviewer-panel.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailviewer-panel.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailviewer-tabs.cpp
===================================================================
--- trunk/sailcut/src/sailviewer-tabs.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailviewer-tabs.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailviewer-tabs.h
===================================================================
--- trunk/sailcut/src/sailviewer-tabs.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailviewer-tabs.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailviewer.cpp
===================================================================
--- trunk/sailcut/src/sailviewer.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailviewer.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailviewer.h
===================================================================
--- trunk/sailcut/src/sailviewer.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailviewer.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailworker.cpp
===================================================================
--- trunk/sailcut/src/sailworker.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailworker.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailworker.h
===================================================================
--- trunk/sailcut/src/sailworker.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailworker.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailwriter-carlson.cpp
===================================================================
--- trunk/sailcut/src/sailwriter-carlson.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailwriter-carlson.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailwriter-carlson.h
===================================================================
--- trunk/sailcut/src/sailwriter-carlson.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailwriter-carlson.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailwriter-dxf.cpp
===================================================================
--- trunk/sailcut/src/sailwriter-dxf.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailwriter-dxf.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailwriter-dxf.h
===================================================================
--- trunk/sailcut/src/sailwriter-dxf.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailwriter-dxf.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailwriter-hand.cpp
===================================================================
--- trunk/sailcut/src/sailwriter-hand.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailwriter-hand.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailwriter-hand.h
===================================================================
--- trunk/sailcut/src/sailwriter-hand.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailwriter-hand.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailwriter-txt.cpp
===================================================================
--- trunk/sailcut/src/sailwriter-txt.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailwriter-txt.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailwriter-txt.h
===================================================================
--- trunk/sailcut/src/sailwriter-txt.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailwriter-txt.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/sailwriter-xml.h
===================================================================
--- trunk/sailcut/src/sailwriter-xml.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/sailwriter-xml.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/widgetprofile.cpp
===================================================================
--- trunk/sailcut/src/widgetprofile.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/widgetprofile.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/widgetprofile.h
===================================================================
--- trunk/sailcut/src/widgetprofile.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/widgetprofile.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/widgetprofilevert.cpp
===================================================================
--- trunk/sailcut/src/widgetprofilevert.cpp 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/widgetprofilevert.cpp 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
Modified: trunk/sailcut/src/widgetprofilevert.h
===================================================================
--- trunk/sailcut/src/widgetprofilevert.h 2007-12-03 21:52:16 UTC (rev 387)
+++ trunk/sailcut/src/widgetprofilevert.h 2007-12-03 21:54:58 UTC (rev 388)
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1993-2006 Robert & Jeremy Laine
+ * Copyright (C) 1993-2007 Robert & Jeremy Laine
* See AUTHORS file for a full list of contributors.
*
* This program is free software; you can redistribute it and/or modify
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|