|
From: <ls...@us...> - 2009-02-01 23:22:11
|
Revision: 4964
http://jnode.svn.sourceforge.net/jnode/?rev=4964&view=rev
Author: lsantha
Date: 2009-02-01 21:50:49 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
Fixed headers.
Modified Paths:
--------------
trunk/shell/src/emu/org/jnode/emu/DeviceManager.java
trunk/shell/src/emu/org/jnode/emu/Emu.java
trunk/shell/src/emu/org/jnode/emu/EmuException.java
trunk/shell/src/shell/org/jnode/shell/AbstractCommand.java
trunk/shell/src/shell/org/jnode/shell/ArgumentCompleter.java
trunk/shell/src/shell/org/jnode/shell/AsyncCommandInvoker.java
trunk/shell/src/shell/org/jnode/shell/Command.java
trunk/shell/src/shell/org/jnode/shell/CommandCompletions.java
trunk/shell/src/shell/org/jnode/shell/CommandInfo.java
trunk/shell/src/shell/org/jnode/shell/CommandInterpreter.java
trunk/shell/src/shell/org/jnode/shell/CommandInvoker.java
trunk/shell/src/shell/org/jnode/shell/CommandLine.java
trunk/shell/src/shell/org/jnode/shell/CommandRunner.java
trunk/shell/src/shell/org/jnode/shell/CommandShell.java
trunk/shell/src/shell/org/jnode/shell/CommandThread.java
trunk/shell/src/shell/org/jnode/shell/CommandThreadImpl.java
trunk/shell/src/shell/org/jnode/shell/Completable.java
trunk/shell/src/shell/org/jnode/shell/DefaultCommandInvoker.java
trunk/shell/src/shell/org/jnode/shell/DefaultInterpreter.java
trunk/shell/src/shell/org/jnode/shell/NoTokensAvailableException.java
trunk/shell/src/shell/org/jnode/shell/PathnamePattern.java
trunk/shell/src/shell/org/jnode/shell/RedirectingInterpreter.java
trunk/shell/src/shell/org/jnode/shell/Shell.java
trunk/shell/src/shell/org/jnode/shell/ShellException.java
trunk/shell/src/shell/org/jnode/shell/ShellFailureException.java
trunk/shell/src/shell/org/jnode/shell/ShellInvocationException.java
trunk/shell/src/shell/org/jnode/shell/ShellManager.java
trunk/shell/src/shell/org/jnode/shell/ShellSyntaxException.java
trunk/shell/src/shell/org/jnode/shell/ShellUtils.java
trunk/shell/src/shell/org/jnode/shell/SymbolSource.java
trunk/shell/src/shell/org/jnode/shell/ThreadCommandInvoker.java
trunk/shell/src/shell/org/jnode/shell/ThreadExitListener.java
trunk/shell/src/shell/org/jnode/shell/alias/AliasManager.java
trunk/shell/src/shell/org/jnode/shell/alias/NoSuchAliasException.java
trunk/shell/src/shell/org/jnode/shell/alias/def/DefaultAliasManager.java
trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneBuiltin.java
trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneCompletable.java
trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneContext.java
trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneControlException.java
trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneInterpreter.java
trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneParser.java
trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneShellPlugin.java
trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneToken.java
trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneTokenizer.java
trunk/shell/src/shell/org/jnode/shell/bjorne/BreakBuiltin.java
trunk/shell/src/shell/org/jnode/shell/bjorne/CaseCommandNode.java
trunk/shell/src/shell/org/jnode/shell/bjorne/CaseItemNode.java
trunk/shell/src/shell/org/jnode/shell/bjorne/ColonBuiltin.java
trunk/shell/src/shell/org/jnode/shell/bjorne/CommandNode.java
trunk/shell/src/shell/org/jnode/shell/bjorne/ContinueBuiltin.java
trunk/shell/src/shell/org/jnode/shell/bjorne/ExitBuiltin.java
trunk/shell/src/shell/org/jnode/shell/bjorne/ForCommandNode.java
trunk/shell/src/shell/org/jnode/shell/bjorne/FunctionDefinitionNode.java
trunk/shell/src/shell/org/jnode/shell/bjorne/IfCommandNode.java
trunk/shell/src/shell/org/jnode/shell/bjorne/ListCommandNode.java
trunk/shell/src/shell/org/jnode/shell/bjorne/LoopCommandNode.java
trunk/shell/src/shell/org/jnode/shell/bjorne/Redirection.java
trunk/shell/src/shell/org/jnode/shell/bjorne/RedirectionNode.java
trunk/shell/src/shell/org/jnode/shell/bjorne/ReturnBuiltin.java
trunk/shell/src/shell/org/jnode/shell/bjorne/SetBuiltin.java
trunk/shell/src/shell/org/jnode/shell/bjorne/SimpleCommandNode.java
trunk/shell/src/shell/org/jnode/shell/bjorne/SourceBuiltin.java
trunk/shell/src/shell/org/jnode/shell/command/AliasCommand.java
trunk/shell/src/shell/org/jnode/shell/command/BindKeysCommand.java
trunk/shell/src/shell/org/jnode/shell/command/ClassCommand.java
trunk/shell/src/shell/org/jnode/shell/command/ClasspathCommand.java
trunk/shell/src/shell/org/jnode/shell/command/CompileCommand.java
trunk/shell/src/shell/org/jnode/shell/command/DateCommand.java
trunk/shell/src/shell/org/jnode/shell/command/DisassembleCommand.java
trunk/shell/src/shell/org/jnode/shell/command/EchoCommand.java
trunk/shell/src/shell/org/jnode/shell/command/EnvCommand.java
trunk/shell/src/shell/org/jnode/shell/command/ExitCommand.java
trunk/shell/src/shell/org/jnode/shell/command/GcCommand.java
trunk/shell/src/shell/org/jnode/shell/command/GrepCommand.java
trunk/shell/src/shell/org/jnode/shell/command/HelpCommand.java
trunk/shell/src/shell/org/jnode/shell/command/HistoryCommand.java
trunk/shell/src/shell/org/jnode/shell/command/IsolateCommand.java
trunk/shell/src/shell/org/jnode/shell/command/JavaCommand.java
trunk/shell/src/shell/org/jnode/shell/command/KillCommand.java
trunk/shell/src/shell/org/jnode/shell/command/LoadkeysCommand.java
trunk/shell/src/shell/org/jnode/shell/command/LocaleCommand.java
trunk/shell/src/shell/org/jnode/shell/command/MemoryCommand.java
trunk/shell/src/shell/org/jnode/shell/command/NamespaceCommand.java
trunk/shell/src/shell/org/jnode/shell/command/OnHeapCommand.java
trunk/shell/src/shell/org/jnode/shell/command/PageCommand.java
trunk/shell/src/shell/org/jnode/shell/command/RunCommand.java
trunk/shell/src/shell/org/jnode/shell/command/SetCommand.java
trunk/shell/src/shell/org/jnode/shell/command/SleepCommand.java
trunk/shell/src/shell/org/jnode/shell/command/SyntaxCommand.java
trunk/shell/src/shell/org/jnode/shell/command/TerminateCommand.java
trunk/shell/src/shell/org/jnode/shell/command/ThreadCommand.java
trunk/shell/src/shell/org/jnode/shell/command/ant/AntCommand.java
trunk/shell/src/shell/org/jnode/shell/command/bsh/BshCommand.java
trunk/shell/src/shell/org/jnode/shell/command/debug/DebugCommand.java
trunk/shell/src/shell/org/jnode/shell/command/debug/RemoteOutputCommand.java
trunk/shell/src/shell/org/jnode/shell/command/driver/DeviceCommand.java
trunk/shell/src/shell/org/jnode/shell/command/driver/console/ClearConsoleCommand.java
trunk/shell/src/shell/org/jnode/shell/command/driver/console/ConsoleCommand.java
trunk/shell/src/shell/org/jnode/shell/command/driver/system/acpi/AcpiCommand.java
trunk/shell/src/shell/org/jnode/shell/command/driver/system/bus/SMBusCommand.java
trunk/shell/src/shell/org/jnode/shell/command/log4j/Log4jCommand.java
trunk/shell/src/shell/org/jnode/shell/command/plugin/HaltCommand.java
trunk/shell/src/shell/org/jnode/shell/command/plugin/PluginCommand.java
trunk/shell/src/shell/org/jnode/shell/command/plugin/RebootCommand.java
trunk/shell/src/shell/org/jnode/shell/command/posix/ExprCommand.java
trunk/shell/src/shell/org/jnode/shell/command/posix/FalseCommand.java
trunk/shell/src/shell/org/jnode/shell/command/posix/TrueCommand.java
trunk/shell/src/shell/org/jnode/shell/command/posix/UnixTestCommand.java
trunk/shell/src/shell/org/jnode/shell/command/system/CpuIDCommand.java
trunk/shell/src/shell/org/jnode/shell/command/system/KdbCommand.java
trunk/shell/src/shell/org/jnode/shell/command/system/LsIRQCommand.java
trunk/shell/src/shell/org/jnode/shell/command/system/VmInfoCommand.java
trunk/shell/src/shell/org/jnode/shell/command/test/SuiteCommand.java
trunk/shell/src/shell/org/jnode/shell/command/test/TestCommand.java
trunk/shell/src/shell/org/jnode/shell/def/DefaultShellManager.java
trunk/shell/src/shell/org/jnode/shell/def/ShellPlugin.java
trunk/shell/src/shell/org/jnode/shell/help/CommandLineElement.java
trunk/shell/src/shell/org/jnode/shell/help/CompletionException.java
trunk/shell/src/shell/org/jnode/shell/help/EnhancedHelp.java
trunk/shell/src/shell/org/jnode/shell/help/Help.java
trunk/shell/src/shell/org/jnode/shell/help/HelpException.java
trunk/shell/src/shell/org/jnode/shell/help/HelpFactory.java
trunk/shell/src/shell/org/jnode/shell/help/SyntaxErrorException.java
trunk/shell/src/shell/org/jnode/shell/help/def/DefaultHelpFactory.java
trunk/shell/src/shell/org/jnode/shell/help/def/NewSyntaxHelp.java
trunk/shell/src/shell/org/jnode/shell/help/def/SystemHelpPlugin.java
trunk/shell/src/shell/org/jnode/shell/help/def/TextHelpBase.java
trunk/shell/src/shell/org/jnode/shell/io/BaseCommandIO.java
trunk/shell/src/shell/org/jnode/shell/io/CommandIO.java
trunk/shell/src/shell/org/jnode/shell/io/CommandIOException.java
trunk/shell/src/shell/org/jnode/shell/io/CommandIOMarker.java
trunk/shell/src/shell/org/jnode/shell/io/CommandInput.java
trunk/shell/src/shell/org/jnode/shell/io/CommandInputOutput.java
trunk/shell/src/shell/org/jnode/shell/io/CommandOutput.java
trunk/shell/src/shell/org/jnode/shell/io/FanoutWriter.java
trunk/shell/src/shell/org/jnode/shell/io/NullInputStream.java
trunk/shell/src/shell/org/jnode/shell/io/NullOutputStream.java
trunk/shell/src/shell/org/jnode/shell/isolate/IsolateCommandInvoker.java
trunk/shell/src/shell/org/jnode/shell/isolate/IsolateCommandLauncher.java
trunk/shell/src/shell/org/jnode/shell/isolate/IsolateCommandThreadImpl.java
trunk/shell/src/shell/org/jnode/shell/isolate/IsolateSocket.java
trunk/shell/src/shell/org/jnode/shell/isolate/IsolateSocketImpl.java
trunk/shell/src/shell/org/jnode/shell/proclet/AbstractProxyPrintStream.java
trunk/shell/src/shell/org/jnode/shell/proclet/ProcletCommandInvoker.java
trunk/shell/src/shell/org/jnode/shell/proclet/ProcletContext.java
trunk/shell/src/shell/org/jnode/shell/proclet/ProcletException.java
trunk/shell/src/shell/org/jnode/shell/proclet/ProcletIOContext.java
trunk/shell/src/shell/org/jnode/shell/proclet/ProcletProxyInputStream.java
trunk/shell/src/shell/org/jnode/shell/proclet/ProcletProxyPrintStream.java
trunk/shell/src/shell/org/jnode/shell/proclet/ProcletProxyStream.java
trunk/shell/src/shell/org/jnode/shell/syntax/AliasArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/AlternativesSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/Argument.java
trunk/shell/src/shell/org/jnode/shell/syntax/ArgumentBundle.java
trunk/shell/src/shell/org/jnode/shell/syntax/ArgumentSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/ClassNameArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/CommandSyntaxException.java
trunk/shell/src/shell/org/jnode/shell/syntax/CountryArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/DefaultSyntaxManager.java
trunk/shell/src/shell/org/jnode/shell/syntax/DeviceArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/EmptySyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/EnumArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/FileArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/FlagArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/GroupSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/HostNameArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/IntegerArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/KeyboardLayoutArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/LanguageArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/Log4jLevelArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/Log4jLoggerArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/LongArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/MappedArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/MuAlternation.java
trunk/shell/src/shell/org/jnode/shell/syntax/MuArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/MuBackReference.java
trunk/shell/src/shell/org/jnode/shell/syntax/MuParser.java
trunk/shell/src/shell/org/jnode/shell/syntax/MuPreset.java
trunk/shell/src/shell/org/jnode/shell/syntax/MuSequence.java
trunk/shell/src/shell/org/jnode/shell/syntax/MuSymbol.java
trunk/shell/src/shell/org/jnode/shell/syntax/MuSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/OptionSetSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/OptionSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/OptionalSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/PluginArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/PluginSyntaxSpecAdapter.java
trunk/shell/src/shell/org/jnode/shell/syntax/PortNumberArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/PowersetSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/PropertyNameArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/RepeatSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/SequenceSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/SharedStack.java
trunk/shell/src/shell/org/jnode/shell/syntax/SizeArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/StringArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/SymbolSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/Syntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/SyntaxArgumentMissingException.java
trunk/shell/src/shell/org/jnode/shell/syntax/SyntaxBundle.java
trunk/shell/src/shell/org/jnode/shell/syntax/SyntaxFailureException.java
trunk/shell/src/shell/org/jnode/shell/syntax/SyntaxManager.java
trunk/shell/src/shell/org/jnode/shell/syntax/SyntaxMultiplicityException.java
trunk/shell/src/shell/org/jnode/shell/syntax/SyntaxSpecAdapter.java
trunk/shell/src/shell/org/jnode/shell/syntax/SyntaxSpecLoader.java
trunk/shell/src/shell/org/jnode/shell/syntax/SystemSyntaxPlugin.java
trunk/shell/src/shell/org/jnode/shell/syntax/ThreadNameArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/URLArgument.java
trunk/shell/src/shell/org/jnode/shell/syntax/VerbSyntax.java
trunk/shell/src/shell/org/jnode/shell/syntax/XMLSyntaxSpecAdapter.java
trunk/shell/src/test/org/jnode/test/shell/AllTests.java
trunk/shell/src/test/org/jnode/test/shell/Cassowary.java
trunk/shell/src/test/org/jnode/test/shell/CompletionHelper.java
trunk/shell/src/test/org/jnode/test/shell/CompletionInfoTest.java
trunk/shell/src/test/org/jnode/test/shell/CompletionTest.java
trunk/shell/src/test/org/jnode/test/shell/DefaultSyntaxCompletionTest.java
trunk/shell/src/test/org/jnode/test/shell/DeviceManager.java
trunk/shell/src/test/org/jnode/test/shell/MyAliasCommand.java
trunk/shell/src/test/org/jnode/test/shell/MyCompileCommand.java
trunk/shell/src/test/org/jnode/test/shell/MyDuhCommand.java
trunk/shell/src/test/org/jnode/test/shell/bjorne/BjorneContextTests.java
trunk/shell/src/test/org/jnode/test/shell/bjorne/BjorneParserTests.java
trunk/shell/src/test/org/jnode/test/shell/bjorne/BjornePseudoPlugin.java
trunk/shell/src/test/org/jnode/test/shell/bjorne/BjorneTokenizerTests.java
trunk/shell/src/test/org/jnode/test/shell/harness/ClassTestRunner.java
trunk/shell/src/test/org/jnode/test/shell/harness/CommandTestRunner.java
trunk/shell/src/test/org/jnode/test/shell/harness/DummyPseudoPlugin.java
trunk/shell/src/test/org/jnode/test/shell/harness/JNodeTestRunnerBase.java
trunk/shell/src/test/org/jnode/test/shell/harness/PluginSpecification.java
trunk/shell/src/test/org/jnode/test/shell/harness/PseudoPlugin.java
trunk/shell/src/test/org/jnode/test/shell/harness/ScriptTestRunner.java
trunk/shell/src/test/org/jnode/test/shell/harness/TestCommandShell.java
trunk/shell/src/test/org/jnode/test/shell/harness/TestEmu.java
trunk/shell/src/test/org/jnode/test/shell/harness/TestHarness.java
trunk/shell/src/test/org/jnode/test/shell/harness/TestRunnable.java
trunk/shell/src/test/org/jnode/test/shell/harness/TestSetSpecification.java
trunk/shell/src/test/org/jnode/test/shell/harness/TestSpecification.java
trunk/shell/src/test/org/jnode/test/shell/harness/TestSpecificationException.java
trunk/shell/src/test/org/jnode/test/shell/harness/TestSpecificationParser.java
trunk/shell/src/test/org/jnode/test/shell/harness/TextContent.java
trunk/shell/src/test/org/jnode/test/shell/help/DefaultHelpTest.java
trunk/shell/src/test/org/jnode/test/shell/io/ReaderInputStreamTest.java
trunk/shell/src/test/org/jnode/test/shell/io/WriterOutputStreamTest.java
trunk/shell/src/test/org/jnode/test/shell/proclet/ProcletStreamTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/AllTests.java
trunk/shell/src/test/org/jnode/test/shell/syntax/AlternativesSyntaxTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/ArgumentBundleTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/ArgumentMultiplicityTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/ArgumentTypesTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/CommandLineTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/DefaultTokenizerTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/MuParserTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/MuParserTest2.java
trunk/shell/src/test/org/jnode/test/shell/syntax/MuSyntaxTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/OptionSetSyntaxTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/OptionSyntaxTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/PowersetSyntaxTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/RepeatedSyntaxTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/SequenceSyntaxTest.java
trunk/shell/src/test/org/jnode/test/shell/syntax/TestAliasManager.java
trunk/shell/src/test/org/jnode/test/shell/syntax/TestShell.java
trunk/shell/src/test/org/jnode/test/shell/syntax/TestSyntaxManager.java
Modified: trunk/shell/src/emu/org/jnode/emu/DeviceManager.java
===================================================================
--- trunk/shell/src/emu/org/jnode/emu/DeviceManager.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/emu/org/jnode/emu/DeviceManager.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,6 +1,24 @@
/*
- * $Id$
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
+ *
+ * JNode.org
+ * Copyright (C) 2003-2009 JNode.org
+ *
+ * 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 org.jnode.emu;
import java.util.ArrayList;
Modified: trunk/shell/src/emu/org/jnode/emu/Emu.java
===================================================================
--- trunk/shell/src/emu/org/jnode/emu/Emu.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/emu/org/jnode/emu/Emu.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: NameSpace.java 4564 2008-09-18 22:01:10Z fduminy $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.emu;
import java.io.BufferedReader;
Modified: trunk/shell/src/emu/org/jnode/emu/EmuException.java
===================================================================
--- trunk/shell/src/emu/org/jnode/emu/EmuException.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/emu/org/jnode/emu/EmuException.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,3 +1,24 @@
+/*
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
+ *
+ * JNode.org
+ * Copyright (C) 2003-2009 JNode.org
+ *
+ * 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 org.jnode.emu;
public class EmuException extends Exception {
Modified: trunk/shell/src/shell/org/jnode/shell/AbstractCommand.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/AbstractCommand.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/AbstractCommand.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import java.io.InputStream;
Modified: trunk/shell/src/shell/org/jnode/shell/ArgumentCompleter.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/ArgumentCompleter.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/ArgumentCompleter.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import org.jnode.driver.console.CompletionInfo;
Modified: trunk/shell/src/shell/org/jnode/shell/AsyncCommandInvoker.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/AsyncCommandInvoker.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/AsyncCommandInvoker.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ThreadCommandInvoker.java 3374 2007-08-02 18:15:27Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import java.awt.event.KeyEvent;
Modified: trunk/shell/src/shell/org/jnode/shell/Command.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/Command.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/Command.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import java.io.InputStream;
Modified: trunk/shell/src/shell/org/jnode/shell/CommandCompletions.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/CommandCompletions.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/CommandCompletions.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: CompletionInfo.java 2224 2006-01-01 12:49:03Z epr $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import java.util.Collections;
Modified: trunk/shell/src/shell/org/jnode/shell/CommandInfo.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/CommandInfo.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/CommandInfo.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
Modified: trunk/shell/src/shell/org/jnode/shell/CommandInterpreter.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/CommandInterpreter.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/CommandInterpreter.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ThreadCommandInvoker.java 3374 2007-08-02 18:15:27Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import java.io.File;
Modified: trunk/shell/src/shell/org/jnode/shell/CommandInvoker.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/CommandInvoker.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/CommandInvoker.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
/*
Modified: trunk/shell/src/shell/org/jnode/shell/CommandLine.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/CommandLine.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/CommandLine.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import java.util.NoSuchElementException;
Modified: trunk/shell/src/shell/org/jnode/shell/CommandRunner.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/CommandRunner.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/CommandRunner.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: CommandLine.java 3580 2007-11-03 20:31:24Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell;
import gnu.java.security.action.InvokeAction;
Modified: trunk/shell/src/shell/org/jnode/shell/CommandShell.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/CommandShell.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/CommandShell.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import java.io.BufferedReader;
Modified: trunk/shell/src/shell/org/jnode/shell/CommandThread.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/CommandThread.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/CommandThread.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ThreadCommandInvoker.java 3374 2007-08-02 18:15:27Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
/**
Modified: trunk/shell/src/shell/org/jnode/shell/CommandThreadImpl.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/CommandThreadImpl.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/CommandThreadImpl.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ThreadCommandInvoker.java 3374 2007-08-02 18:15:27Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
/**
Modified: trunk/shell/src/shell/org/jnode/shell/Completable.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/Completable.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/Completable.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ThreadCommandInvoker.java 3374 2007-08-02 18:15:27Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import org.jnode.driver.console.CompletionInfo;
Modified: trunk/shell/src/shell/org/jnode/shell/DefaultCommandInvoker.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/DefaultCommandInvoker.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/DefaultCommandInvoker.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import gnu.java.security.action.InvokeAction;
Modified: trunk/shell/src/shell/org/jnode/shell/DefaultInterpreter.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/DefaultInterpreter.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/DefaultInterpreter.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ThreadCommandInvoker.java 3374 2007-08-02 18:15:27Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import java.io.BufferedReader;
Modified: trunk/shell/src/shell/org/jnode/shell/NoTokensAvailableException.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/NoTokensAvailableException.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/NoTokensAvailableException.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ThreadCommandInvoker.java 3374 2007-08-02 18:15:27Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell;
public class NoTokensAvailableException extends RuntimeException {
Modified: trunk/shell/src/shell/org/jnode/shell/PathnamePattern.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/PathnamePattern.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/PathnamePattern.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: FileArgument.java 3564 2007-10-20 20:11:31Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell;
import java.io.File;
Modified: trunk/shell/src/shell/org/jnode/shell/RedirectingInterpreter.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/RedirectingInterpreter.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/RedirectingInterpreter.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ThreadCommandInvoker.java 3374 2007-08-02 18:15:27Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2007 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import java.io.FileInputStream;
Modified: trunk/shell/src/shell/org/jnode/shell/Shell.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/Shell.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/Shell.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
Modified: trunk/shell/src/shell/org/jnode/shell/ShellException.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/ShellException.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/ShellException.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
Modified: trunk/shell/src/shell/org/jnode/shell/ShellFailureException.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/ShellFailureException.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/ShellFailureException.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ShellException.java 2224 2006-01-01 12:49:03Z epr $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
/**
Modified: trunk/shell/src/shell/org/jnode/shell/ShellInvocationException.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/ShellInvocationException.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/ShellInvocationException.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ShellException.java 2224 2006-01-01 12:49:03Z epr $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell;
/**
Modified: trunk/shell/src/shell/org/jnode/shell/ShellManager.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/ShellManager.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/ShellManager.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
/**
Modified: trunk/shell/src/shell/org/jnode/shell/ShellSyntaxException.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/ShellSyntaxException.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/ShellSyntaxException.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ShellManager.java 3571 2007-10-26 21:30:12Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell;
/**
Modified: trunk/shell/src/shell/org/jnode/shell/ShellUtils.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/ShellUtils.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/ShellUtils.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import javax.naming.NameNotFoundException;
Modified: trunk/shell/src/shell/org/jnode/shell/SymbolSource.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/SymbolSource.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/SymbolSource.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: CommandLine.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
import java.util.Iterator;
Modified: trunk/shell/src/shell/org/jnode/shell/ThreadCommandInvoker.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/ThreadCommandInvoker.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/ThreadCommandInvoker.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
Modified: trunk/shell/src/shell/org/jnode/shell/ThreadExitListener.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/ThreadExitListener.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/ThreadExitListener.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: ThreadCommandInvoker.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell;
/**
Modified: trunk/shell/src/shell/org/jnode/shell/alias/AliasManager.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/alias/AliasManager.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/alias/AliasManager.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
Modified: trunk/shell/src/shell/org/jnode/shell/alias/NoSuchAliasException.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/alias/NoSuchAliasException.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/alias/NoSuchAliasException.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell.alias;
import org.jnode.shell.ShellException;
Modified: trunk/shell/src/shell/org/jnode/shell/alias/def/DefaultAliasManager.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/alias/def/DefaultAliasManager.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/alias/def/DefaultAliasManager.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -2,7 +2,7 @@
* $Id$
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneBuiltin.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneBuiltin.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneBuiltin.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell.bjorne;
import org.jnode.shell.CommandLine;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneCompletable.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneCompletable.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneCompletable.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell.bjorne;
import org.jnode.driver.console.CompletionInfo;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneContext.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneContext.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneContext.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell.bjorne;
import static org.jnode.shell.bjorne.BjorneInterpreter.REDIR_CLOBBER;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneControlException.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneControlException.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneControlException.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell.bjorne;
import org.jnode.shell.ShellException;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneInterpreter.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneInterpreter.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneInterpreter.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell.bjorne;
import static org.jnode.shell.bjorne.BjorneToken.TOK_CLOBBER;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneParser.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneParser.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneParser.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell.bjorne;
import static org.jnode.shell.bjorne.BjorneInterpreter.CMD_BRACE_GROUP;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneShellPlugin.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneShellPlugin.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneShellPlugin.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: SystemHelpPlugin.java 2224 2006-01-01 12:49:03Z epr $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2003-2006 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,7 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
+
package org.jnode.shell.bjorne;
import javax.naming.NamingException;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneToken.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneToken.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneToken.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell.bjorne;
import org.jnode.shell.CommandLine;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneTokenizer.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneTokenizer.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BjorneTokenizer.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell.bjorne;
import static org.jnode.shell.bjorne.BjorneToken.RULE_1_CONTEXT;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/BreakBuiltin.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/BreakBuiltin.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/BreakBuiltin.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell.bjorne;
import java.util.Iterator;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/CaseCommandNode.java
===================================================================
--- trunk/shell/src/shell/org/jnode/shell/bjorne/CaseCommandNode.java 2009-02-01 21:33:54 UTC (rev 4963)
+++ trunk/shell/src/shell/org/jnode/shell/bjorne/CaseCommandNode.java 2009-02-01 21:50:49 UTC (rev 4964)
@@ -1,8 +1,8 @@
/*
- * $Id: Command.java 3772 2008-02-10 15:02:53Z lsantha $
+ * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $
*
* JNode.org
- * Copyright (C) 2007-2008 JNode.org
+ * Copyright (C) 2003-2009 JNode.org
*
* 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
@@ -18,6 +18,7 @@
* along with this library; If not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
package org.jnode.shell.bjorne;
import org.jnode.shell.ShellException;
Modified: trunk/shell/src/shell/org/jnode/shell/bjorne/CaseItemNode.java
==============================================...
[truncated message content] |