diff --git a/src/main/java/com/romraider/editor/ecu/OpenImageWorker.java b/src/main/java/com/romraider/editor/ecu/OpenImageWorker.java index c0675be0..f3934ad4 100644 --- a/src/main/java/com/romraider/editor/ecu/OpenImageWorker.java +++ b/src/main/java/com/romraider/editor/ecu/OpenImageWorker.java @@ -1,3 +1,22 @@ +/* + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2021 RomRaider.com + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + package com.romraider.editor.ecu; import static javax.swing.JOptionPane.ERROR_MESSAGE; diff --git a/src/main/java/com/romraider/xml/ConversionLayer/ConversionLayerFactory.java b/src/main/java/com/romraider/xml/ConversionLayer/ConversionLayerFactory.java index 600e094a..ee6bd248 100644 --- a/src/main/java/com/romraider/xml/ConversionLayer/ConversionLayerFactory.java +++ b/src/main/java/com/romraider/xml/ConversionLayer/ConversionLayerFactory.java @@ -1,5 +1,23 @@ -package com.romraider.xml.ConversionLayer; +/* + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2021 RomRaider.com + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ +package com.romraider.xml.ConversionLayer; import java.io.File; public class ConversionLayerFactory {