Author: echatellier Date: 2010-11-09 15:56:08 +0100 (Tue, 09 Nov 2010) New Revision: 283 Url: http://nuiton.org/repositories/revision/nuiton-matrix/283 Log: Remove duplicated import Modified: trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixEditor.java trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelEditor.jaxx trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelEvent.java trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelListener.java trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPopupMenu.java trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModel.java trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModelLinear.java trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModelND.java Modified: trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixEditor.java =================================================================== --- trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixEditor.java 2010-11-08 15:47:52 UTC (rev 282) +++ trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixEditor.java 2010-11-09 14:56:08 UTC (rev 283) @@ -22,24 +22,7 @@ * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ -/* - * *##% NuitonMatrix - * Copyright (C) 2004 - 2009 CodeLutin - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * 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 Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* - */ + package org.nuiton.math.matrix.gui; import javax.swing.JButton; Modified: trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelEditor.jaxx =================================================================== --- trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelEditor.jaxx 2010-11-08 15:47:52 UTC (rev 282) +++ trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelEditor.jaxx 2010-11-09 14:56:08 UTC (rev 283) @@ -22,24 +22,6 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<!-- -/* *##% NuitonMatrix - * Copyright (C) 2004 - 2009 CodeLutin - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * 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 Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%*/ - --> <MatrixEditor layout='{new BorderLayout()}'> <MatrixTableModel id='tableModel' javaBean='null'/> Modified: trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelEvent.java =================================================================== --- trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelEvent.java 2010-11-08 15:47:52 UTC (rev 282) +++ trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelEvent.java 2010-11-09 14:56:08 UTC (rev 283) @@ -22,22 +22,6 @@ * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ -/* *##% NuitonMatrix - * Copyright (C) 2004 - 2009 CodeLutin - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * 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 Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%*/ package org.nuiton.math.matrix.gui; Modified: trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelListener.java =================================================================== --- trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelListener.java 2010-11-08 15:47:52 UTC (rev 282) +++ trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPanelListener.java 2010-11-09 14:56:08 UTC (rev 283) @@ -22,22 +22,7 @@ * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ -/* *##% NuitonMatrix - * Copyright (C) 2004 - 2009 CodeLutin - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * 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 Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%*/ + package org.nuiton.math.matrix.gui; import java.util.EventListener; Modified: trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPopupMenu.java =================================================================== --- trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPopupMenu.java 2010-11-08 15:47:52 UTC (rev 282) +++ trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixPopupMenu.java 2010-11-09 14:56:08 UTC (rev 283) @@ -22,22 +22,6 @@ * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ -/* *##% NuitonMatrix - * Copyright (C) 2004 - 2009 CodeLutin - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * 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 Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%*/ package org.nuiton.math.matrix.gui; Modified: trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModel.java =================================================================== --- trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModel.java 2010-11-08 15:47:52 UTC (rev 282) +++ trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModel.java 2010-11-09 14:56:08 UTC (rev 283) @@ -22,22 +22,6 @@ * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ -/* *##% NuitonMatrix - * Copyright (C) 2004 - 2009 CodeLutin - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * 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 Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%*/ package org.nuiton.math.matrix.gui; Modified: trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModelLinear.java =================================================================== --- trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModelLinear.java 2010-11-08 15:47:52 UTC (rev 282) +++ trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModelLinear.java 2010-11-09 14:56:08 UTC (rev 283) @@ -22,22 +22,6 @@ * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ -/* *##% NuitonMatrix - * Copyright (C) 2004 - 2009 CodeLutin - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * 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 Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%*/ package org.nuiton.math.matrix.gui; Modified: trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModelND.java =================================================================== --- trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModelND.java 2010-11-08 15:47:52 UTC (rev 282) +++ trunk/src/main/java/org/nuiton/math/matrix/gui/MatrixTableModelND.java 2010-11-09 14:56:08 UTC (rev 283) @@ -22,22 +22,6 @@ * <http://www.gnu.org/licenses/lgpl-3.0.html>. * #L% */ -/*##% NuitonMatrix - * Copyright (C) 2004 - 2009 CodeLutin - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * 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 Lesser Public License for more details. - * - * You should have received a copy of the GNU General Lesser Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%*/ package org.nuiton.math.matrix.gui;