- changed copyright lines to use my legal name instead of my nickname

Wed, 16 Jul 2014 15:00:41 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Wed, 16 Jul 2014 15:00:41 +0300
changeset 844
11587d419d2f
parent 843
9ac9060877cc
child 845
fec7023e91a7

- changed copyright lines to use my legal name instead of my nickname

src/actions.cc file | annotate | diff | comparison | revisions
src/actionsEdit.cc file | annotate | diff | comparison | revisions
src/addObjectDialog.cc file | annotate | diff | comparison | revisions
src/addObjectDialog.h file | annotate | diff | comparison | revisions
src/basics.cc file | annotate | diff | comparison | revisions
src/basics.h file | annotate | diff | comparison | revisions
src/colorSelector.cc file | annotate | diff | comparison | revisions
src/colorSelector.h file | annotate | diff | comparison | revisions
src/colors.cc file | annotate | diff | comparison | revisions
src/colors.h file | annotate | diff | comparison | revisions
src/configDialog.cc file | annotate | diff | comparison | revisions
src/configDialog.h file | annotate | diff | comparison | revisions
src/configuration.cc file | annotate | diff | comparison | revisions
src/configuration.h file | annotate | diff | comparison | revisions
src/crashCatcher.cc file | annotate | diff | comparison | revisions
src/crashCatcher.h file | annotate | diff | comparison | revisions
src/dialogs.cc file | annotate | diff | comparison | revisions
src/dialogs.h file | annotate | diff | comparison | revisions
src/documentation.cc file | annotate | diff | comparison | revisions
src/documentation.h file | annotate | diff | comparison | revisions
src/editHistory.cc file | annotate | diff | comparison | revisions
src/editHistory.h file | annotate | diff | comparison | revisions
src/editmodes/abstractEditMode.cc file | annotate | diff | comparison | revisions
src/editmodes/abstractEditMode.h file | annotate | diff | comparison | revisions
src/editmodes/circleMode.cc file | annotate | diff | comparison | revisions
src/editmodes/circleMode.h file | annotate | diff | comparison | revisions
src/editmodes/drawMode.cc file | annotate | diff | comparison | revisions
src/editmodes/drawMode.h file | annotate | diff | comparison | revisions
src/editmodes/magicWandMode.cc file | annotate | diff | comparison | revisions
src/editmodes/magicWandMode.h file | annotate | diff | comparison | revisions
src/editmodes/rectangleMode.cc file | annotate | diff | comparison | revisions
src/editmodes/rectangleMode.h file | annotate | diff | comparison | revisions
src/editmodes/selectMode.cc file | annotate | diff | comparison | revisions
src/editmodes/selectMode.h file | annotate | diff | comparison | revisions
src/extPrograms.cc file | annotate | diff | comparison | revisions
src/format.h file | annotate | diff | comparison | revisions
src/glCompiler.cc file | annotate | diff | comparison | revisions
src/glCompiler.h file | annotate | diff | comparison | revisions
src/glRenderer.cc file | annotate | diff | comparison | revisions
src/glRenderer.h file | annotate | diff | comparison | revisions
src/glShared.h file | annotate | diff | comparison | revisions
src/ldConfig.cc file | annotate | diff | comparison | revisions
src/ldConfig.h file | annotate | diff | comparison | revisions
src/ldDocument.cc file | annotate | diff | comparison | revisions
src/ldDocument.h file | annotate | diff | comparison | revisions
src/ldObject.cc file | annotate | diff | comparison | revisions
src/ldObject.h file | annotate | diff | comparison | revisions
src/macros.h file | annotate | diff | comparison | revisions
src/main.cc file | annotate | diff | comparison | revisions
src/main.h file | annotate | diff | comparison | revisions
src/mainWindow.cc file | annotate | diff | comparison | revisions
src/mainWindow.h file | annotate | diff | comparison | revisions
src/messageLog.cc file | annotate | diff | comparison | revisions
src/messageLog.h file | annotate | diff | comparison | revisions
src/miscallenous.cc file | annotate | diff | comparison | revisions
src/miscallenous.h file | annotate | diff | comparison | revisions
src/partDownloader.cc file | annotate | diff | comparison | revisions
src/partDownloader.h file | annotate | diff | comparison | revisions
src/primitives.cc file | annotate | diff | comparison | revisions
src/primitives.h file | annotate | diff | comparison | revisions
src/radioGroup.cc file | annotate | diff | comparison | revisions
src/radioGroup.h file | annotate | diff | comparison | revisions
src/ringFinder.cc file | annotate | diff | comparison | revisions
src/ringFinder.h file | annotate | diff | comparison | revisions
src/version.cc file | annotate | diff | comparison | revisions
src/version.h file | annotate | diff | comparison | revisions
ui/about.ui file | annotate | diff | comparison | revisions
--- a/src/actions.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/actions.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/actionsEdit.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/addObjectDialog.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/addObjectDialog.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/basics.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/basics.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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/colorSelector.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/colorSelector.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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/colorSelector.h	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/colorSelector.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/colors.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/colors.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/configDialog.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/configDialog.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/configuration.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/configuration.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/crashCatcher.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/crashCatcher.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/dialogs.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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
@@ -361,7 +361,7 @@
 // =============================================================================
 void AboutDialog::slot_mail()
 {
-	QDesktopServices::openUrl (QUrl ("mailto:Santeri Piippo <arezey@gmail.com>?subject=LDForge"));
+	QDesktopServices::openUrl (QUrl ("mailto:Teemu Piippo <arezey@gmail.com>?subject=LDForge"));
 }
 
 // =============================================================================
--- a/src/dialogs.h	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/dialogs.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/documentation.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/documentation.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editHistory.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editHistory.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/abstractEditMode.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/abstractEditMode.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/circleMode.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/circleMode.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/drawMode.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/drawMode.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/magicWandMode.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/magicWandMode.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/rectangleMode.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/rectangleMode.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/selectMode.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/editmodes/selectMode.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/extPrograms.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/format.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/glCompiler.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/glCompiler.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/glRenderer.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/glRenderer.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/glShared.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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/ldConfig.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/ldConfig.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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/ldConfig.h	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/ldConfig.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/ldDocument.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/ldDocument.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/ldObject.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/ldObject.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/macros.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/main.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/main.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/mainWindow.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/mainWindow.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/messageLog.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/messageLog.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/miscallenous.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/miscallenous.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/partDownloader.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/partDownloader.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/primitives.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/primitives.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/radioGroup.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/radioGroup.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/ringFinder.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/ringFinder.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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.cc	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/version.cc	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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	Wed Jul 16 14:59:39 2014 +0300
+++ b/src/version.h	Wed Jul 16 15:00:41 2014 +0300
@@ -1,6 +1,6 @@
 /*
  *  LDForge: LDraw parts authoring CAD
- *  Copyright (C) 2013, 2014 Santeri Piippo
+ *  Copyright (C) 2013, 2014 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/ui/about.ui	Wed Jul 16 14:59:39 2014 +0300
+++ b/ui/about.ui	Wed Jul 16 15:00:41 2014 +0300
@@ -64,7 +64,7 @@
    <item>
     <widget class="QLabel" name="label_2">
      <property name="text">
-      <string>Copyright (C) 2013, 2014 Santeri Piippo</string>
+      <string>Copyright (C) 2013, 2014 Teemu Piippo</string>
      </property>
      <property name="alignment">
       <set>Qt::AlignCenter</set>

mercurial