From: <ls...@us...> - 2009-02-01 23:22:08
|
Revision: 4966 http://jnode.svn.sourceforge.net/jnode/?rev=4966&view=rev Author: lsantha Date: 2009-02-01 22:03:50 +0000 (Sun, 01 Feb 2009) Log Message: ----------- Fixed headers. Modified Paths: -------------- trunk/builder/src/builder/org/jnode/ant/taskdefs/AnnotateTask.java trunk/builder/src/builder/org/jnode/ant/taskdefs/Asm.java trunk/builder/src/builder/org/jnode/ant/taskdefs/FileSetTask.java trunk/builder/src/builder/org/jnode/ant/taskdefs/HeaderTask.java trunk/builder/src/builder/org/jnode/ant/taskdefs/Hotswap.java trunk/builder/src/builder/org/jnode/ant/taskdefs/Native2AsciiTask.java trunk/builder/src/builder/org/jnode/ant/taskdefs/NativeCheckTask.java trunk/builder/src/builder/org/jnode/ant/taskdefs/TemplateTask.java trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/BaseDirs.java trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/CompareTask.java trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/Flags.java trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/PackageDirectory.java trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/SourceFile.java trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/TargetedFileSet.java trunk/builder/src/builder/org/jnode/build/AbstractAsmConstBuilder.java trunk/builder/src/builder/org/jnode/build/AbstractBootImageBuilder.java trunk/builder/src/builder/org/jnode/build/AbstractPluginTask.java trunk/builder/src/builder/org/jnode/build/AbstractPluginsTask.java trunk/builder/src/builder/org/jnode/build/AddressFinder.java trunk/builder/src/builder/org/jnode/build/AsmSourceInfo.java trunk/builder/src/builder/org/jnode/build/BootDiskBuilder.java trunk/builder/src/builder/org/jnode/build/BootFloppyBuilder.java trunk/builder/src/builder/org/jnode/build/BuildException.java trunk/builder/src/builder/org/jnode/build/BuildObjectResolver.java trunk/builder/src/builder/org/jnode/build/FieldInfo.java trunk/builder/src/builder/org/jnode/build/InitJarBuilder.java trunk/builder/src/builder/org/jnode/build/InitJarsBuilder.java trunk/builder/src/builder/org/jnode/build/JNodeClassNotFoundException.java trunk/builder/src/builder/org/jnode/build/ObjectEmitter.java trunk/builder/src/builder/org/jnode/build/PluginList.java trunk/builder/src/builder/org/jnode/build/PluginTask.java trunk/builder/src/builder/org/jnode/build/VMwareBuilderTask.java trunk/builder/src/builder/org/jnode/build/dependencies/BCELDependencyChecker.java trunk/builder/src/builder/org/jnode/build/documentation/DotBuilder.java trunk/builder/src/builder/org/jnode/build/documentation/LicenseEntry.java trunk/builder/src/builder/org/jnode/build/documentation/PackageData.java trunk/builder/src/builder/org/jnode/build/documentation/PluginData.java trunk/builder/src/builder/org/jnode/build/documentation/PluginDocumentationTask.java trunk/builder/src/builder/org/jnode/build/documentation/ToolbarEntry.java trunk/builder/src/builder/org/jnode/build/natives/NativeStubGenerator.java trunk/builder/src/builder/org/jnode/build/packager/MainFinder.java trunk/builder/src/builder/org/jnode/build/packager/PackagerTask.java trunk/builder/src/builder/org/jnode/build/packager/PluginBuilder.java trunk/builder/src/builder/org/jnode/build/packager/PluginListInsertor.java trunk/builder/src/builder/org/jnode/build/packager/ScriptBuilder.java trunk/builder/src/builder/org/jnode/build/x86/AsmConstBuilder.java trunk/builder/src/builder/org/jnode/build/x86/BootImageBuilder.java trunk/builder/src/builder/org/jnode/build/x86/Disasm.java trunk/builder/src/builder/org/jnode/jnasm/JNAsm.java trunk/builder/src/builder/org/jnode/jnasm/assembler/Address.java trunk/builder/src/builder/org/jnode/jnasm/assembler/Assembler.java trunk/builder/src/builder/org/jnode/jnasm/assembler/AssemblerModule.java trunk/builder/src/builder/org/jnode/jnasm/assembler/HardwareSupport.java trunk/builder/src/builder/org/jnode/jnasm/assembler/Identifier.java trunk/builder/src/builder/org/jnode/jnasm/assembler/Instruction.java trunk/builder/src/builder/org/jnode/jnasm/assembler/InstructionUtils.java trunk/builder/src/builder/org/jnode/jnasm/assembler/PseudoInstructions.java trunk/builder/src/builder/org/jnode/jnasm/assembler/Register.java trunk/builder/src/builder/org/jnode/jnasm/assembler/x86/AbstractX86Module.java trunk/builder/src/builder/org/jnode/jnasm/assembler/x86/MMX.java trunk/builder/src/builder/org/jnode/jnasm/assembler/x86/X86Core.java trunk/builder/src/builder/org/jnode/jnasm/assembler/x86/X86Support.java trunk/builder/src/builder/org/jnode/jnasm/preprocessor/FileResolver.java trunk/builder/src/builder/org/jnode/jnasm/preprocessor/Macro.java trunk/builder/src/builder/org/jnode/jnasm/preprocessor/Preprocessor.java trunk/builder/src/builder/org/jnode/linker/Elf.java trunk/builder/src/builder/org/jnode/linker/ElfLinker.java trunk/builder/src/builder/org/jnode/linker/LoadUtil.java trunk/builder/src/builder/org/jnode/linker/Reloc.java trunk/builder/src/builder/org/jnode/linker/Reloca.java trunk/builder/src/builder/org/jnode/linker/Section.java trunk/builder/src/builder/org/jnode/linker/StoreUtil.java trunk/builder/src/builder/org/jnode/linker/StrTab.java trunk/builder/src/builder/org/jnode/linker/Symbol.java Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/AnnotateTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/AnnotateTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/AnnotateTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -1,8 +1,8 @@ /* - * $Id: HeaderTask.java 3379 2007-08-04 10:19:57Z lsantha $ + * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $ * * JNode.org - * Copyright (C) 2003-2006 JNode.org + * Copyright (C) 2003-2009 JNode.org * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -18,7 +18,7 @@ * along with this library; If not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - + package org.jnode.ant.taskdefs; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/Asm.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/Asm.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/Asm.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.ant.taskdefs; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/FileSetTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/FileSetTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/FileSetTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -1,8 +1,8 @@ /* - * $Id: HeaderTask.java 3379 2007-08-04 10:19:57Z lsantha $ + * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $ * * JNode.org - * Copyright (C) 2003-2006 JNode.org + * Copyright (C) 2003-2009 JNode.org * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -18,7 +18,7 @@ * along with this library; If not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - + package org.jnode.ant.taskdefs; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/HeaderTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/HeaderTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/HeaderTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.ant.taskdefs; import java.io.BufferedReader; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/Hotswap.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/Hotswap.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/Hotswap.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.ant.taskdefs; import com.sun.jdi.Bootstrap; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/Native2AsciiTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/Native2AsciiTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/Native2AsciiTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.ant.taskdefs; import java.io.BufferedInputStream; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/NativeCheckTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/NativeCheckTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/NativeCheckTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -1,8 +1,8 @@ /* - * $Id: HeaderTask.java 3379 2007-08-04 10:19:57Z lsantha $ + * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $ * * JNode.org - * Copyright (C) 2003-2006 JNode.org + * Copyright (C) 2003-2009 JNode.org * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -18,7 +18,7 @@ * along with this library; If not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - + package org.jnode.ant.taskdefs; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/TemplateTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/TemplateTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/TemplateTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -1,6 +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.ant.taskdefs; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/BaseDirs.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/BaseDirs.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/BaseDirs.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.ant.taskdefs.classpath; import java.util.ArrayList; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/CompareTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/CompareTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/CompareTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.ant.taskdefs.classpath; import java.io.BufferedReader; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/Flags.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/Flags.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/Flags.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -1,8 +1,8 @@ /* - * $Id$ + * $Id: header.txt 2224 2006-01-01 12:49:03Z epr $ * * JNode.org - * Copyright (C) 2003-2006 JNode.org + * Copyright (C) 2003-2009 JNode.org * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -18,7 +18,7 @@ * along with this library; If not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ - + package org.jnode.ant.taskdefs.classpath; import java.util.SortedSet; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/PackageDirectory.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/PackageDirectory.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/PackageDirectory.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.ant.taskdefs.classpath; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/SourceFile.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/SourceFile.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/SourceFile.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.ant.taskdefs.classpath; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/TargetedFileSet.java =================================================================== --- trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/TargetedFileSet.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/ant/taskdefs/classpath/TargetedFileSet.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.ant.taskdefs.classpath; import org.apache.tools.ant.types.FileSet; Modified: trunk/builder/src/builder/org/jnode/build/AbstractAsmConstBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/AbstractAsmConstBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/AbstractAsmConstBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/AbstractBootImageBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/AbstractBootImageBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/AbstractBootImageBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/AbstractPluginTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/AbstractPluginTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/AbstractPluginTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/AbstractPluginsTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/AbstractPluginsTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/AbstractPluginsTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/AddressFinder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/AddressFinder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/AddressFinder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.BufferedReader; Modified: trunk/builder/src/builder/org/jnode/build/AsmSourceInfo.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/AsmSourceInfo.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/AsmSourceInfo.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/BootDiskBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/BootDiskBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/BootDiskBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -2,23 +2,23 @@ * $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 * 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 + * 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 + * 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., + * 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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/BootFloppyBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/BootFloppyBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/BootFloppyBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/BuildException.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/BuildException.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/BuildException.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; public class BuildException Modified: trunk/builder/src/builder/org/jnode/build/BuildObjectResolver.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/BuildObjectResolver.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/BuildObjectResolver.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import org.jnode.assembler.NativeStream; Modified: trunk/builder/src/builder/org/jnode/build/FieldInfo.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/FieldInfo.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/FieldInfo.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.lang.reflect.Field; Modified: trunk/builder/src/builder/org/jnode/build/InitJarBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/InitJarBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/InitJarBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/InitJarsBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/InitJarsBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/InitJarsBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/JNodeClassNotFoundException.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/JNodeClassNotFoundException.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/JNodeClassNotFoundException.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; Modified: trunk/builder/src/builder/org/jnode/build/ObjectEmitter.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/ObjectEmitter.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/ObjectEmitter.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.PrintWriter; Modified: trunk/builder/src/builder/org/jnode/build/PluginList.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/PluginList.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/PluginList.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/PluginTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/PluginTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/PluginTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/VMwareBuilderTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/VMwareBuilderTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/VMwareBuilderTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build; import java.io.BufferedReader; Modified: trunk/builder/src/builder/org/jnode/build/dependencies/BCELDependencyChecker.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/dependencies/BCELDependencyChecker.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/dependencies/BCELDependencyChecker.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.dependencies; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/documentation/DotBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/documentation/DotBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/documentation/DotBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.documentation; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/documentation/LicenseEntry.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/documentation/LicenseEntry.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/documentation/LicenseEntry.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.documentation; /** Modified: trunk/builder/src/builder/org/jnode/build/documentation/PackageData.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/documentation/PackageData.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/documentation/PackageData.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.documentation; /** Modified: trunk/builder/src/builder/org/jnode/build/documentation/PluginData.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/documentation/PluginData.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/documentation/PluginData.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.documentation; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/documentation/PluginDocumentationTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/documentation/PluginDocumentationTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/documentation/PluginDocumentationTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.documentation; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/documentation/ToolbarEntry.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/documentation/ToolbarEntry.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/documentation/ToolbarEntry.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.documentation; /** Modified: trunk/builder/src/builder/org/jnode/build/natives/NativeStubGenerator.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/natives/NativeStubGenerator.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/natives/NativeStubGenerator.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -1,6 +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.build.natives; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/packager/MainFinder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/packager/MainFinder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/packager/MainFinder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.packager; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/packager/PackagerTask.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/packager/PackagerTask.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/packager/PackagerTask.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.packager; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/packager/PluginBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/packager/PluginBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/packager/PluginBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.packager; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/build/packager/PluginListInsertor.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/packager/PluginListInsertor.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/packager/PluginListInsertor.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.packager; import java.net.MalformedURLException; Modified: trunk/builder/src/builder/org/jnode/build/packager/ScriptBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/packager/ScriptBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/packager/ScriptBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.packager; import java.io.BufferedReader; Modified: trunk/builder/src/builder/org/jnode/build/x86/AsmConstBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/x86/AsmConstBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/x86/AsmConstBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.x86; import org.jnode.build.AbstractAsmConstBuilder; Modified: trunk/builder/src/builder/org/jnode/build/x86/BootImageBuilder.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/x86/BootImageBuilder.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/x86/BootImageBuilder.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.x86; import java.io.FileOutputStream; Modified: trunk/builder/src/builder/org/jnode/build/x86/Disasm.java =================================================================== --- trunk/builder/src/builder/org/jnode/build/x86/Disasm.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/build/x86/Disasm.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.build.x86; import java.io.File; Modified: trunk/builder/src/builder/org/jnode/jnasm/JNAsm.java =================================================================== --- trunk/builder/src/builder/org/jnode/jnasm/JNAsm.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/jnasm/JNAsm.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.jnasm; import java.io.FileInputStream; Modified: trunk/builder/src/builder/org/jnode/jnasm/assembler/Address.java =================================================================== --- trunk/builder/src/builder/org/jnode/jnasm/assembler/Address.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/jnasm/assembler/Address.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.jnasm.assembler; /** Modified: trunk/builder/src/builder/org/jnode/jnasm/assembler/Assembler.java =================================================================== --- trunk/builder/src/builder/org/jnode/jnasm/assembler/Assembler.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/jnasm/assembler/Assembler.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.jnasm.assembler; import java.io.FileOutputStream; Modified: trunk/builder/src/builder/org/jnode/jnasm/assembler/AssemblerModule.java =================================================================== --- trunk/builder/src/builder/org/jnode/jnasm/assembler/AssemblerModule.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/jnasm/assembler/AssemblerModule.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.jnasm.assembler; import java.util.List; Modified: trunk/builder/src/builder/org/jnode/jnasm/assembler/HardwareSupport.java =================================================================== --- trunk/builder/src/builder/org/jnode/jnasm/assembler/HardwareSupport.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/jnasm/assembler/HardwareSupport.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.jnasm.assembler; import java.io.IOException; Modified: trunk/builder/src/builder/org/jnode/jnasm/assembler/Identifier.java =================================================================== --- trunk/builder/src/builder/org/jnode/jnasm/assembler/Identifier.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/jnasm/assembler/Identifier.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.jnasm.assembler; /** Modified: trunk/builder/src/builder/org/jnode/jnasm/assembler/Instruction.java =================================================================== --- trunk/builder/src/builder/org/jnode/jnasm/assembler/Instruction.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/jnasm/assembler/Instruction.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.jnasm.assembler; import java.util.List; Modified: trunk/builder/src/builder/org/jnode/jnasm/assembler/InstructionUtils.java =================================================================== --- trunk/builder/src/builder/org/jnode/jnasm/assembler/InstructionUtils.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/jnasm/assembler/InstructionUtils.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.jnasm.assembler; import java.lang.reflect.Field; Modified: trunk/builder/src/builder/org/jnode/jnasm/assembler/PseudoInstructions.java =================================================================== --- trunk/builder/src/builder/org/jnode/jnasm/assembler/PseudoInstructions.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/jnasm/assembler/PseudoInstructions.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.jnasm.assembler; import java.util.List; Modified: trunk/builder/src/builder/org/jnode/jnasm/assembler/Register.java =================================================================== --- trunk/builder/src/builder/org/jnode/jnasm/assembler/Register.java 2009-02-01 22:00:25 UTC (rev 4965) +++ trunk/builder/src/builder/org/jnode/jnasm/assembler/Register.java 2009-02-01 22:03:50 UTC (rev 4966) @@ -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.jnasm.assembler; /** Modified: trunk/builder/src/builder/org/jnode/jnasm/assembler/x86/AbstractX86Module.java ============================================... [truncated message content] |