japi-cvs Mailing List for JAPI (Page 24)
Status: Beta
Brought to you by:
christianhujer
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(115) |
May
(11) |
Jun
(5) |
Jul
(2) |
Aug
(10) |
Sep
(35) |
Oct
(14) |
Nov
(49) |
Dec
(27) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(57) |
Feb
(1) |
Mar
|
Apr
(2) |
May
(25) |
Jun
(134) |
Jul
(76) |
Aug
(34) |
Sep
(27) |
Oct
(5) |
Nov
|
Dec
(1) |
| 2008 |
Jan
(3) |
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(63) |
Nov
(30) |
Dec
(43) |
| 2009 |
Jan
(10) |
Feb
(420) |
Mar
(67) |
Apr
(3) |
May
(61) |
Jun
(21) |
Jul
(19) |
Aug
|
Sep
(6) |
Oct
(16) |
Nov
(1) |
Dec
|
| 2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
(7) |
May
(3) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|
From: <chr...@us...> - 2009-02-14 23:01:43
|
Revision: 842
http://japi.svn.sourceforge.net/japi/?rev=842&view=rev
Author: christianhujer
Date: 2009-02-14 21:38:28 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
tools/gdbControl/trunk/build.xml
tools/gdbControl/trunk/module.properties
tools/gdbControl/trunk/src/prj/net/sf/japi/tools/gdbcontrol/ComWithGdb.java
Modified: tools/gdbControl/trunk/build.xml
===================================================================
--- tools/gdbControl/trunk/build.xml 2009-02-14 21:38:08 UTC (rev 841)
+++ tools/gdbControl/trunk/build.xml 2009-02-14 21:38:28 UTC (rev 842)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ Replacer is a program for performing an in-place search and replace
- ~ based on regular expressions.
- ~ Copyright (C) 2007 Christian Hujer
+ ~ Copyright (C) 2009 Christian Hujer
~
- ~ This program is free software; you can redistribute it and/or modify
+ ~ 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
+ ~ 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,
@@ -14,9 +12,8 @@
~ 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.,
- ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project name="GdbControl" default="buildapp">
Modified: tools/gdbControl/trunk/module.properties
===================================================================
--- tools/gdbControl/trunk/module.properties 2009-02-14 21:38:08 UTC (rev 841)
+++ tools/gdbControl/trunk/module.properties 2009-02-14 21:38:28 UTC (rev 842)
@@ -1,20 +1,18 @@
#
-# GdbControl is a program / library / frontend from Java to gdb.
-# Copyright (C) 2008 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
-# 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 3 of the License, or
+# (at your option) any later version.
#
-# This library is distributed in the hope that it will be useful,
+# 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
-# Lesser General Public License for more details.
+# 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 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
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
update.focus=none
Modified: tools/gdbControl/trunk/src/prj/net/sf/japi/tools/gdbcontrol/ComWithGdb.java
===================================================================
--- tools/gdbControl/trunk/src/prj/net/sf/japi/tools/gdbcontrol/ComWithGdb.java 2009-02-14 21:38:08 UTC (rev 841)
+++ tools/gdbControl/trunk/src/prj/net/sf/japi/tools/gdbcontrol/ComWithGdb.java 2009-02-14 21:38:28 UTC (rev 842)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.tools.gdbcontrol;
import java.io.ByteArrayOutputStream;
@@ -9,7 +26,6 @@
/** A Java wrapper for communication with gdb.
* @author <a href="mailto:ch...@ri...">Christian Hujer</a>
- * <!-- Copyright 2008 Christian Hujer. -->
*/
public final class ComWithGdb {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 23:01:41
|
Revision: 834
http://japi.svn.sourceforge.net/japi/?rev=834&view=rev
Author: christianhujer
Date: 2009-02-14 21:35:44 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/Material.java
progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/MaterialType.java
progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/PffhTrain.java
progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/action.properties
progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTest.java
progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTypeTest.java
progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/PffhTrainTest.java
Modified: progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/Material.java
===================================================================
--- progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/Material.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/Material.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.pffhtrain;
import org.jetbrains.annotations.Nullable;
Modified: progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/MaterialType.java
===================================================================
--- progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/MaterialType.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/MaterialType.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.pffhtrain;
import org.jetbrains.annotations.Nullable;
Modified: progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/PffhTrain.java
===================================================================
--- progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/PffhTrain.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/PffhTrain.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.pffhtrain;
import java.util.List;
Modified: progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/action.properties
===================================================================
--- progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/action.properties 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/prj/net/sf/japi/pffhtrain/action.properties 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+#
+# Copyright (C) 2009 Christian Hujer
+#
+# 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 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
main.menubar=file help
file.menu=open save saveas close quit
Modified: progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTest.java
===================================================================
--- progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTest.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTest.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package test.net.sf.japi.pffhtrain;
import net.sf.japi.pffhtrain.Material;
Modified: progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTypeTest.java
===================================================================
--- progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTypeTest.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/MaterialTypeTest.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package test.net.sf.japi.pffhtrain;
import net.sf.japi.pffhtrain.MaterialType;
Modified: progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/PffhTrainTest.java
===================================================================
--- progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/PffhTrainTest.java 2009-02-14 21:35:20 UTC (rev 833)
+++ progs/pffhtrain/trunk/src/tst/test/net/sf/japi/pffhtrain/PffhTrainTest.java 2009-02-14 21:35:44 UTC (rev 834)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package test.net.sf.japi.pffhtrain;
import net.sf.japi.pffhtrain.PffhTrain;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 23:01:37
|
Revision: 828
http://japi.svn.sourceforge.net/japi/?rev=828&view=rev
Author: christianhujer
Date: 2009-02-14 21:33:49 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/AnswerText.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/MCAnswerText.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/MCQuestionText.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Main.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/OpenQuestionText.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Program.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/QuestionCollection.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/QuestionText.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Settings.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/AnswerGUI.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/FirstSettingsModule.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/GUIOptionsSettingsModule.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/JTestAndDirsFileFilter.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/JTestFileFilter.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/KEducaAndDirsFileFilter.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/KEducaFileFilter.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ListSelectionActionAdapter.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ProgramFrame.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionCollectionGUI.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionCollectionInfoGUI.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionGUI.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ReviewGUI.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SettingsGUI.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SettingsPanel.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SolutionGUI.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/action.properties
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/action_de.properties
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/package.html
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/AbstractJTestImport.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/JTestSer.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/JTestV1.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/KEduca.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/XMLUtils.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/educa.dtd
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/jtestv1.dtd
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/package.html
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/package.html
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/AbstractManager.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/HelpManager.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/InternalFrameManager.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/MenuManager.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/OpenURLPane.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/ToolBarManager.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/action.properties
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/action_de.properties
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/io/AbstractCachingImporter.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/io/CachingImporterAdapter.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/io/Exporter.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/io/IOBase.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/io/IOModuleProvider.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/io/IOUtilities.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/io/Importer.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/io/ImporterFileFilter.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/io/package.html
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/list/ActionListCellRenderer.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/package.html
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/swing/text/MimeComboBox.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/util/MimeData.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/util/StringToTextComparatorAdapter.java
progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/util/Text.java
progs/jeduca/trunk/src/prj/net/sf/japi/swing/LookAndFeelManager.java
progs/jeduca/trunk/src/prj/overview.html
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/AnswerText.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/AnswerText.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/AnswerText.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/MCAnswerText.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/MCAnswerText.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/MCAnswerText.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/MCQuestionText.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/MCQuestionText.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/MCQuestionText.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Main.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Main.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Main.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/OpenQuestionText.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/OpenQuestionText.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/OpenQuestionText.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Program.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Program.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Program.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/QuestionCollection.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/QuestionCollection.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/QuestionCollection.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/QuestionText.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/QuestionText.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/QuestionText.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Settings.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Settings.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/Settings.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/AnswerGUI.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/AnswerGUI.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/AnswerGUI.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/FirstSettingsModule.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/FirstSettingsModule.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/FirstSettingsModule.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/GUIOptionsSettingsModule.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/GUIOptionsSettingsModule.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/GUIOptionsSettingsModule.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/JTestAndDirsFileFilter.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/JTestAndDirsFileFilter.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/JTestAndDirsFileFilter.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/JTestFileFilter.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/JTestFileFilter.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/JTestFileFilter.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/KEducaAndDirsFileFilter.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/KEducaAndDirsFileFilter.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/KEducaAndDirsFileFilter.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/KEducaFileFilter.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/KEducaFileFilter.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/KEducaFileFilter.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ListSelectionActionAdapter.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ListSelectionActionAdapter.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ListSelectionActionAdapter.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ProgramFrame.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ProgramFrame.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ProgramFrame.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionCollectionGUI.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionCollectionGUI.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionCollectionGUI.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionCollectionInfoGUI.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionCollectionInfoGUI.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionCollectionInfoGUI.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionGUI.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionGUI.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/QuestionGUI.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ReviewGUI.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ReviewGUI.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/ReviewGUI.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SettingsGUI.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SettingsGUI.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SettingsGUI.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SettingsPanel.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SettingsPanel.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SettingsPanel.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SolutionGUI.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SolutionGUI.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/SolutionGUI.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * 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.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.progs.jeduca.jtest.gui;
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/action.properties
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/action.properties 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/action.properties 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,22 +1,18 @@
#
-# JAPI - (Yet another (hopefully) useful) Java API
+# Copyright (C) 2009 Christian Hujer
#
-# Copyright (C) 2006 Christian Hujer
+# 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 3 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
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# 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.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###########
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/action_de.properties
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/action_de.properties 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/action_de.properties 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,22 +1,18 @@
#
-# JAPI - (Yet another (hopefully) useful) Java API
+# Copyright (C) 2009 Christian Hujer
#
-# Copyright (C) 2006 Christian Hujer
+# 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 3 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
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
#
-# 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.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
###########
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/package.html
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/package.html 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/gui/package.html 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,23 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI - (Yet another (hopefully) useful) Java API
+ ~ Copyright (C) 2009 Christian Hujer
~
- ~ Copyright (C) 2006 Christian Hujer
+ ~ 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 3 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
+ ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ ~ GNU General Public License for more details.
~
- ~ 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.
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
Modified: progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/AbstractJTestImport.java
===================================================================
--- progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/AbstractJTestImport.java 2009-02-14 21:31:54 UTC (rev 827)
+++ progs/jeduca/trunk/src/prj/net/sf/japi/progs/jeduca/jtest/io/AbstractJTestImport.java 2009-02-14 21:33:49 UTC (rev 828)
@@ -1,21 +1,18 @@
-/* JAPI - (Yet another (hopefully) useful) Java API
+/*
+ * Copyright (C) 2009 Christian Hujer
*
- * Copyright (C) 2004-2006 Christian Hujer
+ * 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 3 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
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * This program is distributed in the ...
[truncated message content] |
|
From: <chr...@us...> - 2009-02-14 23:01:35
|
Revision: 846
http://japi.svn.sourceforge.net/japi/?rev=846&view=rev
Author: christianhujer
Date: 2009-02-14 21:40:00 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
tools/mail/trunk/build.xml
tools/mail/trunk/src/prj/net/sf/japi/tools/mail/Mail.java
tools/mail/trunk/src/prj/net/sf/japi/tools/mail/Mail.properties
tools/mail/trunk/src/prj/net/sf/japi/tools/mail/PingPongSession.java
Modified: tools/mail/trunk/build.xml
===================================================================
--- tools/mail/trunk/build.xml 2009-02-14 21:39:41 UTC (rev 845)
+++ tools/mail/trunk/build.xml 2009-02-14 21:40:00 UTC (rev 846)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ Replacer is a program for performing an in-place search and replace
- ~ based on regular expressions.
- ~ Copyright (C) 2007 Christian Hujer
+ ~ Copyright (C) 2009 Christian Hujer
~
- ~ This program is free software; you can redistribute it and/or modify
+ ~ 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
+ ~ 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,
@@ -14,9 +12,8 @@
~ 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.,
- ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project name="ArchStat" default="compile">
Modified: tools/mail/trunk/src/prj/net/sf/japi/tools/mail/Mail.java
===================================================================
--- tools/mail/trunk/src/prj/net/sf/japi/tools/mail/Mail.java 2009-02-14 21:39:41 UTC (rev 845)
+++ tools/mail/trunk/src/prj/net/sf/japi/tools/mail/Mail.java 2009-02-14 21:40:00 UTC (rev 846)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.tools.mail;
import java.io.BufferedReader;
Modified: tools/mail/trunk/src/prj/net/sf/japi/tools/mail/Mail.properties
===================================================================
--- tools/mail/trunk/src/prj/net/sf/japi/tools/mail/Mail.properties 2009-02-14 21:39:41 UTC (rev 845)
+++ tools/mail/trunk/src/prj/net/sf/japi/tools/mail/Mail.properties 2009-02-14 21:40:00 UTC (rev 846)
@@ -1,3 +1,20 @@
+#
+# Copyright (C) 2009 Christian Hujer
+#
+# 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 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
setFrom=Sender address, e.g. you...@yo....
setServer=SMTP server, e.g. mail.yourcompany.com.
setPort=SMTP server port, defaults to 25.
Modified: tools/mail/trunk/src/prj/net/sf/japi/tools/mail/PingPongSession.java
===================================================================
--- tools/mail/trunk/src/prj/net/sf/japi/tools/mail/PingPongSession.java 2009-02-14 21:39:41 UTC (rev 845)
+++ tools/mail/trunk/src/prj/net/sf/japi/tools/mail/PingPongSession.java 2009-02-14 21:40:00 UTC (rev 846)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.tools.mail;
import java.io.BufferedReader;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 23:01:33
|
Revision: 840
http://japi.svn.sourceforge.net/japi/?rev=840&view=rev
Author: christianhujer
Date: 2009-02-14 21:37:56 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
tools/findLongestPath/trunk/build.xml
tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.java
tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.properties
Modified: tools/findLongestPath/trunk/build.xml
===================================================================
--- tools/findLongestPath/trunk/build.xml 2009-02-14 21:37:37 UTC (rev 839)
+++ tools/findLongestPath/trunk/build.xml 2009-02-14 21:37:56 UTC (rev 840)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ FindLongestPath is a program for finding the longest pathname(s) in
- ~ a given directory tree.
- ~ Copyright (C) 2007 Christian Hujer
+ ~ Copyright (C) 2009 Christian Hujer
~
- ~ This program is free software; you can redistribute it and/or modify
+ ~ 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
+ ~ 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,
@@ -14,9 +12,8 @@
~ 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.,
- ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project name="FindLongestPath" default="compile">
Modified: tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.java
===================================================================
--- tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.java 2009-02-14 21:37:37 UTC (rev 839)
+++ tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.java 2009-02-14 21:37:56 UTC (rev 840)
@@ -1,10 +1,9 @@
/*
- * FindLongestPath recursively finds the longest pathname in directories.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * 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,
@@ -12,9 +11,8 @@
* 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.findLongestPath;
Modified: tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.properties
===================================================================
--- tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.properties 2009-02-14 21:37:37 UTC (rev 839)
+++ tools/findLongestPath/trunk/src/prj/net/sf/japi/findLongestPath/FindLongestPath.properties 2009-02-14 21:37:56 UTC (rev 840)
@@ -1,10 +1,9 @@
#
-# FindLongestPath recursively finds the longest pathname in directories.
-# Copyright (C) 2007 Christian Hujer
+# Copyright (C) 2009 Christian Hujer
#
-# This program is free software; you can redistribute it and/or modify
+# 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
+# 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,
@@ -12,9 +11,8 @@
# 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
setAbsolute=Whether to convert path names to absolute path names.
descending=Descending into {0}.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 23:01:26
|
Revision: 825
http://japi.svn.sourceforge.net/japi/?rev=825&view=rev
Author: christianhujer
Date: 2009-02-14 21:30:59 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/xml/trunk/build.xml
libs/xml/trunk/module.properties
libs/xml/trunk/src/prj/net/sf/japi/xml/FilteredNodeList.java
libs/xml/trunk/src/prj/net/sf/japi/xml/NodeListIterator.java
libs/xml/trunk/src/prj/net/sf/japi/xml/package-info.java
libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIterator2Test.java
libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIteratorTest.java
Modified: libs/xml/trunk/build.xml
===================================================================
--- libs/xml/trunk/build.xml 2009-02-14 21:30:38 UTC (rev 824)
+++ libs/xml/trunk/build.xml 2009-02-14 21:30:59 UTC (rev 825)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-xml is a library that provides some classes for making XML programming in Java more comfortable.
- ~ 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/xml/trunk/module.properties
===================================================================
--- libs/xml/trunk/module.properties 2009-02-14 21:30:38 UTC (rev 824)
+++ libs/xml/trunk/module.properties 2009-02-14 21:30:59 UTC (rev 825)
@@ -1,6 +1,5 @@
#
-# JAPI libs-xml is a library that provides some classes for making XML programming in Java more comfortable.
-# 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/xml/trunk/src/prj/net/sf/japi/xml/FilteredNodeList.java
===================================================================
--- libs/xml/trunk/src/prj/net/sf/japi/xml/FilteredNodeList.java 2009-02-14 21:30:38 UTC (rev 824)
+++ libs/xml/trunk/src/prj/net/sf/japi/xml/FilteredNodeList.java 2009-02-14 21:30:59 UTC (rev 825)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-xml is a library that provides some classes for making XML programming in Java more comfortable.
- * 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/xml/trunk/src/prj/net/sf/japi/xml/NodeListIterator.java
===================================================================
--- libs/xml/trunk/src/prj/net/sf/japi/xml/NodeListIterator.java 2009-02-14 21:30:38 UTC (rev 824)
+++ libs/xml/trunk/src/prj/net/sf/japi/xml/NodeListIterator.java 2009-02-14 21:30:59 UTC (rev 825)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-xml is a library that provides some classes for making XML programming in Java more comfortable.
- * 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/xml/trunk/src/prj/net/sf/japi/xml/package-info.java
===================================================================
--- libs/xml/trunk/src/prj/net/sf/japi/xml/package-info.java 2009-02-14 21:30:38 UTC (rev 824)
+++ libs/xml/trunk/src/prj/net/sf/japi/xml/package-info.java 2009-02-14 21:30:59 UTC (rev 825)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-xml is a library that provides some classes for making XML programming in Java more comfortable.
- * 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/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIterator2Test.java
===================================================================
--- libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIterator2Test.java 2009-02-14 21:30:38 UTC (rev 824)
+++ libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIterator2Test.java 2009-02-14 21:30:59 UTC (rev 825)
@@ -1,22 +1,19 @@
/*
- * JAPI - (Yet another (hopefully) useful) Java API
+ * Copyright (C) 2009 Christian Hujer.
*
- * Copyright (C) 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 test.net.sf.japi.xml;
Modified: libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIteratorTest.java
===================================================================
--- libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIteratorTest.java 2009-02-14 21:30:38 UTC (rev 824)
+++ libs/xml/trunk/src/tst/test/net/sf/japi/xml/NodeListIteratorTest.java 2009-02-14 21:30:59 UTC (rev 825)
@@ -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 test.net.sf.japi.xml;
import java.io.IOException;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 23:01:23
|
Revision: 839
http://japi.svn.sourceforge.net/japi/?rev=839&view=rev
Author: christianhujer
Date: 2009-02-14 21:37:37 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
tools/dircount/trunk/build.xml
tools/dircount/trunk/src/prj/net/sf/japi/dircount/DirCount.java
tools/dircount/trunk/src/prj/net/sf/japi/dircount/DirCount.properties
tools/dircount/trunk/src/tst/test/net/sf/japi/dircount/DirCountTest.java
Modified: tools/dircount/trunk/build.xml
===================================================================
--- tools/dircount/trunk/build.xml 2009-02-14 21:37:13 UTC (rev 838)
+++ tools/dircount/trunk/build.xml 2009-02-14 21:37:37 UTC (rev 839)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ DirCount is a program for counting directories.
- ~ Copyright (C) 2007 Christian Hujer
+ ~ Copyright (C) 2009 Christian Hujer
~
- ~ This program is free software; you can redistribute it and/or modify
+ ~ 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
+ ~ 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,
@@ -13,9 +12,8 @@
~ 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.,
- ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project name="dircount" default="compile">
Modified: tools/dircount/trunk/src/prj/net/sf/japi/dircount/DirCount.java
===================================================================
--- tools/dircount/trunk/src/prj/net/sf/japi/dircount/DirCount.java 2009-02-14 21:37:13 UTC (rev 838)
+++ tools/dircount/trunk/src/prj/net/sf/japi/dircount/DirCount.java 2009-02-14 21:37:37 UTC (rev 839)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.dircount;
import java.io.File;
Modified: tools/dircount/trunk/src/prj/net/sf/japi/dircount/DirCount.properties
===================================================================
--- tools/dircount/trunk/src/prj/net/sf/japi/dircount/DirCount.properties 2009-02-14 21:37:13 UTC (rev 838)
+++ tools/dircount/trunk/src/prj/net/sf/japi/dircount/DirCount.properties 2009-02-14 21:37:37 UTC (rev 839)
@@ -1,6 +1,19 @@
#
-# Copyright (c) 2007, Your Corporation. All Rights Reserved.
+# Copyright (C) 2009 Christian Hujer
#
+# 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 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
helpHeader=Count the number of files and directories in a tree.
setMaxDepth=Sets the maximum depth for which the sum should be printed.
Modified: tools/dircount/trunk/src/tst/test/net/sf/japi/dircount/DirCountTest.java
===================================================================
--- tools/dircount/trunk/src/tst/test/net/sf/japi/dircount/DirCountTest.java 2009-02-14 21:37:13 UTC (rev 838)
+++ tools/dircount/trunk/src/tst/test/net/sf/japi/dircount/DirCountTest.java 2009-02-14 21:37:37 UTC (rev 839)
@@ -1,5 +1,18 @@
/*
- * Copyright (c) 2007, Your Corporation. All Rights Reserved.
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package test.net.sf.japi.dircount;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 23:01:21
|
Revision: 845
http://japi.svn.sourceforge.net/japi/?rev=845&view=rev
Author: christianhujer
Date: 2009-02-14 21:39:41 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
tools/keystrokes/trunk/build.xml
tools/keystrokes/trunk/src/prj/net/sf/japi/tools/keystrokes/KeyStrokes.java
tools/keystrokes/trunk/src/prj/net/sf/japi/tools/keystrokes/action.properties
Modified: tools/keystrokes/trunk/build.xml
===================================================================
--- tools/keystrokes/trunk/build.xml 2009-02-14 21:39:18 UTC (rev 844)
+++ tools/keystrokes/trunk/build.xml 2009-02-14 21:39:41 UTC (rev 845)
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ DirCount is a program for converting Strings into byte arrays.
- ~ Copyright (C) 2007 Christian Hujer
+ ~ Copyright (C) 2009 Christian Hujer
~
- ~ This program is free software; you can redistribute it and/or modify
+ ~ 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
+ ~ 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,
@@ -13,9 +12,8 @@
~ 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.,
- ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project name="dircount" default="compile">
Modified: tools/keystrokes/trunk/src/prj/net/sf/japi/tools/keystrokes/KeyStrokes.java
===================================================================
--- tools/keystrokes/trunk/src/prj/net/sf/japi/tools/keystrokes/KeyStrokes.java 2009-02-14 21:39:18 UTC (rev 844)
+++ tools/keystrokes/trunk/src/prj/net/sf/japi/tools/keystrokes/KeyStrokes.java 2009-02-14 21:39:41 UTC (rev 845)
@@ -1,10 +1,9 @@
/*
- * KeyStrokes is a tool that displays keystrokes from Java for usage with AWT and Swing, e.g. KeyStroke classes.
- * Copyright (C) 2007 Christian Hujer
+ * Copyright (C) 2009 Christian Hujer
*
- * This program is free software; you can redistribute it and/or modify
+ * 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
+ * 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,
@@ -12,9 +11,8 @@
* 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.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package net.sf.japi.tools.keystrokes;
Modified: tools/keystrokes/trunk/src/prj/net/sf/japi/tools/keystrokes/action.properties
===================================================================
--- tools/keystrokes/trunk/src/prj/net/sf/japi/tools/keystrokes/action.properties 2009-02-14 21:39:18 UTC (rev 844)
+++ tools/keystrokes/trunk/src/prj/net/sf/japi/tools/keystrokes/action.properties 2009-02-14 21:39:41 UTC (rev 845)
@@ -1,10 +1,9 @@
#
-# KeyStrokes is a tool that displays keystrokes from Java for usage with AWT and Swing, e.g. KeyStroke classes.
-# Copyright (C) 2007 Christian Hujer
+# Copyright (C) 2009 Christian Hujer
#
-# This program is free software; you can redistribute it and/or modify
+# 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
+# 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,
@@ -12,9 +11,8 @@
# 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
clear.text=Clear
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 23:01:16
|
Revision: 835
http://japi.svn.sourceforge.net/japi/?rev=835&view=rev
Author: christianhujer
Date: 2009-02-14 21:35:57 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/TextDocument.java
progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/TextEditApplication.java
progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/action.properties
Modified: progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/TextDocument.java
===================================================================
--- progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/TextDocument.java 2009-02-14 21:35:44 UTC (rev 834)
+++ progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/TextDocument.java 2009-02-14 21:35:57 UTC (rev 835)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.progs.textedit;
import java.awt.Component;
Modified: progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/TextEditApplication.java
===================================================================
--- progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/TextEditApplication.java 2009-02-14 21:35:44 UTC (rev 834)
+++ progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/TextEditApplication.java 2009-02-14 21:35:57 UTC (rev 835)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.progs.textedit;
import java.io.BufferedReader;
Modified: progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/action.properties
===================================================================
--- progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/action.properties 2009-02-14 21:35:44 UTC (rev 834)
+++ progs/textedit/trunk/src/prj/net/sf/japi/progs/textedit/action.properties 2009-02-14 21:35:57 UTC (rev 835)
@@ -1 +1,18 @@
+#
+# Copyright (C) 2009 Christian Hujer
+#
+# 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 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
application.title=TextEdit
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 23:01:15
|
Revision: 843
http://japi.svn.sourceforge.net/japi/?rev=843&view=rev
Author: christianhujer
Date: 2009-02-14 21:38:48 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
tools/jgrep/trunk/build.xml
tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.java
tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.properties
Modified: tools/jgrep/trunk/build.xml
===================================================================
--- tools/jgrep/trunk/build.xml 2009-02-14 21:38:28 UTC (rev 842)
+++ tools/jgrep/trunk/build.xml 2009-02-14 21:38:48 UTC (rev 843)
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ Replacer is a program for performing an in-place search and replace
- ~ based on regular expressions.
- ~ Copyright (C) 2007 Christian Hujer
+ ~ Copyright (C) 2009 Christian Hujer
~
- ~ This program is free software; you can redistribute it and/or modify
+ ~ 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
+ ~ 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,
@@ -14,9 +12,8 @@
~ 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.,
- ~ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ ~ You should have received a copy of the GNU General Public License
+ ~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project name="Replacer" default="compile">
Modified: tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.java
===================================================================
--- tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.java 2009-02-14 21:38:28 UTC (rev 842)
+++ tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.java 2009-02-14 21:38:48 UTC (rev 843)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.tools.jgrep;
import net.sf.japi.io.args.BasicCommand;
Modified: tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.properties
===================================================================
--- tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.properties 2009-02-14 21:38:28 UTC (rev 842)
+++ tools/jgrep/trunk/src/prj/net/sf/japi/tools/jgrep/JGrep.properties 2009-02-14 21:38:48 UTC (rev 843)
@@ -1,2 +1,19 @@
+#
+# Copyright (C) 2009 Christian Hujer
+#
+# 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 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
recursive=Scan subdirectories recursively. (same as --directories=recurse)
setDirectories=Sets how to handle subdirectories. Possible values are: recurse (recursive handling), read, skip.
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 23:01:11
|
Revision: 832
http://japi.svn.sourceforge.net/japi/?rev=832&view=rev
Author: christianhujer
Date: 2009-02-14 21:35:07 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
progs/jtype/trunk/src/prj/net/sf/japi/jtype/Helper.java
progs/jtype/trunk/src/prj/net/sf/japi/jtype/JType.java
progs/jtype/trunk/src/prj/net/sf/japi/jtype/PerformancePane.java
progs/jtype/trunk/src/prj/net/sf/japi/jtype/ReflectionField.java
progs/jtype/trunk/src/prj/net/sf/japi/jtype/action.properties
Modified: progs/jtype/trunk/src/prj/net/sf/japi/jtype/Helper.java
===================================================================
--- progs/jtype/trunk/src/prj/net/sf/japi/jtype/Helper.java 2009-02-14 21:34:43 UTC (rev 831)
+++ progs/jtype/trunk/src/prj/net/sf/japi/jtype/Helper.java 2009-02-14 21:35:07 UTC (rev 832)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.jtype;
import java.io.BufferedReader;
Modified: progs/jtype/trunk/src/prj/net/sf/japi/jtype/JType.java
===================================================================
--- progs/jtype/trunk/src/prj/net/sf/japi/jtype/JType.java 2009-02-14 21:34:43 UTC (rev 831)
+++ progs/jtype/trunk/src/prj/net/sf/japi/jtype/JType.java 2009-02-14 21:35:07 UTC (rev 832)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.jtype;
import java.awt.BorderLayout;
Modified: progs/jtype/trunk/src/prj/net/sf/japi/jtype/PerformancePane.java
===================================================================
--- progs/jtype/trunk/src/prj/net/sf/japi/jtype/PerformancePane.java 2009-02-14 21:34:43 UTC (rev 831)
+++ progs/jtype/trunk/src/prj/net/sf/japi/jtype/PerformancePane.java 2009-02-14 21:35:07 UTC (rev 832)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.jtype;
import javax.swing.JComponent;
Modified: progs/jtype/trunk/src/prj/net/sf/japi/jtype/ReflectionField.java
===================================================================
--- progs/jtype/trunk/src/prj/net/sf/japi/jtype/ReflectionField.java 2009-02-14 21:34:43 UTC (rev 831)
+++ progs/jtype/trunk/src/prj/net/sf/japi/jtype/ReflectionField.java 2009-02-14 21:35:07 UTC (rev 832)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2009 Christian Hujer
+ *
+ * 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 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package net.sf.japi.jtype;
import javax.swing.JComponent;
Modified: progs/jtype/trunk/src/prj/net/sf/japi/jtype/action.properties
===================================================================
--- progs/jtype/trunk/src/prj/net/sf/japi/jtype/action.properties 2009-02-14 21:34:43 UTC (rev 831)
+++ progs/jtype/trunk/src/prj/net/sf/japi/jtype/action.properties 2009-02-14 21:35:07 UTC (rev 832)
@@ -1 +1,18 @@
+#
+# Copyright (C) 2009 Christian Hujer
+#
+# 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 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
reset.text=Reset
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 23:01:09
|
Revision: 836
http://japi.svn.sourceforge.net/japi/?rev=836&view=rev
Author: christianhujer
Date: 2009-02-14 21:36:10 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
site/trunk/src/doc/start.xhtml
Modified: site/trunk/src/doc/start.xhtml
===================================================================
--- site/trunk/src/doc/start.xhtml 2009-02-14 21:35:57 UTC (rev 835)
+++ site/trunk/src/doc/start.xhtml 2009-02-14 21:36:10 UTC (rev 836)
@@ -1,4 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (c) 2009 Christian Hujer.
+ ~ Permission is granted to copy, distribute and/or modify this document
+ ~ under the terms of the GNU Free Documentation License, Version 1.3
+ ~ or any later version published by the Free Software Foundation;
+ ~ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+ ~ A copy of the license is included in the section entitled "GNU
+ ~ Free Documentation License".
+ -->
+
<!-- $Id: start.xhtml,v 1.12 2006/03/29 22:20:33 christianhujer Exp $ -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 21:29:31
|
Revision: 823
http://japi.svn.sourceforge.net/japi/?rev=823&view=rev
Author: christianhujer
Date: 2009-02-14 21:29:29 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/taglets/trunk/build.xml
libs/taglets/trunk/module.properties
libs/taglets/trunk/src/doc/start.xhtml
libs/taglets/trunk/src/prj/net/sf/japi/taglets/BlockListTaglet.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/FixmeTaglet.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/HistoryTaglet.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/InvariantTaglet.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/NoteTaglet.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/PostconditionTaglet.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/PreconditionTaglet.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/ReturnValueTaglet.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/TagByTextComparator.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/TodoTaglet.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/WarningTaglet.java
libs/taglets/trunk/src/prj/net/sf/japi/taglets/XxxTaglet.java
Modified: libs/taglets/trunk/build.xml
===================================================================
--- libs/taglets/trunk/build.xml 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/build.xml 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- ~ 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/taglets/trunk/module.properties
===================================================================
--- libs/taglets/trunk/module.properties 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/module.properties 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
#
-# JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
-# 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/taglets/trunk/src/doc/start.xhtml
===================================================================
--- libs/taglets/trunk/src/doc/start.xhtml 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/doc/start.xhtml 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- ~ 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/taglets/trunk/src/prj/net/sf/japi/taglets/BlockListTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/BlockListTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/BlockListTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/FixmeTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/FixmeTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/FixmeTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/HistoryTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/HistoryTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/HistoryTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/InvariantTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/InvariantTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/InvariantTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/NoteTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/NoteTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/NoteTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/PostconditionTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/PostconditionTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/PostconditionTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/PreconditionTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/PreconditionTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/PreconditionTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/ReturnValueTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/ReturnValueTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/ReturnValueTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/TagByTextComparator.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/TagByTextComparator.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/TagByTextComparator.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/TodoTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/TodoTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/TodoTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/WarningTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/WarningTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/WarningTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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/taglets/trunk/src/prj/net/sf/japi/taglets/XxxTaglet.java
===================================================================
--- libs/taglets/trunk/src/prj/net/sf/japi/taglets/XxxTaglet.java 2009-02-14 21:28:46 UTC (rev 822)
+++ libs/taglets/trunk/src/prj/net/sf/japi/taglets/XxxTaglet.java 2009-02-14 21:29:29 UTC (rev 823)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-taglets is a library that has some useful additional taglets for javadoc.
- * 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.
|
|
From: <chr...@us...> - 2009-02-14 21:28:48
|
Revision: 822
http://japi.svn.sourceforge.net/japi/?rev=822&view=rev
Author: christianhujer
Date: 2009-02-14 21:28:46 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-treetable/trunk/build.xml
libs/swing-treetable/trunk/module.properties
libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/AbstractTreeTableModel.java
libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/JTreeTable.java
libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModel.java
libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModelTableModelAdapter.java
libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModelTreeModelAdapter.java
libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/package-info.java
Modified: libs/swing-treetable/trunk/build.xml
===================================================================
--- libs/swing-treetable/trunk/build.xml 2009-02-14 21:28:13 UTC (rev 821)
+++ libs/swing-treetable/trunk/build.xml 2009-02-14 21:28:46 UTC (rev 822)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-treetable is a library that provides a treetable Swing component.
- ~ 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-treetable/trunk/module.properties
===================================================================
--- libs/swing-treetable/trunk/module.properties 2009-02-14 21:28:13 UTC (rev 821)
+++ libs/swing-treetable/trunk/module.properties 2009-02-14 21:28:46 UTC (rev 822)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-treetable is a library that provides a treetable Swing component.
-# 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-treetable/trunk/src/prj/net/sf/japi/swing/treetable/AbstractTreeTableModel.java
===================================================================
--- libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/AbstractTreeTableModel.java 2009-02-14 21:28:13 UTC (rev 821)
+++ libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/AbstractTreeTableModel.java 2009-02-14 21:28:46 UTC (rev 822)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-treetable is a library that provides a treetable Swing component.
- * 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-treetable/trunk/src/prj/net/sf/japi/swing/treetable/JTreeTable.java
===================================================================
--- libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/JTreeTable.java 2009-02-14 21:28:13 UTC (rev 821)
+++ libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/JTreeTable.java 2009-02-14 21:28:46 UTC (rev 822)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-treetable is a library that provides a treetable Swing component.
- * 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-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModel.java
===================================================================
--- libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModel.java 2009-02-14 21:28:13 UTC (rev 821)
+++ libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModel.java 2009-02-14 21:28:46 UTC (rev 822)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-treetable is a library that provides a treetable Swing component.
- * 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-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModelTableModelAdapter.java
===================================================================
--- libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModelTableModelAdapter.java 2009-02-14 21:28:13 UTC (rev 821)
+++ libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModelTableModelAdapter.java 2009-02-14 21:28:46 UTC (rev 822)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-treetable is a library that provides a treetable Swing component.
- * 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-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModelTreeModelAdapter.java
===================================================================
--- libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModelTreeModelAdapter.java 2009-02-14 21:28:13 UTC (rev 821)
+++ libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/TreeTableModelTreeModelAdapter.java 2009-02-14 21:28:46 UTC (rev 822)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-treetable is a library that provides a treetable Swing component.
- * 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-treetable/trunk/src/prj/net/sf/japi/swing/treetable/package-info.java
===================================================================
--- libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/package-info.java 2009-02-14 21:28:13 UTC (rev 821)
+++ libs/swing-treetable/trunk/src/prj/net/sf/japi/swing/treetable/package-info.java 2009-02-14 21:28:46 UTC (rev 822)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-treetable is a library that provides a treetable Swing component.
- * 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.
|
|
From: <chr...@us...> - 2009-02-14 21:28:15
|
Revision: 821
http://japi.svn.sourceforge.net/japi/?rev=821&view=rev
Author: christianhujer
Date: 2009-02-14 21:28:13 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-tod/trunk/build.xml
libs/swing-tod/trunk/module.properties
libs/swing-tod/trunk/src/prj/net/sf/japi/swing/tod/TipOfTheDayManager.java
libs/swing-tod/trunk/src/prj/net/sf/japi/swing/tod/action.properties
libs/swing-tod/trunk/src/prj/net/sf/japi/swing/tod/action_de.properties
Modified: libs/swing-tod/trunk/build.xml
===================================================================
--- libs/swing-tod/trunk/build.xml 2009-02-14 21:27:51 UTC (rev 820)
+++ libs/swing-tod/trunk/build.xml 2009-02-14 21:28:13 UTC (rev 821)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-tod is a library for displaying tip of the day dialogs.
- ~ 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-tod/trunk/module.properties
===================================================================
--- libs/swing-tod/trunk/module.properties 2009-02-14 21:27:51 UTC (rev 820)
+++ libs/swing-tod/trunk/module.properties 2009-02-14 21:28:13 UTC (rev 821)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-tod is a library for displaying tip of the day dialogs.
-# 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-tod/trunk/src/prj/net/sf/japi/swing/tod/TipOfTheDayManager.java
===================================================================
--- libs/swing-tod/trunk/src/prj/net/sf/japi/swing/tod/TipOfTheDayManager.java 2009-02-14 21:27:51 UTC (rev 820)
+++ libs/swing-tod/trunk/src/prj/net/sf/japi/swing/tod/TipOfTheDayManager.java 2009-02-14 21:28:13 UTC (rev 821)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-tod is a library for displaying tip of the day dialogs.
- * 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-tod/trunk/src/prj/net/sf/japi/swing/tod/action.properties
===================================================================
--- libs/swing-tod/trunk/src/prj/net/sf/japi/swing/tod/action.properties 2009-02-14 21:27:51 UTC (rev 820)
+++ libs/swing-tod/trunk/src/prj/net/sf/japi/swing/tod/action.properties 2009-02-14 21:28:13 UTC (rev 821)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-tod is a library for displaying tip of the day dialogs.
-# 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-tod/trunk/src/prj/net/sf/japi/swing/tod/action_de.properties
===================================================================
--- libs/swing-tod/trunk/src/prj/net/sf/japi/swing/tod/action_de.properties 2009-02-14 21:27:51 UTC (rev 820)
+++ libs/swing-tod/trunk/src/prj/net/sf/japi/swing/tod/action_de.properties 2009-02-14 21:28:13 UTC (rev 821)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-tod is a library for displaying tip of the day dialogs.
-# 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.
|
|
From: <chr...@us...> - 2009-02-14 21:27:53
|
Revision: 820
http://japi.svn.sourceforge.net/japi/?rev=820&view=rev
Author: christianhujer
Date: 2009-02-14 21:27:51 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-proxyprefs/trunk/build.xml
libs/swing-proxyprefs/trunk/module.properties
libs/swing-proxyprefs/trunk/src/prj/net/sf/japi/swing/prefs/proxy/ProxyPrefs.java
libs/swing-proxyprefs/trunk/src/prj/net/sf/japi/swing/prefs/proxy/package-info.java
Modified: libs/swing-proxyprefs/trunk/build.xml
===================================================================
--- libs/swing-proxyprefs/trunk/build.xml 2009-02-14 21:27:38 UTC (rev 819)
+++ libs/swing-proxyprefs/trunk/build.xml 2009-02-14 21:27:51 UTC (rev 820)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-proxyprefs is a library for adding a proxy preferences dialog to an application.
- ~ 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-proxyprefs/trunk/module.properties
===================================================================
--- libs/swing-proxyprefs/trunk/module.properties 2009-02-14 21:27:38 UTC (rev 819)
+++ libs/swing-proxyprefs/trunk/module.properties 2009-02-14 21:27:51 UTC (rev 820)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-proxyprefs is a library for adding a proxy preferences dialog to an application.
-# 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-proxyprefs/trunk/src/prj/net/sf/japi/swing/prefs/proxy/ProxyPrefs.java
===================================================================
--- libs/swing-proxyprefs/trunk/src/prj/net/sf/japi/swing/prefs/proxy/ProxyPrefs.java 2009-02-14 21:27:38 UTC (rev 819)
+++ libs/swing-proxyprefs/trunk/src/prj/net/sf/japi/swing/prefs/proxy/ProxyPrefs.java 2009-02-14 21:27:51 UTC (rev 820)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-proxyprefs is a library for adding a proxy preferences dialog to an application.
- * 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-proxyprefs/trunk/src/prj/net/sf/japi/swing/prefs/proxy/package-info.java
===================================================================
--- libs/swing-proxyprefs/trunk/src/prj/net/sf/japi/swing/prefs/proxy/package-info.java 2009-02-14 21:27:38 UTC (rev 819)
+++ libs/swing-proxyprefs/trunk/src/prj/net/sf/japi/swing/prefs/proxy/package-info.java 2009-02-14 21:27:51 UTC (rev 820)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-proxyprefs is a library for adding a proxy preferences dialog to an application.
- * 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.
|
|
From: <chr...@us...> - 2009-02-14 21:27:40
|
Revision: 819
http://japi.svn.sourceforge.net/japi/?rev=819&view=rev
Author: christianhujer
Date: 2009-02-14 21:27:38 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-prefs/trunk/build.xml
libs/swing-prefs/trunk/module.properties
libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/AbstractPrefs.java
libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/PreferencesGroup.java
libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/PreferencesPane.java
libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/Prefs.java
libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/action.properties
libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/action_de.properties
libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/package-info.java
libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/MockActionBuilder.java
libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/MockPrefs.java
libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/PreferencesPaneTest.java
libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/package-info.java
Modified: libs/swing-prefs/trunk/build.xml
===================================================================
--- libs/swing-prefs/trunk/build.xml 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/build.xml 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
- ~ 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-prefs/trunk/module.properties
===================================================================
--- libs/swing-prefs/trunk/module.properties 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/module.properties 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
-# 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-prefs/trunk/src/prj/net/sf/japi/swing/prefs/AbstractPrefs.java
===================================================================
--- libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/AbstractPrefs.java 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/AbstractPrefs.java 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
- * 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-prefs/trunk/src/prj/net/sf/japi/swing/prefs/PreferencesGroup.java
===================================================================
--- libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/PreferencesGroup.java 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/PreferencesGroup.java 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
- * 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-prefs/trunk/src/prj/net/sf/japi/swing/prefs/PreferencesPane.java
===================================================================
--- libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/PreferencesPane.java 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/PreferencesPane.java 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
- * 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-prefs/trunk/src/prj/net/sf/japi/swing/prefs/Prefs.java
===================================================================
--- libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/Prefs.java 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/Prefs.java 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
- * 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-prefs/trunk/src/prj/net/sf/japi/swing/prefs/action.properties
===================================================================
--- libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/action.properties 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/action.properties 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
-# 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-prefs/trunk/src/prj/net/sf/japi/swing/prefs/action_de.properties
===================================================================
--- libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/action_de.properties 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/action_de.properties 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
-# 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-prefs/trunk/src/prj/net/sf/japi/swing/prefs/package-info.java
===================================================================
--- libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/package-info.java 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/prj/net/sf/japi/swing/prefs/package-info.java 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
- * 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-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/MockActionBuilder.java
===================================================================
--- libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/MockActionBuilder.java 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/MockActionBuilder.java 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
- * 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-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/MockPrefs.java
===================================================================
--- libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/MockPrefs.java 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/MockPrefs.java 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
- * 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-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/PreferencesPaneTest.java
===================================================================
--- libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/PreferencesPaneTest.java 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/PreferencesPaneTest.java 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
- * 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-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/package-info.java
===================================================================
--- libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/package-info.java 2009-02-14 21:27:02 UTC (rev 818)
+++ libs/swing-prefs/trunk/src/tst/test/net/sf/japi/swing/prefs/package-info.java 2009-02-14 21:27:38 UTC (rev 819)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-prefs is a library for adding preferences dialogs to an application.
- * 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.
|
|
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.
|
|
From: <chr...@us...> - 2009-02-14 21:26:27
|
Revision: 817
http://japi.svn.sourceforge.net/japi/?rev=817&view=rev
Author: christianhujer
Date: 2009-02-14 21:26:24 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-list/trunk/build.xml
libs/swing-list/trunk/module.properties
libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/AbstractMutableListModel.java
libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/ArrayListModel.java
libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/ListControlPanel.java
libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/MutableListModel.java
libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/action.properties
libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/action_de.properties
libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/package-info.java
libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/ArrayListModelTest.java
libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/ListControlPanelTest.java
libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/MockListDataListener.java
libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/package-info.java
Modified: libs/swing-list/trunk/build.xml
===================================================================
--- libs/swing-list/trunk/build.xml 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/build.xml 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-list is a library for lists in 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-list/trunk/module.properties
===================================================================
--- libs/swing-list/trunk/module.properties 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/module.properties 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-list is a library for lists in 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-list/trunk/src/prj/net/sf/japi/swing/list/AbstractMutableListModel.java
===================================================================
--- libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/AbstractMutableListModel.java 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/AbstractMutableListModel.java 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-list is a library for lists in 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-list/trunk/src/prj/net/sf/japi/swing/list/ArrayListModel.java
===================================================================
--- libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/ArrayListModel.java 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/ArrayListModel.java 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-list is a library for lists in 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-list/trunk/src/prj/net/sf/japi/swing/list/ListControlPanel.java
===================================================================
--- libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/ListControlPanel.java 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/ListControlPanel.java 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-list is a library for lists in 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-list/trunk/src/prj/net/sf/japi/swing/list/MutableListModel.java
===================================================================
--- libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/MutableListModel.java 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/MutableListModel.java 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-list is a library for lists in 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-list/trunk/src/prj/net/sf/japi/swing/list/action.properties
===================================================================
--- libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/action.properties 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/action.properties 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-list is a library for lists in 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-list/trunk/src/prj/net/sf/japi/swing/list/action_de.properties
===================================================================
--- libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/action_de.properties 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/action_de.properties 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-list is a library for lists in 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-list/trunk/src/prj/net/sf/japi/swing/list/package-info.java
===================================================================
--- libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/package-info.java 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/prj/net/sf/japi/swing/list/package-info.java 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-list is a library for lists in 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-list/trunk/src/tst/test/net/sf/japi/swing/list/ArrayListModelTest.java
===================================================================
--- libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/ArrayListModelTest.java 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/ArrayListModelTest.java 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-list is a library for lists in 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-list/trunk/src/tst/test/net/sf/japi/swing/list/ListControlPanelTest.java
===================================================================
--- libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/ListControlPanelTest.java 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/ListControlPanelTest.java 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-list is a library for lists in 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-list/trunk/src/tst/test/net/sf/japi/swing/list/MockListDataListener.java
===================================================================
--- libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/MockListDataListener.java 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/MockListDataListener.java 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-list is a library for lists in 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-list/trunk/src/tst/test/net/sf/japi/swing/list/package-info.java
===================================================================
--- libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/package-info.java 2009-02-14 21:25:46 UTC (rev 816)
+++ libs/swing-list/trunk/src/tst/test/net/sf/japi/swing/list/package-info.java 2009-02-14 21:26:24 UTC (rev 817)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-list is a library for lists in 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.
|
|
From: <chr...@us...> - 2009-02-14 21:25:48
|
Revision: 816
http://japi.svn.sourceforge.net/japi/?rev=816&view=rev
Author: christianhujer
Date: 2009-02-14 21:25:46 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-keyprefs/trunk/build.xml
libs/swing-keyprefs/trunk/module.properties
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/AbstractSimpleNode.java
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionKeyDisplay.java
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionMapNode.java
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionNode.java
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokePrefs.java
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokeRootNode.java
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokeTreeTableModel.java
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/SimpleNode.java
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/action.properties
libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/package-info.java
Modified: libs/swing-keyprefs/trunk/build.xml
===================================================================
--- libs/swing-keyprefs/trunk/build.xml 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/build.xml 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
- ~ 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-keyprefs/trunk/module.properties
===================================================================
--- libs/swing-keyprefs/trunk/module.properties 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/module.properties 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
-# 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-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/AbstractSimpleNode.java
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/AbstractSimpleNode.java 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/AbstractSimpleNode.java 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
- * 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-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionKeyDisplay.java
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionKeyDisplay.java 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionKeyDisplay.java 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
- * 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-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionMapNode.java
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionMapNode.java 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionMapNode.java 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
- * 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-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionNode.java
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionNode.java 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/ActionNode.java 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
- * 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-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokePrefs.java
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokePrefs.java 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokePrefs.java 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
- * 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-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokeRootNode.java
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokeRootNode.java 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokeRootNode.java 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
- * 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-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokeTreeTableModel.java
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokeTreeTableModel.java 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/KeyStrokeTreeTableModel.java 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
- * 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-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/SimpleNode.java
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/SimpleNode.java 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/SimpleNode.java 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
- * 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-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/action.properties
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/action.properties 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/action.properties 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
-# 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-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/package-info.java
===================================================================
--- libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/package-info.java 2009-02-14 21:24:59 UTC (rev 815)
+++ libs/swing-keyprefs/trunk/src/prj/net/sf/japi/swing/prefs/keys/package-info.java 2009-02-14 21:25:46 UTC (rev 816)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-keyprefs is a library for adding keyboard shortcut preferences to an application.
- * 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.
|
|
From: <chr...@us...> - 2009-02-14 21:25:01
|
Revision: 815
http://japi.svn.sourceforge.net/japi/?rev=815&view=rev
Author: christianhujer
Date: 2009-02-14 21:24:59 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-font/trunk/build.xml
libs/swing-font/trunk/module.properties
libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontChooser.java
libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyComboBox.java
libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyListCellRenderer.java
libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontPreview.java
libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontStyleListCellRenderer.java
libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/action.properties
libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/action_de.properties
libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/package-info.java
Modified: libs/swing-font/trunk/build.xml
===================================================================
--- libs/swing-font/trunk/build.xml 2009-02-14 21:24:19 UTC (rev 814)
+++ libs/swing-font/trunk/build.xml 2009-02-14 21:24:59 UTC (rev 815)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-font is a library for showing a full-featured font dialog.
- ~ 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-font/trunk/module.properties
===================================================================
--- libs/swing-font/trunk/module.properties 2009-02-14 21:24:19 UTC (rev 814)
+++ libs/swing-font/trunk/module.properties 2009-02-14 21:24:59 UTC (rev 815)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-font is a library for showing a full-featured font dialog.
-# 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-font/trunk/src/prj/net/sf/japi/swing/font/FontChooser.java
===================================================================
--- libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontChooser.java 2009-02-14 21:24:19 UTC (rev 814)
+++ libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontChooser.java 2009-02-14 21:24:59 UTC (rev 815)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-font is a library for showing a full-featured font dialog.
- * 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-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyComboBox.java
===================================================================
--- libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyComboBox.java 2009-02-14 21:24:19 UTC (rev 814)
+++ libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyComboBox.java 2009-02-14 21:24:59 UTC (rev 815)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-font is a library for showing a full-featured font dialog.
- * 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-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyListCellRenderer.java
===================================================================
--- libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyListCellRenderer.java 2009-02-14 21:24:19 UTC (rev 814)
+++ libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontFamilyListCellRenderer.java 2009-02-14 21:24:59 UTC (rev 815)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-font is a library for showing a full-featured font dialog.
- * 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-font/trunk/src/prj/net/sf/japi/swing/font/FontPreview.java
===================================================================
--- libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontPreview.java 2009-02-14 21:24:19 UTC (rev 814)
+++ libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontPreview.java 2009-02-14 21:24:59 UTC (rev 815)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-font is a library for showing a full-featured font dialog.
- * 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-font/trunk/src/prj/net/sf/japi/swing/font/FontStyleListCellRenderer.java
===================================================================
--- libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontStyleListCellRenderer.java 2009-02-14 21:24:19 UTC (rev 814)
+++ libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/FontStyleListCellRenderer.java 2009-02-14 21:24:59 UTC (rev 815)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-font is a library for showing a full-featured font dialog.
- * 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-font/trunk/src/prj/net/sf/japi/swing/font/action.properties
===================================================================
--- libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/action.properties 2009-02-14 21:24:19 UTC (rev 814)
+++ libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/action.properties 2009-02-14 21:24:59 UTC (rev 815)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-font is a library for showing a full-featured font dialog.
-# 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-font/trunk/src/prj/net/sf/japi/swing/font/action_de.properties
===================================================================
--- libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/action_de.properties 2009-02-14 21:24:19 UTC (rev 814)
+++ libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/action_de.properties 2009-02-14 21:24:59 UTC (rev 815)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-font is a library for showing a full-featured font dialog.
-# 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-font/trunk/src/prj/net/sf/japi/swing/font/package-info.java
===================================================================
--- libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/package-info.java 2009-02-14 21:24:19 UTC (rev 814)
+++ libs/swing-font/trunk/src/prj/net/sf/japi/swing/font/package-info.java 2009-02-14 21:24:59 UTC (rev 815)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-font is a library for showing a full-featured font dialog.
- * 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.
|
|
From: <chr...@us...> - 2009-02-14 21:24:20
|
Revision: 814
http://japi.svn.sourceforge.net/japi/?rev=814&view=rev
Author: christianhujer
Date: 2009-02-14 21:24:19 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-extlib/trunk/build.xml
libs/swing-extlib/trunk/module.properties
libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/RowLayout.java
libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/ToolBarLayout.java
libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/VerticalFlowLayout.java
libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/package-info.java
libs/swing-extlib/trunk/src/tst/test/net/sf/japi/swing/package-info.java
Modified: libs/swing-extlib/trunk/build.xml
===================================================================
--- libs/swing-extlib/trunk/build.xml 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/build.xml 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-extlib is a library holding some useful classes for extending 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-extlib/trunk/module.properties
===================================================================
--- libs/swing-extlib/trunk/module.properties 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/module.properties 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-extlib is a library holding some useful classes for extending 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-extlib/trunk/src/prj/net/sf/japi/swing/RowLayout.java
===================================================================
--- libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/RowLayout.java 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/RowLayout.java 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-extlib is a library holding some useful classes for extending 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-extlib/trunk/src/prj/net/sf/japi/swing/ToolBarLayout.java
===================================================================
--- libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/ToolBarLayout.java 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/ToolBarLayout.java 2009-02-14 21:24:19 UTC (rev 814)
@@ -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;
Modified: libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/VerticalFlowLayout.java
===================================================================
--- libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/VerticalFlowLayout.java 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/VerticalFlowLayout.java 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-extlib is a library holding some useful classes for extending 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-extlib/trunk/src/prj/net/sf/japi/swing/package-info.java
===================================================================
--- libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/package-info.java 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/src/prj/net/sf/japi/swing/package-info.java 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-extlib is a library holding some useful classes for extending 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-extlib/trunk/src/tst/test/net/sf/japi/swing/package-info.java
===================================================================
--- libs/swing-extlib/trunk/src/tst/test/net/sf/japi/swing/package-info.java 2009-02-14 21:23:36 UTC (rev 813)
+++ libs/swing-extlib/trunk/src/tst/test/net/sf/japi/swing/package-info.java 2009-02-14 21:24:19 UTC (rev 814)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-extlib is a library holding some useful classes for extending 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.
|
|
From: <chr...@us...> - 2009-02-14 21:23:39
|
Revision: 813
http://japi.svn.sourceforge.net/japi/?rev=813&view=rev
Author: christianhujer
Date: 2009-02-14 21:23:36 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-bookmarks/trunk/build.xml
libs/swing-bookmarks/trunk/module.properties
libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkDropTargetAdapter.java
libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkManager.java
libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTransferHandler.java
libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTransferable.java
libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTreeCellRenderer.java
libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/Bookmarkable.java
libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/action.properties
libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/action_de.properties
libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/package-info.java
Modified: libs/swing-bookmarks/trunk/build.xml
===================================================================
--- libs/swing-bookmarks/trunk/build.xml 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/build.xml 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
- ~ 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-bookmarks/trunk/module.properties
===================================================================
--- libs/swing-bookmarks/trunk/module.properties 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/module.properties 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
-# 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-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkDropTargetAdapter.java
===================================================================
--- libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkDropTargetAdapter.java 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkDropTargetAdapter.java 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
- * 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-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkManager.java
===================================================================
--- libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkManager.java 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkManager.java 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
- * 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-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTransferHandler.java
===================================================================
--- libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTransferHandler.java 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTransferHandler.java 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
- * 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-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTransferable.java
===================================================================
--- libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTransferable.java 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTransferable.java 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
- * 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-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTreeCellRenderer.java
===================================================================
--- libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTreeCellRenderer.java 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/BookmarkTreeCellRenderer.java 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
- * 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-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/Bookmarkable.java
===================================================================
--- libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/Bookmarkable.java 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/Bookmarkable.java 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
- * 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-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/action.properties
===================================================================
--- libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/action.properties 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/action.properties 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
-# 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-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/action_de.properties
===================================================================
--- libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/action_de.properties 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/action_de.properties 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
-# 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-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/package-info.java
===================================================================
--- libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/package-info.java 2009-02-14 21:22:58 UTC (rev 812)
+++ libs/swing-bookmarks/trunk/src/prj/net/sf/japi/swing/bookmarks/package-info.java 2009-02-14 21:23:36 UTC (rev 813)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-bookmarks is a library for managing bookmarks in applications.
- * 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.
|
|
From: <chr...@us...> - 2009-02-14 21:23:07
|
Revision: 812
http://japi.svn.sourceforge.net/japi/?rev=812&view=rev
Author: christianhujer
Date: 2009-02-14 21:22:58 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-app/trunk/build.xml
libs/swing-app/trunk/module.properties
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/AppLaunchCommand.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/Application.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/ApplicationQuitter.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/CanLoad.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/Document.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentEvent.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentEventType.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentFrame.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentListener.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/action.properties
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/Application.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/TryApplication.java
libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/package-info.java
Modified: libs/swing-app/trunk/build.xml
===================================================================
--- libs/swing-app/trunk/build.xml 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/build.xml 2009-02-14 21:22:58 UTC (rev 812)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-app is a library for solving application development tasks of general nature.
- ~ 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-app/trunk/module.properties
===================================================================
--- libs/swing-app/trunk/module.properties 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/module.properties 2009-02-14 21:22:58 UTC (rev 812)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-app is a library for solving application development tasks of general nature.
-# 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-app/trunk/src/prj/net/sf/japi/swing/app/AppLaunchCommand.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/AppLaunchCommand.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/AppLaunchCommand.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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.app;
import java.util.List;
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/Application.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/Application.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/Application.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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.app;
import java.awt.Container;
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/ApplicationQuitter.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/ApplicationQuitter.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/ApplicationQuitter.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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.app;
import java.awt.event.WindowAdapter;
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/CanLoad.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/CanLoad.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/CanLoad.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-app is a library for solving application development tasks of general nature.
- * 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-app/trunk/src/prj/net/sf/japi/swing/app/Document.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/Document.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/Document.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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.app;
import java.awt.Component;
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentEvent.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentEvent.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentEvent.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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.app;
import java.util.EventObject;
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentEventType.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentEventType.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentEventType.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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.app;
/** Type for {@link DocumentEvent}s.
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentFrame.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentFrame.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentFrame.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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.app;
import java.awt.event.ActionEvent;
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentListener.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentListener.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/DocumentListener.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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.app;
import java.util.EventListener;
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/action.properties
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/action.properties 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/action.properties 2009-02-14 21:22:58 UTC (rev 812)
@@ -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
+#
+
application.title=Missing Resource: application.title
application.menubar=file window help
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/Application.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/Application.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/Application.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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.app.script;
import java.util.List;
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/TryApplication.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/TryApplication.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/TryApplication.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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.app.script;
import java.util.List;
Modified: libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/package-info.java
===================================================================
--- libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/package-info.java 2009-02-14 21:21:51 UTC (rev 811)
+++ libs/swing-app/trunk/src/prj/net/sf/japi/swing/app/script/package-info.java 2009-02-14 21:22:58 UTC (rev 812)
@@ -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
+ */
+
/** This package contains the fundamental bindings for scripting applications.
* @author <a href="mailto:ch...@ri...">Christian Hujer</a>
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2009-02-14 21:21:57
|
Revision: 811
http://japi.svn.sourceforge.net/japi/?rev=811&view=rev
Author: christianhujer
Date: 2009-02-14 21:21:51 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
Updated copyright statements in source code.
Modified Paths:
--------------
libs/swing-action/trunk/build.xml
libs/swing-action/trunk/module.properties
libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionBuilder.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionBuilderFactory.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionMethod.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionProvider.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/ComponentFactory.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/DefaultActionBuilder.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/DisposeAction.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/DummyAction.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/DummyActionBuilder.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/IconManager.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/NamedActionMap.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/ReflectionAction.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/ToggleAction.java
libs/swing-action/trunk/src/prj/net/sf/japi/swing/action.properties
libs/swing-action/trunk/src/prj/net/sf/japi/swing/action_de.properties
libs/swing-action/trunk/src/prj/net/sf/japi/swing/package-info.java
libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/ActionBuilderFactoryTest.java
libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/DefaultActionBuilderTest.java
libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/ReflectionActionTest.java
libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/action.properties
Modified: libs/swing-action/trunk/build.xml
===================================================================
--- libs/swing-action/trunk/build.xml 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/build.xml 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- ~ JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- ~ 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-action/trunk/module.properties
===================================================================
--- libs/swing-action/trunk/module.properties 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/module.properties 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
-# 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-action/trunk/src/prj/net/sf/japi/swing/ActionBuilder.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionBuilder.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionBuilder.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/ActionBuilderFactory.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionBuilderFactory.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionBuilderFactory.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/ActionMethod.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionMethod.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionMethod.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/ActionProvider.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionProvider.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/ActionProvider.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/ComponentFactory.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/ComponentFactory.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/ComponentFactory.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/DefaultActionBuilder.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/DefaultActionBuilder.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/DefaultActionBuilder.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/DisposeAction.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/DisposeAction.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/DisposeAction.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/DummyAction.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/DummyAction.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/DummyAction.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/DummyActionBuilder.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/DummyActionBuilder.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/DummyActionBuilder.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/IconManager.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/IconManager.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/IconManager.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/NamedActionMap.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/NamedActionMap.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/NamedActionMap.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/ReflectionAction.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/ReflectionAction.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/ReflectionAction.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/ToggleAction.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/ToggleAction.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/ToggleAction.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/prj/net/sf/japi/swing/action.properties
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/action.properties 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/action.properties 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
-# 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-action/trunk/src/prj/net/sf/japi/swing/action_de.properties
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/action_de.properties 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/action_de.properties 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
-# 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-action/trunk/src/prj/net/sf/japi/swing/package-info.java
===================================================================
--- libs/swing-action/trunk/src/prj/net/sf/japi/swing/package-info.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/prj/net/sf/japi/swing/package-info.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/tst/test/net/sf/japi/swing/ActionBuilderFactoryTest.java
===================================================================
--- libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/ActionBuilderFactoryTest.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/ActionBuilderFactoryTest.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/tst/test/net/sf/japi/swing/DefaultActionBuilderTest.java
===================================================================
--- libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/DefaultActionBuilderTest.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/DefaultActionBuilderTest.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/tst/test/net/sf/japi/swing/ReflectionActionTest.java
===================================================================
--- libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/ReflectionActionTest.java 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/ReflectionActionTest.java 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
/*
- * JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
- * 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-action/trunk/src/tst/test/net/sf/japi/swing/action.properties
===================================================================
--- libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/action.properties 2009-02-14 21:19:38 UTC (rev 810)
+++ libs/swing-action/trunk/src/tst/test/net/sf/japi/swing/action.properties 2009-02-14 21:21:51 UTC (rev 811)
@@ -1,6 +1,5 @@
#
-# JAPI libs-swing-action is a library for creating and managing javax.swing.Action objects.
-# 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.
|