[Lutinutil-commits] r1043 - in trunk/lutinpluginutil: . src/main/java/org/codelutin/util src/test/java/org/codelutin/util
Author: tchemit Date: 2008-08-17 21:49:21 +0000 (Sun, 17 Aug 2008) New Revision: 1043 Modified: trunk/lutinpluginutil/changelog trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUpdater.java trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUpdaterHelper.java trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUtil.java trunk/lutinpluginutil/src/main/java/org/codelutin/util/MirroredFileUpdater.java trunk/lutinpluginutil/src/test/java/org/codelutin/util/JavaDummy.java trunk/lutinpluginutil/src/test/java/org/codelutin/util/JavaFileUpdaterTest.java trunk/lutinpluginutil/src/test/java/org/codelutin/util/JaxxDummy.java trunk/lutinpluginutil/src/test/java/org/codelutin/util/JaxxFileUpdaterTest.java Log: apply license on tests Modified: trunk/lutinpluginutil/changelog =================================================================== --- trunk/lutinpluginutil/changelog 2008-08-17 21:43:01 UTC (rev 1042) +++ trunk/lutinpluginutil/changelog 2008-08-17 21:49:21 UTC (rev 1043) @@ -1,2 +1,4 @@ ver-0-1 chemit 2008???? + * apply license lgpl v3 on java source files + * add a FileUtil class coming from maven-i18n-plugin * initial version with only FileUpdater \ No newline at end of file Modified: trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUpdater.java =================================================================== --- trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUpdater.java 2008-08-17 21:43:01 UTC (rev 1042) +++ trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUpdater.java 2008-08-17 21:49:21 UTC (rev 1043) @@ -1,19 +1,20 @@ /** * *##% Lutin plugin utilities library * Copyright (C) 2008 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/>. ##%* + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.util; Modified: trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUpdaterHelper.java =================================================================== --- trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUpdaterHelper.java 2008-08-17 21:43:01 UTC (rev 1042) +++ trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUpdaterHelper.java 2008-08-17 21:49:21 UTC (rev 1043) @@ -1,19 +1,20 @@ /** * *##% Lutin plugin utilities library * Copyright (C) 2008 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/>. ##%* + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.util; Modified: trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUtil.java =================================================================== --- trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUtil.java 2008-08-17 21:43:01 UTC (rev 1042) +++ trunk/lutinpluginutil/src/main/java/org/codelutin/util/FileUtil.java 2008-08-17 21:49:21 UTC (rev 1043) @@ -1,19 +1,20 @@ /** * *##% Lutin plugin utilities library * Copyright (C) 2008 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/>. ##%* + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.util; Modified: trunk/lutinpluginutil/src/main/java/org/codelutin/util/MirroredFileUpdater.java =================================================================== --- trunk/lutinpluginutil/src/main/java/org/codelutin/util/MirroredFileUpdater.java 2008-08-17 21:43:01 UTC (rev 1042) +++ trunk/lutinpluginutil/src/main/java/org/codelutin/util/MirroredFileUpdater.java 2008-08-17 21:49:21 UTC (rev 1043) @@ -1,19 +1,20 @@ /** * *##% Lutin plugin utilities library * Copyright (C) 2008 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/>. ##%* + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ package org.codelutin.util; Modified: trunk/lutinpluginutil/src/test/java/org/codelutin/util/JavaDummy.java =================================================================== --- trunk/lutinpluginutil/src/test/java/org/codelutin/util/JavaDummy.java 2008-08-17 21:43:01 UTC (rev 1042) +++ trunk/lutinpluginutil/src/test/java/org/codelutin/util/JavaDummy.java 2008-08-17 21:49:21 UTC (rev 1043) @@ -1,16 +1,20 @@ /** - * *##% Copyright (C) 2008 Code Lutin, Tony Chemit - * 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., 59 Temple Place - * - Suite 330, Boston, MA 02111-1307, USA. - * ##%* + * *##% Lutin plugin utilities library + * Copyright (C) 2008 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.codelutin.util; @@ -19,4 +23,4 @@ /** * A dummy file to test {@link org.codelutin.util.FileUpdaterHelper.JavaFileUpdater} in {@link JavaFileUpdaterTest} */ -} \ No newline at end of file +} Modified: trunk/lutinpluginutil/src/test/java/org/codelutin/util/JavaFileUpdaterTest.java =================================================================== --- trunk/lutinpluginutil/src/test/java/org/codelutin/util/JavaFileUpdaterTest.java 2008-08-17 21:43:01 UTC (rev 1042) +++ trunk/lutinpluginutil/src/test/java/org/codelutin/util/JavaFileUpdaterTest.java 2008-08-17 21:49:21 UTC (rev 1043) @@ -1,3 +1,21 @@ +/** + * *##% Lutin plugin utilities library + * Copyright (C) 2008 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>. *##% + */ /* * Copyright (C) 2002-2008 Code Lutin, Benjamin Poussin * Modified: trunk/lutinpluginutil/src/test/java/org/codelutin/util/JaxxDummy.java =================================================================== --- trunk/lutinpluginutil/src/test/java/org/codelutin/util/JaxxDummy.java 2008-08-17 21:43:01 UTC (rev 1042) +++ trunk/lutinpluginutil/src/test/java/org/codelutin/util/JaxxDummy.java 2008-08-17 21:49:21 UTC (rev 1043) @@ -1,16 +1,20 @@ /** - * *##% Copyright (C) 2008 Code Lutin, Tony Chemit - * 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., 59 Temple Place - * - Suite 330, Boston, MA 02111-1307, USA. - * ##%* + * *##% Lutin plugin utilities library + * Copyright (C) 2008 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.codelutin.util; Modified: trunk/lutinpluginutil/src/test/java/org/codelutin/util/JaxxFileUpdaterTest.java =================================================================== --- trunk/lutinpluginutil/src/test/java/org/codelutin/util/JaxxFileUpdaterTest.java 2008-08-17 21:43:01 UTC (rev 1042) +++ trunk/lutinpluginutil/src/test/java/org/codelutin/util/JaxxFileUpdaterTest.java 2008-08-17 21:49:21 UTC (rev 1043) @@ -1,3 +1,21 @@ +/** + * *##% Lutin plugin utilities library + * Copyright (C) 2008 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>. *##% + */ /* * Copyright (C) 2002-2008 Code Lutin, Benjamin Poussin *
participants (1)
-
tchemit@users.labs.libre-entreprise.org