r1576 - in trunk: wikitty-api/src/main/java/org/nuiton/wikitty wikitty-solr/src/test/java/org/nuiton/wikitty/storage/solr
Author: bpoussin Date: 2013-09-24 11:32:14 +0200 (Tue, 24 Sep 2013) New Revision: 1576 Url: http://nuiton.org/projects/wikitty/repository/revisions/1576 Log: add header Modified: trunk/wikitty-api/src/main/java/org/nuiton/wikitty/DateMathParser.java trunk/wikitty-solr/src/test/java/org/nuiton/wikitty/storage/solr/SolrQueryTest.java Modified: trunk/wikitty-api/src/main/java/org/nuiton/wikitty/DateMathParser.java =================================================================== --- trunk/wikitty-api/src/main/java/org/nuiton/wikitty/DateMathParser.java 2013-09-23 15:02:45 UTC (rev 1575) +++ trunk/wikitty-api/src/main/java/org/nuiton/wikitty/DateMathParser.java 2013-09-24 09:32:14 UTC (rev 1576) @@ -17,6 +17,30 @@ package org.nuiton.wikitty; +/* + * #%L + * Wikitty :: api + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import java.util.Date; import java.util.Calendar; import java.util.TimeZone; Modified: trunk/wikitty-solr/src/test/java/org/nuiton/wikitty/storage/solr/SolrQueryTest.java =================================================================== --- trunk/wikitty-solr/src/test/java/org/nuiton/wikitty/storage/solr/SolrQueryTest.java 2013-09-23 15:02:45 UTC (rev 1575) +++ trunk/wikitty-solr/src/test/java/org/nuiton/wikitty/storage/solr/SolrQueryTest.java 2013-09-24 09:32:14 UTC (rev 1576) @@ -1,6 +1,30 @@ package org.nuiton.wikitty.storage.solr; +/* + * #%L + * Wikitty :: wikitty-solr + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 2013 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.lang3.StringUtils; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory;
participants (1)
-
bpoussin@users.nuiton.org