[Japi-cvs] SF.net SVN: japi:[818] libs/swing-misc/trunk
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2009-02-14 21:27:03
|
Revision: 818 http://japi.svn.sourceforge.net/japi/?rev=818&view=rev Author: christianhujer Date: 2009-02-14 21:27:02 +0000 (Sat, 14 Feb 2009) Log Message: ----------- Updated copyright statements in source code. Modified Paths: -------------- libs/swing-misc/trunk/build.xml libs/swing-misc/trunk/module.properties libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/CollectionsListModel.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ConsoleProgress.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileChooserButton.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JSAXErrorHandler.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/LocaleListCellRenderer.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/Progress.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ProgressDisplay.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/SwingUtilities2.java libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/action.properties Modified: libs/swing-misc/trunk/build.xml =================================================================== --- libs/swing-misc/trunk/build.xml 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/build.xml 2009-02-14 21:27:02 UTC (rev 818) @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - ~ JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - ~ Copyright (C) 2007 Christian Hujer. + ~ Copyright (C) 2009 Christian Hujer. ~ ~ This library is free software; you can redistribute it and/or ~ modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/module.properties =================================================================== --- libs/swing-misc/trunk/module.properties 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/module.properties 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ # -# JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. -# Copyright (C) 2007 Christian Hujer. +# Copyright (C) 2009 Christian Hujer. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/CollectionsListModel.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/CollectionsListModel.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/CollectionsListModel.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ConsoleProgress.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ConsoleProgress.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ConsoleProgress.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2009 Christian Hujer. + * + * 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 net.sf.japi.swing.misc; import java.awt.Component; Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileChooserButton.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileChooserButton.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileChooserButton.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JFileField.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JSAXErrorHandler.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JSAXErrorHandler.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/JSAXErrorHandler.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/LocaleListCellRenderer.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/LocaleListCellRenderer.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/LocaleListCellRenderer.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/Progress.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/Progress.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/Progress.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ProgressDisplay.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ProgressDisplay.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/ProgressDisplay.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ /* - * JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. - * Copyright (C) 2007 Christian Hujer. + * Copyright (C) 2009 Christian Hujer. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/SwingUtilities2.java =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/SwingUtilities2.java 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/SwingUtilities2.java 2009-02-14 21:27:02 UTC (rev 818) @@ -1,21 +1,19 @@ -/* JAPI - (Yet another (hopefully) useful) Java API +/* + * Copyright (C) 2009 Christian Hujer. * - * Copyright (C) 2004-2006 Christian Hujer + * 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 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 + * 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 - * General Public License for more details. + * Lesser 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. + * 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 net.sf.japi.swing.misc; Modified: libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/action.properties =================================================================== --- libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/action.properties 2009-02-14 21:26:24 UTC (rev 817) +++ libs/swing-misc/trunk/src/prj/net/sf/japi/swing/misc/action.properties 2009-02-14 21:27:02 UTC (rev 818) @@ -1,6 +1,5 @@ # -# JAPI libs-swing-misc is a library that holds miscellaneous additions to Swing. -# Copyright (C) 2007 Christian Hujer. +# Copyright (C) 2009 Christian Hujer. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |