[Lutinutil-commits] r1063 - in trunk/lutinutil: . src/main/java/org/codelutin/i18n src/main/java/org/codelutin/i18n/bundle src/main/java/org/codelutin/log src/main/java/org/codelutin/util src/main/java/org/codelutin/util/config src/main/resources/i18n src/test/java/org/codelutin/i18n src/test/java/org/codelutin/i18n/bundle src/test/java/org/codelutin/log src/test/java/org/codelutin/util
Author: tchemit Date: 2008-08-24 10:01:42 +0000 (Sun, 24 Aug 2008) New Revision: 1063 Modified: trunk/lutinutil/pom.xml trunk/lutinutil/src/main/java/org/codelutin/i18n/CountryEnum.java trunk/lutinutil/src/main/java/org/codelutin/i18n/I18n.java trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nBundleBridge.java trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nDefaultTooltipFilter.java trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nFileReader.java trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nFilter.java trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nLoader.java trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nf.java trunk/lutinutil/src/main/java/org/codelutin/i18n/Language.java trunk/lutinutil/src/main/java/org/codelutin/i18n/LanguageEnum.java trunk/lutinutil/src/main/java/org/codelutin/i18n/LocaleEditor.java trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundle.java trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleEntry.java trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleManager.java trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleScope.java trunk/lutinutil/src/main/java/org/codelutin/log/Log4JWrapper.java trunk/lutinutil/src/main/java/org/codelutin/log/LutinLog.java trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogEvent.java trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogFactory.java trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogListener.java trunk/lutinutil/src/main/java/org/codelutin/log/LutinProgressEvent.java trunk/lutinutil/src/main/java/org/codelutin/log/MonitorMapper.java trunk/lutinutil/src/main/java/org/codelutin/log/ProgressMonitorFrame.java trunk/lutinutil/src/main/java/org/codelutin/log/ProgressState.java trunk/lutinutil/src/main/java/org/codelutin/log/UserLog.java trunk/lutinutil/src/main/java/org/codelutin/util/ApplicationConfig.java trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParser.java trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserDefaultOption.java trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserException.java trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserOption.java trunk/lutinutil/src/main/java/org/codelutin/util/ArrayUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/BoundedList.java trunk/lutinutil/src/main/java/org/codelutin/util/BoundedListOutOfBoundsException.java trunk/lutinutil/src/main/java/org/codelutin/util/CallAnalyse.java trunk/lutinutil/src/main/java/org/codelutin/util/CardinalityHelper.java trunk/lutinutil/src/main/java/org/codelutin/util/CategorisedListenerSet.java trunk/lutinutil/src/main/java/org/codelutin/util/CollectionUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/ConverterUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/DigestGenerator.java trunk/lutinutil/src/main/java/org/codelutin/util/EnumConverter.java trunk/lutinutil/src/main/java/org/codelutin/util/EnumEditor.java trunk/lutinutil/src/main/java/org/codelutin/util/ExceptionUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/FileCompletion.java trunk/lutinutil/src/main/java/org/codelutin/util/FileUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/FormatConverter.java trunk/lutinutil/src/main/java/org/codelutin/util/FormatConverterFactory.java trunk/lutinutil/src/main/java/org/codelutin/util/FormatMap.java trunk/lutinutil/src/main/java/org/codelutin/util/GZUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/GZUtilException.java trunk/lutinutil/src/main/java/org/codelutin/util/H2TypeEnum.java trunk/lutinutil/src/main/java/org/codelutin/util/HashList.java trunk/lutinutil/src/main/java/org/codelutin/util/HashMapMultiKey.java trunk/lutinutil/src/main/java/org/codelutin/util/IOUtils.java trunk/lutinutil/src/main/java/org/codelutin/util/LRUMapMultiKey.java trunk/lutinutil/src/main/java/org/codelutin/util/ListenerSet.java trunk/lutinutil/src/main/java/org/codelutin/util/LocaleConverter.java trunk/lutinutil/src/main/java/org/codelutin/util/Log.java trunk/lutinutil/src/main/java/org/codelutin/util/LoggingException.java trunk/lutinutil/src/main/java/org/codelutin/util/LoggingPatternFormatter.java trunk/lutinutil/src/main/java/org/codelutin/util/MD5.java trunk/lutinutil/src/main/java/org/codelutin/util/MD5InputStream.java trunk/lutinutil/src/main/java/org/codelutin/util/MD5State.java trunk/lutinutil/src/main/java/org/codelutin/util/MonthEnum.java trunk/lutinutil/src/main/java/org/codelutin/util/ObjectUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/PropertiesDateRemoveFilterStream.java trunk/lutinutil/src/main/java/org/codelutin/util/RecursiveProperties.java trunk/lutinutil/src/main/java/org/codelutin/util/ReflectUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/Resource.java trunk/lutinutil/src/main/java/org/codelutin/util/ResourceException.java trunk/lutinutil/src/main/java/org/codelutin/util/ResourceNotFoundException.java trunk/lutinutil/src/main/java/org/codelutin/util/SimplePaginationEnum.java trunk/lutinutil/src/main/java/org/codelutin/util/SortedProperties.java trunk/lutinutil/src/main/java/org/codelutin/util/StreamKeywordTokenizer.java trunk/lutinutil/src/main/java/org/codelutin/util/StringUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/StringUtilException.java trunk/lutinutil/src/main/java/org/codelutin/util/TransformedList.java trunk/lutinutil/src/main/java/org/codelutin/util/Transformer.java trunk/lutinutil/src/main/java/org/codelutin/util/TransparenteSoftReference.java trunk/lutinutil/src/main/java/org/codelutin/util/TransparenteWeakReference.java trunk/lutinutil/src/main/java/org/codelutin/util/URIConverter.java trunk/lutinutil/src/main/java/org/codelutin/util/URLConverter.java trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumber.java trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumberConverter.java trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumberUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/ZipStreamEncoder.java trunk/lutinutil/src/main/java/org/codelutin/util/ZipUtil.java trunk/lutinutil/src/main/java/org/codelutin/util/config/Config.java trunk/lutinutil/src/main/java/org/codelutin/util/config/IdentityConfig.java trunk/lutinutil/src/main/java/org/codelutin/util/config/IdentityConfigProperty.java trunk/lutinutil/src/main/java/org/codelutin/util/config/Property.java trunk/lutinutil/src/main/java/org/codelutin/util/config/SimpleConfig.java trunk/lutinutil/src/main/java/org/codelutin/util/config/SimpleIdentityConfig.java trunk/lutinutil/src/main/resources/i18n/lutinutil-en_GB.properties trunk/lutinutil/src/main/resources/i18n/lutinutil-fr_FR.properties trunk/lutinutil/src/test/java/org/codelutin/i18n/I18nLoaderTest.java trunk/lutinutil/src/test/java/org/codelutin/i18n/bundle/I18nBundleManagerTest.java trunk/lutinutil/src/test/java/org/codelutin/i18n/bundle/I18nBunsleScopeTest.java trunk/lutinutil/src/test/java/org/codelutin/log/LutinLogTest.java trunk/lutinutil/src/test/java/org/codelutin/util/ApplicationConfigTest.java trunk/lutinutil/src/test/java/org/codelutin/util/CallAnalyseTest.java trunk/lutinutil/src/test/java/org/codelutin/util/CardinalityHelperTest.java trunk/lutinutil/src/test/java/org/codelutin/util/CategorisedListenerSetTest.java trunk/lutinutil/src/test/java/org/codelutin/util/CollectionUtilTest.java trunk/lutinutil/src/test/java/org/codelutin/util/ConverterUtilTest.java trunk/lutinutil/src/test/java/org/codelutin/util/FileCompletionTest.java trunk/lutinutil/src/test/java/org/codelutin/util/FileUtilTest.java trunk/lutinutil/src/test/java/org/codelutin/util/HashMapMultiKeyTest.java trunk/lutinutil/src/test/java/org/codelutin/util/LRUMapMultiKeyTest.java trunk/lutinutil/src/test/java/org/codelutin/util/ListenerSetTest.java trunk/lutinutil/src/test/java/org/codelutin/util/LocaleConverterTest.java trunk/lutinutil/src/test/java/org/codelutin/util/LogTest.java trunk/lutinutil/src/test/java/org/codelutin/util/ObjectUtilTest.java trunk/lutinutil/src/test/java/org/codelutin/util/ResourceTest.java trunk/lutinutil/src/test/java/org/codelutin/util/StreamKeywordTokenizerTest.java trunk/lutinutil/src/test/java/org/codelutin/util/StringUtilTest.java trunk/lutinutil/src/test/java/org/codelutin/util/TransparenteReferenceTest.java trunk/lutinutil/src/test/java/org/codelutin/util/VersionNumberUtilTest.java trunk/lutinutil/src/test/java/org/codelutin/util/ZipUtilTest.java Log: passage en license lgpl Modified: trunk/lutinutil/pom.xml =================================================================== --- trunk/lutinutil/pom.xml 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/pom.xml 2008-08-24 10:01:42 UTC (rev 1063) @@ -87,7 +87,7 @@ <!-- i18n --> <plugin> - <groupId>lutinplugin</groupId> + <groupId>org.codelutin.plugin</groupId> <artifactId>maven-i18n-plugin</artifactId> <executions> <execution> Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/CountryEnum.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/CountryEnum.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/CountryEnum.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 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 utilities library + * Copyright (C) 2004 - 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.i18n; import static org.codelutin.i18n.I18n._; @@ -284,4 +283,4 @@ } return countryValue == null ? defaultValue : countryValue; } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/I18n.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/I18n.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/I18n.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* ##% - * Copyright (C) 2002 - 2007 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * I18n.java @@ -347,4 +346,4 @@ } return newLocale(language + (country == null ? "" : '_' + country)); } -} //I18n \ No newline at end of file +} //I18n Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nBundleBridge.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nBundleBridge.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nBundleBridge.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,22 +1,19 @@ -/* *##% -* Copyright (C) 2002, 2003, 2004, 2005, 2006 Code Lutin, -* Cedric Pineau, Benjamin Poussin, Arnaud Thimel -* -* -* 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /* * * BundleBridge.java Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nDefaultTooltipFilter.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nDefaultTooltipFilter.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nDefaultTooltipFilter.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * i18nDefaultTooltipFilter.java Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nFileReader.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nFileReader.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nFileReader.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003, 2004 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * I18nFileReader.java Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nFilter.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nFilter.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nFilter.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * i18nFilter.java Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nLoader.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nLoader.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nLoader.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -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 utilities library + * Copyright (C) 2004 - 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.i18n; @@ -49,6 +53,7 @@ protected List<Language> languages; public I18nLoader(String encoding) { + log.info("encoding "+encoding); this.encoding = encoding; } Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nf.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nf.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/I18nf.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002-2008 Code Lutin, Benjamin Poussin - * - * 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 utilities library + * Copyright (C) 2004 - 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.i18n; Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/Language.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/Language.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/Language.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/**##%% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%%**/ + * 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>. ##%* */ /** * Language.java @@ -213,4 +212,4 @@ public String toString() { return "Language <locale: " + locale + ", encoding: " + encoding + ",nbStences:" + (size()) + ">"; } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/LanguageEnum.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/LanguageEnum.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/LanguageEnum.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 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 utilities library + * Copyright (C) 2004 - 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.i18n; import static org.codelutin.i18n.I18n._; @@ -183,4 +182,4 @@ } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/LocaleEditor.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/LocaleEditor.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/LocaleEditor.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,36 +1,33 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 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 utilities library + * Copyright (C) 2004 - 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.i18n; -import org.codelutin.i18n.I18n; - -import javax.swing.*; +import javax.swing.JComboBox; import java.util.Locale; /** * A {@link Locale} editor. - * + * <p/> * use the static method to have an instance of editor {@link #newEditor(java.util.Locale[])} - * + * <p/> * If no locale is given to this method, it will go and seek via * {@link org.codelutin.i18n.bundle.I18nBundleManager#getLocales()} all loaded locales in i18n system - * + * * @author chemit */ public class LocaleEditor extends JComboBox { @@ -54,4 +51,4 @@ return type; } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundle.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundle.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundle.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,20 @@ /* -* ##% Copyright (C) 2007, 2008 Code Lutin, Tony Chemit, Gabriel Landais -* -* 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 utilities library + * Copyright (C) 2004 - 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.i18n.bundle; import org.apache.commons.logging.Log; @@ -42,8 +42,8 @@ * XXX.properties * XXX-fr.properties * XXX-fr_FR.properties - * </pre> * - * In that way, we can load resource in the godd order :load before more general scope to more specialized. + * </pre> + * In that way, we can load resource in the good order : load before more general scope to more specialized. * * @author chemit * @see I18nBundleScope Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleEntry.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleEntry.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleEntry.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,20 @@ /* -* ##% Copyright (C) 2007, 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 utilities library + * Copyright (C) 2004 - 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.i18n.bundle; import org.codelutin.i18n.I18nFileReader; @@ -129,6 +129,7 @@ if (I18nBundle.log.isDebugEnabled()) { sb.append(getPath()).append("\n"); } + //fixme : voir pourquoi comment faire fonctionner avec n'importe quel encoding... fileReader.load(inputStream, encoding); if (I18nBundle.log.isDebugEnabled()) { Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleManager.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleManager.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleManager.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,20 @@ /* -* ##% Copyright (C) 2007, 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 utilities library + * Copyright (C) 2004 - 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.i18n.bundle; import org.apache.commons.logging.Log; @@ -393,4 +393,4 @@ throw new IllegalStateException("should call init method on " + I18nBundleManager.class); } } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleScope.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleScope.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/i18n/bundle/I18nBundleScope.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,20 @@ /* -* ##% Copyright (C) 2007, 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 utilities library + * Copyright (C) 2004 - 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.i18n.bundle; import org.codelutin.i18n.I18n; @@ -136,4 +136,4 @@ private I18nBundleScope(String patternAll) { this.patternAll = Pattern.compile(patternAll); } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/log/Log4JWrapper.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/log/Log4JWrapper.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/log/Log4JWrapper.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2007 - * Code Lutin, Benjamin Poussin +/* **##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * Log4JWrapper.java Modified: trunk/lutinutil/src/main/java/org/codelutin/log/LutinLog.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/log/LutinLog.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/log/LutinLog.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, C�dric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * LutinLog.java Modified: trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogEvent.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogEvent.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogEvent.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * LutinLogEvent.java Modified: trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogFactory.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogFactory.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogFactory.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * LutinLogFactory.java Modified: trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogListener.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogListener.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/log/LutinLogListener.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * LutinLogListener.java Modified: trunk/lutinutil/src/main/java/org/codelutin/log/LutinProgressEvent.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/log/LutinProgressEvent.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/log/LutinProgressEvent.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * LutinLogEvent.java Modified: trunk/lutinutil/src/main/java/org/codelutin/log/MonitorMapper.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/log/MonitorMapper.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/log/MonitorMapper.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * MonitorMapper.java Modified: trunk/lutinutil/src/main/java/org/codelutin/log/ProgressMonitorFrame.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/log/ProgressMonitorFrame.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/log/ProgressMonitorFrame.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * ProgressMonitorFrame.java Modified: trunk/lutinutil/src/main/java/org/codelutin/log/ProgressState.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/log/ProgressState.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/log/ProgressState.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * ProgressState.java Modified: trunk/lutinutil/src/main/java/org/codelutin/log/UserLog.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/log/UserLog.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/log/UserLog.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002-2008 Code Lutin, Benjamin Poussin - * - * 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 utilities library + * Copyright (C) 2004 - 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.log; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ApplicationConfig.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ApplicationConfig.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ApplicationConfig.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002-2008 Code Lutin, Benjamin Poussin - * - * 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 utilities library + * Copyright (C) 2004 - 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/lutinutil/src/main/java/org/codelutin/util/ArgumentsParser.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParser.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParser.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,22 +1,19 @@ -/* *##% -* Copyright (C) 2002, 2003, 2004, 2005 Code Lutin, -* Cédric Pineau, Benjamin Poussin, -* -* -* 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /* * * ArgumentsParser.java @@ -80,7 +77,7 @@ * @param argument le nombre d'argument que cette option a * @param description description de cette option * @return retourne l'option créer et qui sera utilisé - * @see #addOption(Option) + * @see #addOption(javax.swing.text.html.Option) */ public ArgumentsParserOption addOption(String optionName, String description, int argument, String... acceptedOption) { Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserDefaultOption.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserDefaultOption.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserDefaultOption.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,14 +1,20 @@ /** - * ##% Copyright (C) 2002, 2003 Code Lutin 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /** Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserException.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserException.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserException.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/**##% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%**/ + * 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>. ##%* / /** * ArgumentsParserException.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserOption.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserOption.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ArgumentsParserOption.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,14 +1,20 @@ /** - * ##% Copyright (C) 2002, 2003 Code Lutin 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /** Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ArrayUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ArrayUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ArrayUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003, 2004 Code Lutin, Cédric Pineau, - * Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * ArrayUtil.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/BoundedList.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/BoundedList.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/BoundedList.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,22 +1,19 @@ -/* *##% -* Copyright (C) 2002, 2003, 2004, 2005 Code Lutin, -* Cédric Pineau, Benjamin Poussin, -* -* -* 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /* * * BoundedList.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/BoundedListOutOfBoundsException.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/BoundedListOutOfBoundsException.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/BoundedListOutOfBoundsException.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,22 +1,19 @@ -/* *##% -* Copyright (C) 2002, 2003, 2004, 2005 Code Lutin, -* Cédric Pineau, Benjamin Poussin, -* -* -* 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /* * * BoundedListOfBoundsException.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/CallAnalyse.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/CallAnalyse.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/CallAnalyse.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2005 - * Code Lutin, C�dric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * CallAnalyse.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/CardinalityHelper.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/CardinalityHelper.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/CardinalityHelper.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Code Lutin, -* -* 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 utilities library + * Copyright (C) 2004 - 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; import java.util.regex.Matcher; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/CategorisedListenerSet.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/CategorisedListenerSet.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/CategorisedListenerSet.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * CategorisedListenerSet.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/CollectionUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/CollectionUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/CollectionUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * CollectionUtil.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ConverterUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ConverterUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ConverterUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 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 utilities library + * Copyright (C) 2004 - 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; import org.apache.commons.beanutils.ConvertUtils; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/DigestGenerator.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/DigestGenerator.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/DigestGenerator.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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>. ##%* + */ /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file Modified: trunk/lutinutil/src/main/java/org/codelutin/util/EnumConverter.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/EnumConverter.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/EnumConverter.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,22 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Code Lutin, -* Benjamin Poussin, 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 utilities library + * Copyright (C) 2004 - 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; import org.apache.commons.beanutils.ConversionException; @@ -135,4 +133,4 @@ vals = EnumSet.allOf(aClass); return vals; } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/util/EnumEditor.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/EnumEditor.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/EnumEditor.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 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 utilities library + * Copyright (C) 2004 - 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; import static org.codelutin.util.CollectionUtil.toGenericSet; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ExceptionUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ExceptionUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ExceptionUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##%% -* Copyright (C) 2002, 2003 Code Lutin -* -* 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /* * * ExceptionUtil.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/FileCompletion.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/FileCompletion.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/FileCompletion.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,4 +1,22 @@ /** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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>. ##%* + */ +/** * <p> * Class d'aide a la saisie de chemin de fichier * </p> Modified: trunk/lutinutil/src/main/java/org/codelutin/util/FileUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/FileUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/FileUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003, 2004 Code Lutin, Cédric Pineau, - * Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * FileUtil.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/FormatConverter.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/FormatConverter.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/FormatConverter.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2005 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * FormatConverter.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/FormatConverterFactory.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/FormatConverterFactory.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/FormatConverterFactory.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2005 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * FormatConverterFactory.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/FormatMap.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/FormatMap.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/FormatMap.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2005 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * FormatMap.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/GZUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/GZUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/GZUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003, 2004 Code Lutin, Cédric Pineau, - * Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * GZUtil.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/GZUtilException.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/GZUtilException.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/GZUtilException.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003, 2004 Code Lutin, Cédric Pineau, - * Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * GZUtilException.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/H2TypeEnum.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/H2TypeEnum.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/H2TypeEnum.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 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 utilities library + * Copyright (C) 2004 - 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/lutinutil/src/main/java/org/codelutin/util/HashList.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/HashList.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/HashList.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003, 2004 Code Lutin, Cédric Pineau, - * Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * HashList.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/HashMapMultiKey.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/HashMapMultiKey.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/HashMapMultiKey.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003, 2004 Code Lutin, Cédric Pineau, - * Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * HashMapMultiKey.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/IOUtils.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/IOUtils.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/IOUtils.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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; import java.io.ByteArrayOutputStream; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/LRUMapMultiKey.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/LRUMapMultiKey.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/LRUMapMultiKey.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * LRUMapMultiKey.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ListenerSet.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ListenerSet.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ListenerSet.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * ListenerSet.java * Modified: trunk/lutinutil/src/main/java/org/codelutin/util/LocaleConverter.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/LocaleConverter.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/LocaleConverter.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,22 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Code Lutin, -* Benjamin Poussin, 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 utilities library + * Copyright (C) 2004 - 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; import org.apache.commons.beanutils.ConversionException; @@ -121,4 +119,4 @@ return aClass == Locale.class; } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/util/Log.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/Log.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/Log.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin, Cédric Pineau, - Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * Log.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/LoggingException.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/LoggingException.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/LoggingException.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/**##%% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%%**/ + * 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>. ##%* */ /** * LogException.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/LoggingPatternFormatter.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/LoggingPatternFormatter.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/LoggingPatternFormatter.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/**##%% -* Copyright (C) 2002, 2003 Code Lutin -* -* 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /** * PatternFormatter.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/MD5.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/MD5.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/MD5.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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; import java.io.File; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/MD5InputStream.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/MD5InputStream.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/MD5InputStream.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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; import java.io.BufferedInputStream; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/MD5State.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/MD5State.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/MD5State.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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/lutinutil/src/main/java/org/codelutin/util/MonthEnum.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/MonthEnum.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/MonthEnum.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 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 utilities library + * Copyright (C) 2004 - 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; import static org.codelutin.i18n.I18n._; @@ -68,4 +67,4 @@ // du chargement de l'enum...) return _(libelle); } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ObjectUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ObjectUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ObjectUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003, 2004 Code Lutin, C�dric Pineau, - * Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * ObjectUtil.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/PropertiesDateRemoveFilterStream.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/PropertiesDateRemoveFilterStream.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/PropertiesDateRemoveFilterStream.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,20 @@ /* -* ##% Copyright (C) 2008 Code Lutin, Gabriel Landais -* -* 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 utilities library + * Copyright (C) 2004 - 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; import java.io.FilterOutputStream; @@ -29,9 +29,7 @@ public PropertiesDateRemoveFilterStream(OutputStream out) { super(out); firstLineOver = false; - String lineSeparator = java.security.AccessController - .doPrivileged(new sun.security.action.GetPropertyAction( - "line.separator")); + String lineSeparator = System.getProperty("line.separator"); endChar = lineSeparator.charAt(lineSeparator.length() - 1); } @@ -47,4 +45,4 @@ } } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/util/RecursiveProperties.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/RecursiveProperties.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/RecursiveProperties.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * RecursiveProperties.java @@ -54,7 +53,6 @@ */ public class RecursiveProperties extends Properties { - /** */ private static final long serialVersionUID = -5012939272780929116L; public RecursiveProperties() { @@ -65,6 +63,7 @@ super(defaults); } + @Override public String getProperty(String key) { String result = super.getProperty(key); if (result == null) Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ReflectUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ReflectUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ReflectUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 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 utilities library + * Copyright (C) 2004 - 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; import java.lang.reflect.Field; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/Resource.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/Resource.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/Resource.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/**##%% - * Copyright (C) 2002, 2003, 2004 Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%%**/ + * 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>. ##%* */ /** * Resource.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ResourceException.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ResourceException.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ResourceException.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003, 2004 Code Lutin, Cédric Pineau, - * Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * ResourceException.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ResourceNotFoundException.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ResourceNotFoundException.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ResourceNotFoundException.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/**##%% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%%**/ + * 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>. ##%* */ /** * ResourceNotFoundException.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/SimplePaginationEnum.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/SimplePaginationEnum.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/SimplePaginationEnum.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,20 @@ /* -* ##% Copyright (C) 2007, 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 utilities library + * Copyright (C) 2004 - 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/lutinutil/src/main/java/org/codelutin/util/SortedProperties.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/SortedProperties.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/SortedProperties.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2007 - * I18nPlugin, Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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/lutinutil/src/main/java/org/codelutin/util/StreamKeywordTokenizer.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/StreamKeywordTokenizer.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/StreamKeywordTokenizer.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * StreamKeywordTokenizer.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/StringUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/StringUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/StringUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##%% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%%**/ + * 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>. ##%* */ /* * * StringUtil.java * Modified: trunk/lutinutil/src/main/java/org/codelutin/util/StringUtilException.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/StringUtilException.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/StringUtilException.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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>. ##%* + */ /* * Created on Dec 7, 2004 * Modified: trunk/lutinutil/src/main/java/org/codelutin/util/TransformedList.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/TransformedList.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/TransformedList.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2005 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * TransformedList.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/Transformer.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/Transformer.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/Transformer.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2005 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * Transformer.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/TransparenteSoftReference.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/TransparenteSoftReference.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/TransparenteSoftReference.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% -* Copyright (C) 2002, 2003 Code Lutin -* -* 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /* * * TransparenteSoftReference.java * Modified: trunk/lutinutil/src/main/java/org/codelutin/util/TransparenteWeakReference.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/TransparenteWeakReference.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/TransparenteWeakReference.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% -* Copyright (C) 2002, 2003 Code Lutin -* -* 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /* * * TransparenteWeakReference.java * Modified: trunk/lutinutil/src/main/java/org/codelutin/util/URIConverter.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/URIConverter.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/URIConverter.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,22 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Code Lutin, -* Benjamin Poussin, 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 utilities library + * Copyright (C) 2004 - 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; import org.apache.commons.beanutils.ConversionException; @@ -76,4 +74,4 @@ return aClass == URI.class; } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/util/URLConverter.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/URLConverter.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/URLConverter.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,22 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Code Lutin, -* Benjamin Poussin, 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 utilities library + * Copyright (C) 2004 - 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; import org.apache.commons.beanutils.ConversionException; @@ -74,4 +72,4 @@ return aClass == URL.class; } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumber.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumber.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumber.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 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 utilities library + * Copyright (C) 2004 - 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; import java.util.Arrays; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumberConverter.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumberConverter.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumberConverter.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,22 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Code Lutin, -* Benjamin Poussin, 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 utilities library + * Copyright (C) 2004 - 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; import org.apache.commons.beanutils.ConversionException; @@ -83,4 +81,4 @@ return aClass == VersionNumber.class; } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumberUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumberUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/VersionNumberUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * NumberVersionUtil.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ZipStreamEncoder.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ZipStreamEncoder.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ZipStreamEncoder.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,20 @@ /* -* ##% Copyright (C) 2008 Code Lutin, Gabriel Landais -* -* 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 utilities library + * Copyright (C) 2004 - 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; import java.io.IOException; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/ZipUtil.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/ZipUtil.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/ZipUtil.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * ZipUtil.java Modified: trunk/lutinutil/src/main/java/org/codelutin/util/config/Config.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/config/Config.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/config/Config.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -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 utilities library + * Copyright (C) 2004 - 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.config; @@ -43,4 +47,4 @@ void copyTo(Object dst, EnumSet<E> keys); -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/util/config/IdentityConfig.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/config/IdentityConfig.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/config/IdentityConfig.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -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 utilities library + * Copyright (C) 2004 - 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.config; @@ -34,4 +38,4 @@ void setEmail(String email); -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/util/config/IdentityConfigProperty.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/config/IdentityConfigProperty.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/config/IdentityConfigProperty.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -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 utilities library + * Copyright (C) 2004 - 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.config; @@ -42,4 +46,4 @@ IdentityConfigProperty(Class<?> type) { this.type = type; } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/main/java/org/codelutin/util/config/Property.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/config/Property.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/config/Property.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -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 utilities library + * Copyright (C) 2004 - 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.config; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/config/SimpleConfig.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/config/SimpleConfig.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/config/SimpleConfig.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -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 utilities library + * Copyright (C) 2004 - 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.config; Modified: trunk/lutinutil/src/main/java/org/codelutin/util/config/SimpleIdentityConfig.java =================================================================== --- trunk/lutinutil/src/main/java/org/codelutin/util/config/SimpleIdentityConfig.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/java/org/codelutin/util/config/SimpleIdentityConfig.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -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 utilities library + * Copyright (C) 2004 - 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.config; Modified: trunk/lutinutil/src/main/resources/i18n/lutinutil-en_GB.properties =================================================================== --- trunk/lutinutil/src/main/resources/i18n/lutinutil-en_GB.properties 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/resources/i18n/lutinutil-en_GB.properties 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,5 +1,7 @@ +Can't\ instantiate\ %s\ with\ params\ %s= Can't\ save\ config\ in\ file\ %s= Invoke\ %s\ with\ %s= +Try\ to\ create\ %s\ with\ %s= hello\ you\ \!=hello you \! lutin.error.convertor.noValue=No value specified for converter {0} lutin.error.no.convertor=no convertor found for type {1} and objet ''{0}'' Modified: trunk/lutinutil/src/main/resources/i18n/lutinutil-fr_FR.properties =================================================================== --- trunk/lutinutil/src/main/resources/i18n/lutinutil-fr_FR.properties 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/main/resources/i18n/lutinutil-fr_FR.properties 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,5 +1,7 @@ +Can't\ instantiate\ %s\ with\ params\ %s= Can't\ save\ config\ in\ file\ %s= Invoke\ %s\ with\ %s= +Try\ to\ create\ %s\ with\ %s= hello\ you\ \!=Salut toi\! lutin.error.convertor.noValue=Aucune valeur \u00E0 convertir pour le convertisseur {0} lutin.error.no.convertor=Aucun convertisseur trouv\u00E9 pour le type {1} et l''objet ''{0}'' Modified: trunk/lutinutil/src/test/java/org/codelutin/i18n/I18nLoaderTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/i18n/I18nLoaderTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/i18n/I18nLoaderTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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.i18n; import junit.framework.TestCase; Modified: trunk/lutinutil/src/test/java/org/codelutin/i18n/bundle/I18nBundleManagerTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/i18n/bundle/I18nBundleManagerTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/i18n/bundle/I18nBundleManagerTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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.i18n.bundle; import junit.framework.Test; Modified: trunk/lutinutil/src/test/java/org/codelutin/i18n/bundle/I18nBunsleScopeTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/i18n/bundle/I18nBunsleScopeTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/i18n/bundle/I18nBunsleScopeTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -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 utilities library + * Copyright (C) 2004 - 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.i18n.bundle; Modified: trunk/lutinutil/src/test/java/org/codelutin/log/LutinLogTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/log/LutinLogTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/log/LutinLogTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * LutinLogTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/ApplicationConfigTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/ApplicationConfigTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/ApplicationConfigTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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/lutinutil/src/test/java/org/codelutin/util/CallAnalyseTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/CallAnalyseTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/CallAnalyseTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2005 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * CallAnalyseTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/CardinalityHelperTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/CardinalityHelperTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/CardinalityHelperTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,22 +1,20 @@ /* -* ##% Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Code Lutin, -* Benjamin Poussin, 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 utilities library + * Copyright (C) 2004 - 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; import junit.framework.TestCase; Modified: trunk/lutinutil/src/test/java/org/codelutin/util/CategorisedListenerSetTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/CategorisedListenerSetTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/CategorisedListenerSetTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,19 +1,20 @@ /* - * *##% Copyright (C) 2006 Code Lutin, Cédric Pineau, Benjamin Poussin - * - * 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /******************************************************************************* Modified: trunk/lutinutil/src/test/java/org/codelutin/util/CollectionUtilTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/CollectionUtilTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/CollectionUtilTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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; import junit.framework.TestCase; Modified: trunk/lutinutil/src/test/java/org/codelutin/util/ConverterUtilTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/ConverterUtilTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/ConverterUtilTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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; import junit.framework.TestCase; Modified: trunk/lutinutil/src/test/java/org/codelutin/util/FileCompletionTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/FileCompletionTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/FileCompletionTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,3 +1,21 @@ +/** + * *##% Lutin utilities library + * Copyright (C) 2004 - 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; import java.io.IOException; Modified: trunk/lutinutil/src/test/java/org/codelutin/util/FileUtilTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/FileUtilTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/FileUtilTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003, 2004 Code Lutin, Cédric Pineau, - * Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * FileUtilTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/HashMapMultiKeyTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/HashMapMultiKeyTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/HashMapMultiKeyTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2005 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * HashMapMultiKeyTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/LRUMapMultiKeyTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/LRUMapMultiKeyTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/LRUMapMultiKeyTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * LRUMapMultiKeyTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/ListenerSetTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/ListenerSetTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/ListenerSetTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin - * - * 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. +/* *##% Lutin utilities library + * Copyright (C) 2004 - 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * ListenerSetTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/LocaleConverterTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/LocaleConverterTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/LocaleConverterTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -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 utilities library + * Copyright (C) 2004 - 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/lutinutil/src/test/java/org/codelutin/util/LogTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/LogTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/LogTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin, Cédric Pineau, - Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * LogTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/ObjectUtilTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/ObjectUtilTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/ObjectUtilTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2007 - * Code Lutin, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * ObjectUtilTest.java @@ -139,4 +137,4 @@ this.name = name; } } -} \ No newline at end of file +} Modified: trunk/lutinutil/src/test/java/org/codelutin/util/ResourceTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/ResourceTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/ResourceTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% -* Copyright (C) 2002, 2003, 2004 Code Lutin, C�dric Pineau, Benjamin Poussin -* -* 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 utilities library + * Copyright (C) 2004 - 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>. ##%* */ /* * * ResourceTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/StreamKeywordTokenizerTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/StreamKeywordTokenizerTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/StreamKeywordTokenizerTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * StreamKeywordTokenizer.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/StringUtilTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/StringUtilTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/StringUtilTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin, C�dric Pineau, - Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /******************************************************************************* * StringUtilTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/TransparenteReferenceTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/TransparenteReferenceTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/TransparenteReferenceTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * TransparenteReferenceTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/VersionNumberUtilTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/VersionNumberUtilTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/VersionNumberUtilTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,20 +1,19 @@ -/* *##% - * Copyright (C) 2002, 2003 Code Lutin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * VersionNumberUtilTest.java Modified: trunk/lutinutil/src/test/java/org/codelutin/util/ZipUtilTest.java =================================================================== --- trunk/lutinutil/src/test/java/org/codelutin/util/ZipUtilTest.java 2008-08-24 09:22:01 UTC (rev 1062) +++ trunk/lutinutil/src/test/java/org/codelutin/util/ZipUtilTest.java 2008-08-24 10:01:42 UTC (rev 1063) @@ -1,21 +1,19 @@ -/* *##% - * Copyright (C) 2006 - * Code Lutin, Cédric Pineau, Benjamin Poussin +/* *##% Lutin utilities library + * Copyright (C) 2004 - 2008 CodeLutin * - * 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 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 Public License for more details. + * GNU General Lesser 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. - *##%*/ + * 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>. ##%* */ /* * * ZipUtilTest.java
participants (1)
-
tchemit@users.labs.libre-entreprise.org