r690 - in trunk/src: . license main/java/org/nuiton/components/cipher main/java/org/nuiton/components/sec/dispatcher main/java/org/nuiton/helper/plugin main/java/org/nuiton/io main/java/org/nuiton/io/mail main/java/org/nuiton/io/rest main/java/org/nuiton/io/xpp3 main/java/org/nuiton/plugin test/java/org/nuiton/helper/plugin test/java/org/nuiton/io test/java/org/nuiton/io/xpp3 test/java/org/nuiton/plugin test/resources/org/nuiton/io
Author: tchemit Date: 2010-04-10 17:39:56 +0200 (Sat, 10 Apr 2010) New Revision: 690 Log: remove headers (to be regenerate with maven-license-plugin 2.1) Added: trunk/src/license/ trunk/src/license/project.xml Modified: trunk/src/main/java/org/nuiton/components/cipher/DefaultPlexusCipher.java trunk/src/main/java/org/nuiton/components/sec/dispatcher/DefaultSecDispatcher.java trunk/src/main/java/org/nuiton/helper/plugin/CollectFilesMojo.java trunk/src/main/java/org/nuiton/helper/plugin/SendEmailMojo.java trunk/src/main/java/org/nuiton/helper/plugin/ShareServerSecretPlugin.java trunk/src/main/java/org/nuiton/io/FileUpdater.java trunk/src/main/java/org/nuiton/io/FileUpdaterHelper.java trunk/src/main/java/org/nuiton/io/MirroredFileUpdater.java trunk/src/main/java/org/nuiton/io/PropertiesDateRemoveFilterStream.java trunk/src/main/java/org/nuiton/io/SortedProperties.java trunk/src/main/java/org/nuiton/io/mail/MailSender.java trunk/src/main/java/org/nuiton/io/mail/ProjectJavamailMailSender.java trunk/src/main/java/org/nuiton/io/rest/DefaultRestClientConfiguration.java trunk/src/main/java/org/nuiton/io/rest/RestClient.java trunk/src/main/java/org/nuiton/io/rest/RestClientConfiguration.java trunk/src/main/java/org/nuiton/io/rest/RestDataNotFoundException.java trunk/src/main/java/org/nuiton/io/rest/RestException.java trunk/src/main/java/org/nuiton/io/rest/RestRequest.java trunk/src/main/java/org/nuiton/io/rest/RestRequestBuilder.java trunk/src/main/java/org/nuiton/io/rest/RestSession.java trunk/src/main/java/org/nuiton/io/xpp3/AbstractXpp3Reader.java trunk/src/main/java/org/nuiton/io/xpp3/DataConverter.java trunk/src/main/java/org/nuiton/io/xpp3/DefaultDataConverter.java trunk/src/main/java/org/nuiton/io/xpp3/PropertyMapper.java trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Helper.java trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Reader.java trunk/src/main/java/org/nuiton/plugin/AbstractPlugin.java trunk/src/main/java/org/nuiton/plugin/DependencyUtil.java trunk/src/main/java/org/nuiton/plugin/Plugin.java trunk/src/main/java/org/nuiton/plugin/PluginHelper.java trunk/src/main/java/org/nuiton/plugin/PluginIOContext.java trunk/src/main/java/org/nuiton/plugin/VelocityTemplateGenerator.java trunk/src/test/java/org/nuiton/helper/plugin/SendEmailMojoTest.java trunk/src/test/java/org/nuiton/io/JavaFileUpdaterTest.java trunk/src/test/java/org/nuiton/io/JaxxFileUpdaterTest.java trunk/src/test/java/org/nuiton/io/xpp3/Identity.java trunk/src/test/java/org/nuiton/io/xpp3/IdentityXpp3Reader.java trunk/src/test/java/org/nuiton/io/xpp3/Xpp3HelperTest.java trunk/src/test/java/org/nuiton/io/xpp3/Xpp3ReaderTest.java trunk/src/test/java/org/nuiton/plugin/AbstractMojoTest.java trunk/src/test/java/org/nuiton/plugin/PluginHelperTest.java trunk/src/test/java/org/nuiton/plugin/TestHelper.java trunk/src/test/resources/org/nuiton/io/JavaDummy.java trunk/src/test/resources/org/nuiton/io/JaxxDummy.java Added: trunk/src/license/project.xml =================================================================== --- trunk/src/license/project.xml (rev 0) +++ trunk/src/license/project.xml 2010-04-10 15:39:56 UTC (rev 690) @@ -0,0 +1,45 @@ +<?xml version='1.0' encoding='UTF-8'?> +<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/licenseProject-1.0.0.xsd"> + <mainLicense>lgpl_v3</mainLicense> + <licenseSets> + <licenseSet> + <fileSets> + + <fileSet> + <headerType>java</headerType> + <basedir>src/main/java</basedir> + <includes> + <include>**/*.java</include> + </includes> + </fileSet> + + <fileSet> + <headerType>java</headerType> + <basedir>src/test/java</basedir> + <includes> + <include>**/*.java</include> + </includes> + </fileSet> + + <fileSet> + <headerType>rst</headerType> + <basedir>src/site</basedir> + <includes> + <include>**/*.apt</include> + </includes> + </fileSet> + + <fileSet> + <headerType>xml</headerType> + <basedir>src/site</basedir> + <includes> + <include>**/*.xml</include> + </includes> + </fileSet> + + </fileSets> + </licenseSet> + </licenseSets> +</project> Property changes on: trunk/src/license/project.xml ___________________________________________________________________ Added: svn:keywords + "Author Date Id Revision HeadURL Modified: trunk/src/main/java/org/nuiton/components/cipher/DefaultPlexusCipher.java =================================================================== --- trunk/src/main/java/org/nuiton/components/cipher/DefaultPlexusCipher.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/components/cipher/DefaultPlexusCipher.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.components.cipher; import org.codehaus.plexus.logging.AbstractLogEnabled; Modified: trunk/src/main/java/org/nuiton/components/sec/dispatcher/DefaultSecDispatcher.java =================================================================== --- trunk/src/main/java/org/nuiton/components/sec/dispatcher/DefaultSecDispatcher.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/components/sec/dispatcher/DefaultSecDispatcher.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.components.sec.dispatcher; Modified: trunk/src/main/java/org/nuiton/helper/plugin/CollectFilesMojo.java =================================================================== --- trunk/src/main/java/org/nuiton/helper/plugin/CollectFilesMojo.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/helper/plugin/CollectFilesMojo.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.helper.plugin; import org.apache.maven.artifact.Artifact; @@ -37,7 +17,7 @@ /** * Collect files some files from a project and copy them into a directory. * - * @author tchemit + * @author tchemit <chemit@codelutin.com> * @goal collect-files * @requiresProject true * @since 1.1.0 Modified: trunk/src/main/java/org/nuiton/helper/plugin/SendEmailMojo.java =================================================================== --- trunk/src/main/java/org/nuiton/helper/plugin/SendEmailMojo.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/helper/plugin/SendEmailMojo.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.helper.plugin; import org.apache.commons.lang.StringUtils; @@ -39,7 +19,7 @@ /** * Send a email. * - * @author tchemit + * @author tchemit <chemit@codelutin.com> * @goal send-email * @requiresOnline true * @requiresProject true Modified: trunk/src/main/java/org/nuiton/helper/plugin/ShareServerSecretPlugin.java =================================================================== --- trunk/src/main/java/org/nuiton/helper/plugin/ShareServerSecretPlugin.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/helper/plugin/ShareServerSecretPlugin.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.helper.plugin; import org.apache.commons.lang.StringUtils; Modified: trunk/src/main/java/org/nuiton/io/FileUpdater.java =================================================================== --- trunk/src/main/java/org/nuiton/io/FileUpdater.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/FileUpdater.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io; import java.io.File; Modified: trunk/src/main/java/org/nuiton/io/FileUpdaterHelper.java =================================================================== --- trunk/src/main/java/org/nuiton/io/FileUpdaterHelper.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/FileUpdaterHelper.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io; import java.io.File; Modified: trunk/src/main/java/org/nuiton/io/MirroredFileUpdater.java =================================================================== --- trunk/src/main/java/org/nuiton/io/MirroredFileUpdater.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/MirroredFileUpdater.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io; import org.apache.commons.logging.Log; Modified: trunk/src/main/java/org/nuiton/io/PropertiesDateRemoveFilterStream.java =================================================================== --- trunk/src/main/java/org/nuiton/io/PropertiesDateRemoveFilterStream.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/PropertiesDateRemoveFilterStream.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io; import java.io.FilterOutputStream; Modified: trunk/src/main/java/org/nuiton/io/SortedProperties.java =================================================================== --- trunk/src/main/java/org/nuiton/io/SortedProperties.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/SortedProperties.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io; import org.nuiton.plugin.*; Modified: trunk/src/main/java/org/nuiton/io/mail/MailSender.java =================================================================== --- trunk/src/main/java/org/nuiton/io/mail/MailSender.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/mail/MailSender.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.mail; /** Modified: trunk/src/main/java/org/nuiton/io/mail/ProjectJavamailMailSender.java =================================================================== --- trunk/src/main/java/org/nuiton/io/mail/ProjectJavamailMailSender.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/mail/ProjectJavamailMailSender.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.mail; import java.security.Security; Modified: trunk/src/main/java/org/nuiton/io/rest/DefaultRestClientConfiguration.java =================================================================== --- trunk/src/main/java/org/nuiton/io/rest/DefaultRestClientConfiguration.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/rest/DefaultRestClientConfiguration.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.rest; import org.apache.commons.lang.builder.ToStringBuilder; Modified: trunk/src/main/java/org/nuiton/io/rest/RestClient.java =================================================================== --- trunk/src/main/java/org/nuiton/io/rest/RestClient.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/rest/RestClient.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.rest; import java.io.IOException; Modified: trunk/src/main/java/org/nuiton/io/rest/RestClientConfiguration.java =================================================================== --- trunk/src/main/java/org/nuiton/io/rest/RestClientConfiguration.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/rest/RestClientConfiguration.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.rest; import java.net.URL; Modified: trunk/src/main/java/org/nuiton/io/rest/RestDataNotFoundException.java =================================================================== --- trunk/src/main/java/org/nuiton/io/rest/RestDataNotFoundException.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/rest/RestDataNotFoundException.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.rest; /** Modified: trunk/src/main/java/org/nuiton/io/rest/RestException.java =================================================================== --- trunk/src/main/java/org/nuiton/io/rest/RestException.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/rest/RestException.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.rest; /** Modified: trunk/src/main/java/org/nuiton/io/rest/RestRequest.java =================================================================== --- trunk/src/main/java/org/nuiton/io/rest/RestRequest.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/rest/RestRequest.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.rest; import java.io.File; Modified: trunk/src/main/java/org/nuiton/io/rest/RestRequestBuilder.java =================================================================== --- trunk/src/main/java/org/nuiton/io/rest/RestRequestBuilder.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/rest/RestRequestBuilder.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.rest; /** Modified: trunk/src/main/java/org/nuiton/io/rest/RestSession.java =================================================================== --- trunk/src/main/java/org/nuiton/io/rest/RestSession.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/rest/RestSession.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.rest; import java.io.File; Modified: trunk/src/main/java/org/nuiton/io/xpp3/AbstractXpp3Reader.java =================================================================== --- trunk/src/main/java/org/nuiton/io/xpp3/AbstractXpp3Reader.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/xpp3/AbstractXpp3Reader.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.xpp3; import org.codehaus.plexus.util.xml.pull.MXParser; Modified: trunk/src/main/java/org/nuiton/io/xpp3/DataConverter.java =================================================================== --- trunk/src/main/java/org/nuiton/io/xpp3/DataConverter.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/xpp3/DataConverter.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.xpp3; /** Modified: trunk/src/main/java/org/nuiton/io/xpp3/DefaultDataConverter.java =================================================================== --- trunk/src/main/java/org/nuiton/io/xpp3/DefaultDataConverter.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/xpp3/DefaultDataConverter.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.xpp3; /** Modified: trunk/src/main/java/org/nuiton/io/xpp3/PropertyMapper.java =================================================================== --- trunk/src/main/java/org/nuiton/io/xpp3/PropertyMapper.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/xpp3/PropertyMapper.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.xpp3; import org.apache.commons.lang.builder.ToStringBuilder; Modified: trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Helper.java =================================================================== --- trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Helper.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Helper.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.xpp3; import java.beans.BeanInfo; Modified: trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Reader.java =================================================================== --- trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Reader.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/io/xpp3/Xpp3Reader.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.xpp3; import org.codehaus.plexus.util.xml.pull.XmlPullParserException; Modified: trunk/src/main/java/org/nuiton/plugin/AbstractPlugin.java =================================================================== --- trunk/src/main/java/org/nuiton/plugin/AbstractPlugin.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/plugin/AbstractPlugin.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.plugin; import org.apache.maven.artifact.Artifact; Modified: trunk/src/main/java/org/nuiton/plugin/DependencyUtil.java =================================================================== --- trunk/src/main/java/org/nuiton/plugin/DependencyUtil.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/plugin/DependencyUtil.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.plugin; import java.util.Iterator; Modified: trunk/src/main/java/org/nuiton/plugin/Plugin.java =================================================================== --- trunk/src/main/java/org/nuiton/plugin/Plugin.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/plugin/Plugin.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.plugin; import org.apache.maven.plugin.Mojo; Modified: trunk/src/main/java/org/nuiton/plugin/PluginHelper.java =================================================================== --- trunk/src/main/java/org/nuiton/plugin/PluginHelper.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/plugin/PluginHelper.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.plugin; import org.apache.maven.model.Resource; Modified: trunk/src/main/java/org/nuiton/plugin/PluginIOContext.java =================================================================== --- trunk/src/main/java/org/nuiton/plugin/PluginIOContext.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/plugin/PluginIOContext.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.plugin; import java.io.File; Modified: trunk/src/main/java/org/nuiton/plugin/VelocityTemplateGenerator.java =================================================================== --- trunk/src/main/java/org/nuiton/plugin/VelocityTemplateGenerator.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/main/java/org/nuiton/plugin/VelocityTemplateGenerator.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,24 +1,5 @@ + /* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ -/* * Copyright 2001-2005 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License" ); @@ -32,8 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ -package org.nuiton.plugin; + */package org.nuiton.plugin; import java.io.File; import java.io.FileWriter; Modified: trunk/src/test/java/org/nuiton/helper/plugin/SendEmailMojoTest.java =================================================================== --- trunk/src/test/java/org/nuiton/helper/plugin/SendEmailMojoTest.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/java/org/nuiton/helper/plugin/SendEmailMojoTest.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.helper.plugin; import org.junit.Assert; @@ -30,7 +10,7 @@ import java.util.Arrays; /** - * @author tchemit + * @author tchemit <chemit@codelutin.com> * @since 1.0.0 */ public class SendEmailMojoTest extends AbstractMojoTest<SendEmailMojo> { Modified: trunk/src/test/java/org/nuiton/io/JavaFileUpdaterTest.java =================================================================== --- trunk/src/test/java/org/nuiton/io/JavaFileUpdaterTest.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/java/org/nuiton/io/JavaFileUpdaterTest.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io; import org.junit.BeforeClass; Modified: trunk/src/test/java/org/nuiton/io/JaxxFileUpdaterTest.java =================================================================== --- trunk/src/test/java/org/nuiton/io/JaxxFileUpdaterTest.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/java/org/nuiton/io/JaxxFileUpdaterTest.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io; import org.junit.BeforeClass; Modified: trunk/src/test/java/org/nuiton/io/xpp3/Identity.java =================================================================== --- trunk/src/test/java/org/nuiton/io/xpp3/Identity.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/java/org/nuiton/io/xpp3/Identity.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.xpp3; import java.beans.PropertyChangeListener; Modified: trunk/src/test/java/org/nuiton/io/xpp3/IdentityXpp3Reader.java =================================================================== --- trunk/src/test/java/org/nuiton/io/xpp3/IdentityXpp3Reader.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/java/org/nuiton/io/xpp3/IdentityXpp3Reader.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.xpp3; import java.beans.IntrospectionException; Modified: trunk/src/test/java/org/nuiton/io/xpp3/Xpp3HelperTest.java =================================================================== --- trunk/src/test/java/org/nuiton/io/xpp3/Xpp3HelperTest.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/java/org/nuiton/io/xpp3/Xpp3HelperTest.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.xpp3; import org.junit.Assert; Modified: trunk/src/test/java/org/nuiton/io/xpp3/Xpp3ReaderTest.java =================================================================== --- trunk/src/test/java/org/nuiton/io/xpp3/Xpp3ReaderTest.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/java/org/nuiton/io/xpp3/Xpp3ReaderTest.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.io.xpp3; import org.junit.Assert; Modified: trunk/src/test/java/org/nuiton/plugin/AbstractMojoTest.java =================================================================== --- trunk/src/test/java/org/nuiton/plugin/AbstractMojoTest.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/java/org/nuiton/plugin/AbstractMojoTest.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.plugin; import org.apache.commons.logging.Log; Modified: trunk/src/test/java/org/nuiton/plugin/PluginHelperTest.java =================================================================== --- trunk/src/test/java/org/nuiton/plugin/PluginHelperTest.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/java/org/nuiton/plugin/PluginHelperTest.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.plugin; import org.junit.Assert; Modified: trunk/src/test/java/org/nuiton/plugin/TestHelper.java =================================================================== --- trunk/src/test/java/org/nuiton/plugin/TestHelper.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/java/org/nuiton/plugin/TestHelper.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 2009 - 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>. - * ##%* - */ package org.nuiton.plugin; import org.apache.maven.plugin.Mojo; Modified: trunk/src/test/resources/org/nuiton/io/JavaDummy.java =================================================================== --- trunk/src/test/resources/org/nuiton/io/JavaDummy.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/resources/org/nuiton/io/JavaDummy.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 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.io; /** @author tchemit <chemit@codelutin.com> */ Modified: trunk/src/test/resources/org/nuiton/io/JaxxDummy.java =================================================================== --- trunk/src/test/resources/org/nuiton/io/JaxxDummy.java 2010-04-09 23:08:46 UTC (rev 689) +++ trunk/src/test/resources/org/nuiton/io/JaxxDummy.java 2010-04-10 15:39:56 UTC (rev 690) @@ -1,23 +1,3 @@ -/* - * *##% - * Maven helper plugin - * Copyright (C) 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.io; /** @author tchemit <chemit@codelutin.com> */
participants (1)
-
tchemit@users.nuiton.org