Happy new year 2015

Sun, 30 Aug 2015 15:18:41 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 30 Aug 2015 15:18:41 +0300
changeset 968
4b93b7963456
parent 967
eb586d3e1a6a
child 969
b1742ee91d5b

Happy new year 2015

codegen/codegen.cpp file | annotate | diff | comparison | revisions
src/actions.cpp file | annotate | diff | comparison | revisions
src/actionsEdit.cpp file | annotate | diff | comparison | revisions
src/addObjectDialog.cpp file | annotate | diff | comparison | revisions
src/addObjectDialog.h file | annotate | diff | comparison | revisions
src/basics.cpp file | annotate | diff | comparison | revisions
src/basics.h file | annotate | diff | comparison | revisions
src/colors.cpp file | annotate | diff | comparison | revisions
src/colors.h file | annotate | diff | comparison | revisions
src/configDialog.cpp file | annotate | diff | comparison | revisions
src/configDialog.h file | annotate | diff | comparison | revisions
src/configuration.cpp file | annotate | diff | comparison | revisions
src/configuration.h file | annotate | diff | comparison | revisions
src/crashCatcher.cpp file | annotate | diff | comparison | revisions
src/crashCatcher.h file | annotate | diff | comparison | revisions
src/dialogs.cpp file | annotate | diff | comparison | revisions
src/dialogs.h file | annotate | diff | comparison | revisions
src/dialogs/colorselector.cpp file | annotate | diff | comparison | revisions
src/dialogs/colorselector.h file | annotate | diff | comparison | revisions
src/dialogs/ldrawpathdialog.cpp file | annotate | diff | comparison | revisions
src/dialogs/ldrawpathdialog.h file | annotate | diff | comparison | revisions
src/dialogs/newpartdialog.cpp file | annotate | diff | comparison | revisions
src/dialogs/newpartdialog.h file | annotate | diff | comparison | revisions
src/dialogs/openprogressdialog.cpp file | annotate | diff | comparison | revisions
src/dialogs/openprogressdialog.h file | annotate | diff | comparison | revisions
src/documentation.cpp file | annotate | diff | comparison | revisions
src/documentation.h file | annotate | diff | comparison | revisions
src/editHistory.cpp file | annotate | diff | comparison | revisions
src/editHistory.h file | annotate | diff | comparison | revisions
src/editmodes/abstractEditMode.cpp file | annotate | diff | comparison | revisions
src/editmodes/abstractEditMode.h file | annotate | diff | comparison | revisions
src/editmodes/circleMode.cpp file | annotate | diff | comparison | revisions
src/editmodes/circleMode.h file | annotate | diff | comparison | revisions
src/editmodes/drawMode.cpp file | annotate | diff | comparison | revisions
src/editmodes/drawMode.h file | annotate | diff | comparison | revisions
src/editmodes/magicWandMode.cpp file | annotate | diff | comparison | revisions
src/editmodes/magicWandMode.h file | annotate | diff | comparison | revisions
src/editmodes/rectangleMode.cpp file | annotate | diff | comparison | revisions
src/editmodes/rectangleMode.h file | annotate | diff | comparison | revisions
src/editmodes/selectMode.cpp file | annotate | diff | comparison | revisions
src/editmodes/selectMode.h file | annotate | diff | comparison | revisions
src/extPrograms.cpp file | annotate | diff | comparison | revisions
src/format.h file | annotate | diff | comparison | revisions
src/glCompiler.cpp file | annotate | diff | comparison | revisions
src/glCompiler.h file | annotate | diff | comparison | revisions
src/glRenderer.cpp file | annotate | diff | comparison | revisions
src/glRenderer.h file | annotate | diff | comparison | revisions
src/glShared.h file | annotate | diff | comparison | revisions
src/ldDocument.cpp file | annotate | diff | comparison | revisions
src/ldDocument.h file | annotate | diff | comparison | revisions
src/ldObject.cpp file | annotate | diff | comparison | revisions
src/ldObject.h file | annotate | diff | comparison | revisions
src/ldObjectMath.cpp file | annotate | diff | comparison | revisions
src/ldObjectMath.h file | annotate | diff | comparison | revisions
src/macros.h file | annotate | diff | comparison | revisions
src/main.cpp file | annotate | diff | comparison | revisions
src/main.h file | annotate | diff | comparison | revisions
src/mainwindow.cpp file | annotate | diff | comparison | revisions
src/mainwindow.h file | annotate | diff | comparison | revisions
src/messageLog.cpp file | annotate | diff | comparison | revisions
src/messageLog.h file | annotate | diff | comparison | revisions
src/miscallenous.cpp file | annotate | diff | comparison | revisions
src/miscallenous.h file | annotate | diff | comparison | revisions
src/partDownloader.cpp file | annotate | diff | comparison | revisions
src/partDownloader.h file | annotate | diff | comparison | revisions
src/primitives.cpp file | annotate | diff | comparison | revisions
src/primitives.h file | annotate | diff | comparison | revisions
src/radioGroup.cpp file | annotate | diff | comparison | revisions
src/radioGroup.h file | annotate | diff | comparison | revisions
src/ringFinder.cpp file | annotate | diff | comparison | revisions
src/ringFinder.h file | annotate | diff | comparison | revisions
src/version.cpp file | annotate | diff | comparison | revisions
src/version.h file | annotate | diff | comparison | revisions
--- a/codegen/codegen.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/codegen/codegen.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/actions.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/actions.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/actionsEdit.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/actionsEdit.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/addObjectDialog.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/addObjectDialog.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/addObjectDialog.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/addObjectDialog.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/basics.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/basics.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/basics.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/basics.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/colors.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/colors.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/colors.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/colors.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/configDialog.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/configDialog.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/configDialog.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/configDialog.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/configuration.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/configuration.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/configuration.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/configuration.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/crashCatcher.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/crashCatcher.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/crashCatcher.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/crashCatcher.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/dialogs.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/dialogs.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/dialogs.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/dialogs.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/dialogs/colorselector.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/dialogs/colorselector.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/dialogs/colorselector.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/dialogs/colorselector.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/dialogs/ldrawpathdialog.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/dialogs/ldrawpathdialog.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/dialogs/ldrawpathdialog.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/dialogs/ldrawpathdialog.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/dialogs/newpartdialog.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/dialogs/newpartdialog.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/dialogs/newpartdialog.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/dialogs/newpartdialog.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/dialogs/openprogressdialog.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/dialogs/openprogressdialog.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/dialogs/openprogressdialog.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/dialogs/openprogressdialog.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/documentation.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/documentation.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/documentation.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/documentation.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editHistory.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editHistory.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editHistory.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editHistory.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/abstractEditMode.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/abstractEditMode.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/abstractEditMode.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/abstractEditMode.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/circleMode.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/circleMode.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/circleMode.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/circleMode.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/drawMode.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/drawMode.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/drawMode.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/drawMode.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/magicWandMode.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/magicWandMode.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/magicWandMode.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/magicWandMode.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/rectangleMode.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/rectangleMode.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/rectangleMode.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/rectangleMode.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/selectMode.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/selectMode.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/editmodes/selectMode.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/editmodes/selectMode.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/extPrograms.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/extPrograms.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/format.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/format.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/glCompiler.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/glCompiler.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/glCompiler.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/glCompiler.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/glRenderer.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/glRenderer.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/glRenderer.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/glRenderer.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/glShared.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/glShared.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/ldDocument.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/ldDocument.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/ldDocument.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/ldDocument.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/ldObject.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/ldObject.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/ldObject.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/ldObject.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/ldObjectMath.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/ldObjectMath.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/ldObjectMath.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/ldObjectMath.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/macros.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/macros.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/main.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/main.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/main.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/main.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/mainwindow.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/mainwindow.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/mainwindow.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/mainwindow.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/messageLog.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/messageLog.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/messageLog.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/messageLog.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/miscallenous.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/miscallenous.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/miscallenous.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/miscallenous.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/partDownloader.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/partDownloader.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/partDownloader.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/partDownloader.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/primitives.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/primitives.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/primitives.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/primitives.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/radioGroup.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/radioGroup.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/radioGroup.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/radioGroup.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/ringFinder.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/ringFinder.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/ringFinder.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/ringFinder.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/version.cpp	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/version.cpp	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
--- a/src/version.h	Sun Aug 30 15:17:28 2015 +0300
+++ b/src/version.h	Sun Aug 30 15:18:41 2015 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Teemu Piippo
+ *  Copyright (C) 2013 - 2015 Teemu Piippo
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by

mercurial