[Japi-cvs] SF.net SVN: japi:[1284] libs/util/trunk/src
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-05-09 22:33:38
|
Revision: 1284 http://japi.svn.sourceforge.net/japi/?rev=1284&view=rev Author: christianhujer Date: 2009-05-09 22:33:37 +0000 (Sat, 09 May 2009) Log Message: ----------- Update copyright, author, since. Modified Paths: -------------- libs/util/trunk/src/prj/net/sf/japi/util/filter/file/EndingFileFilter.java libs/util/trunk/src/tst/test/net/sf/japi/util/filter/file/EndingFileFilterTest.java Modified: libs/util/trunk/src/prj/net/sf/japi/util/filter/file/EndingFileFilter.java =================================================================== --- libs/util/trunk/src/prj/net/sf/japi/util/filter/file/EndingFileFilter.java 2009-05-09 22:16:25 UTC (rev 1283) +++ libs/util/trunk/src/prj/net/sf/japi/util/filter/file/EndingFileFilter.java 2009-05-09 22:33:37 UTC (rev 1284) @@ -1,5 +1,6 @@ /* * Copyright (C) 2009 Christian Hujer. + * Copyright (C) 2009 Andreas Kirschbaum. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -22,6 +23,7 @@ /** Swing FileFilter implementation that filters files with specified endings. * @author <a href="mailto:ch...@ri...">Christian Hujer</a> + * @author Andreas Kirschbaum * @since 0.1 * @todo find a convenient way for i18n/l10n of this class * @todo option to ignore case Modified: libs/util/trunk/src/tst/test/net/sf/japi/util/filter/file/EndingFileFilterTest.java =================================================================== --- libs/util/trunk/src/tst/test/net/sf/japi/util/filter/file/EndingFileFilterTest.java 2009-05-09 22:16:25 UTC (rev 1283) +++ libs/util/trunk/src/tst/test/net/sf/japi/util/filter/file/EndingFileFilterTest.java 2009-05-09 22:33:37 UTC (rev 1284) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2009 Andreas Kirschbaum. + * + * This library 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 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + package test.net.sf.japi.util.filter.file; import java.io.File; @@ -7,7 +25,8 @@ import org.junit.Test; /** Test for {@link EndingFileFilter}. - * @author <a href="mailto:ch...@ri...">Christian Hujer</a> + * @author Andreas Kirschbaum + * @since 0.1 */ public class EndingFileFilterTest { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |