license CC-BY-SA --> GPL (more suitable for source code)
Stefan Schuermans

Stefan Schuermans commited on 2013-05-27 17:35:02
Showing 36 changed files, with 36 additions and 36 deletions.

... ...
@@ -1,6 +1,6 @@
1 1
 # drawing (DXF) to gcode (NGC) converter
2 2
 # Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
-# Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+# Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
 
5 5
 TARGET=dxfngc
6 6
 
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <fstream>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef CMDPARSER_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <dime/Input.h>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef DRAWING_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef FILENAME_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <iostream>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef GCMD_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <fstream>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef GCODE_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <iostream>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef GCUSTOM_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <iostream>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef GDWELL_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <iostream>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef GFAST_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <iostream>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef GFEED_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <iostream>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef GLINEAR_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <list>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef LAYER_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <iostream>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <iostream>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef OPTDBL_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <math.h>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef PATH_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <math.h>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef POINT_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <boost/shared_ptr.hpp>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef POLYGONS_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include "settings.h"
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef SETTINGS_H
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #include <dime/entities/Circle.h>
... ...
@@ -1,6 +1,6 @@
1 1
 /* drawing (DXF) to G-code (NGC) converter
2 2
  * Copyright 2013 Stefan Schuermans <stefan@schuermans.info>
3
- * Copyleft: CC-BY-SA http://creativecommons.org/licenses/by-sa/3.0/
3
+ * Copyleft: GNU public license - http://www.gnu.org/copyleft/gpl.html
4 4
  */
5 5
 
6 6
 #ifndef TRAVERSE_H
7 7