From: <ls...@us...> - 2009-02-01 23:22:15
|
Revision: 4965 http://jnode.svn.sourceforge.net/jnode/?rev=4965&view=rev Author: lsantha Date: 2009-02-01 22:00:25 +0000 (Sun, 01 Feb 2009) Log Message: ----------- Fixed headers. Modified Paths: -------------- trunk/distr/src/apps/fi/iki/elonen/NanoHTTPD.java trunk/distr/src/apps/org/jnode/apps/charvabsh/CharvaBsh.java trunk/distr/src/apps/org/jnode/apps/commander/CharvaCommander.java trunk/distr/src/apps/org/jnode/apps/console/SwingConsole.java trunk/distr/src/apps/org/jnode/apps/debug/ListElement.java trunk/distr/src/apps/org/jnode/apps/debug/ListPanel.java trunk/distr/src/apps/org/jnode/apps/debug/ObjectFieldPair.java trunk/distr/src/apps/org/jnode/apps/debug/ObjectMethodPair.java trunk/distr/src/apps/org/jnode/apps/debug/PropertiesPanel.java trunk/distr/src/apps/org/jnode/apps/debug/RootObjectPanel.java trunk/distr/src/apps/org/jnode/apps/debug/TC.java trunk/distr/src/apps/org/jnode/apps/derby/DerbyCommand.java trunk/distr/src/apps/org/jnode/apps/edit/EditCommand.java trunk/distr/src/apps/org/jnode/apps/edit/Editor.java trunk/distr/src/apps/org/jnode/apps/editor/LeedCommand.java trunk/distr/src/apps/org/jnode/apps/editor/LeviCommand.java trunk/distr/src/apps/org/jnode/apps/editor/TextEditor.java trunk/distr/src/apps/org/jnode/apps/httpd/NanoHTTPDCommand.java trunk/distr/src/apps/org/jnode/apps/jetty/JettyCommand.java trunk/distr/src/apps/org/jnode/apps/jpartition/Context.java trunk/distr/src/apps/org/jnode/apps/jpartition/ErrorReporter.java trunk/distr/src/apps/org/jnode/apps/jpartition/JPartition.java trunk/distr/src/apps/org/jnode/apps/jpartition/JPartitionCommand.java trunk/distr/src/apps/org/jnode/apps/jpartition/ViewFactory.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BaseDeviceCommand.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BasePartitionCommand.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/CreatePartitionCommand.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/FormatPartitionCommand.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/InitMbrCommand.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/RemovePartitionCommand.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/BaseCommand.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/Command.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandException.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessor.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessorListener.java trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandStatus.java trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleErrorReporter.java trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleView.java trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleViewFactory.java trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/DeviceLabelizer.java trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/PartitionLabelizer.java trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Component.java trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Labelizer.java trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/NumberField.java trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Options.java trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/YesNo.java trunk/distr/src/apps/org/jnode/apps/jpartition/model/Bounded.java trunk/distr/src/apps/org/jnode/apps/jpartition/model/Device.java trunk/distr/src/apps/org/jnode/apps/jpartition/model/DeviceException.java trunk/distr/src/apps/org/jnode/apps/jpartition/model/OSFacade.java trunk/distr/src/apps/org/jnode/apps/jpartition/model/OSFacadeException.java trunk/distr/src/apps/org/jnode/apps/jpartition/model/OSListener.java trunk/distr/src/apps/org/jnode/apps/jpartition/model/Partition.java trunk/distr/src/apps/org/jnode/apps/jpartition/model/UserFacade.java trunk/distr/src/apps/org/jnode/apps/jpartition/model/UserListener.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/CommandProcessorView.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/Constants.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/DeviceView.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/DiskAreaView.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/MainView.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/PartitionView.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/SwingErrorReporter.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/SwingViewFactory.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/AbstractAction.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/AddPartitionAction.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/FormatPartitionAction.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/InitMbrAction.java trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/RemovePartitionAction.java trunk/distr/src/apps/org/jnode/apps/telnetd/JNodeCommandShell.java trunk/distr/src/apps/org/jnode/apps/telnetd/JNodeShell.java trunk/distr/src/apps/org/jnode/apps/telnetd/RemoteConsoleInputStream.java trunk/distr/src/apps/org/jnode/apps/telnetd/RemoteConsoleManager.java trunk/distr/src/apps/org/jnode/apps/telnetd/RemoteConsoleOutputStream.java trunk/distr/src/apps/org/jnode/apps/telnetd/RemoteKeyboardHandler.java trunk/distr/src/apps/org/jnode/apps/telnetd/RemoteTextScreen.java trunk/distr/src/apps/org/jnode/apps/telnetd/RemoteTextScreenManager.java trunk/distr/src/apps/org/jnode/apps/telnetd/TelnetServerCommand.java trunk/distr/src/apps/org/jnode/apps/telnetd/TelnetUtils.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/ExtentDeclaration.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/IOUtils.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/RandomAccessFileReader.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/VMWareDisk.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/descriptor/AdapterType.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/descriptor/CreateType.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/descriptor/Descriptor.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/descriptor/DescriptorRW.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/descriptor/DiskDatabase.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/descriptor/Header.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/extent/Access.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/extent/Extent.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/extent/ExtentType.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/ExtentFactory.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/ExtentIO.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/FileDescriptor.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/IOHandler.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/UnsupportedFormatException.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/simple/SimpleDescriptorRW.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/simple/SimpleExtentFactory.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/simple/SimpleIOHandler.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/AllocationTable.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/AllocationTableRW.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/EntryArray.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/GrainDirectory.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/GrainTable.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/SparseDescriptorRW.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/SparseDiskFactory.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/SparseExtent.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/SparseExtentFactory.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/SparseExtentHeader.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/SparseExtentHeaderRW.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/SparseExtentIO.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/SparseExtentRW.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/SparseFileDescriptor.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/handler/sparse/SparseIOHandler.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/tools/DiskCopier.java trunk/distr/src/apps/org/jnode/apps/vmware/disk/tools/DiskFactory.java trunk/distr/src/apps/org/jnode/games/boxworld/BoxWorld.java trunk/distr/src/apps/org/jnode/games/rubik/Rubik.java trunk/distr/src/apps/org/jnode/games/tetris/Tetris.java trunk/distr/src/apps/org/jnode/games/tetris/package-info.java trunk/distr/src/emu/org/jnode/emu/EditEmu.java trunk/distr/src/emu/org/jnode/emu/ShellEmu.java trunk/distr/src/install/org/jnode/install/AbstractInstaller.java trunk/distr/src/install/org/jnode/install/ActionInput.java trunk/distr/src/install/org/jnode/install/ActionOutput.java trunk/distr/src/install/org/jnode/install/CopyFile.java trunk/distr/src/install/org/jnode/install/InputContext.java trunk/distr/src/install/org/jnode/install/InstallerAction.java trunk/distr/src/install/org/jnode/install/Main.java trunk/distr/src/install/org/jnode/install/OutputContext.java trunk/distr/src/install/org/jnode/install/ProgressAware.java trunk/distr/src/install/org/jnode/install/ProgressEvent.java trunk/distr/src/install/org/jnode/install/ProgressListener.java trunk/distr/src/install/org/jnode/install/ProgressSupport.java trunk/distr/src/install/org/jnode/install/ProgressiveAction.java trunk/distr/src/install/org/jnode/install/action/ActionConstants.java trunk/distr/src/install/org/jnode/install/action/CopyFilesAction.java trunk/distr/src/install/org/jnode/install/action/GrubInstallerAction.java trunk/distr/src/install/org/jnode/install/cmdline/CommandLineInstaller.java trunk/distr/src/test/org/jnode/apps/jpartition/JPartitionTest.java trunk/distr/src/test/org/jnode/apps/jpartition/model/AbstractTest.java trunk/distr/src/test/org/jnode/apps/jpartition/model/AbstractTestDevice.java trunk/distr/src/test/org/jnode/apps/jpartition/model/CustomDevice.java trunk/distr/src/test/org/jnode/apps/jpartition/model/TestEmptyDevice.java trunk/distr/src/test/org/jnode/apps/jpartition/model/TestNonEmptyDevice.java trunk/distr/src/test/org/jnode/apps/jpartition/model/TestOSFacade.java trunk/distr/src/test/org/jnode/apps/jpartition/model/TestRemovePartitionFromDevice.java trunk/distr/src/test/org/jnode/apps/jpartition/swingview/FileDeviceView.java trunk/distr/src/test/org/jnode/apps/jpartition/utils/device/AbstractIDEDevice.java trunk/distr/src/test/org/jnode/apps/jpartition/utils/device/DeviceUtils.java trunk/distr/src/test/org/jnode/apps/jpartition/utils/device/FakeIDEDevice.java trunk/distr/src/test/org/jnode/apps/jpartition/utils/device/FileIDEDevice.java trunk/distr/src/test/org/jnode/apps/jpartition/utils/device/FileIDEDeviceDriver.java trunk/distr/src/test/org/jnode/apps/jpartition/utils/device/VMWareIDEDevice.java trunk/distr/src/test/org/jnode/apps/vmware/disk/test/BaseTest.java trunk/distr/src/test/org/jnode/apps/vmware/disk/test/TestCreation.java trunk/distr/src/test/org/jnode/apps/vmware/disk/test/Utils.java trunk/distr/src/test/org/jnode/apps/vmware/disk/test/readwrite/BaseReadWriteTest.java trunk/distr/src/test/org/jnode/apps/vmware/disk/test/readwrite/TestHeader.java trunk/distr/src/test/org/jnode/apps/vmware/disk/test/readwrite/TestVMWareDisk.java Modified: trunk/distr/src/apps/fi/iki/elonen/NanoHTTPD.java =================================================================== --- trunk/distr/src/apps/fi/iki/elonen/NanoHTTPD.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/fi/iki/elonen/NanoHTTPD.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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 fi.iki.elonen; import java.io.BufferedReader; Modified: trunk/distr/src/apps/org/jnode/apps/charvabsh/CharvaBsh.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/charvabsh/CharvaBsh.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/charvabsh/CharvaBsh.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.charvabsh; import bsh.ConsoleInterface; Modified: trunk/distr/src/apps/org/jnode/apps/commander/CharvaCommander.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/commander/CharvaCommander.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/commander/CharvaCommander.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.commander; import charva.awt.BorderLayout; Modified: trunk/distr/src/apps/org/jnode/apps/console/SwingConsole.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/console/SwingConsole.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/console/SwingConsole.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.console; import java.awt.event.WindowAdapter; Modified: trunk/distr/src/apps/org/jnode/apps/debug/ListElement.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/debug/ListElement.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/debug/ListElement.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.debug; import charvax.swing.JLabel; Modified: trunk/distr/src/apps/org/jnode/apps/debug/ListPanel.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/debug/ListPanel.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/debug/ListPanel.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.debug; import charva.awt.Dimension; Modified: trunk/distr/src/apps/org/jnode/apps/debug/ObjectFieldPair.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/debug/ObjectFieldPair.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/debug/ObjectFieldPair.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.debug; import java.lang.reflect.Field; Modified: trunk/distr/src/apps/org/jnode/apps/debug/ObjectMethodPair.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/debug/ObjectMethodPair.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/debug/ObjectMethodPair.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.debug; import java.lang.reflect.Method; Modified: trunk/distr/src/apps/org/jnode/apps/debug/PropertiesPanel.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/debug/PropertiesPanel.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/debug/PropertiesPanel.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.debug; import java.lang.reflect.Field; Modified: trunk/distr/src/apps/org/jnode/apps/debug/RootObjectPanel.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/debug/RootObjectPanel.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/debug/RootObjectPanel.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.debug; import java.util.Collection; Modified: trunk/distr/src/apps/org/jnode/apps/debug/TC.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/debug/TC.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/debug/TC.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.debug; import charva.awt.BorderLayout; Modified: trunk/distr/src/apps/org/jnode/apps/derby/DerbyCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/derby/DerbyCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/derby/DerbyCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.derby; Modified: trunk/distr/src/apps/org/jnode/apps/edit/EditCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/edit/EditCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/edit/EditCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.edit; import java.io.File; Modified: trunk/distr/src/apps/org/jnode/apps/edit/Editor.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/edit/Editor.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/edit/Editor.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.edit; import charva.awt.BorderLayout; Modified: trunk/distr/src/apps/org/jnode/apps/editor/LeedCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/editor/LeedCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/editor/LeedCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.editor; import java.io.File; Modified: trunk/distr/src/apps/org/jnode/apps/editor/LeviCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/editor/LeviCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/editor/LeviCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.editor; import java.io.File; Modified: trunk/distr/src/apps/org/jnode/apps/editor/TextEditor.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/editor/TextEditor.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/editor/TextEditor.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.editor; import java.awt.event.KeyEvent; Modified: trunk/distr/src/apps/org/jnode/apps/httpd/NanoHTTPDCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/httpd/NanoHTTPDCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/httpd/NanoHTTPDCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.httpd; import java.io.File; Modified: trunk/distr/src/apps/org/jnode/apps/jetty/JettyCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jetty/JettyCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jetty/JettyCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jetty; import java.io.File; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/Context.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/Context.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/Context.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -1,32 +1,53 @@ -package org.jnode.apps.jpartition; - -import java.io.BufferedReader; -import java.io.InputStream; -import java.io.InputStreamReader; -import java.io.PrintStream; - -public class Context { - private final BufferedReader in; - private final PrintStream out; - private final ErrorReporter errorReporter; - - public Context(InputStream in, PrintStream out, ErrorReporter errorReporter) { - InputStreamReader r = new InputStreamReader(in); - this.in = new BufferedReader(r); - - this.out = out; - this.errorReporter = errorReporter; - } - - public final PrintStream getOut() { - return out; - } - - public final BufferedReader getIn() { - return in; - } - - public final ErrorReporter getErrorReporter() { - return errorReporter; - } -} +/* + * $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.apps.jpartition; + +import java.io.BufferedReader; +import java.io.InputStream; +import java.io.InputStreamReader; +import java.io.PrintStream; + +public class Context { + private final BufferedReader in; + private final PrintStream out; + private final ErrorReporter errorReporter; + + public Context(InputStream in, PrintStream out, ErrorReporter errorReporter) { + InputStreamReader r = new InputStreamReader(in); + this.in = new BufferedReader(r); + + this.out = out; + this.errorReporter = errorReporter; + } + + public final PrintStream getOut() { + return out; + } + + public final BufferedReader getIn() { + return in; + } + + public final ErrorReporter getErrorReporter() { + return errorReporter; + } +} Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/ErrorReporter.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/ErrorReporter.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/ErrorReporter.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition; import org.apache.log4j.Logger; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/JPartition.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/JPartition.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/JPartition.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition; import org.jnode.apps.jpartition.model.UserFacade; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/JPartitionCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/JPartitionCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/JPartitionCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition; import java.io.InputStream; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/ViewFactory.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/ViewFactory.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/ViewFactory.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition; public interface ViewFactory { Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BaseDeviceCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BaseDeviceCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BaseDeviceCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands; import java.io.IOException; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BasePartitionCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BasePartitionCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BasePartitionCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands; import org.jnode.apps.jpartition.commands.framework.CommandException; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/CreatePartitionCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/CreatePartitionCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/CreatePartitionCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands; import org.jnode.apps.jpartition.commands.framework.CommandException; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/FormatPartitionCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/FormatPartitionCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/FormatPartitionCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands; import org.jnode.apps.jpartition.commands.framework.CommandException; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/InitMbrCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/InitMbrCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/InitMbrCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands; import java.io.OutputStreamWriter; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/RemovePartitionCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/RemovePartitionCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/RemovePartitionCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands; import org.jnode.apps.jpartition.commands.framework.CommandException; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/BaseCommand.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/BaseCommand.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/BaseCommand.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands.framework; import org.apache.log4j.Logger; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/Command.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/Command.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/Command.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands.framework; public interface Command { Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandException.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandException.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandException.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands.framework; public class CommandException extends Exception { Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessor.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessor.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessor.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands.framework; import java.util.ArrayList; Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessorListener.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessorListener.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessorListener.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands.framework; public interface CommandProcessorListener { Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandStatus.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandStatus.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandStatus.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -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.apps.jpartition.commands.framework; public enum CommandStatus { Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleErrorReporter.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleErrorReporter.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleErrorReporter.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -1,27 +1,48 @@ -package org.jnode.apps.jpartition.consoleview; - -import java.io.PrintStream; - -import org.jnode.apps.jpartition.ErrorReporter; - -/** - * - * @author Fabien Duminy - * - */ -class ConsoleErrorReporter extends ErrorReporter { - private final PrintStream err; - - ConsoleErrorReporter(PrintStream err) { - this.err = err; - } - - protected void displayError(Object source, String message) { - StringBuilder sb = new StringBuilder(); - if (source != null) { - sb.append('[').append(String.valueOf(source)).append("] "); - } - sb.append(message); - err.println(sb.toString()); - } -} +/* + * $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.apps.jpartition.consoleview; + +import java.io.PrintStream; + +import org.jnode.apps.jpartition.ErrorReporter; + +/** + * + * @author Fabien Duminy + * + */ +class ConsoleErrorReporter extends ErrorReporter { + private final PrintStream err; + + ConsoleErrorReporter(PrintStream err) { + this.err = err; + } + + protected void displayError(Object source, String message) { + StringBuilder sb = new StringBuilder(); + if (source != null) { + sb.append('[').append(String.valueOf(source)).append("] "); + } + sb.append(message); + err.println(sb.toString()); + } +} Modified: trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleView.java =================================================================== --- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleView.java 2009-02-01 21:50:49 UTC (rev 4964) +++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleView.java 2009-02-01 22:00:25 UTC (rev 4965) @@ -1,183 +1,204 @@ -package org.jnode.apps.jpartition.consoleview; - -import java.io.IOException; -import java.io.InputStream; -import java.io.PrintStream; -import java.util.List; - -import org.apache.log4j.Logger; -import org.jnode.apps.jpartition.Context; -import org.jnode.apps.jpartition.ErrorReporter; -import org.jnode.apps.jpartition.commands.framework.Command; -import org.jnode.apps.jpartition.consoleview.components.Component; -import org.jnode.apps.jpartition.consoleview.components.NumberField; -import org.jnode.apps.jpartition.consoleview.components.Options; -import org.jnode.apps.jpartition.consoleview.components.YesNo; -import org.jnode.apps.jpartition.model.Device; -import org.jnode.apps.jpartition.model.Partition; -import org.jnode.apps.jpartition.model.UserFacade; - -class ConsoleView extends Component { - private static final Logger log = Logger.getLogger(ConsoleView.class); - - private final boolean install; - private Partiti... [truncated message content] |