Author: echatellier Date: 2010-11-29 16:40:20 +0100 (Mon, 29 Nov 2010) New Revision: 246 Url: http://nuiton.org/repositories/revision/nuiton-j2r/246 Log: Fix project headers Removed: trunk/src/license/project.xml Modified: trunk/src/license/THIRD-PARTY.properties trunk/src/main/assembly/deps.xml trunk/src/main/assembly/full.xml trunk/src/main/resources/log4j.properties trunk/src/test/resources/log4j.properties Modified: trunk/src/license/THIRD-PARTY.properties =================================================================== --- trunk/src/license/THIRD-PARTY.properties 2010-11-21 14:30:33 UTC (rev 245) +++ trunk/src/license/THIRD-PARTY.properties 2010-11-29 15:40:20 UTC (rev 246) @@ -3,12 +3,13 @@ # Already used licenses in project : # - BSD License # - Common Public License Version 1.0 +# - LGPLv2.1 # - The Apache Software License, Version 2.0 #------------------------------------------------------------------------------- # Please fill the missing licenses for dependencies : # # -#Mon Oct 18 12:45:36 CEST 2010 -org.nuiton.thirdparty--JRI--0.8-4=LGPLv2.1 -org.nuiton.thirdparty--REngine--0.6-1=LGPLv2.1 -org.nuiton.thirdparty--Rserve--0.6-1=LGPLv2.1 +#Mon Nov 29 16:27:27 CET 2010 +org.nuiton.thirdparty--JRI--0.8-4--jar=LGPLv2.1 +org.nuiton.thirdparty--REngine--0.6-1--jar=LGPLv2.1 +org.nuiton.thirdparty--Rserve--0.6-1--jar=LGPLv2.1 Deleted: trunk/src/license/project.xml =================================================================== --- trunk/src/license/project.xml 2010-11-21 14:30:33 UTC (rev 245) +++ trunk/src/license/project.xml 2010-11-29 15:40:20 UTC (rev 246) @@ -1,69 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> - <!-- - #%L - Nuiton Java-2-R library - - $Id$ - $HeadURL$ - %% - Copyright (C) 2006 - 2010 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>. - #L% - --> -<project xmlns="http://maven-site.nuiton.org/maven-license-plugin/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven-site.nuiton.org/maven-license-plugin/1.0.0 http://maven-site.nuiton.org/maven-license-plugin/licenseProjectDescriptor-1.0.0.xsd"> - <mainLicense>lgpl_v3</mainLicense> - - <headers> - - <header> - <commentStyle>java</commentStyle> - <fileSets> - <fileSet> - <basedir>src/main/java</basedir> - <include>**/*.java</include> - </fileSet> - <fileSet> - <basedir>src/test/java</basedir> - <include>**/*.java</include> - </fileSet> - </fileSets> - </header> - - <header> - <commentStyle>rst</commentStyle> - <fileSet> - <basedir>src/site</basedir> - <include>**/*.rst</include> - </fileSet> - </header> - - <header> - <commentStyle>xml</commentStyle> - <fileSets> - - <fileSet> - <basedir>src/site</basedir> - <include>**/*.xml</include> - </fileSet> - - </fileSets> - </header> - - </headers> - -</project> Modified: trunk/src/main/assembly/deps.xml =================================================================== --- trunk/src/main/assembly/deps.xml 2010-11-21 14:30:33 UTC (rev 245) +++ trunk/src/main/assembly/deps.xml 2010-11-29 15:40:20 UTC (rev 246) @@ -1,3 +1,27 @@ +<!-- + #%L + Nuiton Java-2-R library + + $Id$ + $HeadURL$ + %% + Copyright (C) 2006 - 2010 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>. + #L% + --> <assembly> <id>deps</id> <formats> Modified: trunk/src/main/assembly/full.xml =================================================================== --- trunk/src/main/assembly/full.xml 2010-11-21 14:30:33 UTC (rev 245) +++ trunk/src/main/assembly/full.xml 2010-11-29 15:40:20 UTC (rev 246) @@ -1,3 +1,27 @@ +<!-- + #%L + Nuiton Java-2-R library + + $Id$ + $HeadURL$ + %% + Copyright (C) 2006 - 2010 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>. + #L% + --> <assembly> <id>full</id> <formats> Modified: trunk/src/main/resources/log4j.properties =================================================================== --- trunk/src/main/resources/log4j.properties 2010-11-21 14:30:33 UTC (rev 245) +++ trunk/src/main/resources/log4j.properties 2010-11-29 15:40:20 UTC (rev 246) @@ -1,3 +1,27 @@ +### +# #%L +# Nuiton Java-2-R library +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2006 - 2010 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>. +# #L% +### # Global logging configuration log4j.rootLogger=INFO, stdout # Console output... Modified: trunk/src/test/resources/log4j.properties =================================================================== --- trunk/src/test/resources/log4j.properties 2010-11-21 14:30:33 UTC (rev 245) +++ trunk/src/test/resources/log4j.properties 2010-11-29 15:40:20 UTC (rev 246) @@ -1,3 +1,27 @@ +### +# #%L +# Nuiton Java-2-R library +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2006 - 2010 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>. +# #L% +### # Global logging configuration log4j.rootLogger=DEBUG, stdout # Console output...