diff --git a/src/com/t_oster/liblasercut/BlackWhiteRaster.java b/src/com/t_oster/liblasercut/BlackWhiteRaster.java
index 1e3997fb9dabeca3dcf0e3ad6ebd4dd480fa32af..4ae261a883ed29b97a5c7600874d5ac5a12636d0 100644
--- a/src/com/t_oster/liblasercut/BlackWhiteRaster.java
+++ b/src/com/t_oster/liblasercut/BlackWhiteRaster.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut;
 
diff --git a/src/com/t_oster/liblasercut/Customizable.java b/src/com/t_oster/liblasercut/Customizable.java
index 7391c2ede08a90e75167eb7be74b4efe1c6e31c7..38e87c5895681b2e4c52f0cdb33a6f3a7493ae5e 100644
--- a/src/com/t_oster/liblasercut/Customizable.java
+++ b/src/com/t_oster/liblasercut/Customizable.java
@@ -1,8 +1,26 @@
+/**
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * RWTH Aachen University - 52062 Aachen, Germany
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
+ *     it under the terms of the GNU Lesser General Public License as published by
+ *     the Free Software Foundation, either version 3 of the License, or
+ *     (at your option) any later version.
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
+ *     but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *     GNU Lesser General Public License for more details.
+ *
+ *     You should have received a copy of the GNU Lesser General Public License
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
+ **/
 package com.t_oster.liblasercut;
 
 /**
  *
- * @author thommy
+ * @author Thomas Oster <thomas.oster@rwth-aachen.de>
  */
 public interface Customizable {
     public String[] getPropertyKeys();
diff --git a/src/com/t_oster/liblasercut/FloatPowerSpeedFocusFrequencyProperty.java b/src/com/t_oster/liblasercut/FloatPowerSpeedFocusFrequencyProperty.java
index ee699b341dd7e0df4f8c6c3893b307ed8a517d68..6ae441d109d867c44a296b6a3309f91df5690ab6 100644
--- a/src/com/t_oster/liblasercut/FloatPowerSpeedFocusFrequencyProperty.java
+++ b/src/com/t_oster/liblasercut/FloatPowerSpeedFocusFrequencyProperty.java
@@ -1,27 +1,27 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut;
 
 /**
  * The LaserProperty holds all the parameters for parts of the LaserJob.
  * The Frequency value is ignored for Engraving operations
- * 
+ *
  * @author oster
  */
 public class FloatPowerSpeedFocusFrequencyProperty implements LaserProperty
diff --git a/src/com/t_oster/liblasercut/GreyscaleRaster.java b/src/com/t_oster/liblasercut/GreyscaleRaster.java
index 40fc95c308bf993e19ca160faab97e724d28fbfe..81fff5e324e9c0cbb9e4c3cd011fcd8fe765d687 100644
--- a/src/com/t_oster/liblasercut/GreyscaleRaster.java
+++ b/src/com/t_oster/liblasercut/GreyscaleRaster.java
@@ -1,33 +1,33 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut;
 
 /**
  * This class represents a defined Raster of greyscale pixels
  * which means it can be seen as 2 dimensional array of bytes.
- * 
+ *
  * It has a subset of the routines of the java.awt.BufferedImage
  * so this could easy be used with an adapter.
  * It was chosen to use this Interface rather than the BufferdImage
  * because there are some plattfroms (ie Android) where BufferedImage
  * is not available but other Image classes which can be used.
- * 
+ *
  * @author Thomas Oster <thomas.oster@rwth-aachen.de>
  */
 public interface GreyscaleRaster
diff --git a/src/com/t_oster/liblasercut/IllegalJobException.java b/src/com/t_oster/liblasercut/IllegalJobException.java
index f3717a81cd507e9e3eabe04916cfea5abe1ce686..a41fcfaab869a84fd04b1c64608374d96a9039b7 100644
--- a/src/com/t_oster/liblasercut/IllegalJobException.java
+++ b/src/com/t_oster/liblasercut/IllegalJobException.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /*
  * To change this template, choose Tools | Templates
diff --git a/src/com/t_oster/liblasercut/JobPart.java b/src/com/t_oster/liblasercut/JobPart.java
index 96561ebaac7e33955dc9a1dba72da8c8bb45aaca..fb19ef2cd6060dfbbb8ee1c2f769cf38fd60be58 100644
--- a/src/com/t_oster/liblasercut/JobPart.java
+++ b/src/com/t_oster/liblasercut/JobPart.java
@@ -1,21 +1,22 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
+
 package com.t_oster.liblasercut;
 
 /**
diff --git a/src/com/t_oster/liblasercut/LaserCutter.java b/src/com/t_oster/liblasercut/LaserCutter.java
index a62f825fe20c2a1ff2521fe0f8087037ac45e1e0..9414f1411b55e01a4dda024294301bc27ebb17a7 100644
--- a/src/com/t_oster/liblasercut/LaserCutter.java
+++ b/src/com/t_oster/liblasercut/LaserCutter.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /*
  * To change this template, choose Tools | Templates
diff --git a/src/com/t_oster/liblasercut/LaserJob.java b/src/com/t_oster/liblasercut/LaserJob.java
index 6123e0655e00d908892cf37d9abd8de969ffcf42..59869b6338c8139c63ba00449dea670072a1aac2 100644
--- a/src/com/t_oster/liblasercut/LaserJob.java
+++ b/src/com/t_oster/liblasercut/LaserJob.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /*
  * To change this template, choose Tools | Templates
diff --git a/src/com/t_oster/liblasercut/LaserProperty.java b/src/com/t_oster/liblasercut/LaserProperty.java
index 794c13c7c339cc99d7afce222365503284935186..7a00597ab1d9e2bc4f6dbfad30e04abfab912649 100644
--- a/src/com/t_oster/liblasercut/LaserProperty.java
+++ b/src/com/t_oster/liblasercut/LaserProperty.java
@@ -1,27 +1,27 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut;
 
 /**
  * The LaserProperty holds all the parameters for parts of the LaserJob.
  * The Frequency value is ignored for Engraving operations
- * 
+ *
  * @author oster
  */
 public interface LaserProperty extends Cloneable, Customizable
diff --git a/src/com/t_oster/liblasercut/LibInfo.java b/src/com/t_oster/liblasercut/LibInfo.java
index d0c26bb1f0566d3561c2473b32c59ef71226f83d..0d6b763e8d01d5f4008a87620fa25ec749200a60 100644
--- a/src/com/t_oster/liblasercut/LibInfo.java
+++ b/src/com/t_oster/liblasercut/LibInfo.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut;
 
diff --git a/src/com/t_oster/liblasercut/PowerSpeedFocusFrequencyProperty.java b/src/com/t_oster/liblasercut/PowerSpeedFocusFrequencyProperty.java
index 356e468c570f6367edf74131699d455d092315e1..f612c4629dbd924fb5b56939dcb96fe584492953 100644
--- a/src/com/t_oster/liblasercut/PowerSpeedFocusFrequencyProperty.java
+++ b/src/com/t_oster/liblasercut/PowerSpeedFocusFrequencyProperty.java
@@ -1,27 +1,27 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut;
 
 /**
  * The LaserProperty holds all the parameters for parts of the LaserJob.
  * The Frequency value is ignored for Engraving operations
- * 
+ *
  * @author oster
  */
 public class PowerSpeedFocusFrequencyProperty extends PowerSpeedFocusProperty
diff --git a/src/com/t_oster/liblasercut/PowerSpeedFocusProperty.java b/src/com/t_oster/liblasercut/PowerSpeedFocusProperty.java
index 94e34260fc1d40deb52ed869c7a30cfca15210a8..841301e640609549d4275f5f6edbb558274b00cf 100644
--- a/src/com/t_oster/liblasercut/PowerSpeedFocusProperty.java
+++ b/src/com/t_oster/liblasercut/PowerSpeedFocusProperty.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut;
 
@@ -24,7 +24,7 @@ import java.util.Collection;
 /**
  * The LaserProperty holds all the parameters for parts of the LaserJob.
  * The Frequency value is ignored for Engraving operations
- * 
+ *
  * @author oster
  */
 public class PowerSpeedFocusProperty implements LaserProperty
diff --git a/src/com/t_oster/liblasercut/ProgressListener.java b/src/com/t_oster/liblasercut/ProgressListener.java
index d48d3bd1f8846a24f40c5857f588a630f5643b29..e54b49e5c392e842334673b57c495b9da74c713b 100644
--- a/src/com/t_oster/liblasercut/ProgressListener.java
+++ b/src/com/t_oster/liblasercut/ProgressListener.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut;
 
@@ -22,7 +22,7 @@ package com.t_oster.liblasercut;
  * This Interface represents a listener
  * for progress of 
  * Operations which require much time
- * 
+ *
  * @author Thomas Oster <thomas.oster@rwth-aachen.de>
  */
 public interface ProgressListener
diff --git a/src/com/t_oster/liblasercut/Raster3dPart.java b/src/com/t_oster/liblasercut/Raster3dPart.java
index 46688188e09ee5a6d0fe5625b865b82da772a363..090bb9f1a4ed1f1bf93a6c22306532f92d01a2e3 100644
--- a/src/com/t_oster/liblasercut/Raster3dPart.java
+++ b/src/com/t_oster/liblasercut/Raster3dPart.java
@@ -1,21 +1,21 @@
 /**
- * This file is part of VisiCut. Copyright (C) 2012 Thomas Oster
- * <thomas.oster@rwth-aachen.de> RWTH Aachen University - 52062 Aachen, Germany
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * RWTH Aachen University - 52062 Aachen, Germany
  *
- * VisiCut is free software: you can redistribute it and/or modify it under the
- * terms of the GNU Lesser General Public License as published by the Free
- * Software Foundation, either version 3 of the License, or (at your option) any
- * later version.
+ *     LibLaserCut is free software: you can redistribute it and/or modify
+ *     it under the terms of the GNU Lesser General Public License as published by
+ *     the Free Software Foundation, either version 3 of the License, or
+ *     (at your option) any later version.
  *
- * VisiCut is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
- * details.
+ *     LibLaserCut is distributed in the hope that it will be useful,
+ *     but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *     GNU Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Lesser General Public License
- * along with VisiCut. If not, see <http://www.gnu.org/licenses/>.
- *
- */
+ *     You should have received a copy of the GNU Lesser General Public License
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
+ **/
 package com.t_oster.liblasercut;
 
 import com.t_oster.liblasercut.platform.Point;
diff --git a/src/com/t_oster/liblasercut/RasterPart.java b/src/com/t_oster/liblasercut/RasterPart.java
index 893c2c726b49a05cc1d333627d92b1a491fbc0b8..eca54f4b3453b97450b76b0728b138ecae582bc1 100644
--- a/src/com/t_oster/liblasercut/RasterPart.java
+++ b/src/com/t_oster/liblasercut/RasterPart.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut;
 
diff --git a/src/com/t_oster/liblasercut/TimeIntensiveOperation.java b/src/com/t_oster/liblasercut/TimeIntensiveOperation.java
index 102e14df35493345578647ec389db0da9bc5ffdd..59196bf31a7bcc5a3df8990750a18e63aa47b1ba 100644
--- a/src/com/t_oster/liblasercut/TimeIntensiveOperation.java
+++ b/src/com/t_oster/liblasercut/TimeIntensiveOperation.java
@@ -1,21 +1,21 @@
 /**
- * This file is part of VisiCut. Copyright (C) 2012 Thomas Oster
- * <thomas.oster@rwth-aachen.de> RWTH Aachen University - 52062 Aachen, Germany
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * RWTH Aachen University - 52062 Aachen, Germany
  *
- * VisiCut is free software: you can redistribute it and/or modify it under the
- * terms of the GNU Lesser General Public License as published by the Free
- * Software Foundation, either version 3 of the License, or (at your option) any
- * later version.
+ *     LibLaserCut is free software: you can redistribute it and/or modify
+ *     it under the terms of the GNU Lesser General Public License as published by
+ *     the Free Software Foundation, either version 3 of the License, or
+ *     (at your option) any later version.
  *
- * VisiCut is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
- * details.
+ *     LibLaserCut is distributed in the hope that it will be useful,
+ *     but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *     GNU Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Lesser General Public License
- * along with VisiCut. If not, see <http://www.gnu.org/licenses/>.
- *
- */
+ *     You should have received a copy of the GNU Lesser General Public License
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
+ **/
 package com.t_oster.liblasercut;
 
 import java.util.LinkedList;
diff --git a/src/com/t_oster/liblasercut/VectorCommand.java b/src/com/t_oster/liblasercut/VectorCommand.java
index e740eabdda1325f2c46a2ef59eccaf8a6a775a37..b13deb9d65575afd8dd543fa58d4874aab8280cf 100644
--- a/src/com/t_oster/liblasercut/VectorCommand.java
+++ b/src/com/t_oster/liblasercut/VectorCommand.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /*
  * To change this template, choose Tools | Templates
diff --git a/src/com/t_oster/liblasercut/VectorPart.java b/src/com/t_oster/liblasercut/VectorPart.java
index f12dd0f1051f8c3a7fb338e70b1175c1e0e9ad12..4fdea673a3f5f50b59768c829f9e1e643004141b 100644
--- a/src/com/t_oster/liblasercut/VectorPart.java
+++ b/src/com/t_oster/liblasercut/VectorPart.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut;
 
diff --git a/src/com/t_oster/liblasercut/dithering/Average.java b/src/com/t_oster/liblasercut/dithering/Average.java
index 1a9adc2424c3be0561924e47aacc5eaa206fe16c..2e52e0f9f82de5472bb90e78a6990a8c94107a4b 100644
--- a/src/com/t_oster/liblasercut/dithering/Average.java
+++ b/src/com/t_oster/liblasercut/dithering/Average.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.dithering;
 
diff --git a/src/com/t_oster/liblasercut/dithering/DitheringAlgorithm.java b/src/com/t_oster/liblasercut/dithering/DitheringAlgorithm.java
index e1e7652f19929aad08d5511b3cbad3c075a27d4e..debb7283e3dbf0a089a4c13043d9a9043d53b509 100644
--- a/src/com/t_oster/liblasercut/dithering/DitheringAlgorithm.java
+++ b/src/com/t_oster/liblasercut/dithering/DitheringAlgorithm.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.dithering;
 
diff --git a/src/com/t_oster/liblasercut/dithering/FloydSteinberg.java b/src/com/t_oster/liblasercut/dithering/FloydSteinberg.java
index 538553b9aa48e5c04013663569245acae57db3bb..138f9be63c27b148992db00e3f924570245c158a 100644
--- a/src/com/t_oster/liblasercut/dithering/FloydSteinberg.java
+++ b/src/com/t_oster/liblasercut/dithering/FloydSteinberg.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.dithering;
 
diff --git a/src/com/t_oster/liblasercut/dithering/Grid.java b/src/com/t_oster/liblasercut/dithering/Grid.java
index b6d6968e6bec591d8a051bd377a8f4b93b776d6a..90da69e736622718403833b0705c0ca681528c97 100644
--- a/src/com/t_oster/liblasercut/dithering/Grid.java
+++ b/src/com/t_oster/liblasercut/dithering/Grid.java
@@ -1,21 +1,21 @@
 /**
- * This file is part of VisiCut. Copyright (C) 2012 Thomas Oster
- * <thomas.oster@rwth-aachen.de> RWTH Aachen University - 52062 Aachen, Germany
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * RWTH Aachen University - 52062 Aachen, Germany
  *
- * VisiCut is free software: you can redistribute it and/or modify it under the
- * terms of the GNU Lesser General Public License as published by the Free
- * Software Foundation, either version 3 of the License, or (at your option) any
- * later version.
+ *     LibLaserCut is free software: you can redistribute it and/or modify
+ *     it under the terms of the GNU Lesser General Public License as published by
+ *     the Free Software Foundation, either version 3 of the License, or
+ *     (at your option) any later version.
  *
- * VisiCut is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
- * details.
+ *     LibLaserCut is distributed in the hope that it will be useful,
+ *     but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *     GNU Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Lesser General Public License
- * along with VisiCut. If not, see <http://www.gnu.org/licenses/>.
- *
- */
+ *     You should have received a copy of the GNU Lesser General Public License
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
+ **/
 package com.t_oster.liblasercut.dithering;
 
 import com.t_oster.liblasercut.BlackWhiteRaster;
diff --git a/src/com/t_oster/liblasercut/dithering/Ordered.java b/src/com/t_oster/liblasercut/dithering/Ordered.java
index 9c6b7c185e65313c4616373ebc19151754034c6b..3081eda3e866e20f7750b8af410b40854797f7fd 100644
--- a/src/com/t_oster/liblasercut/dithering/Ordered.java
+++ b/src/com/t_oster/liblasercut/dithering/Ordered.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.dithering;
 
diff --git a/src/com/t_oster/liblasercut/dithering/Random.java b/src/com/t_oster/liblasercut/dithering/Random.java
index b7fa0342049d07d4fe04e124aeace48e0e799bdd..ce6b4d651312c9314f1183efbb123b30f3e62d37 100644
--- a/src/com/t_oster/liblasercut/dithering/Random.java
+++ b/src/com/t_oster/liblasercut/dithering/Random.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.dithering;
 
diff --git a/src/com/t_oster/liblasercut/drivers/Dummy.java b/src/com/t_oster/liblasercut/drivers/Dummy.java
index e0a3c0d986362571562e1882ae619e515f0e5017..eff14c8bccbe0ec18f4a7dedf0ad526992e22e1d 100644
--- a/src/com/t_oster/liblasercut/drivers/Dummy.java
+++ b/src/com/t_oster/liblasercut/drivers/Dummy.java
@@ -1,22 +1,21 @@
 /**
- * This file is part of VisiCut. Copyright (C) 2012 Thomas Oster
- * <thomas.oster@rwth-aachen.de> RWTH Aachen University - 52062 Aachen, Germany
- * and others.
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * RWTH Aachen University - 52062 Aachen, Germany
  *
- * VisiCut is free software: you can redistribute it and/or modify it under the
- * terms of the GNU Lesser General Public License as published by the Free
- * Software Foundation, either version 3 of the License, or (at your option) any
- * later version.
+ *     LibLaserCut is free software: you can redistribute it and/or modify
+ *     it under the terms of the GNU Lesser General Public License as published by
+ *     the Free Software Foundation, either version 3 of the License, or
+ *     (at your option) any later version.
  *
- * VisiCut is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
- * details.
+ *     LibLaserCut is distributed in the hope that it will be useful,
+ *     but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *     GNU Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Lesser General Public License
- * along with VisiCut. If not, see <http://www.gnu.org/licenses/>.
- *
- */
+ *     You should have received a copy of the GNU Lesser General Public License
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
+ **/
 package com.t_oster.liblasercut.drivers;
 
 import com.t_oster.liblasercut.*;
diff --git a/src/com/t_oster/liblasercut/drivers/EpilogCutter.java b/src/com/t_oster/liblasercut/drivers/EpilogCutter.java
index dd4f67222180da1269b07daf742a2c4ac7c13f4d..b4913416a209b50e22392b8aa238d336c42d0b7b 100644
--- a/src/com/t_oster/liblasercut/drivers/EpilogCutter.java
+++ b/src/com/t_oster/liblasercut/drivers/EpilogCutter.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /**
  * Known Limitations:
diff --git a/src/com/t_oster/liblasercut/drivers/EpilogHelix.java b/src/com/t_oster/liblasercut/drivers/EpilogHelix.java
index 8cf2f68012796fbd316c8fe248230b1e9ea8941c..708413d997e811895b0c132c9d75ee1bc788d353 100644
--- a/src/com/t_oster/liblasercut/drivers/EpilogHelix.java
+++ b/src/com/t_oster/liblasercut/drivers/EpilogHelix.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /**
  * Known Limitations:
diff --git a/src/com/t_oster/liblasercut/drivers/EpilogZing.java b/src/com/t_oster/liblasercut/drivers/EpilogZing.java
index 12e17a6b22ff181346ff8cd95733c606cc88521f..d0f17f90af49c25ac74f794f6b9cec1693a75687 100644
--- a/src/com/t_oster/liblasercut/drivers/EpilogZing.java
+++ b/src/com/t_oster/liblasercut/drivers/EpilogZing.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /**
  * Known Limitations:
diff --git a/src/com/t_oster/liblasercut/drivers/LaosCutter.java b/src/com/t_oster/liblasercut/drivers/LaosCutter.java
index 41d59dc1e177532f6739526f883d90cf2ff84fef..8a07575bc1854372e9b7a42b16ae3b61adb7039c 100644
--- a/src/com/t_oster/liblasercut/drivers/LaosCutter.java
+++ b/src/com/t_oster/liblasercut/drivers/LaosCutter.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.drivers;
 
diff --git a/src/com/t_oster/liblasercut/drivers/LaosCutterProperty.java b/src/com/t_oster/liblasercut/drivers/LaosCutterProperty.java
index 072a4f47592d77667f70feae4eb9849381c5d465..518e2dd9f737553bd881c4cb531a30ad35d4fc9d 100644
--- a/src/com/t_oster/liblasercut/drivers/LaosCutterProperty.java
+++ b/src/com/t_oster/liblasercut/drivers/LaosCutterProperty.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.drivers;
 
diff --git a/src/com/t_oster/liblasercut/drivers/Lasersaur.java b/src/com/t_oster/liblasercut/drivers/Lasersaur.java
index 38cb55b1554ccbd62d47669f6d25fde1b282bc17..119e8a3f12a9b5dabda292d5250cc6f518ee92ff 100644
--- a/src/com/t_oster/liblasercut/drivers/Lasersaur.java
+++ b/src/com/t_oster/liblasercut/drivers/Lasersaur.java
@@ -1,21 +1,21 @@
 /**
- * This file is part of VisiCut. Copyright (C) 2012 Thomas Oster
- * <thomas.oster@rwth-aachen.de> RWTH Aachen University - 52062 Aachen, Germany
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * RWTH Aachen University - 52062 Aachen, Germany
  *
- * VisiCut is free software: you can redistribute it and/or modify it under the
- * terms of the GNU Lesser General Public License as published by the Free
- * Software Foundation, either version 3 of the License, or (at your option) any
- * later version.
+ *     LibLaserCut is free software: you can redistribute it and/or modify
+ *     it under the terms of the GNU Lesser General Public License as published by
+ *     the Free Software Foundation, either version 3 of the License, or
+ *     (at your option) any later version.
  *
- * VisiCut is distributed in the hope that it will be useful, but WITHOUT ANY
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
- * A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
- * details.
+ *     LibLaserCut is distributed in the hope that it will be useful,
+ *     but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *     GNU Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU Lesser General Public License
- * along with VisiCut. If not, see <http://www.gnu.org/licenses/>.
- *
- */
+ *     You should have received a copy of the GNU Lesser General Public License
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
+ **/
 package com.t_oster.liblasercut.drivers;
 
 import com.t_oster.liblasercut.*;
diff --git a/src/com/t_oster/liblasercut/examples/PhotoPrint.java b/src/com/t_oster/liblasercut/examples/PhotoPrint.java
index 7e2fe17c7ea034cc9d75a0e608c82818ac185bd7..60ea6f54ab6d2625979b51f87fbd8985b8905000 100644
--- a/src/com/t_oster/liblasercut/examples/PhotoPrint.java
+++ b/src/com/t_oster/liblasercut/examples/PhotoPrint.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.examples;
 
@@ -56,7 +56,7 @@ import javax.swing.event.ChangeListener;
  * This is an example app which lets you select an Image File,
  * dither algorithm and target size to raster the image in normal raster
  * mode
- * 
+ *
  * PLEASE NOTE THAT THIS FILE IS CURRENTLY NOT WORKING DUE TO CHANGES IN THE LIBRARY
  * SINCE THIS WAS ONLY A DEMONSTRATION AND NOT PART OF THE LIBRARY OR VISICUT
  * IT IS CURRENTLY UNMAINTAINED
diff --git a/src/com/t_oster/liblasercut/platform/Point.java b/src/com/t_oster/liblasercut/platform/Point.java
index db39f97132d3ca2dc8076f4847b2ef0aaa5ad344..f6aeff49e11371d720145c8239e68b6e617c9963 100644
--- a/src/com/t_oster/liblasercut/platform/Point.java
+++ b/src/com/t_oster/liblasercut/platform/Point.java
@@ -1,27 +1,27 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.platform;
 
 /**
  * This Class is the replacement of the java.awt.Point and android.graphics.Point
  * because the library wants to run on both platforms without modification
- * 
+ *
  * @author Thomas Oster <thomas.oster@rwth-aachen.de>
  */
 public class Point
diff --git a/src/com/t_oster/liblasercut/platform/Rectangle.java b/src/com/t_oster/liblasercut/platform/Rectangle.java
index 5724461df04e1cdd2616b8490458359e8bfd950b..de987f655aecd7d725872a333396688b0484b9ee 100644
--- a/src/com/t_oster/liblasercut/platform/Rectangle.java
+++ b/src/com/t_oster/liblasercut/platform/Rectangle.java
@@ -1,23 +1,26 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Max Gaukler <development@maxgaukler.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.platform;
 
 /**
+ * @author Max Gaukler <development@maxgaukler.de>
+ * 
  * (not really compatible) replacement of java.awt.Rectangle,
  * This Rectangle cannot be "empty" - at minimum it needs to have one point.
  *
diff --git a/src/com/t_oster/liblasercut/platform/Tuple.java b/src/com/t_oster/liblasercut/platform/Tuple.java
index e2ab5f261cf646a686818f1a7ad9333276f057f9..2a7953039402cf1688514cfa070120ddb7fd7ba6 100644
--- a/src/com/t_oster/liblasercut/platform/Tuple.java
+++ b/src/com/t_oster/liblasercut/platform/Tuple.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /*
  * To change this template, choose Tools | Templates
diff --git a/src/com/t_oster/liblasercut/platform/Util.java b/src/com/t_oster/liblasercut/platform/Util.java
index 3ef85d6bd4e2067b659c3ced66f56b3b582a9df0..491215f8b075713e6e7ad65d12378809730343ae 100644
--- a/src/com/t_oster/liblasercut/platform/Util.java
+++ b/src/com/t_oster/liblasercut/platform/Util.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
  *
- *     VisiCut is free software: you can redistribute it and/or modify
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
  *
- *    VisiCut is distributed in the hope that it will be useful,
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
  *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /*
  * To change this template, choose Tools | Templates
diff --git a/src/com/t_oster/liblasercut/utils/BufferedImageAdapter.java b/src/com/t_oster/liblasercut/utils/BufferedImageAdapter.java
index 28039a93ed512fbc3d982053612406b8a9b2a73c..ff3687b9e384dc17d3b7189a03a94f5788021919 100644
--- a/src/com/t_oster/liblasercut/utils/BufferedImageAdapter.java
+++ b/src/com/t_oster/liblasercut/utils/BufferedImageAdapter.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /*
  * To change this template, choose Tools | Templates
diff --git a/src/com/t_oster/liblasercut/utils/ShapeConverter.java b/src/com/t_oster/liblasercut/utils/ShapeConverter.java
index 96971fb66f979a2324fc505c70e975831e0218bb..50755c95368e4f81634ca6ed8911b501a4a4cd54 100644
--- a/src/com/t_oster/liblasercut/utils/ShapeConverter.java
+++ b/src/com/t_oster/liblasercut/utils/ShapeConverter.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 package com.t_oster.liblasercut.utils;
 
@@ -27,7 +27,7 @@ import java.awt.geom.PathIterator;
  * This class makes it possible to add java.awt.Shape Objects
  * to a VectorPart. The Shape will be converted to moveto and lineto
  * commands fitting as close as possible
- * 
+ *
  * @author Thomas Oster <thomas.oster@rwth-aachen.de>
  */
 public class ShapeConverter
diff --git a/src/com/t_oster/liblasercut/utils/ShapeRecognizer.java b/src/com/t_oster/liblasercut/utils/ShapeRecognizer.java
index aaa0cf2686a9a23a04ba896bd4e4d545e9cf3372..53d9f8acb63c0dcb8e3379e1ab8f8331d8442de6 100644
--- a/src/com/t_oster/liblasercut/utils/ShapeRecognizer.java
+++ b/src/com/t_oster/liblasercut/utils/ShapeRecognizer.java
@@ -1,20 +1,20 @@
 /**
- * This file is part of VisiCut.
- * Copyright (C) 2012 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
  * RWTH Aachen University - 52062 Aachen, Germany
- * 
- *     VisiCut is free software: you can redistribute it and/or modify
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
  *     it under the terms of the GNU Lesser General Public License as published by
  *     the Free Software Foundation, either version 3 of the License, or
  *     (at your option) any later version.
- * 
- *    VisiCut is distributed in the hope that it will be useful,
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *     GNU Lesser General Public License for more details.
- * 
+ *
  *     You should have received a copy of the GNU Lesser General Public License
- *     along with VisiCut.  If not, see <http://www.gnu.org/licenses/>.
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
  **/
 /*
  * To change this template, choose Tools | Templates
diff --git a/src/com/t_oster/liblasercut/utils/VectorOptimizer.java b/src/com/t_oster/liblasercut/utils/VectorOptimizer.java
index 7a999994acd9f8c6facd15065877f8ddbd28a9b3..5dd78072ae356203f008f4758e4afe2a04a7ec65 100644
--- a/src/com/t_oster/liblasercut/utils/VectorOptimizer.java
+++ b/src/com/t_oster/liblasercut/utils/VectorOptimizer.java
@@ -1,3 +1,21 @@
+/**
+ * This file is part of LibLaserCut.
+ * Copyright (C) 2011 - 2013 Thomas Oster <thomas.oster@rwth-aachen.de>
+ * RWTH Aachen University - 52062 Aachen, Germany
+ *
+ *     LibLaserCut is free software: you can redistribute it and/or modify
+ *     it under the terms of the GNU Lesser General Public License as published by
+ *     the Free Software Foundation, either version 3 of the License, or
+ *     (at your option) any later version.
+ *
+ *     LibLaserCut is distributed in the hope that it will be useful,
+ *     but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *     GNU Lesser General Public License for more details.
+ *
+ *     You should have received a copy of the GNU Lesser General Public License
+ *     along with LibLaserCut.  If not, see <http://www.gnu.org/licenses/>.
+ **/
 package com.t_oster.liblasercut.utils;
 
 import com.t_oster.liblasercut.LaserProperty;