r454 - trunk/nuiton-matrix/src/main/java/org/nuiton/math/matrix
Author: echatellier Date: 2012-09-14 15:38:09 +0200 (Fri, 14 Sep 2012) New Revision: 454 Url: http://nuiton.org/repositories/revision/nuiton-matrix/454 Log: Add missing headers Modified: trunk/nuiton-matrix/src/main/java/org/nuiton/math/matrix/MatrixSemanticsDecorator.java trunk/nuiton-matrix/src/main/java/org/nuiton/math/matrix/SemanticsDecorator.java Modified: trunk/nuiton-matrix/src/main/java/org/nuiton/math/matrix/MatrixSemanticsDecorator.java =================================================================== --- trunk/nuiton-matrix/src/main/java/org/nuiton/math/matrix/MatrixSemanticsDecorator.java 2012-09-13 21:31:30 UTC (rev 453) +++ trunk/nuiton-matrix/src/main/java/org/nuiton/math/matrix/MatrixSemanticsDecorator.java 2012-09-14 13:38:09 UTC (rev 454) @@ -1,6 +1,29 @@ +/* + * #%L + * NuitonMatrix :: Nuiton-matrix + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 CodeLutin, Poussin Benjamin + * %% + * 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>. + * #L% + */ + package org.nuiton.math.matrix; - import java.io.File; import java.io.IOException; import java.io.Reader; Modified: trunk/nuiton-matrix/src/main/java/org/nuiton/math/matrix/SemanticsDecorator.java =================================================================== --- trunk/nuiton-matrix/src/main/java/org/nuiton/math/matrix/SemanticsDecorator.java 2012-09-13 21:31:30 UTC (rev 453) +++ trunk/nuiton-matrix/src/main/java/org/nuiton/math/matrix/SemanticsDecorator.java 2012-09-14 13:38:09 UTC (rev 454) @@ -1,3 +1,27 @@ +/* + * #%L + * NuitonMatrix :: Nuiton-matrix + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2012 CodeLutin, Poussin Benjamin + * %% + * 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>. + * #L% + */ + package org.nuiton.math.matrix; /**
participants (1)
-
echatellier@users.nuiton.org