From 571da54fd0250fc5f02cb7b263dab53aef9d7e88 Mon Sep 17 00:00:00 2001 From: Rob Greene Date: Tue, 18 Jan 2022 21:55:20 -0600 Subject: [PATCH] Updating/adding copyright in all Java files. Made best guess for first date. --- HEADER | 4 +--- .../webcodepro/applecommander/ui/AntTask.java | 21 +++++++++++++++++++ .../com/webcodepro/applecommander/ui/ac.java | 4 ++-- .../applecommander/util/AppleSingleTest.java | 19 +++++++++++++++++ .../io/github/applecommander/acx/Main.java | 19 +++++++++++++++++ .../github/applecommander/acx/OrderType.java | 19 +++++++++++++++++ .../acx/PrintExceptionMessageHandler.java | 19 +++++++++++++++++ .../github/applecommander/acx/SystemType.java | 19 +++++++++++++++++ .../applecommander/acx/VersionProvider.java | 19 +++++++++++++++++ .../base/ReadOnlyDiskImageCommandOptions.java | 19 +++++++++++++++++ .../acx/base/ReadWriteDiskCommandOptions.java | 19 +++++++++++++++++ .../ReadWriteDiskCommandWithGlobOptions.java | 19 +++++++++++++++++ .../acx/base/ReusableCommandOptions.java | 19 +++++++++++++++++ .../acx/command/ConvertCommand.java | 19 +++++++++++++++++ .../acx/command/CopyFileCommand.java | 19 +++++++++++++++++ .../acx/command/CreateDiskCommand.java | 19 +++++++++++++++++ .../acx/command/DeleteCommand.java | 19 +++++++++++++++++ .../acx/command/DiskMapCommand.java | 19 +++++++++++++++++ .../acx/command/ExportCommand.java | 19 +++++++++++++++++ .../acx/command/ImportCommand.java | 19 +++++++++++++++++ .../acx/command/InfoCommand.java | 19 +++++++++++++++++ .../acx/command/ListCommand.java | 19 +++++++++++++++++ .../acx/command/LockCommand.java | 19 +++++++++++++++++ .../acx/command/MkdirCommand.java | 19 +++++++++++++++++ .../acx/command/RenameDiskCommand.java | 19 +++++++++++++++++ .../acx/command/RenameFileCommand.java | 19 +++++++++++++++++ .../acx/command/RmdirCommand.java | 19 +++++++++++++++++ .../acx/command/UnlockCommand.java | 19 +++++++++++++++++ .../acx/converter/DataSizeConverter.java | 19 +++++++++++++++++ .../acx/converter/DiskConverter.java | 19 +++++++++++++++++ .../acx/converter/IntegerTypeConverter.java | 19 +++++++++++++++++ .../acx/converter/SystemTypeConverter.java | 19 +++++++++++++++++ .../fileutil/DosFileEntryReaderWriter.java | 19 +++++++++++++++++ .../acx/fileutil/FileEntryReader.java | 19 +++++++++++++++++ .../acx/fileutil/FileEntryWriter.java | 19 +++++++++++++++++ .../acx/fileutil/FileUtils.java | 19 +++++++++++++++++ .../acx/fileutil/NakedosFileEntryReader.java | 19 +++++++++++++++++ .../acx/fileutil/OverrideFileEntryReader.java | 19 +++++++++++++++++ .../fileutil/PascalFileEntryReaderWriter.java | 19 +++++++++++++++++ .../fileutil/ProdosFileEntryReaderWriter.java | 19 +++++++++++++++++ .../acx/fileutil/RdosFileEntryReader.java | 19 +++++++++++++++++ .../filters/AppleSingleFileFilter.java | 19 +++++++++++++++++ .../applecommander/filters/RawFileFilter.java | 19 +++++++++++++++++ .../applecommander/acx/OrderTypeTest.java | 19 +++++++++++++++++ .../applecommander/acx/SystemTypeTest.java | 19 +++++++++++++++++ .../acx/converter/DataSizeConverterTest.java | 19 +++++++++++++++++ .../applecommander/ui/swing/DiskExplorer.java | 19 +++++++++++++++++ .../ui/swing/EmulatorFileFilter.java | 19 +++++++++++++++++ .../ui/swing/SwingAppleCommander.java | 2 +- .../compiler/ApplesoftCompiler.java | 2 +- .../compiler/CompileException.java | 2 +- .../compiler/CompilerBundle.java | 2 +- .../applecommander/compiler/Variable.java | 2 +- .../storage/DirectoryEntry.java | 2 +- .../applecommander/storage/Disk.java | 2 +- .../storage/DiskCorruptException.java | 2 +- .../applecommander/storage/DiskException.java | 2 +- .../storage/DiskFullException.java | 2 +- .../storage/DiskUnrecognizedException.java | 2 +- .../applecommander/storage/FileEntry.java | 2 +- .../storage/FileEntryComparator.java | 2 +- .../applecommander/storage/FileFilter.java | 2 +- .../applecommander/storage/FormattedDisk.java | 2 +- .../applecommander/storage/StorageBundle.java | 2 +- .../filters/AppleWorksDataBaseFileFilter.java | 2 +- .../AppleWorksSpreadSheetFileFilter.java | 2 +- .../AppleWorksWordProcessorFileFilter.java | 2 +- .../storage/filters/ApplesoftFileFilter.java | 2 +- .../filters/AssemblySourceFileFilter.java | 2 +- .../storage/filters/BinaryFileFilter.java | 2 +- .../filters/BusinessBASICFileFilter.java | 2 +- .../storage/filters/GraphicsFileFilter.java | 2 +- .../storage/filters/GutenbergFileFilter.java | 2 +- .../storage/filters/HexDumpFileFilter.java | 2 +- .../filters/IntegerBasicFileFilter.java | 2 +- .../storage/filters/PascalTextFileFilter.java | 2 +- .../storage/filters/TextFileFilter.java | 2 +- .../filters/imagehandlers/AppleImage.java | 2 +- .../filters/imagehandlers/ImageIoImage.java | 2 +- .../filters/imagehandlers/SunJpegImage.java | 2 +- .../storage/os/cpm/CpmFileEntry.java | 19 +++++++++++++++++ .../storage/os/cpm/CpmFormatDisk.java | 2 +- .../storage/os/dos33/DosFileEntry.java | 2 +- .../storage/os/dos33/DosFormatDisk.java | 2 +- .../storage/os/dos33/DosSectorAddress.java | 2 +- .../storage/os/dos33/OzDosFormatDisk.java | 2 +- .../storage/os/dos33/UniDosFormatDisk.java | 2 +- .../os/gutenberg/GutenbergFileEntry.java | 2 +- .../os/gutenberg/GutenbergFormatDisk.java | 2 +- .../storage/os/nakedos/NakedosFileEntry.java | 2 +- .../storage/os/nakedos/NakedosFormatDisk.java | 2 +- .../storage/os/pascal/PascalFileEntry.java | 4 ++-- .../storage/os/pascal/PascalFormatDisk.java | 4 ++-- .../storage/os/prodos/ProdosBlockAddress.java | 2 +- .../prodos/ProdosCommonDirectoryHeader.java | 2 +- .../storage/os/prodos/ProdosCommonEntry.java | 2 +- .../os/prodos/ProdosDirectoryEntry.java | 2 +- .../ProdosDiskSizeDoesNotMatchException.java | 2 +- .../storage/os/prodos/ProdosFileEntry.java | 2 +- .../storage/os/prodos/ProdosFormatDisk.java | 2 +- .../os/prodos/ProdosSubdirectoryHeader.java | 2 +- .../prodos/ProdosVolumeDirectoryHeader.java | 2 +- .../storage/os/rdos/RdosFileEntry.java | 2 +- .../storage/os/rdos/RdosFormatDisk.java | 2 +- .../physical/ByteArrayImageLayout.java | 2 +- .../storage/physical/DosOrder.java | 2 +- .../storage/physical/ImageOrder.java | 2 +- .../storage/physical/NibbleOrder.java | 2 +- .../storage/physical/ProdosOrder.java | 2 +- .../physical/UniversalDiskImageLayout.java | 2 +- .../applecommander/ui/AppleCommander.java | 2 +- .../applecommander/ui/DirectoryLister.java | 19 +++++++++++++++++ .../ui/ImportSpecification.java | 2 +- .../applecommander/ui/UiBundle.java | 2 +- .../applecommander/ui/UserPreferences.java | 2 +- .../applecommander/util/AppleUtil.java | 2 +- .../applecommander/util/ApplesoftToken.java | 19 +++++++++++++++++ .../util/ApplesoftTokenizer.java | 2 +- .../applecommander/util/ApplesoftTokens.java | 2 +- .../util/BusinessBASICToken.java | 19 +++++++++++++++++ .../util/BusinessBASICTokenizer.java | 2 +- .../util/BusinessBASICTokens.java | 2 +- .../applecommander/util/DiskRecurser.java | 19 +++++++++++++++++ .../webcodepro/applecommander/util/Host.java | 2 +- .../webcodepro/applecommander/util/Name.java | 21 +++++++++++++++++++ .../util/ShrinkItUtilities.java | 5 ++--- .../applecommander/util/StreamUtil.java | 2 +- .../applecommander/util/TextBundle.java | 2 +- .../applecommander/util/TranslatorStream.java | 19 +++++++++++++++++ .../util/filestreamer/FileStreamer.java | 19 +++++++++++++++++ .../util/filestreamer/FileTuple.java | 19 +++++++++++++++++ .../util/filestreamer/TypeOfFile.java | 19 +++++++++++++++++ .../compiler/ApplesoftCompilerTest.java | 2 +- .../storage/DiskHelperTest.java | 2 +- .../storage/DiskWriterTest.java | 2 +- .../storage/os/dos33/DosFormatDiskTest.java | 19 +++++++++++++++++ .../os/pascal/PascalFormatDiskTest.java | 19 +++++++++++++++++ .../os/prodos/ProdosFormatDiskTest.java | 19 +++++++++++++++++ .../applecommander/testconfig/TestConfig.java | 2 +- .../applecommander/util/AppleUtilTest.java | 2 +- .../util/TranslatorStreamTest.java | 19 +++++++++++++++++ .../util/filestreamer/FileStreamerTest.java | 19 +++++++++++++++++ .../util/filestreamer/FileTupleTest.java | 19 +++++++++++++++++ .../ui/swt/DiskExplorerTab.java | 2 +- .../applecommander/ui/swt/DiskInfoTab.java | 2 +- .../applecommander/ui/swt/DiskMapTab.java | 2 +- .../applecommander/ui/swt/DiskWindow.java | 2 +- .../ui/swt/FileViewerWindow.java | 2 +- .../ui/swt/SwtAppleCommander.java | 2 +- .../applecommander/ui/swt/SwtImage.java | 2 +- .../filteradapter/ApplesoftFilterAdapter.java | 2 +- .../BusinessBASICFilterAdapter.java | 2 +- .../ui/swt/filteradapter/FilterAdapter.java | 2 +- .../filteradapter/GraphicsFilterAdapter.java | 2 +- .../swt/filteradapter/HexFilterAdapter.java | 2 +- .../filteradapter/RawDumpFilterAdapter.java | 2 +- .../swt/filteradapter/TextFilterAdapter.java | 2 +- .../swt/util/DropDownSelectionListener.java | 2 +- .../ui/swt/util/ImageCanvas.java | 2 +- .../ui/swt/util/ImageManager.java | 2 +- .../applecommander/ui/swt/util/SwtUtil.java | 2 +- .../contentadapter/ContentTypeAdapter.java | 2 +- .../contentadapter/ImageCanvasAdapter.java | 2 +- .../NoActionContentTypeAdapter.java | 19 ++++++++++++++--- .../contentadapter/StyledTextAdapter.java | 2 +- .../applecommander/ui/swt/wizard/Wizard.java | 2 +- .../ui/swt/wizard/WizardPane.java | 2 +- .../comparedisks/CompareDisksResultsPane.java | 2 +- .../comparedisks/CompareDisksStartPane.java | 2 +- .../comparedisks/CompareDisksWizard.java | 2 +- .../compilefile/CompileFileStartPane.java | 2 +- .../swt/wizard/compilefile/CompileWizard.java | 2 +- .../wizard/diskimage/DiskImageFormatPane.java | 2 +- .../wizard/diskimage/DiskImageNamePane.java | 2 +- .../wizard/diskimage/DiskImageOrderPane.java | 2 +- .../wizard/diskimage/DiskImageSizePane.java | 2 +- .../swt/wizard/diskimage/DiskImageWizard.java | 2 +- .../AppleWorksWordProcessorPane.java | 2 +- .../exportfile/ExportFileDestinationPane.java | 2 +- .../exportfile/ExportFileStartPane.java | 2 +- .../exportfile/ExportGraphicsTypePane.java | 2 +- .../swt/wizard/exportfile/ExportWizard.java | 2 +- .../ImportSelectFilesWizardPane.java | 19 +++++++++++++++++ .../swt/wizard/importfile/ImportWizard.java | 2 +- .../applecommander/ui/swt/SwtImageTest.java | 19 +++++++++++++++++ 185 files changed, 1360 insertions(+), 130 deletions(-) diff --git a/HEADER b/HEADER index 1b04dfd..b69c2c0 100644 --- a/HEADER +++ b/HEADER @@ -1,8 +1,6 @@ -Attach the following comment to the header of all source files. - /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2020 by Robert Greene and others + * Copyright (C) 2021-2022 by Robert Greene and others * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/app/cli-ac/src/main/java/com/webcodepro/applecommander/ui/AntTask.java b/app/cli-ac/src/main/java/com/webcodepro/applecommander/ui/AntTask.java index 7ec6a05..8ded4af 100644 --- a/app/cli-ac/src/main/java/com/webcodepro/applecommander/ui/AntTask.java +++ b/app/cli-ac/src/main/java/com/webcodepro/applecommander/ui/AntTask.java @@ -1,3 +1,24 @@ +/* + * ac - an AppleCommander command line utility + * Copyright (C) 2002-2022 by Robert Greene + * robgreene at users.sourceforge.net + * Copyright (C) 2003-2022 by John B. Matthews + * matthewsj at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.ui; import java.io.FileInputStream; diff --git a/app/cli-ac/src/main/java/com/webcodepro/applecommander/ui/ac.java b/app/cli-ac/src/main/java/com/webcodepro/applecommander/ui/ac.java index 43c8d4b..8fd8ca1 100644 --- a/app/cli-ac/src/main/java/com/webcodepro/applecommander/ui/ac.java +++ b/app/cli-ac/src/main/java/com/webcodepro/applecommander/ui/ac.java @@ -1,8 +1,8 @@ /* * ac - an AppleCommander command line utility - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net - * Copyright (C) 2003, 2004 by John B. Matthews + * Copyright (C) 2003-2022 by John B. Matthews * matthewsj at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/app/cli-ac/src/test/java/com/webcodepro/applecommander/util/AppleSingleTest.java b/app/cli-ac/src/test/java/com/webcodepro/applecommander/util/AppleSingleTest.java index df64eb6..a5c83f4 100644 --- a/app/cli-ac/src/test/java/com/webcodepro/applecommander/util/AppleSingleTest.java +++ b/app/cli-ac/src/test/java/com/webcodepro/applecommander/util/AppleSingleTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util; import static org.junit.Assert.assertEquals; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/Main.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/Main.java index bbf3c45..8add951 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/Main.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/Main.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx; import java.util.logging.Handler; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/OrderType.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/OrderType.java index 9e66915..6f0a5a7 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/OrderType.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/OrderType.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx; import java.util.function.Function; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/PrintExceptionMessageHandler.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/PrintExceptionMessageHandler.java index d23831a..6c0bee3 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/PrintExceptionMessageHandler.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/PrintExceptionMessageHandler.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx; import picocli.CommandLine; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/SystemType.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/SystemType.java index c99b08d..4f15ea4 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/SystemType.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/SystemType.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx; import java.util.Arrays; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/VersionProvider.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/VersionProvider.java index f95d98a..4ea9ba1 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/VersionProvider.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/VersionProvider.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx; import com.webcodepro.applecommander.ui.AppleCommander; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadOnlyDiskImageCommandOptions.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadOnlyDiskImageCommandOptions.java index 3f07b16..e3fb3be 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadOnlyDiskImageCommandOptions.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadOnlyDiskImageCommandOptions.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.base; import com.webcodepro.applecommander.storage.Disk; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadWriteDiskCommandOptions.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadWriteDiskCommandOptions.java index 5fc9fea..67785c7 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadWriteDiskCommandOptions.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadWriteDiskCommandOptions.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.base; public abstract class ReadWriteDiskCommandOptions extends ReadOnlyDiskImageCommandOptions { diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadWriteDiskCommandWithGlobOptions.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadWriteDiskCommandWithGlobOptions.java index 1097f24..932e6c3 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadWriteDiskCommandWithGlobOptions.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReadWriteDiskCommandWithGlobOptions.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.base; import java.util.Arrays; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReusableCommandOptions.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReusableCommandOptions.java index c00a333..982b663 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReusableCommandOptions.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/base/ReusableCommandOptions.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.base; import java.io.IOException; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ConvertCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ConvertCommand.java index 8e4281d..ab14326 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ConvertCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ConvertCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.io.File; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/CopyFileCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/CopyFileCommand.java index 7d9d4ec..d9d8343 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/CopyFileCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/CopyFileCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.List; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/CreateDiskCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/CreateDiskCommand.java index 6b5620e..5c73bcd 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/CreateDiskCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/CreateDiskCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.Optional; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/DeleteCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/DeleteCommand.java index d52c964..4e74a05 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/DeleteCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/DeleteCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.logging.Logger; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/DiskMapCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/DiskMapCommand.java index ca81336..244e282 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/DiskMapCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/DiskMapCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.Arrays; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ExportCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ExportCommand.java index 0037ed9..b86d40c 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ExportCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ExportCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.io.File; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ImportCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ImportCommand.java index bcf4393..a7fda41 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ImportCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ImportCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.io.ByteArrayInputStream; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/InfoCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/InfoCommand.java index 18b44a4..9d94284 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/InfoCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/InfoCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.logging.Logger; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ListCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ListCommand.java index 4390266..948a038 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ListCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/ListCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.ArrayList; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/LockCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/LockCommand.java index c67a064..2c2e2d7 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/LockCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/LockCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.logging.Logger; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/MkdirCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/MkdirCommand.java index 3329bbd..0b84997 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/MkdirCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/MkdirCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.Optional; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RenameDiskCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RenameDiskCommand.java index 31ca39a..333b7c8 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RenameDiskCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RenameDiskCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.logging.Logger; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RenameFileCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RenameFileCommand.java index f003f49..b09a92d 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RenameFileCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RenameFileCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.List; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RmdirCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RmdirCommand.java index ccb3327..4f047d8 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RmdirCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/RmdirCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.Optional; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/UnlockCommand.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/UnlockCommand.java index e813e0c..c6e7a36 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/command/UnlockCommand.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/command/UnlockCommand.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.command; import java.util.logging.Logger; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/DataSizeConverter.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/DataSizeConverter.java index 345db90..0ea23b7 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/DataSizeConverter.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/DataSizeConverter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.converter; import java.util.regex.Matcher; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/DiskConverter.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/DiskConverter.java index 2002f12..4a29452 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/DiskConverter.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/DiskConverter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.converter; import java.nio.file.Files; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/IntegerTypeConverter.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/IntegerTypeConverter.java index b828911..347a2a3 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/IntegerTypeConverter.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/IntegerTypeConverter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.converter; import picocli.CommandLine.ITypeConverter; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/SystemTypeConverter.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/SystemTypeConverter.java index 306b41c..c4d7b07 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/SystemTypeConverter.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/converter/SystemTypeConverter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.converter; import io.github.applecommander.acx.SystemType; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/DosFileEntryReaderWriter.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/DosFileEntryReaderWriter.java index bcaa160..dbb55a7 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/DosFileEntryReaderWriter.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/DosFileEntryReaderWriter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.fileutil; import java.util.Map; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileEntryReader.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileEntryReader.java index ff584f8..1eaccf3 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileEntryReader.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileEntryReader.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.fileutil; import java.util.Date; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileEntryWriter.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileEntryWriter.java index 9590a03..dc5981f 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileEntryWriter.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileEntryWriter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.fileutil; import java.util.Date; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileUtils.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileUtils.java index 67af8c3..f9979fb 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileUtils.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/FileUtils.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.fileutil; import java.util.Optional; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/NakedosFileEntryReader.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/NakedosFileEntryReader.java index 14ba1db..1af8192 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/NakedosFileEntryReader.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/NakedosFileEntryReader.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.fileutil; import java.util.Optional; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/OverrideFileEntryReader.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/OverrideFileEntryReader.java index c383f47..cec591a 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/OverrideFileEntryReader.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/OverrideFileEntryReader.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.fileutil; import java.util.Arrays; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/PascalFileEntryReaderWriter.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/PascalFileEntryReaderWriter.java index 22e3b72..5c57f66 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/PascalFileEntryReaderWriter.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/PascalFileEntryReaderWriter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.fileutil; import java.util.Date; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/ProdosFileEntryReaderWriter.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/ProdosFileEntryReaderWriter.java index f3257ce..7fa71a9 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/ProdosFileEntryReaderWriter.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/ProdosFileEntryReaderWriter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.fileutil; import java.util.Date; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/RdosFileEntryReader.java b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/RdosFileEntryReader.java index 13aff19..5cdd7ee 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/RdosFileEntryReader.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/acx/fileutil/RdosFileEntryReader.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.fileutil; import java.util.Map; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/filters/AppleSingleFileFilter.java b/app/cli-acx/src/main/java/io/github/applecommander/filters/AppleSingleFileFilter.java index c3cc63f..16e0560 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/filters/AppleSingleFileFilter.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/filters/AppleSingleFileFilter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.filters; import java.io.ByteArrayOutputStream; diff --git a/app/cli-acx/src/main/java/io/github/applecommander/filters/RawFileFilter.java b/app/cli-acx/src/main/java/io/github/applecommander/filters/RawFileFilter.java index ff4db0d..8a1a609 100644 --- a/app/cli-acx/src/main/java/io/github/applecommander/filters/RawFileFilter.java +++ b/app/cli-acx/src/main/java/io/github/applecommander/filters/RawFileFilter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.filters; import com.webcodepro.applecommander.storage.FileEntry; diff --git a/app/cli-acx/src/test/java/io/github/applecommander/acx/OrderTypeTest.java b/app/cli-acx/src/test/java/io/github/applecommander/acx/OrderTypeTest.java index 6bce990..4d79c0b 100644 --- a/app/cli-acx/src/test/java/io/github/applecommander/acx/OrderTypeTest.java +++ b/app/cli-acx/src/test/java/io/github/applecommander/acx/OrderTypeTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx; import static org.junit.Assert.assertEquals; diff --git a/app/cli-acx/src/test/java/io/github/applecommander/acx/SystemTypeTest.java b/app/cli-acx/src/test/java/io/github/applecommander/acx/SystemTypeTest.java index 19ca985..53b34cf 100644 --- a/app/cli-acx/src/test/java/io/github/applecommander/acx/SystemTypeTest.java +++ b/app/cli-acx/src/test/java/io/github/applecommander/acx/SystemTypeTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx; import org.junit.Test; diff --git a/app/cli-acx/src/test/java/io/github/applecommander/acx/converter/DataSizeConverterTest.java b/app/cli-acx/src/test/java/io/github/applecommander/acx/converter/DataSizeConverterTest.java index 345b5ce..1d3613f 100644 --- a/app/cli-acx/src/test/java/io/github/applecommander/acx/converter/DataSizeConverterTest.java +++ b/app/cli-acx/src/test/java/io/github/applecommander/acx/converter/DataSizeConverterTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2019-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package io.github.applecommander.acx.converter; import static io.github.applecommander.acx.converter.DataSizeConverter.KB; diff --git a/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/DiskExplorer.java b/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/DiskExplorer.java index 61026c0..4e14eff 100644 --- a/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/DiskExplorer.java +++ b/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/DiskExplorer.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2008-2022 by Robert Greene + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.ui.swing; import java.awt.Color; diff --git a/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/EmulatorFileFilter.java b/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/EmulatorFileFilter.java index 10406fc..8ddcaf3 100644 --- a/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/EmulatorFileFilter.java +++ b/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/EmulatorFileFilter.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2008-2022 by Robert Greene + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.ui.swing; import java.io.File; diff --git a/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/SwingAppleCommander.java b/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/SwingAppleCommander.java index 666bd7e..429660c 100644 --- a/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/SwingAppleCommander.java +++ b/app/gui-swing/src/main/java/com/webcodepro/applecommander/ui/swing/SwingAppleCommander.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2008 by Robert Greene + * Copyright (C) 2008-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/ApplesoftCompiler.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/ApplesoftCompiler.java index b88e478..6f30e2b 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/ApplesoftCompiler.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/ApplesoftCompiler.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/CompileException.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/CompileException.java index 7256be6..e4c972c 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/CompileException.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/CompileException.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/CompilerBundle.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/CompilerBundle.java index 8542a83..455ba5c 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/CompilerBundle.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/CompilerBundle.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/Variable.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/Variable.java index 9a8a3a5..2b2c337 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/Variable.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/compiler/Variable.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DirectoryEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DirectoryEntry.java index 6e4d248..88ecfef 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DirectoryEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DirectoryEntry.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2003 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/Disk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/Disk.java index 6146c96..b783c71 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/Disk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/Disk.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskCorruptException.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskCorruptException.java index d7e8e95..a62941b 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskCorruptException.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskCorruptException.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskException.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskException.java index 3ef821a..5b494bb 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskException.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskException.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskFullException.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskFullException.java index 40e22da..4437111 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskFullException.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskFullException.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskUnrecognizedException.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskUnrecognizedException.java index 6b92f9c..9e4320e 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskUnrecognizedException.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/DiskUnrecognizedException.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileEntry.java index c82d30d..e1e990c 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileEntry.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileEntryComparator.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileEntryComparator.java index 9bcc7d8..8d47c7e 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileEntryComparator.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileEntryComparator.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileFilter.java index 18a4f65..e482702 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FormattedDisk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FormattedDisk.java index b33c615..52dd48e 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FormattedDisk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/FormattedDisk.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/StorageBundle.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/StorageBundle.java index 1d80d5e..45140f2 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/StorageBundle.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/StorageBundle.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksDataBaseFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksDataBaseFileFilter.java index 58f6e71..e555427 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksDataBaseFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksDataBaseFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2003 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksSpreadSheetFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksSpreadSheetFileFilter.java index c3c8a86..a475f77 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksSpreadSheetFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksSpreadSheetFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2003 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksWordProcessorFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksWordProcessorFileFilter.java index 8d5e86a..fa76059 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksWordProcessorFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AppleWorksWordProcessorFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/ApplesoftFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/ApplesoftFileFilter.java index c2d6c70..999d4b1 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/ApplesoftFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/ApplesoftFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AssemblySourceFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AssemblySourceFileFilter.java index 493e1e0..d818075 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AssemblySourceFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/AssemblySourceFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/BinaryFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/BinaryFileFilter.java index cf45242..1a618bc 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/BinaryFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/BinaryFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/BusinessBASICFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/BusinessBASICFileFilter.java index 8f18da1..4763538 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/BusinessBASICFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/BusinessBASICFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002, 2008 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/GraphicsFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/GraphicsFileFilter.java index 4ffd6d7..757e4f6 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/GraphicsFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/GraphicsFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/GutenbergFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/GutenbergFileFilter.java index 9a4601c..89c6c15 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/GutenbergFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/GutenbergFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002, 2008 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/HexDumpFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/HexDumpFileFilter.java index e87542b..899a2dd 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/HexDumpFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/HexDumpFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2003 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/IntegerBasicFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/IntegerBasicFileFilter.java index fd1837f..969a0ce 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/IntegerBasicFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/IntegerBasicFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/PascalTextFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/PascalTextFileFilter.java index 6c804a7..a1f4198 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/PascalTextFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/PascalTextFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2004 by Robert Greene + * Copyright (C) 2004-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/TextFileFilter.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/TextFileFilter.java index e344335..bad04ce 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/TextFileFilter.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/TextFileFilter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/AppleImage.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/AppleImage.java index 6a6aae2..cc003ad 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/AppleImage.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/AppleImage.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2003 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/ImageIoImage.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/ImageIoImage.java index 6dcf6a9..e1bd65b 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/ImageIoImage.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/ImageIoImage.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2003 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/SunJpegImage.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/SunJpegImage.java index 5829578..d27acd3 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/SunJpegImage.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/filters/imagehandlers/SunJpegImage.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2003 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/cpm/CpmFileEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/cpm/CpmFileEntry.java index 0c08913..d03c505 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/cpm/CpmFileEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/cpm/CpmFileEntry.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2003-2022 by Robert Greene + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.storage.os.cpm; import java.text.NumberFormat; diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/cpm/CpmFormatDisk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/cpm/CpmFormatDisk.java index 4a0d29c..9f51a6a 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/cpm/CpmFormatDisk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/cpm/CpmFormatDisk.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosFileEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosFileEntry.java index 5d73aa8..a998a77 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosFileEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosFileEntry.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosFormatDisk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosFormatDisk.java index 7df98c0..2c34188 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosFormatDisk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosFormatDisk.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosSectorAddress.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosSectorAddress.java index b8d160c..177ebcb 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosSectorAddress.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/DosSectorAddress.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/OzDosFormatDisk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/OzDosFormatDisk.java index d863d6b..c99a947 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/OzDosFormatDisk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/OzDosFormatDisk.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/UniDosFormatDisk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/UniDosFormatDisk.java index d7f9a6d..0a53b80 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/UniDosFormatDisk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/dos33/UniDosFormatDisk.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/gutenberg/GutenbergFileEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/gutenberg/GutenbergFileEntry.java index d23df5e..fef9caf 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/gutenberg/GutenbergFileEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/gutenberg/GutenbergFileEntry.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/gutenberg/GutenbergFormatDisk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/gutenberg/GutenbergFormatDisk.java index 27f9385..bb93807 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/gutenberg/GutenbergFormatDisk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/gutenberg/GutenbergFormatDisk.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002, 2008 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/nakedos/NakedosFileEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/nakedos/NakedosFileEntry.java index b02b732..6b11342 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/nakedos/NakedosFileEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/nakedos/NakedosFileEntry.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/nakedos/NakedosFormatDisk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/nakedos/NakedosFormatDisk.java index a974b64..488a76f 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/nakedos/NakedosFormatDisk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/nakedos/NakedosFormatDisk.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002, 2008 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/pascal/PascalFileEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/pascal/PascalFileEntry.java index 6260b4b..b5a68fb 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/pascal/PascalFileEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/pascal/PascalFileEntry.java @@ -1,8 +1,8 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net - * Copyright (C) 2004 by John B. Matthews + * Copyright (C) 2004-2022 by John B. Matthews * matthewsj at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/pascal/PascalFormatDisk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/pascal/PascalFormatDisk.java index 6b883a7..04660a1 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/pascal/PascalFormatDisk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/pascal/PascalFormatDisk.java @@ -1,8 +1,8 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net - * Copyright (C) 2004 by John B. Matthews + * Copyright (C) 2004-2022 by John B. Matthews * matthewsj at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosBlockAddress.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosBlockAddress.java index 2f8d3f1..025f7b1 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosBlockAddress.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosBlockAddress.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosCommonDirectoryHeader.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosCommonDirectoryHeader.java index 85de71d..4105381 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosCommonDirectoryHeader.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosCommonDirectoryHeader.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosCommonEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosCommonEntry.java index 05acc27..75eb576 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosCommonEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosCommonEntry.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosDirectoryEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosDirectoryEntry.java index 529f9c9..33eaf6e 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosDirectoryEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosDirectoryEntry.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2003 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosDiskSizeDoesNotMatchException.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosDiskSizeDoesNotMatchException.java index b501ad8..2a1f75d 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosDiskSizeDoesNotMatchException.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosDiskSizeDoesNotMatchException.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFileEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFileEntry.java index ec15c51..fbf8ae2 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFileEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFileEntry.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFormatDisk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFormatDisk.java index ff94162..102ca49 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFormatDisk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFormatDisk.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosSubdirectoryHeader.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosSubdirectoryHeader.java index a222330..1392d61 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosSubdirectoryHeader.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosSubdirectoryHeader.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosVolumeDirectoryHeader.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosVolumeDirectoryHeader.java index 33bfea9..37a4ef1 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosVolumeDirectoryHeader.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/prodos/ProdosVolumeDirectoryHeader.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/rdos/RdosFileEntry.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/rdos/RdosFileEntry.java index f3f3152..c5bd18c 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/rdos/RdosFileEntry.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/rdos/RdosFileEntry.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/rdos/RdosFormatDisk.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/rdos/RdosFormatDisk.java index fc34595..1c3878d 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/rdos/RdosFormatDisk.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/os/rdos/RdosFormatDisk.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ByteArrayImageLayout.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ByteArrayImageLayout.java index d8dab38..cdc7898 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ByteArrayImageLayout.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ByteArrayImageLayout.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/DosOrder.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/DosOrder.java index 0e647ee..f356219 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/DosOrder.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/DosOrder.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ImageOrder.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ImageOrder.java index e28ed63..a70d5c4 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ImageOrder.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ImageOrder.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/NibbleOrder.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/NibbleOrder.java index 507189a..120dcfd 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/NibbleOrder.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/NibbleOrder.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ProdosOrder.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ProdosOrder.java index 2c82971..78f4a0f 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ProdosOrder.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/ProdosOrder.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/UniversalDiskImageLayout.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/UniversalDiskImageLayout.java index 15ec881..33d8c5e 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/UniversalDiskImageLayout.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/physical/UniversalDiskImageLayout.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/AppleCommander.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/AppleCommander.java index 3febc35..fa3126d 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/AppleCommander.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/AppleCommander.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/DirectoryLister.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/DirectoryLister.java index 2e69684..e983a5c 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/DirectoryLister.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/DirectoryLister.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2002-2022 by Robert Greene + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.ui; import java.io.IOException; diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/ImportSpecification.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/ImportSpecification.java index fb3b795..50806ca 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/ImportSpecification.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/ImportSpecification.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/UiBundle.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/UiBundle.java index 14d0c22..b835897 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/UiBundle.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/UiBundle.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/UserPreferences.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/UserPreferences.java index b44b26a..27099d0 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/UserPreferences.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/ui/UserPreferences.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/AppleUtil.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/AppleUtil.java index b78ebde..6487f88 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/AppleUtil.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/AppleUtil.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftToken.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftToken.java index 956858f..c8e2c50 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftToken.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftToken.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2002-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util; /** diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftTokenizer.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftTokenizer.java index 113abf7..322a2be 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftTokenizer.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftTokenizer.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftTokens.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftTokens.java index 053394f..79b3521 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftTokens.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ApplesoftTokens.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICToken.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICToken.java index 0abf9d8..9082bc9 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICToken.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICToken.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2008-2022 by David Schmidt + * david__schmidt at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util; /** diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICTokenizer.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICTokenizer.java index b87e04f..1764de3 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICTokenizer.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICTokenizer.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2008-2019 by David Schmidt + * Copyright (C) 2008-2022 by David Schmidt * david__schmidt at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICTokens.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICTokens.java index f09af6c..eef7c21 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICTokens.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/BusinessBASICTokens.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/DiskRecurser.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/DiskRecurser.java index 66f8a95..70cd5c0 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/DiskRecurser.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/DiskRecurser.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2002-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util; import java.util.function.Consumer; diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/Host.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/Host.java index ac8f509..24e6743 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/Host.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/Host.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 John B. Matthews + * Copyright (C) 2006-2022 John B. Matthews * matthewsj at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/Name.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/Name.java index 6ccb80b..3394720 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/Name.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/Name.java @@ -1,3 +1,24 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2003-2022 by Robert Greene + * robgreene at users.sourceforge.net + * Copyright (C) 2003-2022 by John B. Matthews + * matthewsj at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util; import java.util.List; diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ShrinkItUtilities.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ShrinkItUtilities.java index acac994..d9ebb92 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ShrinkItUtilities.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/ShrinkItUtilities.java @@ -1,7 +1,5 @@ -package com.webcodepro.applecommander.util; - /* - * Copyright (C) 2012 by David Schmidt + * Copyright (C) 2012-2022 by David Schmidt * david__schmidt at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it @@ -18,6 +16,7 @@ package com.webcodepro.applecommander.util; * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +package com.webcodepro.applecommander.util; import java.io.File; import java.io.FileInputStream; diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/StreamUtil.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/StreamUtil.java index 75c310f..f1dd032 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/StreamUtil.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/StreamUtil.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/TextBundle.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/TextBundle.java index 34d876f..0c5e3a3 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/TextBundle.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/TextBundle.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/TranslatorStream.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/TranslatorStream.java index 0ae15d3..0bfbe9b 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/TranslatorStream.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/TranslatorStream.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2002-2022 by Robert Greene + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util; import java.io.IOException; diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/FileStreamer.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/FileStreamer.java index e107684..37a1a82 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/FileStreamer.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/FileStreamer.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2021-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util.filestreamer; import java.io.File; diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/FileTuple.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/FileTuple.java index ec054fa..b87dc8a 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/FileTuple.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/FileTuple.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2021-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util.filestreamer; import java.util.ArrayList; diff --git a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/TypeOfFile.java b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/TypeOfFile.java index c092121..8563fec 100644 --- a/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/TypeOfFile.java +++ b/lib/ac-api/src/main/java/com/webcodepro/applecommander/util/filestreamer/TypeOfFile.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2021-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util.filestreamer; import java.util.function.Predicate; diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/compiler/ApplesoftCompilerTest.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/compiler/ApplesoftCompilerTest.java index 4fb8a84..03ae070 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/compiler/ApplesoftCompilerTest.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/compiler/ApplesoftCompilerTest.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/DiskHelperTest.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/DiskHelperTest.java index af14e97..8f8b310 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/DiskHelperTest.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/DiskHelperTest.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/DiskWriterTest.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/DiskWriterTest.java index bb93acd..dd6d978 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/DiskWriterTest.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/DiskWriterTest.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/dos33/DosFormatDiskTest.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/dos33/DosFormatDiskTest.java index 7faeb47..465c564 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/dos33/DosFormatDiskTest.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/dos33/DosFormatDiskTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2002-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.storage.os.dos33; import static org.junit.Assert.assertEquals; diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/pascal/PascalFormatDiskTest.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/pascal/PascalFormatDiskTest.java index 3abd715..3524f5f 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/pascal/PascalFormatDiskTest.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/pascal/PascalFormatDiskTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2002-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.storage.os.pascal; import static org.junit.Assert.assertEquals; diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFormatDiskTest.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFormatDiskTest.java index 61742a7..b8f7d14 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFormatDiskTest.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/storage/os/prodos/ProdosFormatDiskTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2002-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.storage.os.prodos; import static org.junit.Assert.*; diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/testconfig/TestConfig.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/testconfig/TestConfig.java index bd0fed6..503bf04 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/testconfig/TestConfig.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/testconfig/TestConfig.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/AppleUtilTest.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/AppleUtilTest.java index 63e11be..1a36991 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/AppleUtilTest.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/AppleUtilTest.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/TranslatorStreamTest.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/TranslatorStreamTest.java index 47cac44..9ec83fb 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/TranslatorStreamTest.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/TranslatorStreamTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2002-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util; import java.io.ByteArrayInputStream; diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/filestreamer/FileStreamerTest.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/filestreamer/FileStreamerTest.java index f67f34a..ae6f92b 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/filestreamer/FileStreamerTest.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/filestreamer/FileStreamerTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2021-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util.filestreamer; import static org.junit.Assert.assertEquals; diff --git a/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/filestreamer/FileTupleTest.java b/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/filestreamer/FileTupleTest.java index df0d6ad..a1d7a65 100644 --- a/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/filestreamer/FileTupleTest.java +++ b/lib/ac-api/src/test/java/com/webcodepro/applecommander/util/filestreamer/FileTupleTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2021-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.util.filestreamer; import static org.junit.Assert.assertEquals; diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskExplorerTab.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskExplorerTab.java index 321b6bd..4daa6f7 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskExplorerTab.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskExplorerTab.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskInfoTab.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskInfoTab.java index 011ea19..027a8f4 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskInfoTab.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskInfoTab.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskMapTab.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskMapTab.java index e41c1e0..affcc00 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskMapTab.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskMapTab.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskWindow.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskWindow.java index 025c97e..2af894a 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskWindow.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/DiskWindow.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/FileViewerWindow.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/FileViewerWindow.java index ef24896..9609981 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/FileViewerWindow.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/FileViewerWindow.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/SwtAppleCommander.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/SwtAppleCommander.java index ceb6f27..e35b90e 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/SwtAppleCommander.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/SwtAppleCommander.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/SwtImage.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/SwtImage.java index 0b5a9dc..13c993e 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/SwtImage.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/SwtImage.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2003 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/ApplesoftFilterAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/ApplesoftFilterAdapter.java index 3f1e750..8d7fdf9 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/ApplesoftFilterAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/ApplesoftFilterAdapter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/BusinessBASICFilterAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/BusinessBASICFilterAdapter.java index 276903d..7d827fe 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/BusinessBASICFilterAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/BusinessBASICFilterAdapter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2008 by David Schmidt + * Copyright (C) 2008-2022 by David Schmidt * david__schmidt at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/FilterAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/FilterAdapter.java index 41c4823..142bfd6 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/FilterAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/FilterAdapter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/GraphicsFilterAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/GraphicsFilterAdapter.java index d4fe492..bebd014 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/GraphicsFilterAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/GraphicsFilterAdapter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/HexFilterAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/HexFilterAdapter.java index b3daf54..79a90b8 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/HexFilterAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/HexFilterAdapter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/RawDumpFilterAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/RawDumpFilterAdapter.java index ee7efcb..b698938 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/RawDumpFilterAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/RawDumpFilterAdapter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/TextFilterAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/TextFilterAdapter.java index 0271e33..a5419bf 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/TextFilterAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/filteradapter/TextFilterAdapter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/DropDownSelectionListener.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/DropDownSelectionListener.java index 170fb07..3e70d89 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/DropDownSelectionListener.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/DropDownSelectionListener.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageCanvas.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageCanvas.java index 7e0d73f..fd9cf7e 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageCanvas.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageCanvas.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageManager.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageManager.java index 7d0c403..477b819 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageManager.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/ImageManager.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/SwtUtil.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/SwtUtil.java index 67a16c1..444babc 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/SwtUtil.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/SwtUtil.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2003 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/ContentTypeAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/ContentTypeAdapter.java index 9eb1338..04ee914 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/ContentTypeAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/ContentTypeAdapter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/ImageCanvasAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/ImageCanvasAdapter.java index bedd454..64d4901 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/ImageCanvasAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/ImageCanvasAdapter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/NoActionContentTypeAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/NoActionContentTypeAdapter.java index 3934e00..a1d1cdb 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/NoActionContentTypeAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/NoActionContentTypeAdapter.java @@ -1,8 +1,21 @@ /* - * Created on Jun 17, 2004 + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2002-2022 by Robert Greene and others + * robgreene at users.sourceforge.net * - * To change the template for this generated file go to - * Window>Preferences>Java>Code Generation>Code and Comments + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package com.webcodepro.applecommander.ui.swt.util.contentadapter; diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/StyledTextAdapter.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/StyledTextAdapter.java index 6e36457..dad09af 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/StyledTextAdapter.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/util/contentadapter/StyledTextAdapter.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/Wizard.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/Wizard.java index 61fe4bf..022d2ce 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/Wizard.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/Wizard.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/WizardPane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/WizardPane.java index 8e0f655..5189af6 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/WizardPane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/WizardPane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksResultsPane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksResultsPane.java index 7f1f1d7..a63846c 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksResultsPane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksResultsPane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksStartPane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksStartPane.java index c3d9cdb..8d8b863 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksStartPane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksStartPane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksWizard.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksWizard.java index b2cade2..a06411d 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksWizard.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/comparedisks/CompareDisksWizard.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-2004 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/compilefile/CompileFileStartPane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/compilefile/CompileFileStartPane.java index 6abf7fe..1e5d2fd 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/compilefile/CompileFileStartPane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/compilefile/CompileFileStartPane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/compilefile/CompileWizard.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/compilefile/CompileWizard.java index ab05f97..4003211 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/compilefile/CompileWizard.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/compilefile/CompileWizard.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageFormatPane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageFormatPane.java index 7893f99..b1385f6 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageFormatPane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageFormatPane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageNamePane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageNamePane.java index 169a538..f5cb81b 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageNamePane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageNamePane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageOrderPane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageOrderPane.java index d3149ce..ef284f7 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageOrderPane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageOrderPane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageSizePane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageSizePane.java index 5635031..08cee85 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageSizePane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageSizePane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageWizard.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageWizard.java index b3571f8..28d189e 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageWizard.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/diskimage/DiskImageWizard.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/AppleWorksWordProcessorPane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/AppleWorksWordProcessorPane.java index ee7cb1d..f5b7a71 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/AppleWorksWordProcessorPane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/AppleWorksWordProcessorPane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportFileDestinationPane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportFileDestinationPane.java index bcd8272..b5f5ae1 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportFileDestinationPane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportFileDestinationPane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportFileStartPane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportFileStartPane.java index 1c8215c..0ae2427 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportFileStartPane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportFileStartPane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportGraphicsTypePane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportGraphicsTypePane.java index 82744d6..df2fbbe 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportGraphicsTypePane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportGraphicsTypePane.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002-3 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportWizard.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportWizard.java index 8af800a..629b7ce 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportWizard.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/exportfile/ExportWizard.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2002 by Robert Greene + * Copyright (C) 2002-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/importfile/ImportSelectFilesWizardPane.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/importfile/ImportSelectFilesWizardPane.java index 54617a7..11714d4 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/importfile/ImportSelectFilesWizardPane.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/importfile/ImportSelectFilesWizardPane.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2003-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.ui.swt.wizard.importfile; import java.io.File; diff --git a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/importfile/ImportWizard.java b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/importfile/ImportWizard.java index d032e47..3f640ba 100644 --- a/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/importfile/ImportWizard.java +++ b/lib/ac-swt-common/src/main/java/com/webcodepro/applecommander/ui/swt/wizard/importfile/ImportWizard.java @@ -1,6 +1,6 @@ /* * AppleCommander - An Apple ][ image utility. - * Copyright (C) 2003 by Robert Greene + * Copyright (C) 2003-2022 by Robert Greene * robgreene at users.sourceforge.net * * This program is free software; you can redistribute it and/or modify it diff --git a/lib/ac-swt-common/src/test/java/com/webcodepro/applecommander/ui/swt/SwtImageTest.java b/lib/ac-swt-common/src/test/java/com/webcodepro/applecommander/ui/swt/SwtImageTest.java index a0d2df9..3ff7ca6 100644 --- a/lib/ac-swt-common/src/test/java/com/webcodepro/applecommander/ui/swt/SwtImageTest.java +++ b/lib/ac-swt-common/src/test/java/com/webcodepro/applecommander/ui/swt/SwtImageTest.java @@ -1,3 +1,22 @@ +/* + * AppleCommander - An Apple ][ image utility. + * Copyright (C) 2003-2022 by Robert Greene and others + * robgreene at users.sourceforge.net + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ package com.webcodepro.applecommander.ui.swt; import static org.hamcrest.CoreMatchers.is;