diff --git a/src/com/romraider/NewGUI/NewGUI.java b/src/com/romraider/NewGUI/NewGUI.java index c8cc101e..c22a41e5 100644 --- a/src/com/romraider/NewGUI/NewGUI.java +++ b/src/com/romraider/NewGUI/NewGUI.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI; import com.romraider.NewGUI.data.ApplicationStateManager; diff --git a/src/com/romraider/NewGUI/TestNewGUI.java b/src/com/romraider/NewGUI/TestNewGUI.java index a03ea5c1..81d5f587 100644 --- a/src/com/romraider/NewGUI/TestNewGUI.java +++ b/src/com/romraider/NewGUI/TestNewGUI.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI; import com.romraider.util.LogManager; diff --git a/src/com/romraider/NewGUI/data/ApplicationStateManager.java b/src/com/romraider/NewGUI/data/ApplicationStateManager.java index 7f1edd2c..3e52ac0a 100644 --- a/src/com/romraider/NewGUI/data/ApplicationStateManager.java +++ b/src/com/romraider/NewGUI/data/ApplicationStateManager.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.data; import com.romraider.NewGUI.NewGUI; diff --git a/src/com/romraider/NewGUI/data/TableMetaData.java b/src/com/romraider/NewGUI/data/TableMetaData.java index 201ac409..81b0e763 100644 --- a/src/com/romraider/NewGUI/data/TableMetaData.java +++ b/src/com/romraider/NewGUI/data/TableMetaData.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.data; import com.romraider.NewGUI.interfaces.TuningEntity; diff --git a/src/com/romraider/NewGUI/desktop/EDesktopPane.java b/src/com/romraider/NewGUI/desktop/EDesktopPane.java index bc77e89f..cad5c27c 100644 --- a/src/com/romraider/NewGUI/desktop/EDesktopPane.java +++ b/src/com/romraider/NewGUI/desktop/EDesktopPane.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.desktop; import com.romraider.NewGUI.data.TableMetaData; diff --git a/src/com/romraider/NewGUI/etable/EInternalFrame.java b/src/com/romraider/NewGUI/etable/EInternalFrame.java index c6b946a4..e2fea6d5 100644 --- a/src/com/romraider/NewGUI/etable/EInternalFrame.java +++ b/src/com/romraider/NewGUI/etable/EInternalFrame.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable; import com.romraider.NewGUI.data.TableMetaData; diff --git a/src/com/romraider/NewGUI/etable/ETable.java b/src/com/romraider/NewGUI/etable/ETable.java index 016242c3..0b991f59 100644 --- a/src/com/romraider/NewGUI/etable/ETable.java +++ b/src/com/romraider/NewGUI/etable/ETable.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable; import com.romraider.NewGUI.data.TableMetaData; diff --git a/src/com/romraider/NewGUI/etable/ETableCellRenderer.java b/src/com/romraider/NewGUI/etable/ETableCellRenderer.java index 232ffe08..c95476d2 100644 --- a/src/com/romraider/NewGUI/etable/ETableCellRenderer.java +++ b/src/com/romraider/NewGUI/etable/ETableCellRenderer.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable; import com.ecm.graphics.tools.ColorTable; diff --git a/src/com/romraider/NewGUI/etable/ETableMenuBar.java b/src/com/romraider/NewGUI/etable/ETableMenuBar.java index 781adea0..13aa4be7 100644 --- a/src/com/romraider/NewGUI/etable/ETableMenuBar.java +++ b/src/com/romraider/NewGUI/etable/ETableMenuBar.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable; import com.romraider.NewGUI.etable.dataJPanel.DataJPanelInterface; diff --git a/src/com/romraider/NewGUI/etable/ETableModel.java b/src/com/romraider/NewGUI/etable/ETableModel.java index 5448a240..72aa1eee 100644 --- a/src/com/romraider/NewGUI/etable/ETableModel.java +++ b/src/com/romraider/NewGUI/etable/ETableModel.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable; import com.romraider.NewGUI.data.TableMetaData; diff --git a/src/com/romraider/NewGUI/etable/ETableRowLabel.java b/src/com/romraider/NewGUI/etable/ETableRowLabel.java index bef371c5..306a84c3 100644 --- a/src/com/romraider/NewGUI/etable/ETableRowLabel.java +++ b/src/com/romraider/NewGUI/etable/ETableRowLabel.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable; import javax.swing.table.AbstractTableModel; diff --git a/src/com/romraider/NewGUI/etable/ETableSaveState.java b/src/com/romraider/NewGUI/etable/ETableSaveState.java index 1314bb72..d2ab1fa0 100644 --- a/src/com/romraider/NewGUI/etable/ETableSaveState.java +++ b/src/com/romraider/NewGUI/etable/ETableSaveState.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable; import org.apache.log4j.Logger; diff --git a/src/com/romraider/NewGUI/etable/ETableSelectionListener.java b/src/com/romraider/NewGUI/etable/ETableSelectionListener.java index 0485661a..6a995257 100644 --- a/src/com/romraider/NewGUI/etable/ETableSelectionListener.java +++ b/src/com/romraider/NewGUI/etable/ETableSelectionListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable; import javax.swing.event.TableModelEvent; diff --git a/src/com/romraider/NewGUI/etable/ETableToolBar.java b/src/com/romraider/NewGUI/etable/ETableToolBar.java index ac3dbf18..a474b6b0 100644 --- a/src/com/romraider/NewGUI/etable/ETableToolBar.java +++ b/src/com/romraider/NewGUI/etable/ETableToolBar.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable; import com.romraider.NewGUI.data.TableMetaData; diff --git a/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanel1DString.java b/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanel1DString.java index bc28c95b..591af424 100644 --- a/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanel1DString.java +++ b/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanel1DString.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable.dataJPanel; import com.romraider.NewGUI.data.TableMetaData; diff --git a/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanel3DDouble.java b/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanel3DDouble.java index 698825bd..35811f96 100644 --- a/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanel3DDouble.java +++ b/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanel3DDouble.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable.dataJPanel; import com.romraider.NewGUI.data.TableMetaData; diff --git a/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanelInterface.java b/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanelInterface.java index 464acd54..67886a4d 100644 --- a/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanelInterface.java +++ b/src/com/romraider/NewGUI/etable/dataJPanel/DataJPanelInterface.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable.dataJPanel; import javax.swing.JMenuBar; diff --git a/src/com/romraider/NewGUI/etable/text/RotatedLabel.java b/src/com/romraider/NewGUI/etable/text/RotatedLabel.java index 254affc1..18f9a29e 100644 --- a/src/com/romraider/NewGUI/etable/text/RotatedLabel.java +++ b/src/com/romraider/NewGUI/etable/text/RotatedLabel.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.etable.text; import javax.swing.Icon; diff --git a/src/com/romraider/NewGUI/interfaces/TuningEntity.java b/src/com/romraider/NewGUI/interfaces/TuningEntity.java index 3dfcc246..65dd983b 100644 --- a/src/com/romraider/NewGUI/interfaces/TuningEntity.java +++ b/src/com/romraider/NewGUI/interfaces/TuningEntity.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.interfaces; import javax.swing.JMenu; diff --git a/src/com/romraider/NewGUI/interfaces/TuningEntityListener.java b/src/com/romraider/NewGUI/interfaces/TuningEntityListener.java index 3c4047bb..a3b75102 100644 --- a/src/com/romraider/NewGUI/interfaces/TuningEntityListener.java +++ b/src/com/romraider/NewGUI/interfaces/TuningEntityListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.interfaces; import com.romraider.NewGUI.tree.ETreeNode; diff --git a/src/com/romraider/NewGUI/tools/ClipBoardCopy.java b/src/com/romraider/NewGUI/tools/ClipBoardCopy.java index 450d62ad..4dc3f684 100644 --- a/src/com/romraider/NewGUI/tools/ClipBoardCopy.java +++ b/src/com/romraider/NewGUI/tools/ClipBoardCopy.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.tools; import com.romraider.NewGUI.etable.ETable; diff --git a/src/com/romraider/NewGUI/tools/FitData.java b/src/com/romraider/NewGUI/tools/FitData.java index a3e7d88a..cc91a645 100644 --- a/src/com/romraider/NewGUI/tools/FitData.java +++ b/src/com/romraider/NewGUI/tools/FitData.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.tools; import Jama.Matrix; diff --git a/src/com/romraider/NewGUI/tools/RomRaiderDataTools.java b/src/com/romraider/NewGUI/tools/RomRaiderDataTools.java index 78714257..907990eb 100644 --- a/src/com/romraider/NewGUI/tools/RomRaiderDataTools.java +++ b/src/com/romraider/NewGUI/tools/RomRaiderDataTools.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.tools; public class RomRaiderDataTools { diff --git a/src/com/romraider/NewGUI/tree/ETree.java b/src/com/romraider/NewGUI/tree/ETree.java index b6eec620..98d174ac 100644 --- a/src/com/romraider/NewGUI/tree/ETree.java +++ b/src/com/romraider/NewGUI/tree/ETree.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.tree; import com.romraider.NewGUI.data.ApplicationStateManager; diff --git a/src/com/romraider/NewGUI/tree/ETreeCellRenderer.java b/src/com/romraider/NewGUI/tree/ETreeCellRenderer.java index 0e96b1f5..4213311a 100644 --- a/src/com/romraider/NewGUI/tree/ETreeCellRenderer.java +++ b/src/com/romraider/NewGUI/tree/ETreeCellRenderer.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.tree; import com.romraider.NewGUI.data.ApplicationStateManager; diff --git a/src/com/romraider/NewGUI/tree/ETreeNode.java b/src/com/romraider/NewGUI/tree/ETreeNode.java index cef16738..5921db8c 100644 --- a/src/com/romraider/NewGUI/tree/ETreeNode.java +++ b/src/com/romraider/NewGUI/tree/ETreeNode.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.NewGUI.tree; import com.romraider.NewGUI.data.ApplicationStateManager; diff --git a/src/com/romraider/io/connection/ConnectionPropertiesImpl.java b/src/com/romraider/io/connection/ConnectionPropertiesImpl.java index fa089932..09d1c258 100644 --- a/src/com/romraider/io/connection/ConnectionPropertiesImpl.java +++ b/src/com/romraider/io/connection/ConnectionPropertiesImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.io.connection; public final class ConnectionPropertiesImpl implements ConnectionProperties { diff --git a/src/com/romraider/io/connection/TestSSMConnectionImpl.java b/src/com/romraider/io/connection/TestSSMConnectionImpl.java index cf3f40a5..886a28f3 100644 --- a/src/com/romraider/io/connection/TestSSMConnectionImpl.java +++ b/src/com/romraider/io/connection/TestSSMConnectionImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.io.connection; import static com.romraider.io.protocol.SSMChecksumCalculator.calculateChecksum; diff --git a/src/com/romraider/logger/aem/io/AemConnection.java b/src/com/romraider/logger/aem/io/AemConnection.java index fe56f2c3..47a33bb4 100644 --- a/src/com/romraider/logger/aem/io/AemConnection.java +++ b/src/com/romraider/logger/aem/io/AemConnection.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.io; public interface AemConnection { diff --git a/src/com/romraider/logger/aem/io/AemConnectionImpl.java b/src/com/romraider/logger/aem/io/AemConnectionImpl.java index b4aeb33d..f1b49969 100644 --- a/src/com/romraider/logger/aem/io/AemConnectionImpl.java +++ b/src/com/romraider/logger/aem/io/AemConnectionImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.io; import com.romraider.io.connection.ConnectionProperties; diff --git a/src/com/romraider/logger/aem/io/AemConnectionProperties.java b/src/com/romraider/logger/aem/io/AemConnectionProperties.java index f425bc1f..506be101 100644 --- a/src/com/romraider/logger/aem/io/AemConnectionProperties.java +++ b/src/com/romraider/logger/aem/io/AemConnectionProperties.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.io; import com.romraider.io.connection.ConnectionProperties; diff --git a/src/com/romraider/logger/aem/io/AemRunner.java b/src/com/romraider/logger/aem/io/AemRunner.java index 397649c6..fbb5be5a 100644 --- a/src/com/romraider/logger/aem/io/AemRunner.java +++ b/src/com/romraider/logger/aem/io/AemRunner.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.io; public interface AemRunner extends Runnable { diff --git a/src/com/romraider/logger/aem/io/AemRunnerImpl.java b/src/com/romraider/logger/aem/io/AemRunnerImpl.java index 8e055195..dc140305 100644 --- a/src/com/romraider/logger/aem/io/AemRunnerImpl.java +++ b/src/com/romraider/logger/aem/io/AemRunnerImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.io; import com.romraider.logger.aem.plugin.AemSettings; diff --git a/src/com/romraider/logger/aem/plugin/AemConvertor.java b/src/com/romraider/logger/aem/plugin/AemConvertor.java index 67981a32..43fbe4bd 100644 --- a/src/com/romraider/logger/aem/plugin/AemConvertor.java +++ b/src/com/romraider/logger/aem/plugin/AemConvertor.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.plugin; public interface AemConvertor { diff --git a/src/com/romraider/logger/aem/plugin/AemConvertorImpl.java b/src/com/romraider/logger/aem/plugin/AemConvertorImpl.java index e692cb6f..99c3227c 100644 --- a/src/com/romraider/logger/aem/plugin/AemConvertorImpl.java +++ b/src/com/romraider/logger/aem/plugin/AemConvertorImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.plugin; import static com.romraider.util.HexUtil.asHex; diff --git a/src/com/romraider/logger/aem/plugin/AemDataItem.java b/src/com/romraider/logger/aem/plugin/AemDataItem.java index 930e06f1..a1d5762b 100644 --- a/src/com/romraider/logger/aem/plugin/AemDataItem.java +++ b/src/com/romraider/logger/aem/plugin/AemDataItem.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.plugin; import com.romraider.logger.ecu.external.ExternalDataItem; diff --git a/src/com/romraider/logger/aem/plugin/AemDataSource.java b/src/com/romraider/logger/aem/plugin/AemDataSource.java index 63743eae..452f0b62 100644 --- a/src/com/romraider/logger/aem/plugin/AemDataSource.java +++ b/src/com/romraider/logger/aem/plugin/AemDataSource.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.plugin; import com.romraider.logger.aem.io.AemRunnerImpl; diff --git a/src/com/romraider/logger/aem/plugin/AemSettings.java b/src/com/romraider/logger/aem/plugin/AemSettings.java index 3c5bf0db..b1f4659b 100644 --- a/src/com/romraider/logger/aem/plugin/AemSettings.java +++ b/src/com/romraider/logger/aem/plugin/AemSettings.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.plugin; public interface AemSettings { diff --git a/src/com/romraider/logger/aem/plugin/AemSettingsImpl.java b/src/com/romraider/logger/aem/plugin/AemSettingsImpl.java index 1e994269..8aeb36bd 100644 --- a/src/com/romraider/logger/aem/plugin/AemSettingsImpl.java +++ b/src/com/romraider/logger/aem/plugin/AemSettingsImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.plugin; public final class AemSettingsImpl implements AemSettings { diff --git a/src/com/romraider/logger/aem/plugin/DataListener.java b/src/com/romraider/logger/aem/plugin/DataListener.java index 7f5628f0..b8fb9b4e 100644 --- a/src/com/romraider/logger/aem/plugin/DataListener.java +++ b/src/com/romraider/logger/aem/plugin/DataListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.aem.plugin; public interface DataListener { diff --git a/src/com/romraider/logger/ecu/comms/query/ExternalQuery.java b/src/com/romraider/logger/ecu/comms/query/ExternalQuery.java index 812ff3f7..6981e426 100644 --- a/src/com/romraider/logger/ecu/comms/query/ExternalQuery.java +++ b/src/com/romraider/logger/ecu/comms/query/ExternalQuery.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.comms.query; public interface ExternalQuery extends Query { diff --git a/src/com/romraider/logger/ecu/comms/query/ExternalQueryImpl.java b/src/com/romraider/logger/ecu/comms/query/ExternalQueryImpl.java index d8fd0f5c..95790106 100644 --- a/src/com/romraider/logger/ecu/comms/query/ExternalQueryImpl.java +++ b/src/com/romraider/logger/ecu/comms/query/ExternalQueryImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.comms.query; import com.romraider.logger.ecu.definition.ExternalData; diff --git a/src/com/romraider/logger/ecu/comms/query/Query.java b/src/com/romraider/logger/ecu/comms/query/Query.java index 0c89877d..967c3059 100644 --- a/src/com/romraider/logger/ecu/comms/query/Query.java +++ b/src/com/romraider/logger/ecu/comms/query/Query.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.comms.query; import com.romraider.logger.ecu.definition.LoggerData; diff --git a/src/com/romraider/logger/ecu/comms/query/Response.java b/src/com/romraider/logger/ecu/comms/query/Response.java index c0587a26..894ddbe0 100644 --- a/src/com/romraider/logger/ecu/comms/query/Response.java +++ b/src/com/romraider/logger/ecu/comms/query/Response.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.comms.query; import com.romraider.logger.ecu.definition.LoggerData; diff --git a/src/com/romraider/logger/ecu/comms/query/ResponseImpl.java b/src/com/romraider/logger/ecu/comms/query/ResponseImpl.java index e5dbf39d..bb06ba1e 100644 --- a/src/com/romraider/logger/ecu/comms/query/ResponseImpl.java +++ b/src/com/romraider/logger/ecu/comms/query/ResponseImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.comms.query; import com.romraider.logger.ecu.definition.LoggerData; diff --git a/src/com/romraider/logger/ecu/comms/reset/ResetManager.java b/src/com/romraider/logger/ecu/comms/reset/ResetManager.java index ec03f157..e9e732ae 100644 --- a/src/com/romraider/logger/ecu/comms/reset/ResetManager.java +++ b/src/com/romraider/logger/ecu/comms/reset/ResetManager.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.comms.reset; public interface ResetManager { diff --git a/src/com/romraider/logger/ecu/comms/reset/ResetManagerImpl.java b/src/com/romraider/logger/ecu/comms/reset/ResetManagerImpl.java index 18472833..0ef87bc8 100644 --- a/src/com/romraider/logger/ecu/comms/reset/ResetManagerImpl.java +++ b/src/com/romraider/logger/ecu/comms/reset/ResetManagerImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.comms.reset; import com.romraider.Settings; diff --git a/src/com/romraider/logger/ecu/definition/EcuAddress.java b/src/com/romraider/logger/ecu/definition/EcuAddress.java index 01254c09..9af50f0f 100644 --- a/src/com/romraider/logger/ecu/definition/EcuAddress.java +++ b/src/com/romraider/logger/ecu/definition/EcuAddress.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.definition; public interface EcuAddress { diff --git a/src/com/romraider/logger/ecu/definition/EcuAddressImpl.java b/src/com/romraider/logger/ecu/definition/EcuAddressImpl.java index b32ab075..046f192e 100644 --- a/src/com/romraider/logger/ecu/definition/EcuAddressImpl.java +++ b/src/com/romraider/logger/ecu/definition/EcuAddressImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.definition; import static com.romraider.util.HexUtil.asBytes; diff --git a/src/com/romraider/logger/ecu/definition/EcuDefinition.java b/src/com/romraider/logger/ecu/definition/EcuDefinition.java index a8598cce..38a5a4ba 100644 --- a/src/com/romraider/logger/ecu/definition/EcuDefinition.java +++ b/src/com/romraider/logger/ecu/definition/EcuDefinition.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.definition; public interface EcuDefinition { diff --git a/src/com/romraider/logger/ecu/definition/EcuDefinitionImpl.java b/src/com/romraider/logger/ecu/definition/EcuDefinitionImpl.java index 449f6d4e..ca825061 100644 --- a/src/com/romraider/logger/ecu/definition/EcuDefinitionImpl.java +++ b/src/com/romraider/logger/ecu/definition/EcuDefinitionImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.definition; import static com.romraider.util.ParamChecker.checkNotNullOrEmpty; diff --git a/src/com/romraider/logger/ecu/definition/ExternalData.java b/src/com/romraider/logger/ecu/definition/ExternalData.java index 89223d9a..8f736850 100644 --- a/src/com/romraider/logger/ecu/definition/ExternalData.java +++ b/src/com/romraider/logger/ecu/definition/ExternalData.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.definition; public interface ExternalData extends LoggerData { diff --git a/src/com/romraider/logger/ecu/definition/ExternalDataImpl.java b/src/com/romraider/logger/ecu/definition/ExternalDataImpl.java index 47b80e37..0b072cb2 100644 --- a/src/com/romraider/logger/ecu/definition/ExternalDataImpl.java +++ b/src/com/romraider/logger/ecu/definition/ExternalDataImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.definition; import static com.romraider.logger.ecu.definition.EcuDataType.EXTERNAL; diff --git a/src/com/romraider/logger/ecu/definition/LoggerData.java b/src/com/romraider/logger/ecu/definition/LoggerData.java index 8c9fb426..e284f03d 100644 --- a/src/com/romraider/logger/ecu/definition/LoggerData.java +++ b/src/com/romraider/logger/ecu/definition/LoggerData.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.definition; public interface LoggerData { diff --git a/src/com/romraider/logger/ecu/definition/plugin/PluginFilenameFilter.java b/src/com/romraider/logger/ecu/definition/plugin/PluginFilenameFilter.java index 69abe769..41604c89 100644 --- a/src/com/romraider/logger/ecu/definition/plugin/PluginFilenameFilter.java +++ b/src/com/romraider/logger/ecu/definition/plugin/PluginFilenameFilter.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.definition.plugin; import java.io.File; diff --git a/src/com/romraider/logger/ecu/definition/xml/EcuDefinitionHandler.java b/src/com/romraider/logger/ecu/definition/xml/EcuDefinitionHandler.java index 447773ea..008864f7 100644 --- a/src/com/romraider/logger/ecu/definition/xml/EcuDefinitionHandler.java +++ b/src/com/romraider/logger/ecu/definition/xml/EcuDefinitionHandler.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.definition.xml; import com.romraider.logger.ecu.definition.EcuDefinition; diff --git a/src/com/romraider/logger/ecu/external/ExternalDataItem.java b/src/com/romraider/logger/ecu/external/ExternalDataItem.java index 74c09251..c4665b3e 100644 --- a/src/com/romraider/logger/ecu/external/ExternalDataItem.java +++ b/src/com/romraider/logger/ecu/external/ExternalDataItem.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.external; public interface ExternalDataItem { diff --git a/src/com/romraider/logger/ecu/external/ExternalDataSource.java b/src/com/romraider/logger/ecu/external/ExternalDataSource.java index 29fc281d..fbbdc5e7 100644 --- a/src/com/romraider/logger/ecu/external/ExternalDataSource.java +++ b/src/com/romraider/logger/ecu/external/ExternalDataSource.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.external; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/external/ExternalDataSourceLoader.java b/src/com/romraider/logger/ecu/external/ExternalDataSourceLoader.java index 6571c4c8..65fa09dd 100644 --- a/src/com/romraider/logger/ecu/external/ExternalDataSourceLoader.java +++ b/src/com/romraider/logger/ecu/external/ExternalDataSourceLoader.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.external; import java.util.List; diff --git a/src/com/romraider/logger/ecu/external/ExternalDataSourceLoaderImpl.java b/src/com/romraider/logger/ecu/external/ExternalDataSourceLoaderImpl.java index c2985bcb..88b47263 100644 --- a/src/com/romraider/logger/ecu/external/ExternalDataSourceLoaderImpl.java +++ b/src/com/romraider/logger/ecu/external/ExternalDataSourceLoaderImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.external; import com.romraider.logger.ecu.definition.plugin.PluginFilenameFilter; diff --git a/src/com/romraider/logger/ecu/external/GenericDataSourceManager.java b/src/com/romraider/logger/ecu/external/GenericDataSourceManager.java index c7f0b1c6..18f7187a 100644 --- a/src/com/romraider/logger/ecu/external/GenericDataSourceManager.java +++ b/src/com/romraider/logger/ecu/external/GenericDataSourceManager.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.external; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchHandler.java b/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchHandler.java index 0e7b10aa..8f6174a1 100644 --- a/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchHandler.java +++ b/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchHandler.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.handler.file; public interface FileLoggerControllerSwitchHandler { diff --git a/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitor.java b/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitor.java index a73ea7b6..f942c5b3 100644 --- a/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitor.java +++ b/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitor.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.handler.file; import com.romraider.logger.ecu.definition.EcuSwitch; diff --git a/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitorImpl.java b/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitorImpl.java index 31539fdd..2c88189d 100644 --- a/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitorImpl.java +++ b/src/com/romraider/logger/ecu/ui/handler/file/FileLoggerControllerSwitchMonitorImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.handler.file; import com.romraider.logger.ecu.definition.EcuSwitch; diff --git a/src/com/romraider/logger/ecu/ui/handler/file/FileUpdateHandler.java b/src/com/romraider/logger/ecu/ui/handler/file/FileUpdateHandler.java index b69ebcf4..fc7e6c08 100644 --- a/src/com/romraider/logger/ecu/ui/handler/file/FileUpdateHandler.java +++ b/src/com/romraider/logger/ecu/ui/handler/file/FileUpdateHandler.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.handler.file; import com.romraider.logger.ecu.ui.StatusChangeListener; diff --git a/src/com/romraider/logger/ecu/ui/handler/graph/GraphUpdateHandler.java b/src/com/romraider/logger/ecu/ui/handler/graph/GraphUpdateHandler.java index 31ee86c7..2a4a9af9 100644 --- a/src/com/romraider/logger/ecu/ui/handler/graph/GraphUpdateHandler.java +++ b/src/com/romraider/logger/ecu/ui/handler/graph/GraphUpdateHandler.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.handler.graph; import com.romraider.logger.ecu.comms.query.Response; diff --git a/src/com/romraider/logger/ecu/ui/handler/graph/SpringUtilities.java b/src/com/romraider/logger/ecu/ui/handler/graph/SpringUtilities.java index befd29c8..1eed9c8c 100644 --- a/src/com/romraider/logger/ecu/ui/handler/graph/SpringUtilities.java +++ b/src/com/romraider/logger/ecu/ui/handler/graph/SpringUtilities.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.handler.graph; import org.apache.log4j.Logger; diff --git a/src/com/romraider/logger/ecu/ui/handler/injector/InjectorUpdateHandler.java b/src/com/romraider/logger/ecu/ui/handler/injector/InjectorUpdateHandler.java index 79bd5dff..d7840e3f 100644 --- a/src/com/romraider/logger/ecu/ui/handler/injector/InjectorUpdateHandler.java +++ b/src/com/romraider/logger/ecu/ui/handler/injector/InjectorUpdateHandler.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.handler.injector; import com.romraider.logger.ecu.comms.query.Response; diff --git a/src/com/romraider/logger/ecu/ui/handler/maf/MafUpdateHandler.java b/src/com/romraider/logger/ecu/ui/handler/maf/MafUpdateHandler.java index a4816d45..b73c8478 100644 --- a/src/com/romraider/logger/ecu/ui/handler/maf/MafUpdateHandler.java +++ b/src/com/romraider/logger/ecu/ui/handler/maf/MafUpdateHandler.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.handler.maf; import com.romraider.logger.ecu.comms.query.Response; diff --git a/src/com/romraider/logger/ecu/ui/playback/PlaybackManager.java b/src/com/romraider/logger/ecu/ui/playback/PlaybackManager.java index 9b199d24..d1ef5050 100644 --- a/src/com/romraider/logger/ecu/ui/playback/PlaybackManager.java +++ b/src/com/romraider/logger/ecu/ui/playback/PlaybackManager.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.playback; import java.io.File; diff --git a/src/com/romraider/logger/ecu/ui/playback/PlaybackManagerImpl.java b/src/com/romraider/logger/ecu/ui/playback/PlaybackManagerImpl.java index a578c199..0455fc2a 100644 --- a/src/com/romraider/logger/ecu/ui/playback/PlaybackManagerImpl.java +++ b/src/com/romraider/logger/ecu/ui/playback/PlaybackManagerImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.playback; import com.romraider.logger.ecu.comms.query.Response; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenu.java b/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenu.java index 0d49fec2..6ea378fb 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenu.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenu.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar; import javax.swing.JMenu; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuBar.java b/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuBar.java index 19b3b246..0a0d0183 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuBar.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuBar.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar; import static com.romraider.Version.PRODUCT_NAME; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuItem.java b/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuItem.java index e541fd33..d2dfa33b 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuItem.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerMenuItem.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar; import javax.swing.Action; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerRadioButtonMenuItem.java b/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerRadioButtonMenuItem.java index fade9918..ea66af20 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerRadioButtonMenuItem.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/EcuLoggerRadioButtonMenuItem.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar; import com.romraider.logger.ecu.ui.swing.menubar.util.SelectionStateAdaptor; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/AboutAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/AboutAction.java index ee7feaa9..19148006 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/AboutAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/AboutAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import static com.romraider.Version.ABOUT_ICON; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/AbstractAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/AbstractAction.java index 8d04bcc1..05b761c2 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/AbstractAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/AbstractAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/DisconnectAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/DisconnectAction.java index c2fa5682..20abaa74 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/DisconnectAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/DisconnectAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/ExitAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/ExitAction.java index 89f4a51c..120391eb 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/ExitAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/ExitAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/GenericPluginMenuAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/GenericPluginMenuAction.java index e6cac188..0c3da294 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/GenericPluginMenuAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/GenericPluginMenuAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.io.port.SerialPortDiscoverer; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/LoadProfileAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/LoadProfileAction.java index 0b767591..aa81d8da 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/LoadProfileAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/LoadProfileAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileAbsoluteTimestampAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileAbsoluteTimestampAction.java index afcb2f34..47063fb3 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileAbsoluteTimestampAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileAbsoluteTimestampAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileControllerSwitchAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileControllerSwitchAction.java index e0475048..138cf8a1 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileControllerSwitchAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileControllerSwitchAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileLocationAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileLocationAction.java index c2eefed0..c88358b3 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileLocationAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/LogFileLocationAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/ReloadProfileAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/ReloadProfileAction.java index 199d1ca6..fb598f03 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/ReloadProfileAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/ReloadProfileAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetConnectionAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetConnectionAction.java index d65cdf72..daa0a28c 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetConnectionAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetConnectionAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetEcuAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetEcuAction.java index ccf1291b..935ba887 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetEcuAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/ResetEcuAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAction.java index bda9ab79..3bb4e313 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAsAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAsAction.java index 151cee59..2307a923 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAsAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/SaveProfileAsAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/ToggleButtonAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/ToggleButtonAction.java index 1fb3684c..12af9ab7 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/ToggleButtonAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/ToggleButtonAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/action/UpdateLoggerDefAction.java b/src/com/romraider/logger/ecu/ui/swing/menubar/action/UpdateLoggerDefAction.java index a10f043e..fe175ad6 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/action/UpdateLoggerDefAction.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/action/UpdateLoggerDefAction.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.action; import static com.centerkey.utils.BareBonesBrowserLaunch.openURL; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/util/FileHelper.java b/src/com/romraider/logger/ecu/ui/swing/menubar/util/FileHelper.java index 985ce50b..4f7f5d5e 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/util/FileHelper.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/util/FileHelper.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.util; import com.romraider.logger.ecu.profile.UserProfile; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/util/SelectionStateAdaptor.java b/src/com/romraider/logger/ecu/ui/swing/menubar/util/SelectionStateAdaptor.java index f0c67d64..0bceabd9 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/util/SelectionStateAdaptor.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/util/SelectionStateAdaptor.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.util; import static com.romraider.logger.ecu.ui.swing.menubar.action.AbstractAction.SELECTED_KEY; diff --git a/src/com/romraider/logger/ecu/ui/swing/menubar/util/UserProfileFileFilter.java b/src/com/romraider/logger/ecu/ui/swing/menubar/util/UserProfileFileFilter.java index ca26d212..e64d917f 100644 --- a/src/com/romraider/logger/ecu/ui/swing/menubar/util/UserProfileFileFilter.java +++ b/src/com/romraider/logger/ecu/ui/swing/menubar/util/UserProfileFileFilter.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.swing.menubar.util; import com.romraider.swing.GenericFileFilter; diff --git a/src/com/romraider/logger/ecu/ui/tab/Tab.java b/src/com/romraider/logger/ecu/ui/tab/Tab.java index a7ecf7fe..f5d6e551 100644 --- a/src/com/romraider/logger/ecu/ui/tab/Tab.java +++ b/src/com/romraider/logger/ecu/ui/tab/Tab.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.tab; import javax.swing.JPanel; diff --git a/src/com/romraider/logger/ecu/ui/tab/TableFinder.java b/src/com/romraider/logger/ecu/ui/tab/TableFinder.java index 49175b21..48727abc 100644 --- a/src/com/romraider/logger/ecu/ui/tab/TableFinder.java +++ b/src/com/romraider/logger/ecu/ui/tab/TableFinder.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.tab; import com.romraider.maps.Rom; diff --git a/src/com/romraider/logger/ecu/ui/tab/XYTrendline.java b/src/com/romraider/logger/ecu/ui/tab/XYTrendline.java index 88c701f3..7a9e7142 100644 --- a/src/com/romraider/logger/ecu/ui/tab/XYTrendline.java +++ b/src/com/romraider/logger/ecu/ui/tab/XYTrendline.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.tab; import jamlab.Polyfit; diff --git a/src/com/romraider/logger/ecu/ui/tab/injector/InjectorControlPanel.java b/src/com/romraider/logger/ecu/ui/tab/injector/InjectorControlPanel.java index 93f6ded7..2c7f5a31 100644 --- a/src/com/romraider/logger/ecu/ui/tab/injector/InjectorControlPanel.java +++ b/src/com/romraider/logger/ecu/ui/tab/injector/InjectorControlPanel.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.tab.injector; import com.romraider.ECUEditor; diff --git a/src/com/romraider/logger/ecu/ui/tab/injector/InjectorTab.java b/src/com/romraider/logger/ecu/ui/tab/injector/InjectorTab.java index 3728abe9..a1d2338f 100644 --- a/src/com/romraider/logger/ecu/ui/tab/injector/InjectorTab.java +++ b/src/com/romraider/logger/ecu/ui/tab/injector/InjectorTab.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.tab.injector; import com.romraider.logger.ecu.definition.EcuParameter; diff --git a/src/com/romraider/logger/ecu/ui/tab/injector/InjectorTabImpl.java b/src/com/romraider/logger/ecu/ui/tab/injector/InjectorTabImpl.java index b71aa676..51d06e34 100644 --- a/src/com/romraider/logger/ecu/ui/tab/injector/InjectorTabImpl.java +++ b/src/com/romraider/logger/ecu/ui/tab/injector/InjectorTabImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.tab.injector; import com.romraider.ECUEditor; diff --git a/src/com/romraider/logger/ecu/ui/tab/maf/MafControlPanel.java b/src/com/romraider/logger/ecu/ui/tab/maf/MafControlPanel.java index 79380ec5..9be9237e 100644 --- a/src/com/romraider/logger/ecu/ui/tab/maf/MafControlPanel.java +++ b/src/com/romraider/logger/ecu/ui/tab/maf/MafControlPanel.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.tab.maf; import com.romraider.ECUEditor; diff --git a/src/com/romraider/logger/ecu/ui/tab/maf/MafTab.java b/src/com/romraider/logger/ecu/ui/tab/maf/MafTab.java index 8213440f..100d4601 100644 --- a/src/com/romraider/logger/ecu/ui/tab/maf/MafTab.java +++ b/src/com/romraider/logger/ecu/ui/tab/maf/MafTab.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.tab.maf; import com.romraider.logger.ecu.definition.EcuParameter; diff --git a/src/com/romraider/logger/ecu/ui/tab/maf/MafTabImpl.java b/src/com/romraider/logger/ecu/ui/tab/maf/MafTabImpl.java index 8e027d0b..20a891b5 100644 --- a/src/com/romraider/logger/ecu/ui/tab/maf/MafTabImpl.java +++ b/src/com/romraider/logger/ecu/ui/tab/maf/MafTabImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.ecu.ui.tab.maf; import com.romraider.ECUEditor; diff --git a/src/com/romraider/logger/innovate/generic/io/InnovateConnection.java b/src/com/romraider/logger/innovate/generic/io/InnovateConnection.java index cf9322c6..6eeeaff6 100644 --- a/src/com/romraider/logger/innovate/generic/io/InnovateConnection.java +++ b/src/com/romraider/logger/innovate/generic/io/InnovateConnection.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.generic.io; public interface InnovateConnection { diff --git a/src/com/romraider/logger/innovate/generic/io/InnovateConnectionImpl.java b/src/com/romraider/logger/innovate/generic/io/InnovateConnectionImpl.java index e98b7c2b..91b0fb96 100644 --- a/src/com/romraider/logger/innovate/generic/io/InnovateConnectionImpl.java +++ b/src/com/romraider/logger/innovate/generic/io/InnovateConnectionImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.generic.io; import com.romraider.io.connection.ConnectionProperties; diff --git a/src/com/romraider/logger/innovate/generic/io/InnovateConnectionProperties.java b/src/com/romraider/logger/innovate/generic/io/InnovateConnectionProperties.java index f30b9593..77a0a782 100644 --- a/src/com/romraider/logger/innovate/generic/io/InnovateConnectionProperties.java +++ b/src/com/romraider/logger/innovate/generic/io/InnovateConnectionProperties.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.generic.io; import com.romraider.io.connection.ConnectionProperties; diff --git a/src/com/romraider/logger/innovate/generic/io/InnovateRunner.java b/src/com/romraider/logger/innovate/generic/io/InnovateRunner.java index 098fa58a..e188976f 100644 --- a/src/com/romraider/logger/innovate/generic/io/InnovateRunner.java +++ b/src/com/romraider/logger/innovate/generic/io/InnovateRunner.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.generic.io; public interface InnovateRunner extends Runnable { diff --git a/src/com/romraider/logger/innovate/generic/io/InnovateRunnerImpl.java b/src/com/romraider/logger/innovate/generic/io/InnovateRunnerImpl.java index 9a6070f5..6aa4b7d2 100644 --- a/src/com/romraider/logger/innovate/generic/io/InnovateRunnerImpl.java +++ b/src/com/romraider/logger/innovate/generic/io/InnovateRunnerImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.generic.io; import com.romraider.logger.innovate.generic.plugin.DataListener; diff --git a/src/com/romraider/logger/innovate/generic/plugin/DataConvertor.java b/src/com/romraider/logger/innovate/generic/plugin/DataConvertor.java index f73a9cb9..ef61be19 100644 --- a/src/com/romraider/logger/innovate/generic/plugin/DataConvertor.java +++ b/src/com/romraider/logger/innovate/generic/plugin/DataConvertor.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.generic.plugin; public interface DataConvertor { diff --git a/src/com/romraider/logger/innovate/generic/plugin/DataListener.java b/src/com/romraider/logger/innovate/generic/plugin/DataListener.java index b980a7cd..407bbcbe 100644 --- a/src/com/romraider/logger/innovate/generic/plugin/DataListener.java +++ b/src/com/romraider/logger/innovate/generic/plugin/DataListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.generic.plugin; public interface DataListener { diff --git a/src/com/romraider/logger/innovate/generic/plugin/InnovateSettings.java b/src/com/romraider/logger/innovate/generic/plugin/InnovateSettings.java index 74761f8a..ef089361 100644 --- a/src/com/romraider/logger/innovate/generic/plugin/InnovateSettings.java +++ b/src/com/romraider/logger/innovate/generic/plugin/InnovateSettings.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.generic.plugin; public interface InnovateSettings { diff --git a/src/com/romraider/logger/innovate/generic/plugin/InnovateSettingsImpl.java b/src/com/romraider/logger/innovate/generic/plugin/InnovateSettingsImpl.java index 8bba704a..1dee3b51 100644 --- a/src/com/romraider/logger/innovate/generic/plugin/InnovateSettingsImpl.java +++ b/src/com/romraider/logger/innovate/generic/plugin/InnovateSettingsImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.generic.plugin; public final class InnovateSettingsImpl implements InnovateSettings { diff --git a/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataConvertor.java b/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataConvertor.java index 3d2e740c..68173a1b 100644 --- a/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataConvertor.java +++ b/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataConvertor.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.lc1.plugin; import com.romraider.logger.innovate.generic.plugin.DataConvertor; diff --git a/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataItem.java b/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataItem.java index 71a13675..baaa512a 100644 --- a/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataItem.java +++ b/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataItem.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.lc1.plugin; import com.romraider.logger.ecu.external.ExternalDataItem; diff --git a/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataSource.java b/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataSource.java index effe24cf..0590b6d5 100644 --- a/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataSource.java +++ b/src/com/romraider/logger/innovate/lc1/plugin/Lc1DataSource.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.lc1.plugin; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataConvertor.java b/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataConvertor.java index 1e1ab242..2b7ab469 100644 --- a/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataConvertor.java +++ b/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataConvertor.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.lm1.plugin; import com.romraider.logger.innovate.generic.plugin.DataConvertor; diff --git a/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataItem.java b/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataItem.java index 2eae033e..423195b3 100644 --- a/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataItem.java +++ b/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataItem.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.lm1.plugin; import com.romraider.logger.ecu.external.ExternalDataItem; diff --git a/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataSource.java b/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataSource.java index 28cebc9a..dbd5699a 100644 --- a/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataSource.java +++ b/src/com/romraider/logger/innovate/lm1/plugin/Lm1DataSource.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.innovate.lm1.plugin; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/utec/comm/PortRequestedDialog.java b/src/com/romraider/logger/utec/comm/PortRequestedDialog.java index 95783b54..a9b8a869 100644 --- a/src/com/romraider/logger/utec/comm/PortRequestedDialog.java +++ b/src/com/romraider/logger/utec/comm/PortRequestedDialog.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.comm; diff --git a/src/com/romraider/logger/utec/comm/SerialConnectionException.java b/src/com/romraider/logger/utec/comm/SerialConnectionException.java index 876c9695..8ea88efa 100644 --- a/src/com/romraider/logger/utec/comm/SerialConnectionException.java +++ b/src/com/romraider/logger/utec/comm/SerialConnectionException.java @@ -1,10 +1,31 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.comm; + /* * Class defines an exception to be thrown in the event * of serial connection troubles */ -package com.romraider.logger.utec.comm; - public class SerialConnectionException extends Exception { /** diff --git a/src/com/romraider/logger/utec/comm/SerialParameters.java b/src/com/romraider/logger/utec/comm/SerialParameters.java index 3773b481..39e6fb7a 100644 --- a/src/com/romraider/logger/utec/comm/SerialParameters.java +++ b/src/com/romraider/logger/utec/comm/SerialParameters.java @@ -1,5 +1,22 @@ /* - * Class holds serial port specific data + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.comm; diff --git a/src/com/romraider/logger/utec/comm/UtecSerialConnectionManager.java b/src/com/romraider/logger/utec/comm/UtecSerialConnectionManager.java index 970d3bd8..9dea077a 100644 --- a/src/com/romraider/logger/utec/comm/UtecSerialConnectionManager.java +++ b/src/com/romraider/logger/utec/comm/UtecSerialConnectionManager.java @@ -1,3 +1,25 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.comm; //import javax.comm.*; diff --git a/src/com/romraider/logger/utec/commEvent/GeneralDataListener.java b/src/com/romraider/logger/utec/commEvent/GeneralDataListener.java index 8863e6a2..670324fd 100644 --- a/src/com/romraider/logger/utec/commEvent/GeneralDataListener.java +++ b/src/com/romraider/logger/utec/commEvent/GeneralDataListener.java @@ -1,3 +1,25 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commEvent; public interface GeneralDataListener { diff --git a/src/com/romraider/logger/utec/commEvent/LoggerDataListener.java b/src/com/romraider/logger/utec/commEvent/LoggerDataListener.java index 172f6e37..7838f056 100644 --- a/src/com/romraider/logger/utec/commEvent/LoggerDataListener.java +++ b/src/com/romraider/logger/utec/commEvent/LoggerDataListener.java @@ -1,16 +1,29 @@ /* - * Created on May 28, 2005 * - * To change the template for this generated file go to - * Window - Preferences - Java - Code Generation - Code and Comments + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commEvent; /** * @author emorgan *

- * To change the template for this generated type comment go to - * Window - Preferences - Java - Code Generation - Code and Comments */ public interface LoggerDataListener { public void getCommEvent(double[] doubleData); diff --git a/src/com/romraider/logger/utec/commEvent/LoggerEvent.java b/src/com/romraider/logger/utec/commEvent/LoggerEvent.java index 0aa9305f..6c15dac4 100644 --- a/src/com/romraider/logger/utec/commEvent/LoggerEvent.java +++ b/src/com/romraider/logger/utec/commEvent/LoggerEvent.java @@ -1,9 +1,24 @@ /* - * Created on May 28, 2005 * - * To change the template for this generated file go to - * Window - Preferences - Java - Code Generation - Code and Comments + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commEvent; diff --git a/src/com/romraider/logger/utec/commEvent/TestUtecTimer.java b/src/com/romraider/logger/utec/commEvent/TestUtecTimer.java index 82182816..e128f613 100644 --- a/src/com/romraider/logger/utec/commEvent/TestUtecTimer.java +++ b/src/com/romraider/logger/utec/commEvent/TestUtecTimer.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commEvent; public class TestUtecTimer { diff --git a/src/com/romraider/logger/utec/commEvent/UtecAFRListener.java b/src/com/romraider/logger/utec/commEvent/UtecAFRListener.java index d501a2f1..d3a4b16a 100644 --- a/src/com/romraider/logger/utec/commEvent/UtecAFRListener.java +++ b/src/com/romraider/logger/utec/commEvent/UtecAFRListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commEvent; public interface UtecAFRListener { diff --git a/src/com/romraider/logger/utec/commEvent/UtecTimerTask.java b/src/com/romraider/logger/utec/commEvent/UtecTimerTask.java index a9acd787..5e3b4cc9 100644 --- a/src/com/romraider/logger/utec/commEvent/UtecTimerTask.java +++ b/src/com/romraider/logger/utec/commEvent/UtecTimerTask.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commEvent; import com.romraider.logger.utec.comm.UtecSerialConnectionManager; diff --git a/src/com/romraider/logger/utec/commEvent/UtecTimerTaskExecute.java b/src/com/romraider/logger/utec/commEvent/UtecTimerTaskExecute.java index 38892915..72ae0a16 100644 --- a/src/com/romraider/logger/utec/commEvent/UtecTimerTaskExecute.java +++ b/src/com/romraider/logger/utec/commEvent/UtecTimerTaskExecute.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commEvent; import com.romraider.logger.utec.properties.UtecProperties; diff --git a/src/com/romraider/logger/utec/commEvent/UtecTimerTaskListener.java b/src/com/romraider/logger/utec/commEvent/UtecTimerTaskListener.java index 1890b7b7..8d1fa5e6 100644 --- a/src/com/romraider/logger/utec/commEvent/UtecTimerTaskListener.java +++ b/src/com/romraider/logger/utec/commEvent/UtecTimerTaskListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commEvent; public interface UtecTimerTaskListener { diff --git a/src/com/romraider/logger/utec/commEvent/UtecTimerTaskManager.java b/src/com/romraider/logger/utec/commEvent/UtecTimerTaskManager.java index 7d7b7d89..81c9186d 100644 --- a/src/com/romraider/logger/utec/commEvent/UtecTimerTaskManager.java +++ b/src/com/romraider/logger/utec/commEvent/UtecTimerTaskManager.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commEvent; import java.util.LinkedList; diff --git a/src/com/romraider/logger/utec/commInterface/UtecInterface.java b/src/com/romraider/logger/utec/commInterface/UtecInterface.java index dee4198e..69668469 100644 --- a/src/com/romraider/logger/utec/commInterface/UtecInterface.java +++ b/src/com/romraider/logger/utec/commInterface/UtecInterface.java @@ -1,9 +1,24 @@ /* - * Created on May 30, 2005 * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commInterface; @@ -20,8 +35,6 @@ import java.util.Vector; /** * @author emorgan *

- * To change the template for this generated type comment go to - * Window - Preferences - Java - Code Generation - Code and Comments */ public class UtecInterface { //Store string vector of known system comm ports diff --git a/src/com/romraider/logger/utec/commInterface/UtecSerialListener.java b/src/com/romraider/logger/utec/commInterface/UtecSerialListener.java index 5cca64bb..06926f14 100644 --- a/src/com/romraider/logger/utec/commInterface/UtecSerialListener.java +++ b/src/com/romraider/logger/utec/commInterface/UtecSerialListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.commInterface; import com.romraider.logger.utec.comm.UtecSerialConnectionManager; diff --git a/src/com/romraider/logger/utec/gui/JutecGUI.java b/src/com/romraider/logger/utec/gui/JutecGUI.java index 85669b4c..6e072dad 100644 --- a/src/com/romraider/logger/utec/gui/JutecGUI.java +++ b/src/com/romraider/logger/utec/gui/JutecGUI.java @@ -1,9 +1,24 @@ /* - * Created on Jan 8, 2005 * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui; import com.romraider.Settings; diff --git a/src/com/romraider/logger/utec/gui/JutecToolBar.java b/src/com/romraider/logger/utec/gui/JutecToolBar.java index 63b15d05..a921507a 100644 --- a/src/com/romraider/logger/utec/gui/JutecToolBar.java +++ b/src/com/romraider/logger/utec/gui/JutecToolBar.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui; import com.romraider.NewGUI.data.ApplicationStateManager; diff --git a/src/com/romraider/logger/utec/gui/barGraph/BarGraph.java b/src/com/romraider/logger/utec/gui/barGraph/BarGraph.java index 962b8955..4a0a3a3f 100644 --- a/src/com/romraider/logger/utec/gui/barGraph/BarGraph.java +++ b/src/com/romraider/logger/utec/gui/barGraph/BarGraph.java @@ -1,9 +1,24 @@ /* - * Created on May 26, 2005 * - * To change the template for this generated file go to - * Window - Preferences - Java - Code Generation - Code and Comments + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui.barGraph; import javax.swing.JComponent; @@ -17,8 +32,6 @@ import java.awt.geom.RoundRectangle2D; /** * @author emorgan *

- * To change the template for this generated type comment go to - * Window - Preferences - Java - Code Generation - Code and Comments */ public class BarGraph extends JComponent { diff --git a/src/com/romraider/logger/utec/gui/bottomControl/BottomUtecControl.java b/src/com/romraider/logger/utec/gui/bottomControl/BottomUtecControl.java index 3a786dad..1b259392 100644 --- a/src/com/romraider/logger/utec/gui/bottomControl/BottomUtecControl.java +++ b/src/com/romraider/logger/utec/gui/bottomControl/BottomUtecControl.java @@ -1,9 +1,24 @@ /* - * Created on May 29, 2005 * - * To change the template for this generated file go to - * Window - Preferences - Java - Code Generation - Code and Comments + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui.bottomControl; import com.romraider.logger.utec.commEvent.LoggerDataListener; @@ -22,8 +37,6 @@ import java.awt.event.ActionListener; /** * @author emorgan *

- * To change the template for this generated type comment go to Window - - * Preferences - Java - Code Generation - Code and Comments */ public class BottomUtecControl extends JPanel implements ActionListener, LoggerDataListener { diff --git a/src/com/romraider/logger/utec/gui/mapTabs/MapJPanel.java b/src/com/romraider/logger/utec/gui/mapTabs/MapJPanel.java index 9e8f2a9d..a99ee04b 100644 --- a/src/com/romraider/logger/utec/gui/mapTabs/MapJPanel.java +++ b/src/com/romraider/logger/utec/gui/mapTabs/MapJPanel.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui.mapTabs; import com.romraider.logger.utec.mapData.UtecMapData; diff --git a/src/com/romraider/logger/utec/gui/mapTabs/UtecDataManager.java b/src/com/romraider/logger/utec/gui/mapTabs/UtecDataManager.java index 77f8a8e1..1d9256fd 100644 --- a/src/com/romraider/logger/utec/gui/mapTabs/UtecDataManager.java +++ b/src/com/romraider/logger/utec/gui/mapTabs/UtecDataManager.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui.mapTabs; import com.romraider.NewGUI.data.ApplicationStateManager; diff --git a/src/com/romraider/logger/utec/gui/mapTabs/UtecJTable.java b/src/com/romraider/logger/utec/gui/mapTabs/UtecJTable.java index 30959e36..3a163b6f 100644 --- a/src/com/romraider/logger/utec/gui/mapTabs/UtecJTable.java +++ b/src/com/romraider/logger/utec/gui/mapTabs/UtecJTable.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui.mapTabs; import javax.swing.JTable; diff --git a/src/com/romraider/logger/utec/gui/mapTabs/UtecSelectionListener.java b/src/com/romraider/logger/utec/gui/mapTabs/UtecSelectionListener.java index 6cacc291..300f7c07 100644 --- a/src/com/romraider/logger/utec/gui/mapTabs/UtecSelectionListener.java +++ b/src/com/romraider/logger/utec/gui/mapTabs/UtecSelectionListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui.mapTabs; import javax.swing.JTable; diff --git a/src/com/romraider/logger/utec/gui/mapTabs/UtecTableCellRenderer.java b/src/com/romraider/logger/utec/gui/mapTabs/UtecTableCellRenderer.java index 5cba98d9..f3f0a44d 100644 --- a/src/com/romraider/logger/utec/gui/mapTabs/UtecTableCellRenderer.java +++ b/src/com/romraider/logger/utec/gui/mapTabs/UtecTableCellRenderer.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui.mapTabs; import com.ecm.graphics.tools.ColorTable; diff --git a/src/com/romraider/logger/utec/gui/mapTabs/UtecTableModel.java b/src/com/romraider/logger/utec/gui/mapTabs/UtecTableModel.java index 6f10c142..01521c4b 100644 --- a/src/com/romraider/logger/utec/gui/mapTabs/UtecTableModel.java +++ b/src/com/romraider/logger/utec/gui/mapTabs/UtecTableModel.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui.mapTabs; import javax.swing.table.AbstractTableModel; diff --git a/src/com/romraider/logger/utec/gui/mapTabs/UtecTableSelectionListener.java b/src/com/romraider/logger/utec/gui/mapTabs/UtecTableSelectionListener.java index a2ca2710..8c3fa1be 100644 --- a/src/com/romraider/logger/utec/gui/mapTabs/UtecTableSelectionListener.java +++ b/src/com/romraider/logger/utec/gui/mapTabs/UtecTableSelectionListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui.mapTabs; import javax.swing.event.TableModelEvent; diff --git a/src/com/romraider/logger/utec/gui/realtimeData/RealTimeData.java b/src/com/romraider/logger/utec/gui/realtimeData/RealTimeData.java index ea39d5ea..f2fe3322 100644 --- a/src/com/romraider/logger/utec/gui/realtimeData/RealTimeData.java +++ b/src/com/romraider/logger/utec/gui/realtimeData/RealTimeData.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.gui.realtimeData; import com.romraider.logger.utec.commEvent.LoggerDataListener; diff --git a/src/com/romraider/logger/utec/impl/UtecTuningEntityImpl.java b/src/com/romraider/logger/utec/impl/UtecTuningEntityImpl.java index b09efa48..9f63463b 100644 --- a/src/com/romraider/logger/utec/impl/UtecTuningEntityImpl.java +++ b/src/com/romraider/logger/utec/impl/UtecTuningEntityImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.impl; import com.romraider.NewGUI.data.ApplicationStateManager; diff --git a/src/com/romraider/logger/utec/mapData/GetMapFromUtecListener.java b/src/com/romraider/logger/utec/mapData/GetMapFromUtecListener.java index 315ab877..4d226ab1 100644 --- a/src/com/romraider/logger/utec/mapData/GetMapFromUtecListener.java +++ b/src/com/romraider/logger/utec/mapData/GetMapFromUtecListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.mapData; public interface GetMapFromUtecListener { diff --git a/src/com/romraider/logger/utec/mapData/SaveMapToUtecListener.java b/src/com/romraider/logger/utec/mapData/SaveMapToUtecListener.java index e34da58b..461c9ffe 100644 --- a/src/com/romraider/logger/utec/mapData/SaveMapToUtecListener.java +++ b/src/com/romraider/logger/utec/mapData/SaveMapToUtecListener.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.mapData; public interface SaveMapToUtecListener { diff --git a/src/com/romraider/logger/utec/mapData/UtecMapData.java b/src/com/romraider/logger/utec/mapData/UtecMapData.java index ca28b121..04efb624 100644 --- a/src/com/romraider/logger/utec/mapData/UtecMapData.java +++ b/src/com/romraider/logger/utec/mapData/UtecMapData.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.mapData; import java.io.BufferedReader; diff --git a/src/com/romraider/logger/utec/mapData/testMapChecksum.java b/src/com/romraider/logger/utec/mapData/testMapChecksum.java index 959e1fd3..8ba7618c 100644 --- a/src/com/romraider/logger/utec/mapData/testMapChecksum.java +++ b/src/com/romraider/logger/utec/mapData/testMapChecksum.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.mapData; public class testMapChecksum { diff --git a/src/com/romraider/logger/utec/plugin/AfrExternalDataItem.java b/src/com/romraider/logger/utec/plugin/AfrExternalDataItem.java index 461bd011..bc498e47 100644 --- a/src/com/romraider/logger/utec/plugin/AfrExternalDataItem.java +++ b/src/com/romraider/logger/utec/plugin/AfrExternalDataItem.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.plugin; import com.romraider.logger.ecu.external.ExternalDataItem; diff --git a/src/com/romraider/logger/utec/plugin/KnockExternalDataItem.java b/src/com/romraider/logger/utec/plugin/KnockExternalDataItem.java index 5168704e..36473595 100644 --- a/src/com/romraider/logger/utec/plugin/KnockExternalDataItem.java +++ b/src/com/romraider/logger/utec/plugin/KnockExternalDataItem.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.plugin; diff --git a/src/com/romraider/logger/utec/plugin/LoadExternalDataItem.java b/src/com/romraider/logger/utec/plugin/LoadExternalDataItem.java index 39fae155..bd0c8652 100644 --- a/src/com/romraider/logger/utec/plugin/LoadExternalDataItem.java +++ b/src/com/romraider/logger/utec/plugin/LoadExternalDataItem.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.plugin; import com.romraider.logger.ecu.external.ExternalDataItem; diff --git a/src/com/romraider/logger/utec/plugin/PsiExternalDataItem.java b/src/com/romraider/logger/utec/plugin/PsiExternalDataItem.java index 6b4b113f..3a6884ef 100644 --- a/src/com/romraider/logger/utec/plugin/PsiExternalDataItem.java +++ b/src/com/romraider/logger/utec/plugin/PsiExternalDataItem.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.plugin; diff --git a/src/com/romraider/logger/utec/plugin/UtecDataSource.java b/src/com/romraider/logger/utec/plugin/UtecDataSource.java index bd1a1a2b..724f50b0 100644 --- a/src/com/romraider/logger/utec/plugin/UtecDataSource.java +++ b/src/com/romraider/logger/utec/plugin/UtecDataSource.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.plugin; import com.romraider.logger.ecu.EcuLogger; diff --git a/src/com/romraider/logger/utec/properties/UtecProperties.java b/src/com/romraider/logger/utec/properties/UtecProperties.java index 4d332a61..ab0b9a59 100644 --- a/src/com/romraider/logger/utec/properties/UtecProperties.java +++ b/src/com/romraider/logger/utec/properties/UtecProperties.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.properties; import java.io.FileInputStream; diff --git a/src/com/romraider/logger/utec/test/TestUtecMap.java b/src/com/romraider/logger/utec/test/TestUtecMap.java index 49a82dde..3bb839d8 100644 --- a/src/com/romraider/logger/utec/test/TestUtecMap.java +++ b/src/com/romraider/logger/utec/test/TestUtecMap.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.test; import com.romraider.logger.utec.mapData.UtecMapData; diff --git a/src/com/romraider/logger/utec/tts/UtecSpeaker.java b/src/com/romraider/logger/utec/tts/UtecSpeaker.java index 3e636726..7039757b 100644 --- a/src/com/romraider/logger/utec/tts/UtecSpeaker.java +++ b/src/com/romraider/logger/utec/tts/UtecSpeaker.java @@ -1,9 +1,24 @@ /* - * Created on May 31, 2005 * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.logger.utec.tts; import com.romraider.logger.utec.properties.UtecProperties; diff --git a/src/com/romraider/ramtune/test/RamTuneTestApp.java b/src/com/romraider/ramtune/test/RamTuneTestApp.java index 1bb8e43a..19df5f55 100644 --- a/src/com/romraider/ramtune/test/RamTuneTestApp.java +++ b/src/com/romraider/ramtune/test/RamTuneTestApp.java @@ -1,3 +1,45 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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. + * + */ + +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.ramtune.test; import com.romraider.Settings; diff --git a/src/com/romraider/ramtune/test/command/executor/CommandExecutor.java b/src/com/romraider/ramtune/test/command/executor/CommandExecutor.java index 63215ed8..cad9ec3e 100644 --- a/src/com/romraider/ramtune/test/command/executor/CommandExecutor.java +++ b/src/com/romraider/ramtune/test/command/executor/CommandExecutor.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.ramtune.test.command.executor; public interface CommandExecutor { diff --git a/src/com/romraider/ramtune/test/command/executor/CommandExecutorImpl.java b/src/com/romraider/ramtune/test/command/executor/CommandExecutorImpl.java index 2eec1899..aea92c44 100644 --- a/src/com/romraider/ramtune/test/command/executor/CommandExecutorImpl.java +++ b/src/com/romraider/ramtune/test/command/executor/CommandExecutorImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.ramtune.test.command.executor; import com.romraider.io.connection.ConnectionProperties; diff --git a/src/com/romraider/ramtune/test/command/generator/AbstractCommandGenerator.java b/src/com/romraider/ramtune/test/command/generator/AbstractCommandGenerator.java index a3859582..38606275 100644 --- a/src/com/romraider/ramtune/test/command/generator/AbstractCommandGenerator.java +++ b/src/com/romraider/ramtune/test/command/generator/AbstractCommandGenerator.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.ramtune.test.command.generator; import com.romraider.io.protocol.Protocol; diff --git a/src/com/romraider/ramtune/test/command/generator/CommandGenerator.java b/src/com/romraider/ramtune/test/command/generator/CommandGenerator.java index ab3e1a20..03394d63 100644 --- a/src/com/romraider/ramtune/test/command/generator/CommandGenerator.java +++ b/src/com/romraider/ramtune/test/command/generator/CommandGenerator.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.ramtune.test.command.generator; import java.util.List; diff --git a/src/com/romraider/ramtune/test/command/generator/EcuInitCommandGenerator.java b/src/com/romraider/ramtune/test/command/generator/EcuInitCommandGenerator.java index a74048b2..8c0271f3 100644 --- a/src/com/romraider/ramtune/test/command/generator/EcuInitCommandGenerator.java +++ b/src/com/romraider/ramtune/test/command/generator/EcuInitCommandGenerator.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.ramtune.test.command.generator; import com.romraider.io.protocol.Protocol; diff --git a/src/com/romraider/ramtune/test/command/generator/ReadCommandGenerator.java b/src/com/romraider/ramtune/test/command/generator/ReadCommandGenerator.java index 5f61269b..a040ace6 100644 --- a/src/com/romraider/ramtune/test/command/generator/ReadCommandGenerator.java +++ b/src/com/romraider/ramtune/test/command/generator/ReadCommandGenerator.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.ramtune.test.command.generator; import com.romraider.io.protocol.Protocol; diff --git a/src/com/romraider/ramtune/test/command/generator/WriteCommandGenerator.java b/src/com/romraider/ramtune/test/command/generator/WriteCommandGenerator.java index 5d3a5039..3f0f8d79 100644 --- a/src/com/romraider/ramtune/test/command/generator/WriteCommandGenerator.java +++ b/src/com/romraider/ramtune/test/command/generator/WriteCommandGenerator.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.ramtune.test.command.generator; import com.romraider.io.protocol.Protocol; diff --git a/src/com/romraider/ramtune/test/io/RamTuneTestAppConnectionProperties.java b/src/com/romraider/ramtune/test/io/RamTuneTestAppConnectionProperties.java index 228b5796..484f821a 100644 --- a/src/com/romraider/ramtune/test/io/RamTuneTestAppConnectionProperties.java +++ b/src/com/romraider/ramtune/test/io/RamTuneTestAppConnectionProperties.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.ramtune.test.io; import com.romraider.io.connection.ConnectionProperties; diff --git a/src/com/romraider/tts/Speaker.java b/src/com/romraider/tts/Speaker.java index 281c4870..88ac6ae4 100644 --- a/src/com/romraider/tts/Speaker.java +++ b/src/com/romraider/tts/Speaker.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.tts; import com.sun.speech.freetts.Voice; diff --git a/src/com/romraider/util/LogManager.java b/src/com/romraider/util/LogManager.java index 9536b1e4..717d38f7 100644 --- a/src/com/romraider/util/LogManager.java +++ b/src/com/romraider/util/LogManager.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.util; import static org.apache.log4j.PropertyConfigurator.configureAndWatch; diff --git a/src/com/romraider/util/RomServer.java b/src/com/romraider/util/RomServer.java index a0194dd8..08ca99be 100644 --- a/src/com/romraider/util/RomServer.java +++ b/src/com/romraider/util/RomServer.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.util; import org.apache.log4j.Logger; diff --git a/src/com/romraider/util/SettingsManager.java b/src/com/romraider/util/SettingsManager.java index 8ba603ac..4f0700bd 100644 --- a/src/com/romraider/util/SettingsManager.java +++ b/src/com/romraider/util/SettingsManager.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.util; import com.romraider.Settings; diff --git a/src/com/romraider/util/SettingsManagerImpl.java b/src/com/romraider/util/SettingsManagerImpl.java index 30d19ca1..73e8dc07 100644 --- a/src/com/romraider/util/SettingsManagerImpl.java +++ b/src/com/romraider/util/SettingsManagerImpl.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.util; import com.romraider.Settings; diff --git a/src/com/romraider/util/ThreadCheckingRepaintManager.java b/src/com/romraider/util/ThreadCheckingRepaintManager.java index 02d04e85..d451acb6 100644 --- a/src/com/romraider/util/ThreadCheckingRepaintManager.java +++ b/src/com/romraider/util/ThreadCheckingRepaintManager.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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.util; import javax.swing.JComponent; diff --git a/src/com/romraider/xml/DOMHelper.java b/src/com/romraider/xml/DOMHelper.java index 6a5ec711..2a785992 100644 --- a/src/com/romraider/xml/DOMHelper.java +++ b/src/com/romraider/xml/DOMHelper.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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; import org.w3c.dom.Node; diff --git a/src/com/romraider/xml/DOMRomUnmarshaller.java b/src/com/romraider/xml/DOMRomUnmarshaller.java index 760f761f..dfcc13ee 100644 --- a/src/com/romraider/xml/DOMRomUnmarshaller.java +++ b/src/com/romraider/xml/DOMRomUnmarshaller.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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. + * + */ + //DOM XML parser for ROMs package com.romraider.xml; diff --git a/src/com/romraider/xml/DOMSettingsBuilder.java b/src/com/romraider/xml/DOMSettingsBuilder.java index d288eb4e..5eb66133 100644 --- a/src/com/romraider/xml/DOMSettingsBuilder.java +++ b/src/com/romraider/xml/DOMSettingsBuilder.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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; import com.sun.org.apache.xml.internal.serialize.OutputFormat; diff --git a/src/com/romraider/xml/DOMSettingsUnmarshaller.java b/src/com/romraider/xml/DOMSettingsUnmarshaller.java index a0785d3d..c3da2cbe 100644 --- a/src/com/romraider/xml/DOMSettingsUnmarshaller.java +++ b/src/com/romraider/xml/DOMSettingsUnmarshaller.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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; import com.romraider.Settings; diff --git a/src/com/romraider/xml/RomAttributeParser.java b/src/com/romraider/xml/RomAttributeParser.java index abca1bf9..266d606e 100644 --- a/src/com/romraider/xml/RomAttributeParser.java +++ b/src/com/romraider/xml/RomAttributeParser.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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. + * + */ + // Parses attributes from ROM XML package com.romraider.xml; diff --git a/src/com/romraider/xml/RomNotFoundException.java b/src/com/romraider/xml/RomNotFoundException.java index e5d9b404..1e22bbc3 100644 --- a/src/com/romraider/xml/RomNotFoundException.java +++ b/src/com/romraider/xml/RomNotFoundException.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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; public final class RomNotFoundException extends Exception { diff --git a/src/com/romraider/xml/TableIsOmittedException.java b/src/com/romraider/xml/TableIsOmittedException.java index e22bfa1d..4faae31c 100644 --- a/src/com/romraider/xml/TableIsOmittedException.java +++ b/src/com/romraider/xml/TableIsOmittedException.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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; public final class TableIsOmittedException extends Exception { diff --git a/src/com/romraider/xml/TableNotFoundException.java b/src/com/romraider/xml/TableNotFoundException.java index bbacc99a..7e2e1a07 100644 --- a/src/com/romraider/xml/TableNotFoundException.java +++ b/src/com/romraider/xml/TableNotFoundException.java @@ -1,3 +1,24 @@ +/* + * + * RomRaider Open-Source Tuning, Logging and Reflashing + * Copyright (C) 2006-2008 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; public final class TableNotFoundException extends Exception {