|
From: <ls...@us...> - 2013-02-17 19:51:55
|
Revision: 5955
http://jnode.svn.sourceforge.net/jnode/?rev=5955&view=rev
Author: lsantha
Date: 2013-02-17 19:51:39 +0000 (Sun, 17 Feb 2013)
Log Message:
-----------
Updated headers.
Modified Paths:
--------------
trunk/distr/src/apps/fi/iki/elonen/NanoHTTPD.java
trunk/distr/src/apps/org/jawk/JawkMain.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 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/fi/iki/elonen/NanoHTTPD.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jawk/JawkMain.java
===================================================================
--- trunk/distr/src/apps/org/jawk/JawkMain.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jawk/JawkMain.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/charvabsh/CharvaBsh.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/charvabsh/CharvaBsh.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/charvabsh/CharvaBsh.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/commander/CharvaCommander.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/commander/CharvaCommander.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/commander/CharvaCommander.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/console/SwingConsole.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/console/SwingConsole.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/console/SwingConsole.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/debug/ListElement.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/debug/ListElement.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/debug/ListElement.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/debug/ListPanel.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/debug/ListPanel.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/debug/ListPanel.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/debug/ObjectFieldPair.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/debug/ObjectFieldPair.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/debug/ObjectFieldPair.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/debug/ObjectMethodPair.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/debug/ObjectMethodPair.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/debug/ObjectMethodPair.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/debug/PropertiesPanel.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/debug/PropertiesPanel.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/debug/PropertiesPanel.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/debug/RootObjectPanel.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/debug/RootObjectPanel.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/debug/RootObjectPanel.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/debug/TC.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/debug/TC.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/debug/TC.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/derby/DerbyCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/derby/DerbyCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/derby/DerbyCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/edit/EditCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/edit/EditCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/edit/EditCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/edit/Editor.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/edit/Editor.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/edit/Editor.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/editor/LeedCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/editor/LeedCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/editor/LeedCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/editor/LeviCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/editor/LeviCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/editor/LeviCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/editor/TextEditor.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/editor/TextEditor.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/editor/TextEditor.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/httpd/NanoHTTPDCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/httpd/NanoHTTPDCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/httpd/NanoHTTPDCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jetty/JettyCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jetty/JettyCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jetty/JettyCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/Context.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/Context.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/Context.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/ErrorReporter.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/ErrorReporter.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/ErrorReporter.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/JPartition.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/JPartition.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/JPartition.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/JPartitionCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/JPartitionCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/JPartitionCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/ViewFactory.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/ViewFactory.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/ViewFactory.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/BaseDeviceCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BaseDeviceCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BaseDeviceCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/BasePartitionCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BasePartitionCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/BasePartitionCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/CreatePartitionCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/CreatePartitionCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/CreatePartitionCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/FormatPartitionCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/FormatPartitionCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/FormatPartitionCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/InitMbrCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/InitMbrCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/InitMbrCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/RemovePartitionCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/RemovePartitionCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/RemovePartitionCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/framework/BaseCommand.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/BaseCommand.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/BaseCommand.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/framework/Command.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/Command.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/Command.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandException.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandException.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandException.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessor.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessor.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessor.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessorListener.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessorListener.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandProcessorListener.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandStatus.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandStatus.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/commands/framework/CommandStatus.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleErrorReporter.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleErrorReporter.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleErrorReporter.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleView.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleView.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleView.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleViewFactory.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleViewFactory.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/ConsoleViewFactory.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/consoleview/DeviceLabelizer.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/DeviceLabelizer.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/DeviceLabelizer.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/consoleview/PartitionLabelizer.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/PartitionLabelizer.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/PartitionLabelizer.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Component.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Component.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Component.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Labelizer.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Labelizer.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Labelizer.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/NumberField.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/NumberField.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/NumberField.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Options.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Options.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/Options.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/YesNo.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/YesNo.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/consoleview/components/YesNo.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/model/Bounded.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/model/Bounded.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/model/Bounded.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/model/Device.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/model/Device.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/model/Device.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/model/DeviceException.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/model/DeviceException.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/model/DeviceException.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/model/OSFacade.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/model/OSFacade.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/model/OSFacade.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/model/OSFacadeException.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/model/OSFacadeException.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/model/OSFacadeException.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/model/OSListener.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/model/OSListener.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/model/OSListener.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/model/Partition.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/model/Partition.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/model/Partition.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/model/UserFacade.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/model/UserFacade.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/model/UserFacade.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/model/UserListener.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/model/UserListener.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/model/UserListener.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/CommandProcessorView.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/CommandProcessorView.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/CommandProcessorView.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/Constants.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/Constants.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/Constants.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/DeviceView.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/DeviceView.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/DeviceView.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/DiskAreaView.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/DiskAreaView.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/DiskAreaView.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/MainView.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/MainView.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/MainView.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/PartitionView.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/PartitionView.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/PartitionView.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/SwingErrorReporter.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/SwingErrorReporter.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/SwingErrorReporter.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/SwingViewFactory.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/SwingViewFactory.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/SwingViewFactory.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/AbstractAction.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/AbstractAction.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/AbstractAction.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/AddPartitionAction.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/AddPartitionAction.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/AddPartitionAction.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/FormatPartitionAction.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/FormatPartitionAction.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/FormatPartitionAction.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/InitMbrAction.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/InitMbrAction.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/InitMbrAction.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/RemovePartitionAction.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/RemovePartitionAction.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/jpartition/swingview/actions/RemovePartitionAction.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/telnetd/JNodeCommandShell.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/telnetd/JNodeCommandShell.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jnode/apps/telnetd/JNodeCommandShell.java 2013-02-17 19:51:39 UTC (rev 5955)
@@ -1,7 +1,7 @@
/*
- * $Id: header.txt 5714 2010-01-03 13:33:07Z lsantha $
+ * $Id$
*
- * Copyright (C) 2003-2012 JNode.org
+ * Copyright (C) 2003-2013 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/distr/src/apps/org/jnode/apps/telnetd/JNodeShell.java
===================================================================
--- trunk/distr/src/apps/org/jnode/apps/telnetd/JNodeShell.java 2013-02-17 19:19:53 UTC (rev 5954)
+++ trunk/distr/src/apps/org/jn...
[truncated message content] |