[Japi-cvs] SF.net SVN: japi: [319] libs
Status: Beta
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-01-20 23:04:20
|
Revision: 319
http://svn.sourceforge.net/japi/?rev=319&view=rev
Author: christianhujer
Date: 2007-01-20 15:04:19 -0800 (Sat, 20 Jan 2007)
Log Message:
-----------
Updated copyrights.
Changed package.html to package-info.java.
Modified Paths:
--------------
libs/argparser/trunk/build.xml
libs/argparser/trunk/src/doc/examples/Cat.java
libs/argparser/trunk/src/doc/examples/Head.java
libs/argparser/trunk/src/doc/examples/Head.properties
libs/argparser/trunk/src/doc/examples/Head_de.properties
libs/argparser/trunk/src/doc/examples/Recode.java
libs/argparser/trunk/src/doc/examples/Tail.java
libs/argparser/trunk/src/doc/examples/Uniq.java
libs/argparser/trunk/src/net/sf/japi/io/args/ArgParser.java
libs/argparser/trunk/src/net/sf/japi/io/args/BasicCommand.java
libs/argparser/trunk/src/net/sf/japi/io/args/Command.java
libs/argparser/trunk/src/net/sf/japi/io/args/MissingArgumentException.java
libs/argparser/trunk/src/net/sf/japi/io/args/Option.java
libs/argparser/trunk/src/net/sf/japi/io/args/OptionType.java
libs/argparser/trunk/src/net/sf/japi/io/args/RequiredOptionsMissingException.java
libs/argparser/trunk/src/net/sf/japi/io/args/StringJoiner.java
libs/argparser/trunk/src/net/sf/japi/io/args/TerminalException.java
libs/argparser/trunk/src/net/sf/japi/io/args/UnknownOptionException.java
libs/argparser/trunk/src/net/sf/japi/io/args/converter/AbstractConverter.java
libs/argparser/trunk/src/net/sf/japi/io/args/converter/BooleanConverter.java
libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter.java
libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter.properties
libs/argparser/trunk/src/net/sf/japi/io/args/converter/ConverterRegistry.java
libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter_de.properties
libs/argparser/trunk/src/net/sf/japi/io/args/converter/InputStreamConverter.java
libs/argparser/trunk/src/net/sf/japi/io/args/converter/IntegerConverter.java
libs/argparser/trunk/src/net/sf/japi/io/args/converter/NoConverterFoundException.java
libs/argparser/trunk/src/net/sf/japi/io/args/converter/OututStreamConverter.java
libs/argparser/trunk/src/net/sf/japi/io/args/converter/StringConverter.java
libs/argparser/trunk/src/net/sf/japi/io/args/converter/package-info.java
libs/argparser/trunk/src/net/sf/japi/io/args/messages.properties
libs/argparser/trunk/src/net/sf/japi/io/args/messages_de.properties
libs/argparser/trunk/src/test/net/sf/japi/io/args/ArgParserTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/BasicCommandTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/CommandDummy.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/MissingArgumentExceptionTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/OptionTypeTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/RequiredOptionsMissingExceptionTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/StringJoinerTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/TerminalExceptionTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/UnknownOptionExceptionTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/converter/AbstractConverterTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/converter/BooleanConverterTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/converter/ConverterRegistryTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/converter/IntegerConverterTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/converter/NoConverterFoundExceptionTest.java
libs/argparser/trunk/src/test/net/sf/japi/io/args/converter/StringConverterTest.java
libs/lang/trunk/build.xml
libs/lang/trunk/src/net/sf/japi/lang/SuperClassIterator.java
libs/logging/trunk/src/net/sf/japi/log/LogConfigurationError.java
libs/logging/trunk/src/net/sf/japi/log/LogEntry.java
libs/logging/trunk/src/net/sf/japi/log/Logger.java
libs/logging/trunk/src/net/sf/japi/log/LoggerFactory.java
libs/logging/trunk/src/net/sf/japi/log/SimpleLogger.java
libs/logging/trunk/src/net/sf/japi/log/StandardLogger.java
libs/logging/trunk/src/net/sf/japi/log/def/Level.java
libs/swing-about/trunk/build.xml
libs/swing-about/trunk/src/net/sf/japi/swing/about/AboutDialog.java
libs/swing-about/trunk/src/net/sf/japi/swing/about/action.properties
libs/swing-action/trunk/build.xml
libs/swing-action/trunk/src/net/sf/japi/swing/ActionFactory.java
libs/swing-action/trunk/src/net/sf/japi/swing/ActionMethod.java
libs/swing-action/trunk/src/net/sf/japi/swing/ActionProvider.java
libs/swing-action/trunk/src/net/sf/japi/swing/DisposeAction.java
libs/swing-action/trunk/src/net/sf/japi/swing/DummyAction.java
libs/swing-action/trunk/src/net/sf/japi/swing/IconManager.java
libs/swing-action/trunk/src/net/sf/japi/swing/NamedActionMap.java
libs/swing-action/trunk/src/net/sf/japi/swing/ReflectionAction.java
libs/swing-action/trunk/src/net/sf/japi/swing/ToggleAction.java
libs/swing-action/trunk/src/net/sf/japi/swing/action.properties
libs/swing-action/trunk/src/net/sf/japi/swing/action_de.properties
libs/swing-action/trunk/src/test/net/sf/japi/swing/ActionFactoryTest.java
libs/swing-action/trunk/src/test/net/sf/japi/swing/ReflectionActionTest.java
libs/swing-action/trunk/src/test/net/sf/japi/swing/action.properties
libs/swing-app/trunk/src/net/sf/japi/swing/app/CanLoad.java
libs/swing-bookmarks/trunk/src/net/sf/japi/swing/bookmarks/BookmarkDropTargetAdapter.java
libs/swing-bookmarks/trunk/src/net/sf/japi/swing/bookmarks/BookmarkManager.java
libs/swing-bookmarks/trunk/src/net/sf/japi/swing/bookmarks/BookmarkTransferHandler.java
libs/swing-bookmarks/trunk/src/net/sf/japi/swing/bookmarks/BookmarkTransferable.java
libs/swing-bookmarks/trunk/src/net/sf/japi/swing/bookmarks/BookmarkTreeCellRenderer.java
libs/swing-bookmarks/trunk/src/net/sf/japi/swing/bookmarks/Bookmarkable.java
libs/swing-bookmarks/trunk/src/net/sf/japi/swing/bookmarks/action.properties
libs/swing-bookmarks/trunk/src/net/sf/japi/swing/bookmarks/action_de.properties
libs/swing-extlib/trunk/build.xml
libs/swing-extlib/trunk/src/net/sf/japi/swing/RowLayout.java
libs/swing-extlib/trunk/src/net/sf/japi/swing/VerticalFlowLayout.java
libs/swing-font/trunk/src/net/sf/japi/swing/font/FontChooser.java
libs/swing-font/trunk/src/net/sf/japi/swing/font/FontFamilyComboBox.java
libs/swing-font/trunk/src/net/sf/japi/swing/font/FontFamilyListCellRenderer.java
libs/swing-font/trunk/src/net/sf/japi/swing/font/FontPreview.java
libs/swing-font/trunk/src/net/sf/japi/swing/font/FontStyleListCellRenderer.java
libs/swing-font/trunk/src/net/sf/japi/swing/font/action.properties
libs/swing-font/trunk/src/net/sf/japi/swing/font/action_de.properties
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/AbstractSimpleNode.java
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/ActionKeyDisplay.java
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/ActionMapNode.java
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/ActionNode.java
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/KeyStrokePrefs.java
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/KeyStrokeRootNode.java
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/KeyStrokeTreeTableModel.java
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/SimpleNode.java
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/action.properties
libs/swing-misc/trunk/build.xml
libs/swing-misc/trunk/src/net/sf/japi/swing/misc/CollectionsListModel.java
libs/swing-misc/trunk/src/net/sf/japi/swing/misc/JFileChooserButton.java
libs/swing-misc/trunk/src/net/sf/japi/swing/misc/JSAXErrorHandler.java
libs/swing-misc/trunk/src/net/sf/japi/swing/misc/LocaleListCellRenderer.java
libs/swing-misc/trunk/src/net/sf/japi/swing/misc/Progress.java
libs/swing-misc/trunk/src/net/sf/japi/swing/misc/ProgressDisplay.java
libs/swing-prefs/trunk/build.xml
libs/swing-prefs/trunk/src/net/sf/japi/swing/prefs/AbstractPrefs.java
libs/swing-prefs/trunk/src/net/sf/japi/swing/prefs/PreferencesGroup.java
libs/swing-prefs/trunk/src/net/sf/japi/swing/prefs/PreferencesPane.java
libs/swing-prefs/trunk/src/net/sf/japi/swing/prefs/Prefs.java
libs/swing-prefs/trunk/src/net/sf/japi/swing/prefs/action.properties
libs/swing-prefs/trunk/src/net/sf/japi/swing/prefs/action_de.properties
libs/swing-proxyprefs/trunk/src/net/sf/japi/swing/prefs/proxy/ProxyPrefs.java
libs/swing-tod/trunk/build.xml
libs/swing-tod/trunk/src/net/sf/japi/swing/tod/TipOfTheDayManager.java
libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action.properties
libs/swing-tod/trunk/src/net/sf/japi/swing/tod/action_de.properties
libs/swing-treetable/trunk/src/net/sf/japi/swing/treetable/AbstractTreeTableModel.java
libs/swing-treetable/trunk/src/net/sf/japi/swing/treetable/JTreeTable.java
libs/swing-treetable/trunk/src/net/sf/japi/swing/treetable/TreeTableModel.java
libs/swing-treetable/trunk/src/net/sf/japi/swing/treetable/TreeTableModelTableModelAdapter.java
libs/swing-treetable/trunk/src/net/sf/japi/swing/treetable/TreeTableModelTreeModelAdapter.java
libs/taglets/trunk/build.xml
libs/taglets/trunk/src/doc/start.xhtml
libs/taglets/trunk/src/net/sf/japi/taglets/BlockListTaglet.java
libs/taglets/trunk/src/net/sf/japi/taglets/FixmeTaglet.java
libs/taglets/trunk/src/net/sf/japi/taglets/InvariantTaglet.java
libs/taglets/trunk/src/net/sf/japi/taglets/NoteTaglet.java
libs/taglets/trunk/src/net/sf/japi/taglets/PostconditionTaglet.java
libs/taglets/trunk/src/net/sf/japi/taglets/PreconditionTaglet.java
libs/taglets/trunk/src/net/sf/japi/taglets/TodoTaglet.java
libs/taglets/trunk/src/net/sf/japi/taglets/WarningTaglet.java
libs/taglets/trunk/src/net/sf/japi/taglets/XxxTaglet.java
libs/util/trunk/build.xml
libs/util/trunk/src/net/sf/japi/util/Arrays2.java
libs/util/trunk/src/net/sf/japi/util/Collections2.java
libs/util/trunk/src/net/sf/japi/util/EmptyEnumeration.java
libs/util/trunk/src/net/sf/japi/util/EmptyIterator.java
libs/util/trunk/src/net/sf/japi/util/EndianConverter.java
libs/util/trunk/src/net/sf/japi/util/EnumerationIterator.java
libs/util/trunk/src/net/sf/japi/util/IteratorEnumeration.java
libs/util/trunk/src/net/sf/japi/util/IteratorIterable.java
libs/util/trunk/src/net/sf/japi/util/LocaleComparator.java
libs/util/trunk/src/net/sf/japi/util/NotNullIterator.java
libs/util/trunk/src/net/sf/japi/util/ThrowableHandler.java
libs/util/trunk/src/net/sf/japi/util/filter/AndFilterForArray.java
libs/util/trunk/src/net/sf/japi/util/filter/AndFilterForIterable.java
libs/util/trunk/src/net/sf/japi/util/filter/CollectionFilter.java
libs/util/trunk/src/net/sf/japi/util/filter/Filter.java
libs/util/trunk/src/net/sf/japi/util/filter/NotFilter.java
libs/util/trunk/src/net/sf/japi/util/filter/OrFilterForArray.java
libs/util/trunk/src/net/sf/japi/util/filter/OrFilterForIterable.java
libs/util/trunk/src/net/sf/japi/util/filter/file/AbstractFileFilter.java
libs/util/trunk/src/net/sf/japi/util/filter/file/EndingFileFilter.java
libs/util/trunk/src/net/sf/japi/util/filter/file/Factory.java
libs/util/trunk/src/net/sf/japi/util/filter/file/FileFilter.java
libs/util/trunk/src/net/sf/japi/util/filter/file/FilenameFileFilter.java
libs/util/trunk/src/net/sf/japi/util/filter/file/GlobFileFilter.java
libs/util/trunk/src/net/sf/japi/util/filter/file/RegexFileFilter.java
libs/xml/trunk/build.xml
libs/xml/trunk/src/net/sf/japi/xml/FilteredNodeList.java
libs/xml/trunk/src/net/sf/japi/xml/NodeListIterator.java
Added Paths:
-----------
libs/logging/trunk/src/net/sf/japi/log/package-info.java
libs/swing-action/trunk/src/net/sf/japi/swing/package-info.java
libs/swing-bookmarks/trunk/src/net/sf/japi/swing/bookmarks/package-info.java
libs/swing-font/trunk/src/net/sf/japi/swing/font/package-info.java
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/package-info.java
libs/swing-prefs/trunk/src/net/sf/japi/swing/prefs/package-info.java
libs/swing-proxyprefs/trunk/src/net/sf/japi/swing/prefs/proxy/package-info.java
libs/swing-treetable/trunk/src/net/sf/japi/swing/treetable/package-info.java
libs/util/trunk/src/net/sf/japi/util/filter/file/package-info.java
libs/util/trunk/src/net/sf/japi/util/filter/package-info.java
libs/xml/trunk/src/net/sf/japi/xml/package-info.java
Removed Paths:
-------------
libs/logging/trunk/src/net/sf/japi/log/package.html
libs/swing-action/trunk/src/net/sf/japi/swing/package.html
libs/swing-bookmarks/trunk/src/net/sf/japi/swing/bookmarks/package.html
libs/swing-font/trunk/src/net/sf/japi/swing/font/package.html
libs/swing-keyprefs/trunk/src/net/sf/japi/swing/prefs/keys/package.html
libs/swing-prefs/trunk/src/net/sf/japi/swing/prefs/package.html
libs/swing-proxyprefs/trunk/src/net/sf/japi/swing/prefs/proxy/package.html
libs/swing-treetable/trunk/src/net/sf/japi/swing/treetable/package.html
libs/util/trunk/src/net/sf/japi/util/filter/file/package.html
libs/util/trunk/src/net/sf/japi/util/filter/package.html
libs/xml/trunk/src/net/sf/japi/xml/package.html
Modified: libs/argparser/trunk/build.xml
===================================================================
--- libs/argparser/trunk/build.xml 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/build.xml 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,4 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ JAPI libs-argparser is a library for parsing command line arguments.
+ ~ Copyright (C) 2007 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
+ -->
+
<project name="japi lib argparser" default="compile">
<property name="module.version" value="0.1" />
Modified: libs/argparser/trunk/src/doc/examples/Cat.java
===================================================================
--- libs/argparser/trunk/src/doc/examples/Cat.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/doc/examples/Cat.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 examples;
import java.io.FileInputStream;
Modified: libs/argparser/trunk/src/doc/examples/Head.java
===================================================================
--- libs/argparser/trunk/src/doc/examples/Head.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/doc/examples/Head.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 examples;
import java.io.BufferedReader;
Modified: libs/argparser/trunk/src/doc/examples/Head.properties
===================================================================
--- libs/argparser/trunk/src/doc/examples/Head.properties 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/doc/examples/Head.properties 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+#
+# JAPI libs-argparser is a library for parsing command line arguments.
+# Copyright (C) 2007 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
+#
+
net.sf.japi.io.args.OptionType.REQUIRED=required
net.sf.japi.io.args.OptionType.OPTIONAL=optional
net.sf.japi.io.args.OptionType.TERMINAL=terminal
Modified: libs/argparser/trunk/src/doc/examples/Head_de.properties
===================================================================
--- libs/argparser/trunk/src/doc/examples/Head_de.properties 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/doc/examples/Head_de.properties 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+#
+# JAPI libs-argparser is a library for parsing command line arguments.
+# Copyright (C) 2007 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
+#
+
net.sf.japi.io.args.OptionType.REQUIRED=erforderlich
net.sf.japi.io.args.OptionType.OPTIONAL=optional
net.sf.japi.io.args.OptionType.TERMINAL=abbrechend
Modified: libs/argparser/trunk/src/doc/examples/Recode.java
===================================================================
--- libs/argparser/trunk/src/doc/examples/Recode.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/doc/examples/Recode.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 examples;
import java.io.File;
Modified: libs/argparser/trunk/src/doc/examples/Tail.java
===================================================================
--- libs/argparser/trunk/src/doc/examples/Tail.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/doc/examples/Tail.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 examples;
import java.io.BufferedInputStream;
Modified: libs/argparser/trunk/src/doc/examples/Uniq.java
===================================================================
--- libs/argparser/trunk/src/doc/examples/Uniq.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/doc/examples/Uniq.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 examples;
import net.sf.japi.io.args.BasicCommand;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/ArgParser.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/ArgParser.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/ArgParser.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,22 +1,20 @@
/*
- * JAPI - (Yet another (hopefully) useful) Java API
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 net.sf.japi.io.args;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/BasicCommand.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/BasicCommand.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/BasicCommand.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args;
import java.lang.reflect.Method;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/Command.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/Command.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/Command.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,22 +1,20 @@
/*
- * JAPI - (Yet another (hopefully) useful) Java API
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 net.sf.japi.io.args;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/MissingArgumentException.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/MissingArgumentException.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/MissingArgumentException.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args;
import org.jetbrains.annotations.NotNull;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/Option.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/Option.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/Option.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,22 +1,20 @@
/*
- * JAPI - (Yet another (hopefully) useful) Java API
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 net.sf.japi.io.args;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/OptionType.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/OptionType.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/OptionType.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,22 +1,20 @@
/*
- * JAPI - (Yet another (hopefully) useful) Java API
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 net.sf.japi.io.args;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/RequiredOptionsMissingException.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/RequiredOptionsMissingException.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/RequiredOptionsMissingException.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,22 +1,20 @@
/*
- * JAPI - (Yet another (hopefully) useful) Java API
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 net.sf.japi.io.args;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/StringJoiner.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/StringJoiner.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/StringJoiner.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args;
import java.io.IOException;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/TerminalException.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/TerminalException.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/TerminalException.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,22 +1,20 @@
/*
- * JAPI - (Yet another (hopefully) useful) Java API
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 net.sf.japi.io.args;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/UnknownOptionException.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/UnknownOptionException.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/UnknownOptionException.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,22 +1,20 @@
/*
- * JAPI - (Yet another (hopefully) useful) Java API
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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 net.sf.japi.io.args;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/AbstractConverter.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/AbstractConverter.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/AbstractConverter.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args.converter;
import java.util.Locale;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/BooleanConverter.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/BooleanConverter.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/BooleanConverter.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args.converter;
import org.jetbrains.annotations.NotNull;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args.converter;
import java.util.Locale;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter.properties
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter.properties 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter.properties 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+#
+# JAPI libs-argparser is a library for parsing command line arguments.
+# Copyright (C) 2007 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
+#
+
java.io.InputStream.displayName=uri|filename|-
java.io.InputStream.description=Input file (URI, filename or - for STDIN).
java.io.OutputStream.displayName=filename|-
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/ConverterRegistry.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/ConverterRegistry.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/ConverterRegistry.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args.converter;
import java.util.HashMap;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter_de.properties
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter_de.properties 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/Converter_de.properties 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+#
+# JAPI libs-argparser is a library for parsing command line arguments.
+# Copyright (C) 2007 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
+#
+
java.io.InputStream.description=Eingabedatei (als URI, Dateiname oder - f\xFCr STDIN).
java.io.OutputStream.description=Ausgabedatei (Dateiname oder - f\xFCr STDOUT).
java.lang.Boolean.description=G\xFCltige Werte: {0} f\xFCr wahr und {1} f\xFCr falsch.
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/InputStreamConverter.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/InputStreamConverter.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/InputStreamConverter.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args.converter;
import java.io.FileInputStream;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/IntegerConverter.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/IntegerConverter.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/IntegerConverter.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args.converter;
import org.jetbrains.annotations.NotNull;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/NoConverterFoundException.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/NoConverterFoundException.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/NoConverterFoundException.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args.converter;
/**
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/OututStreamConverter.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/OututStreamConverter.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/OututStreamConverter.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args.converter;
import java.io.File;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/StringConverter.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/StringConverter.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/StringConverter.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+/*
+ * JAPI libs-argparser is a library for parsing command line arguments.
+ * Copyright (C) 2007 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.io.args.converter;
import org.jetbrains.annotations.NotNull;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/converter/package-info.java
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/converter/package-info.java 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/converter/package-info.java 2007-01-20 23:04:19 UTC (rev 319)
@@ -21,5 +21,6 @@
* The Converter package contains classes for automatic argument conversion.
* For instance, a Command might simply want to read bytes from an InputStream.
* The Converter package makes will convert the String into an InputStream then.
+ * @author <a href="mailto:ch...@ri...">Christian Hujer</a>
*/
package net.sf.japi.io.args.conveter;
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/messages.properties
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/messages.properties 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/messages.properties 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+#
+# JAPI libs-argparser is a library for parsing command line arguments.
+# Copyright (C) 2007 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
+#
+
net.sf.japi.io.args.OptionType.REQUIRED=required
net.sf.japi.io.args.OptionType.REQUIRED.description=required
net.sf.japi.io.args.OptionType.OPTIONAL=optional
Modified: libs/argparser/trunk/src/net/sf/japi/io/args/messages_de.properties
===================================================================
--- libs/argparser/trunk/src/net/sf/japi/io/args/messages_de.properties 2007-01-20 22:40:12 UTC (rev 318)
+++ libs/argparser/trunk/src/net/sf/japi/io/args/messages_de.properties 2007-01-20 23:04:19 UTC (rev 319)
@@ -1,3 +1,22 @@
+#
+# JAPI libs-argparser is a library for parsing command line arguments.
+# Copyright (C) 2007 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
+#
+
net.sf.japi.io.args.OptionType....
[truncated message content] |