From 869a8b2f4c1ff5634d6a7a9795d2ee16fa087851 Mon Sep 17 00:00:00 2001 From: Arik Hadas Date: Sat, 18 Jan 2020 14:49:48 +0200 Subject: [PATCH] remove copyright from source code --- .../java/com/mucommander/commons/file/archiver/Archiver.java | 1 - .../mucommander/commons/file/archiver/SingleFileArchiver.java | 1 - .../java/com/mucommander/commons/file/archiver/TarArchiver.java | 1 - .../java/com/mucommander/commons/file/archiver/ZipArchiver.java | 1 - .../java/com/mucommander/commons/collections/AlteredVector.java | 1 - .../java/com/mucommander/commons/collections/Enumerator.java | 1 - .../mucommander/commons/collections/VectorChangeListener.java | 1 - .../mucommander/commons/conf/BufferedConfigurationExplorer.java | 1 - .../main/java/com/mucommander/commons/conf/Configuration.java | 1 - .../java/com/mucommander/commons/conf/ConfigurationBuilder.java | 1 - .../java/com/mucommander/commons/conf/ConfigurationEvent.java | 1 - .../com/mucommander/commons/conf/ConfigurationException.java | 1 - .../com/mucommander/commons/conf/ConfigurationExplorer.java | 1 - .../mucommander/commons/conf/ConfigurationFormatException.java | 1 - .../com/mucommander/commons/conf/ConfigurationListener.java | 1 - .../java/com/mucommander/commons/conf/ConfigurationReader.java | 1 - .../mucommander/commons/conf/ConfigurationReaderFactory.java | 1 - .../java/com/mucommander/commons/conf/ConfigurationSection.java | 1 - .../java/com/mucommander/commons/conf/ConfigurationSource.java | 1 - .../commons/conf/ConfigurationStructureException.java | 1 - .../mucommander/commons/conf/ConfigurationWriterFactory.java | 1 - .../mucommander/commons/conf/DefaultConfigurationBuilder.java | 1 - .../com/mucommander/commons/conf/FileConfigurationSource.java | 1 - .../mucommander/commons/conf/ReaderConfigurationException.java | 1 - .../mucommander/commons/conf/SourceConfigurationException.java | 1 - .../main/java/com/mucommander/commons/conf/ValueIterator.java | 1 - .../src/main/java/com/mucommander/commons/conf/ValueList.java | 1 - .../mucommander/commons/conf/WriterConfigurationException.java | 1 - .../com/mucommander/commons/conf/XmlConfigurationReader.java | 1 - .../com/mucommander/commons/conf/XmlConfigurationWriter.java | 1 - .../commons/conf/BufferedConfigurationExplorerTest.java | 1 - .../com/mucommander/commons/conf/ConfigurationEventTest.java | 1 - .../com/mucommander/commons/conf/ConfigurationExplorerTest.java | 1 - .../com/mucommander/commons/conf/ConfigurationSectionTest.java | 1 - .../mucommander/commons/conf/FileConfigurationSourceTest.java | 1 - .../java/com/mucommander/commons/conf/ValueIteratorTest.java | 1 - .../test/java/com/mucommander/commons/conf/ValueListTest.java | 1 - .../main/java/com/mucommander/commons/file/AbstractFile.java | 1 - .../com/mucommander/commons/file/AbstractFileClassLoader.java | 1 - .../main/java/com/mucommander/commons/file/AuthException.java | 1 - .../java/com/mucommander/commons/file/AuthenticationType.java | 1 - .../main/java/com/mucommander/commons/file/Authenticator.java | 1 - .../src/main/java/com/mucommander/commons/file/CachedFile.java | 1 - .../src/main/java/com/mucommander/commons/file/Credentials.java | 1 - .../src/main/java/com/mucommander/commons/file/DebugFile.java | 1 - .../java/com/mucommander/commons/file/DefaultPathCanonizer.java | 1 - .../java/com/mucommander/commons/file/DefaultSchemeHandler.java | 1 - .../java/com/mucommander/commons/file/DefaultSchemeParser.java | 1 - .../src/main/java/com/mucommander/commons/file/DummyFile.java | 1 - .../main/java/com/mucommander/commons/file/FileAttributes.java | 1 - .../src/main/java/com/mucommander/commons/file/FileFactory.java | 1 - .../main/java/com/mucommander/commons/file/FileOperation.java | 1 - .../main/java/com/mucommander/commons/file/FilePermissions.java | 1 - .../src/main/java/com/mucommander/commons/file/FileURL.java | 1 - .../com/mucommander/commons/file/GroupedPermissionBits.java | 1 - .../com/mucommander/commons/file/IndividualPermissionBits.java | 1 - .../java/com/mucommander/commons/file/MacOsSystemFolder.java | 1 - .../src/main/java/com/mucommander/commons/file/MimeTypes.java | 1 - .../com/mucommander/commons/file/MutableFileAttributes.java | 1 - .../main/java/com/mucommander/commons/file/PathCanonizer.java | 1 - .../java/com/mucommander/commons/file/PermissionAccess.java | 1 - .../main/java/com/mucommander/commons/file/PermissionBits.java | 1 - .../main/java/com/mucommander/commons/file/PermissionType.java | 1 - .../src/main/java/com/mucommander/commons/file/ProxyFile.java | 1 - .../main/java/com/mucommander/commons/file/SchemeHandler.java | 1 - .../main/java/com/mucommander/commons/file/SchemeParser.java | 1 - .../java/com/mucommander/commons/file/SimpleFileAttributes.java | 1 - .../com/mucommander/commons/file/SimpleFilePermissions.java | 1 - .../java/com/mucommander/commons/file/SyncedFileAttributes.java | 1 - .../com/mucommander/commons/file/UnsupportedFileOperation.java | 1 - .../commons/file/UnsupportedFileOperationException.java | 1 - .../commons/file/archive/AbstractArchiveEntryFile.java | 1 - .../mucommander/commons/file/archive/AbstractArchiveFile.java | 1 - .../mucommander/commons/file/archive/AbstractROArchiveFile.java | 1 - .../mucommander/commons/file/archive/AbstractRWArchiveFile.java | 1 - .../java/com/mucommander/commons/file/archive/ArchiveEntry.java | 1 - .../mucommander/commons/file/archive/ArchiveEntryIterator.java | 1 - .../com/mucommander/commons/file/archive/ArchiveEntryTree.java | 1 - .../mucommander/commons/file/archive/ArchiveFormatProvider.java | 1 - .../mucommander/commons/file/archive/ROArchiveEntryFile.java | 1 - .../mucommander/commons/file/archive/RWArchiveEntryFile.java | 1 - .../commons/file/archive/SingleArchiveEntryIterator.java | 1 - .../commons/file/archive/WrapperArchiveEntryIterator.java | 1 - .../mucommander/commons/file/compat/CompatURLConnection.java | 1 - .../mucommander/commons/file/compat/CompatURLStreamHandler.java | 1 - .../mucommander/commons/file/connection/ConnectionHandler.java | 1 - .../commons/file/connection/ConnectionHandlerFactory.java | 1 - .../com/mucommander/commons/file/connection/ConnectionPool.java | 1 - .../mucommander/commons/file/filter/AbstractContainsFilter.java | 1 - .../commons/file/filter/AbstractCriterionFilter.java | 1 - .../mucommander/commons/file/filter/AbstractEndsWithFilter.java | 1 - .../mucommander/commons/file/filter/AbstractEqualsFilter.java | 1 - .../commons/file/filter/AbstractExtensionFilter.java | 1 - .../com/mucommander/commons/file/filter/AbstractFileFilter.java | 1 - .../mucommander/commons/file/filter/AbstractFilenameFilter.java | 1 - .../com/mucommander/commons/file/filter/AbstractPathFilter.java | 1 - .../mucommander/commons/file/filter/AbstractRegexpFilter.java | 1 - .../commons/file/filter/AbstractStartsWithFilter.java | 1 - .../commons/file/filter/AbstractStringCriterionFilter.java | 1 - .../java/com/mucommander/commons/file/filter/AndFileFilter.java | 1 - .../mucommander/commons/file/filter/AttributeFileFilter.java | 1 - .../com/mucommander/commons/file/filter/ChainedFileFilter.java | 1 - .../mucommander/commons/file/filter/ContainsFilenameFilter.java | 1 - .../com/mucommander/commons/file/filter/ContainsPathFilter.java | 1 - .../com/mucommander/commons/file/filter/CriterionFilter.java | 1 - .../commons/file/filter/CriterionValueGenerator.java | 1 - .../mucommander/commons/file/filter/EndsWithFilenameFilter.java | 1 - .../com/mucommander/commons/file/filter/EndsWithPathFilter.java | 1 - .../mucommander/commons/file/filter/EqualsFilenameFilter.java | 1 - .../com/mucommander/commons/file/filter/EqualsPathFilter.java | 1 - .../commons/file/filter/ExtensionFilenameFilter.java | 1 - .../mucommander/commons/file/filter/ExtensionPathFilter.java | 1 - .../java/com/mucommander/commons/file/filter/FileFilter.java | 1 - .../mucommander/commons/file/filter/FileOperationFilter.java | 1 - .../com/mucommander/commons/file/filter/FilenameFilter.java | 1 - .../com/mucommander/commons/file/filter/FilenameGenerator.java | 1 - .../java/com/mucommander/commons/file/filter/OrFileFilter.java | 1 - .../mucommander/commons/file/filter/PassThroughFileFilter.java | 1 - .../java/com/mucommander/commons/file/filter/PathFilter.java | 1 - .../java/com/mucommander/commons/file/filter/PathGenerator.java | 1 - .../mucommander/commons/file/filter/RegexpFilenameFilter.java | 1 - .../com/mucommander/commons/file/filter/RegexpPathFilter.java | 1 - .../commons/file/filter/StartsWithFilenameFilter.java | 1 - .../mucommander/commons/file/filter/StartsWithPathFilter.java | 1 - .../mucommander/commons/file/filter/StringCriterionFilter.java | 1 - .../commons/file/icon/CacheableFileIconProvider.java | 1 - .../mucommander/commons/file/icon/CachedFileIconProvider.java | 1 - .../com/mucommander/commons/file/icon/FileIconProvider.java | 1 - .../main/java/com/mucommander/commons/file/icon/IconCache.java | 1 - .../mucommander/commons/file/icon/LocalFileIconProvider.java | 1 - .../commons/file/icon/impl/SwingFileIconProvider.java | 1 - .../commons/file/icon/impl/SwingFileIconProviderImpl.java | 1 - .../main/java/com/mucommander/commons/file/osgi/Activator.java | 1 - .../com/mucommander/commons/file/osgi/FileFormatService.java | 1 - .../mucommander/commons/file/osgi/FileFormatServiceTracker.java | 1 - .../com/mucommander/commons/file/osgi/FileProtocolService.java | 1 - .../commons/file/osgi/FileProtocolServiceTracker.java | 1 - .../com/mucommander/commons/file/protocol/FileProtocols.java | 1 - .../com/mucommander/commons/file/protocol/ProtocolFile.java | 1 - .../com/mucommander/commons/file/protocol/ProtocolProvider.java | 1 - .../com/mucommander/commons/file/protocol/local/LocalFile.java | 1 - .../commons/file/protocol/local/LocalProtocolProvider.java | 1 - .../commons/file/protocol/local/SpecialWindowsLocation.java | 1 - .../src/main/java/com/mucommander/commons/file/util/C.java | 1 - .../main/java/com/mucommander/commons/file/util/CLibrary.java | 1 - .../src/main/java/com/mucommander/commons/file/util/Chmod.java | 1 - .../com/mucommander/commons/file/util/FileChangeListener.java | 1 - .../java/com/mucommander/commons/file/util/FileComparator.java | 1 - .../java/com/mucommander/commons/file/util/FileMonitor.java | 1 - .../com/mucommander/commons/file/util/FileMonitorConstants.java | 1 - .../main/java/com/mucommander/commons/file/util/FilePool.java | 1 - .../main/java/com/mucommander/commons/file/util/FileSet.java | 1 - .../main/java/com/mucommander/commons/file/util/Kernel32.java | 1 - .../java/com/mucommander/commons/file/util/Kernel32API.java | 1 - .../java/com/mucommander/commons/file/util/OSXFileUtils.java | 1 - .../java/com/mucommander/commons/file/util/PathTokenizer.java | 1 - .../main/java/com/mucommander/commons/file/util/PathUtils.java | 1 - .../java/com/mucommander/commons/file/util/ResourceLoader.java | 1 - .../main/java/com/mucommander/commons/file/util/Shell32.java | 1 - .../main/java/com/mucommander/commons/file/util/Shell32API.java | 1 - .../src/main/java/com/mucommander/commons/file/util/W32API.java | 1 - .../java/com/mucommander/commons/file/AbstractFileTest.java | 1 - .../java/com/mucommander/commons/file/DefaultFileURLTest.java | 1 - .../com/mucommander/commons/file/DefaultPathCanonizerTest.java | 1 - .../test/java/com/mucommander/commons/file/FileFactoryTest.java | 1 - .../java/com/mucommander/commons/file/FileTestTransformer.java | 1 - .../test/java/com/mucommander/commons/file/FileURLTestCase.java | 1 - .../test/java/com/mucommander/commons/file/ProxyFileTest.java | 1 - .../com/mucommander/commons/file/SimpleFileAttributesTest.java | 1 - .../src/test/java/com/mucommander/commons/file/TestFile.java | 1 - .../commons/file/filter/ExtensionFilenameFilterTest.java | 1 - .../mucommander/commons/file/protocol/local/LocalFileTest.java | 1 - .../commons/file/protocol/local/LocalFileURLTest.java | 1 - .../com/mucommander/commons/file/util/FileComparatorTest.java | 1 - .../java/com/mucommander/commons/file/util/FileMonitorTest.java | 1 - .../com/mucommander/commons/file/util/PathTokenizerTest.java | 1 - .../java/com/mucommander/commons/file/util/PathUtilsTest.java | 1 - .../com/mucommander/commons/file/util/ResourceLoaderTest.java | 1 - mucommander-commons-file/test_template.properties | 1 - .../main/java/com/mucommander/commons/io/BinaryDetector.java | 1 - .../java/com/mucommander/commons/io/BlockRandomInputStream.java | 1 - .../src/main/java/com/mucommander/commons/io/Bounded.java | 1 - .../java/com/mucommander/commons/io/BoundedInputStream.java | 1 - .../java/com/mucommander/commons/io/BoundedOutputStream.java | 1 - .../src/main/java/com/mucommander/commons/io/BoundedReader.java | 1 - .../src/main/java/com/mucommander/commons/io/BufferPool.java | 1 - .../com/mucommander/commons/io/BufferedRandomOutputStream.java | 1 - .../src/main/java/com/mucommander/commons/io/ByteCounter.java | 1 - .../src/main/java/com/mucommander/commons/io/ByteUtils.java | 1 - .../java/com/mucommander/commons/io/ChecksumInputStream.java | 1 - .../java/com/mucommander/commons/io/ChecksumOutputStream.java | 1 - .../java/com/mucommander/commons/io/CounterInputStream.java | 1 - .../java/com/mucommander/commons/io/CounterOutputStream.java | 1 - .../main/java/com/mucommander/commons/io/EncodingDetector.java | 1 - .../com/mucommander/commons/io/FailSafePipedInputStream.java | 1 - .../java/com/mucommander/commons/io/FileTransferException.java | 1 - .../mucommander/commons/io/FilterRandomAccessInputStream.java | 1 - .../java/com/mucommander/commons/io/FilteredOutputStream.java | 1 - .../com/mucommander/commons/io/FilteredRandomOutputStream.java | 1 - .../com/mucommander/commons/io/FixedByteArrayOutputStream.java | 1 - .../main/java/com/mucommander/commons/io/MultiOutputStream.java | 1 - .../src/main/java/com/mucommander/commons/io/RandomAccess.java | 1 - .../com/mucommander/commons/io/RandomAccessInputStream.java | 1 - .../com/mucommander/commons/io/RandomAccessOutputStream.java | 1 - .../com/mucommander/commons/io/RandomGeneratorInputStream.java | 1 - .../com/mucommander/commons/io/SilenceableOutputStream.java | 1 - .../main/java/com/mucommander/commons/io/SinkOutputStream.java | 1 - .../com/mucommander/commons/io/StreamOutOfBoundException.java | 1 - .../src/main/java/com/mucommander/commons/io/StreamUtils.java | 1 - .../com/mucommander/commons/io/ThroughputLimitInputStream.java | 1 - .../java/com/mucommander/commons/io/base64/Base64Decoder.java | 1 - .../java/com/mucommander/commons/io/base64/Base64Encoder.java | 1 - .../com/mucommander/commons/io/base64/Base64InputStream.java | 1 - .../com/mucommander/commons/io/base64/Base64OutputStream.java | 1 - .../java/com/mucommander/commons/io/base64/Base64Table.java | 1 - .../src/main/java/com/mucommander/commons/io/bom/BOM.java | 1 - .../main/java/com/mucommander/commons/io/bom/BOMConstants.java | 1 - .../java/com/mucommander/commons/io/bom/BOMInputStream.java | 1 - .../src/main/java/com/mucommander/commons/io/bom/BOMReader.java | 1 - .../src/main/java/com/mucommander/commons/io/bom/BOMWriter.java | 1 - .../mucommander/commons/io/compound/CompoundInputStream.java | 1 - .../com/mucommander/commons/io/compound/CompoundReader.java | 1 - .../commons/io/compound/IteratorCompoundInputStream.java | 1 - .../mucommander/commons/io/compound/IteratorCompoundReader.java | 1 - .../mucommander/commons/io/security/Adler32MessageDigest.java | 1 - .../com/mucommander/commons/io/security/CRC32MessageDigest.java | 1 - .../mucommander/commons/io/security/ChecksumMessageDigest.java | 1 - .../java/com/mucommander/commons/io/security/MuProvider.java | 1 - .../java/com/mucommander/commons/io/BoundedInputStreamTest.java | 1 - .../com/mucommander/commons/io/BoundedOutputStreamTest.java | 1 - .../test/java/com/mucommander/commons/io/BoundedReaderTest.java | 1 - .../test/java/com/mucommander/commons/io/BufferPoolTest.java | 1 - .../test/java/com/mucommander/commons/io/base64/Base64Test.java | 1 - .../src/test/java/com/mucommander/commons/io/bom/BOMTest.java | 1 - .../commons/io/compound/CompoundInputStreamTest.java | 1 - .../com/mucommander/commons/io/compound/CompoundReaderTest.java | 1 - .../mucommander/commons/runtime/ComparableRuntimeProperty.java | 1 - .../main/java/com/mucommander/commons/runtime/JavaVersion.java | 1 - .../src/main/java/com/mucommander/commons/runtime/OsFamily.java | 1 - .../main/java/com/mucommander/commons/runtime/OsVersion.java | 1 - .../java/com/mucommander/commons/runtime/JavaVersionTest.java | 1 - .../src/main/java/com/mucommander/commons/util/Pair.java | 1 - .../src/main/java/com/mucommander/commons/util/StringUtils.java | 1 - .../mucommander/commons/util/ui/border/MutableLineBorder.java | 1 - .../mucommander/commons/util/ui/button/ButtonChoicePanel.java | 1 - .../commons/util/ui/button/RolloverButtonAdapter.java | 1 - .../commons/util/ui/combobox/ComboBoxCellRenderer.java | 1 - .../mucommander/commons/util/ui/combobox/ComboBoxListener.java | 1 - .../mucommander/commons/util/ui/combobox/EditableComboBox.java | 1 - .../commons/util/ui/combobox/EditableComboBoxListener.java | 1 - .../com/mucommander/commons/util/ui/combobox/SaneComboBox.java | 1 - .../com/mucommander/commons/util/ui/dialog/DialogOwner.java | 1 - .../com/mucommander/commons/util/ui/dialog/DialogToolkit.java | 1 - .../com/mucommander/commons/util/ui/dialog/FocusDialog.java | 1 - .../com/mucommander/commons/util/ui/helper/FocusRequester.java | 1 - .../com/mucommander/commons/util/ui/helper/MenuToolkit.java | 1 - .../com/mucommander/commons/util/ui/helper/MnemonicHelper.java | 1 - .../com/mucommander/commons/util/ui/helper/ScreenServices.java | 1 - .../com/mucommander/commons/util/ui/layout/FluentPanel.java | 1 - .../commons/util/ui/layout/ProportionalGridPanel.java | 1 - .../commons/util/ui/layout/XAlignedComponentPanel.java | 1 - .../java/com/mucommander/commons/util/ui/layout/XBoxPanel.java | 1 - .../java/com/mucommander/commons/util/ui/layout/YBoxPanel.java | 1 - .../java/com/mucommander/commons/util/ui/text/FontUtils.java | 1 - .../com/mucommander/commons/util/ui/text/MultiLineLabel.java | 1 - .../commons/util/ui/text/SizeConstrainedDocument.java | 1 - .../test/java/com/mucommander/commons/util/StringUtilsTest.java | 1 - mucommander-core/src/main/java/com/mucommander/Activator.java | 1 - .../src/main/java/com/mucommander/RuntimeConstants.java | 1 - .../src/main/java/com/mucommander/ShutdownHook.java | 1 - .../src/main/java/com/mucommander/StressTester.java | 1 - .../src/main/java/com/mucommander/VersionChecker.java | 1 - .../main/java/com/mucommander/auth/CredentialsConstants.java | 1 - .../src/main/java/com/mucommander/auth/CredentialsManager.java | 1 - .../src/main/java/com/mucommander/auth/CredentialsMapping.java | 1 - .../src/main/java/com/mucommander/auth/CredentialsParser.java | 1 - .../src/main/java/com/mucommander/auth/CredentialsWriter.java | 1 - .../src/main/java/com/mucommander/bonjour/BonjourDirectory.java | 1 - .../src/main/java/com/mucommander/bonjour/BonjourMenu.java | 1 - .../src/main/java/com/mucommander/bonjour/BonjourService.java | 1 - .../src/main/java/com/mucommander/bookmark/Bookmark.java | 1 - .../src/main/java/com/mucommander/bookmark/BookmarkBuilder.java | 1 - .../main/java/com/mucommander/bookmark/BookmarkConstants.java | 1 - .../main/java/com/mucommander/bookmark/BookmarkException.java | 1 - .../main/java/com/mucommander/bookmark/BookmarkListener.java | 1 - .../src/main/java/com/mucommander/bookmark/BookmarkManager.java | 1 - .../src/main/java/com/mucommander/bookmark/BookmarkParser.java | 1 - .../src/main/java/com/mucommander/bookmark/BookmarkWriter.java | 1 - .../src/main/java/com/mucommander/bookmark/XORCipher.java | 1 - .../main/java/com/mucommander/bookmark/file/BookmarkFile.java | 1 - .../com/mucommander/bookmark/file/BookmarkOutputStream.java | 1 - .../com/mucommander/bookmark/file/BookmarkProtocolProvider.java | 1 - .../main/java/com/mucommander/bookmark/file/BookmarkRoot.java | 1 - .../src/main/java/com/mucommander/cache/FastLRUCache.java | 1 - .../src/main/java/com/mucommander/cache/LRUCache.java | 1 - .../main/java/com/mucommander/command/AssociationBuilder.java | 1 - .../main/java/com/mucommander/command/AssociationFactory.java | 1 - .../main/java/com/mucommander/command/AssociationReader.java | 1 - .../main/java/com/mucommander/command/AssociationWriter.java | 1 - .../java/com/mucommander/command/AssociationsXmlConstants.java | 1 - .../src/main/java/com/mucommander/command/Command.java | 1 - .../main/java/com/mucommander/command/CommandAssociation.java | 1 - .../src/main/java/com/mucommander/command/CommandBuilder.java | 1 - .../src/main/java/com/mucommander/command/CommandException.java | 1 - .../src/main/java/com/mucommander/command/CommandManager.java | 1 - .../src/main/java/com/mucommander/command/CommandReader.java | 1 - .../src/main/java/com/mucommander/command/CommandType.java | 1 - .../src/main/java/com/mucommander/command/CommandWriter.java | 1 - .../main/java/com/mucommander/command/CommandsXmlConstants.java | 1 - .../java/com/mucommander/command/PermissionsFileFilter.java | 1 - .../src/main/java/com/mucommander/core/FolderChangeMonitor.java | 1 - .../main/java/com/mucommander/core/GlobalLocationHistory.java | 1 - .../main/java/com/mucommander/core/LocalLocationHistory.java | 1 - .../src/main/java/com/mucommander/core/LocationChanger.java | 1 - .../src/main/java/com/mucommander/desktop/AbstractTrash.java | 1 - .../src/main/java/com/mucommander/desktop/CommandBrowse.java | 1 - .../src/main/java/com/mucommander/desktop/CommandOpen.java | 1 - .../java/com/mucommander/desktop/CommandOpenInFileManager.java | 1 - .../java/com/mucommander/desktop/DefaultDesktopAdapter.java | 1 - .../src/main/java/com/mucommander/desktop/DesktopAdapter.java | 1 - .../com/mucommander/desktop/DesktopInitialisationException.java | 1 - .../src/main/java/com/mucommander/desktop/DesktopManager.java | 1 - .../src/main/java/com/mucommander/desktop/DesktopOperation.java | 1 - .../src/main/java/com/mucommander/desktop/InternalBrowse.java | 1 - .../src/main/java/com/mucommander/desktop/InternalOpen.java | 1 - .../main/java/com/mucommander/desktop/LocalFileOperation.java | 1 - .../src/main/java/com/mucommander/desktop/QueuedTrash.java | 1 - .../src/main/java/com/mucommander/desktop/TrashProvider.java | 1 - .../src/main/java/com/mucommander/desktop/UrlOperation.java | 1 - .../desktop/gnome/ConfiguredGnomeDesktopAdapter.java | 1 - .../main/java/com/mucommander/desktop/gnome/GnomeConfig.java | 1 - .../java/com/mucommander/desktop/gnome/GnomeDesktopAdapter.java | 1 - .../src/main/java/com/mucommander/desktop/gnome/GnomeTrash.java | 1 - .../java/com/mucommander/desktop/gnome/GnomeTrashProvider.java | 1 - .../mucommander/desktop/gnome/GuessedGnomeDesktopAdapter.java | 1 - .../mucommander/desktop/kde/ConfiguredKde3DesktopAdapter.java | 1 - .../mucommander/desktop/kde/ConfiguredKde4DesktopAdapter.java | 2 -- .../com/mucommander/desktop/kde/GuessedKde3DesktopAdapter.java | 1 - .../com/mucommander/desktop/kde/GuessedKde4DesktopAdapter.java | 2 -- .../java/com/mucommander/desktop/kde/Kde3DesktopAdapter.java | 1 - .../java/com/mucommander/desktop/kde/Kde3TrashProvider.java | 1 - .../java/com/mucommander/desktop/kde/Kde4DesktopAdapter.java | 2 -- .../java/com/mucommander/desktop/kde/Kde4TrashProvider.java | 2 -- .../src/main/java/com/mucommander/desktop/kde/KdeConfig.java | 1 - .../java/com/mucommander/desktop/kde/KdeDesktopAdapter.java | 1 - .../src/main/java/com/mucommander/desktop/kde/KdeTrash.java | 1 - .../com/mucommander/desktop/openvms/OpenVMSDesktopAdapter.java | 1 - .../java/com/mucommander/desktop/osx/OSXDesktopAdapter.java | 1 - .../src/main/java/com/mucommander/desktop/osx/OSXTrash.java | 1 - .../main/java/com/mucommander/desktop/osx/OSXTrashProvider.java | 1 - .../com/mucommander/desktop/windows/Win9xDesktopAdapter.java | 1 - .../com/mucommander/desktop/windows/WinNtDesktopAdapter.java | 1 - .../com/mucommander/desktop/windows/WindowsDesktopAdapter.java | 1 - .../main/java/com/mucommander/desktop/windows/WindowsTrash.java | 1 - .../com/mucommander/desktop/windows/WindowsTrashProvider.java | 1 - .../com/mucommander/desktop/xfce/GuessedXfceDesktopAdapter.java | 1 - .../java/com/mucommander/desktop/xfce/XfceDesktopAdapter.java | 1 - .../src/main/java/com/mucommander/desktop/xfce/XfceTrash.java | 1 - .../java/com/mucommander/desktop/xfce/XfceTrashProvider.java | 1 - .../src/main/java/com/mucommander/extension/ClassFilter.java | 1 - .../src/main/java/com/mucommander/extension/ClassFinder.java | 1 - .../main/java/com/mucommander/extension/ExtensionManager.java | 1 - .../main/java/com/mucommander/extension/LookAndFeelFilter.java | 1 - .../src/main/java/com/mucommander/job/FileCollisionChecker.java | 1 - mucommander-core/src/main/java/com/mucommander/job/FileJob.java | 1 - .../src/main/java/com/mucommander/job/FileJobAction.java | 1 - .../src/main/java/com/mucommander/job/FileJobException.java | 1 - .../src/main/java/com/mucommander/job/FileJobListener.java | 1 - .../src/main/java/com/mucommander/job/FileJobState.java | 1 - .../src/main/java/com/mucommander/job/JobListener.java | 1 - .../src/main/java/com/mucommander/job/JobProgress.java | 1 - .../src/main/java/com/mucommander/job/JobsManager.java | 1 - .../src/main/java/com/mucommander/job/impl/AbstractCopyJob.java | 1 - .../src/main/java/com/mucommander/job/impl/ArchiveJob.java | 1 - .../src/main/java/com/mucommander/job/impl/BatchRenameJob.java | 1 - .../java/com/mucommander/job/impl/CalculateChecksumJob.java | 1 - .../java/com/mucommander/job/impl/ChangeFileAttributesJob.java | 1 - .../src/main/java/com/mucommander/job/impl/CombineFilesJob.java | 1 - .../src/main/java/com/mucommander/job/impl/CopyJob.java | 1 - .../src/main/java/com/mucommander/job/impl/DeleteJob.java | 1 - .../src/main/java/com/mucommander/job/impl/MkdirJob.java | 1 - .../src/main/java/com/mucommander/job/impl/MoveJob.java | 1 - .../src/main/java/com/mucommander/job/impl/PropertiesJob.java | 1 - .../src/main/java/com/mucommander/job/impl/SelfUpdateJob.java | 1 - .../src/main/java/com/mucommander/job/impl/SendMailJob.java | 1 - .../src/main/java/com/mucommander/job/impl/SplitFileJob.java | 1 - .../src/main/java/com/mucommander/job/impl/TempCopyJob.java | 1 - .../src/main/java/com/mucommander/job/impl/TempExecJob.java | 1 - .../src/main/java/com/mucommander/job/impl/TempOpenWithJob.java | 1 - .../src/main/java/com/mucommander/job/impl/TransferFileJob.java | 1 - .../src/main/java/com/mucommander/job/impl/UnpackJob.java | 1 - .../src/main/java/com/mucommander/job/ui/DialogResult.java | 1 - .../src/main/java/com/mucommander/job/ui/UserInputHelper.java | 1 - mucommander-core/src/main/java/com/mucommander/muCommander.java | 1 - .../src/main/java/com/mucommander/osgi/FileEditorService.java | 1 - .../java/com/mucommander/osgi/FileEditorServiceTracker.java | 1 - .../src/main/java/com/mucommander/osgi/FileViewerService.java | 1 - .../java/com/mucommander/osgi/FileViewerServiceTracker.java | 1 - mucommander-core/src/main/java/com/mucommander/shell/Shell.java | 1 - .../main/java/com/mucommander/shell/ShellEncodingListener.java | 1 - .../main/java/com/mucommander/shell/ShellHistoryConstants.java | 1 - .../main/java/com/mucommander/shell/ShellHistoryListener.java | 1 - .../main/java/com/mucommander/shell/ShellHistoryManager.java | 1 - .../src/main/java/com/mucommander/shell/ShellHistoryReader.java | 1 - .../src/main/java/com/mucommander/shell/ShellHistoryWriter.java | 1 - .../src/main/java/com/mucommander/snapshot/MuSnapshot.java | 1 - .../src/main/java/com/mucommander/snapshot/MuSnapshotable.java | 1 - .../src/main/java/com/mucommander/ui/action/AWTActionProxy.java | 1 - .../com/mucommander/ui/action/AbstractActionDescriptor.java | 1 - .../src/main/java/com/mucommander/ui/action/AcceleratorMap.java | 1 - .../src/main/java/com/mucommander/ui/action/ActionCategory.java | 1 - .../main/java/com/mucommander/ui/action/ActionDescriptor.java | 1 - .../src/main/java/com/mucommander/ui/action/ActionFactory.java | 1 - .../src/main/java/com/mucommander/ui/action/ActionKeymap.java | 1 - .../src/main/java/com/mucommander/ui/action/ActionKeymapIO.java | 1 - .../main/java/com/mucommander/ui/action/ActionKeymapReader.java | 1 - .../main/java/com/mucommander/ui/action/ActionKeymapWriter.java | 1 - .../src/main/java/com/mucommander/ui/action/ActionManager.java | 1 - .../main/java/com/mucommander/ui/action/ActionParameters.java | 1 - .../main/java/com/mucommander/ui/action/ActionProperties.java | 1 - .../src/main/java/com/mucommander/ui/action/InvokesDialog.java | 1 - .../src/main/java/com/mucommander/ui/action/MuAction.java | 1 - .../com/mucommander/ui/action/impl/AbstractViewerAction.java | 1 - .../java/com/mucommander/ui/action/impl/ActiveTabAction.java | 1 - .../java/com/mucommander/ui/action/impl/AddBookmarkAction.java | 1 - .../java/com/mucommander/ui/action/impl/BatchRenameAction.java | 1 - .../com/mucommander/ui/action/impl/BringAllToFrontAction.java | 1 - .../com/mucommander/ui/action/impl/CalculateChecksumAction.java | 1 - .../java/com/mucommander/ui/action/impl/ChangeDateAction.java | 1 - .../com/mucommander/ui/action/impl/ChangeLocationAction.java | 1 - .../com/mucommander/ui/action/impl/ChangePermissionsAction.java | 1 - .../com/mucommander/ui/action/impl/CheckForUpdatesAction.java | 1 - .../mucommander/ui/action/impl/CloneTabToOtherPanelAction.java | 1 - .../mucommander/ui/action/impl/CloseDuplicateTabsAction.java | 1 - .../com/mucommander/ui/action/impl/CloseOtherTabsAction.java | 1 - .../java/com/mucommander/ui/action/impl/CloseTabAction.java | 1 - .../java/com/mucommander/ui/action/impl/CloseWindowAction.java | 1 - .../java/com/mucommander/ui/action/impl/CombineFilesAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/CommandAction.java | 1 - .../com/mucommander/ui/action/impl/CompareFoldersAction.java | 1 - .../com/mucommander/ui/action/impl/ConnectToServerAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/CopyAction.java | 1 - .../com/mucommander/ui/action/impl/CopyFileBaseNamesAction.java | 1 - .../com/mucommander/ui/action/impl/CopyFileNamesAction.java | 1 - .../com/mucommander/ui/action/impl/CopyFilePathsAction.java | 1 - .../mucommander/ui/action/impl/CopyFilesToClipboardAction.java | 1 - .../mucommander/ui/action/impl/CustomizeCommandBarAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/DeleteAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/DonateAction.java | 1 - .../java/com/mucommander/ui/action/impl/DuplicateTabAction.java | 2 -- .../main/java/com/mucommander/ui/action/impl/EditAction.java | 1 - .../com/mucommander/ui/action/impl/EditBookmarksAction.java | 1 - .../com/mucommander/ui/action/impl/EditCredentialsAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/EmailAction.java | 1 - .../java/com/mucommander/ui/action/impl/EmptyTrashAction.java | 1 - .../com/mucommander/ui/action/impl/ExploreBookmarksAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/FileAction.java | 1 - .../java/com/mucommander/ui/action/impl/FocusNextAction.java | 1 - .../com/mucommander/ui/action/impl/FocusPreviousAction.java | 1 - .../com/mucommander/ui/action/impl/GarbageCollectAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/GoBackAction.java | 1 - .../java/com/mucommander/ui/action/impl/GoForwardAction.java | 1 - .../com/mucommander/ui/action/impl/GoToDocumentationAction.java | 1 - .../java/com/mucommander/ui/action/impl/GoToForumsAction.java | 1 - .../java/com/mucommander/ui/action/impl/GoToHomeAction.java | 1 - .../java/com/mucommander/ui/action/impl/GoToParentAction.java | 1 - .../ui/action/impl/GoToParentInBothPanelsAction.java | 1 - .../ui/action/impl/GoToParentInOtherPanelAction.java | 1 - .../java/com/mucommander/ui/action/impl/GoToRootAction.java | 1 - .../java/com/mucommander/ui/action/impl/GoToWebsiteAction.java | 1 - .../java/com/mucommander/ui/action/impl/InternalEditAction.java | 1 - .../java/com/mucommander/ui/action/impl/InternalViewAction.java | 1 - .../com/mucommander/ui/action/impl/InvertSelectionAction.java | 1 - .../java/com/mucommander/ui/action/impl/LocalCopyAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/MarkAllAction.java | 1 - .../java/com/mucommander/ui/action/impl/MarkBackwardAction.java | 1 - .../com/mucommander/ui/action/impl/MarkExtensionAction.java | 1 - .../java/com/mucommander/ui/action/impl/MarkForwardAction.java | 1 - .../java/com/mucommander/ui/action/impl/MarkGroupAction.java | 1 - .../com/mucommander/ui/action/impl/MarkNextBlockAction.java | 1 - .../java/com/mucommander/ui/action/impl/MarkNextPageAction.java | 1 - .../java/com/mucommander/ui/action/impl/MarkNextRowAction.java | 1 - .../com/mucommander/ui/action/impl/MarkPreviousBlockAction.java | 1 - .../com/mucommander/ui/action/impl/MarkPreviousPageAction.java | 1 - .../com/mucommander/ui/action/impl/MarkPreviousRowAction.java | 1 - .../com/mucommander/ui/action/impl/MarkSelectedFileAction.java | 1 - .../com/mucommander/ui/action/impl/MarkToFirstRowAction.java | 1 - .../com/mucommander/ui/action/impl/MarkToLastRowAction.java | 1 - .../com/mucommander/ui/action/impl/MaximizeWindowAction.java | 1 - .../com/mucommander/ui/action/impl/MinimizeWindowAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/MkdirAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/MkfileAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/MoveAction.java | 1 - .../mucommander/ui/action/impl/MoveTabToOtherPanelAction.java | 1 - .../java/com/mucommander/ui/action/impl/MuteProxyAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/NewTabAction.java | 1 - .../java/com/mucommander/ui/action/impl/NewWindowAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/NextTabAction.java | 2 -- .../main/java/com/mucommander/ui/action/impl/OpenAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/OpenAsAction.java | 1 - .../com/mucommander/ui/action/impl/OpenInBothPanelsAction.java | 1 - .../java/com/mucommander/ui/action/impl/OpenInNewTabAction.java | 1 - .../com/mucommander/ui/action/impl/OpenInOtherPanelAction.java | 1 - .../java/com/mucommander/ui/action/impl/OpenLocationAction.java | 1 - .../java/com/mucommander/ui/action/impl/OpenNativelyAction.java | 1 - .../java/com/mucommander/ui/action/impl/OpenTrashAction.java | 1 - .../com/mucommander/ui/action/impl/OpenURLInBrowserAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/PackAction.java | 1 - .../java/com/mucommander/ui/action/impl/ParentFolderAction.java | 1 - .../mucommander/ui/action/impl/PasteClipboardFilesAction.java | 1 - .../com/mucommander/ui/action/impl/PermanentDeleteAction.java | 1 - .../mucommander/ui/action/impl/PopupLeftDriveButtonAction.java | 1 - .../mucommander/ui/action/impl/PopupRightDriveButtonAction.java | 1 - .../java/com/mucommander/ui/action/impl/PreviousTabAction.java | 2 -- .../main/java/com/mucommander/ui/action/impl/ProxyAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/QuitAction.java | 1 - .../com/mucommander/ui/action/impl/RecallNextWindowAction.java | 1 - .../mucommander/ui/action/impl/RecallPreviousWindowAction.java | 1 - .../com/mucommander/ui/action/impl/RecallWindow10Action.java | 1 - .../com/mucommander/ui/action/impl/RecallWindow1Action.java | 1 - .../com/mucommander/ui/action/impl/RecallWindow2Action.java | 1 - .../com/mucommander/ui/action/impl/RecallWindow3Action.java | 1 - .../com/mucommander/ui/action/impl/RecallWindow4Action.java | 1 - .../com/mucommander/ui/action/impl/RecallWindow5Action.java | 1 - .../com/mucommander/ui/action/impl/RecallWindow6Action.java | 1 - .../com/mucommander/ui/action/impl/RecallWindow7Action.java | 1 - .../com/mucommander/ui/action/impl/RecallWindow8Action.java | 1 - .../com/mucommander/ui/action/impl/RecallWindow9Action.java | 1 - .../java/com/mucommander/ui/action/impl/RecallWindowAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/RefreshAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/RenameAction.java | 1 - .../java/com/mucommander/ui/action/impl/ReportBugAction.java | 1 - .../com/mucommander/ui/action/impl/RevealInDesktopAction.java | 1 - .../com/mucommander/ui/action/impl/ReverseSortOrderAction.java | 1 - .../java/com/mucommander/ui/action/impl/RunCommandAction.java | 1 - .../com/mucommander/ui/action/impl/SelectBackwardAction.java | 1 - .../com/mucommander/ui/action/impl/SelectFirstRowAction.java | 1 - .../com/mucommander/ui/action/impl/SelectForwardAction.java | 1 - .../com/mucommander/ui/action/impl/SelectLastRowAction.java | 1 - .../com/mucommander/ui/action/impl/SelectNextBlockAction.java | 1 - .../com/mucommander/ui/action/impl/SelectNextPageAction.java | 1 - .../com/mucommander/ui/action/impl/SelectNextRowAction.java | 1 - .../mucommander/ui/action/impl/SelectPreviousBlockAction.java | 1 - .../mucommander/ui/action/impl/SelectPreviousPageAction.java | 1 - .../com/mucommander/ui/action/impl/SelectPreviousRowAction.java | 1 - .../java/com/mucommander/ui/action/impl/SelectedFileAction.java | 1 - .../com/mucommander/ui/action/impl/SelectedFilesAction.java | 1 - .../com/mucommander/ui/action/impl/SetSameFolderAction.java | 1 - .../java/com/mucommander/ui/action/impl/SetTabTitleAction.java | 1 - .../java/com/mucommander/ui/action/impl/ShowAboutAction.java | 1 - .../com/mucommander/ui/action/impl/ShowBookmarksQLAction.java | 1 - .../com/mucommander/ui/action/impl/ShowDebugConsoleAction.java | 1 - .../com/mucommander/ui/action/impl/ShowFilePopupMenuAction.java | 1 - .../mucommander/ui/action/impl/ShowFilePropertiesAction.java | 1 - .../mucommander/ui/action/impl/ShowKeyboardShortcutsAction.java | 1 - .../mucommander/ui/action/impl/ShowParentFoldersQLAction.java | 1 - .../com/mucommander/ui/action/impl/ShowPreferencesAction.java | 1 - .../com/mucommander/ui/action/impl/ShowQuickListAction.java | 1 - .../ui/action/impl/ShowRecentExecutedFilesQLAction.java | 1 - .../mucommander/ui/action/impl/ShowRecentLocationsQLAction.java | 1 - .../com/mucommander/ui/action/impl/ShowRootFoldersQLAction.java | 1 - .../mucommander/ui/action/impl/ShowServerConnectionsAction.java | 1 - .../java/com/mucommander/ui/action/impl/ShowTabsQLAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/SortByAction.java | 1 - .../java/com/mucommander/ui/action/impl/SortByDateAction.java | 1 - .../com/mucommander/ui/action/impl/SortByExtensionAction.java | 1 - .../java/com/mucommander/ui/action/impl/SortByGroupAction.java | 1 - .../java/com/mucommander/ui/action/impl/SortByNameAction.java | 1 - .../java/com/mucommander/ui/action/impl/SortByOwnerAction.java | 1 - .../com/mucommander/ui/action/impl/SortByPermissionsAction.java | 1 - .../java/com/mucommander/ui/action/impl/SortBySizeAction.java | 1 - .../java/com/mucommander/ui/action/impl/SplitEquallyAction.java | 1 - .../java/com/mucommander/ui/action/impl/SplitFileAction.java | 1 - .../com/mucommander/ui/action/impl/SplitHorizontallyAction.java | 1 - .../com/mucommander/ui/action/impl/SplitVerticallyAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/StopAction.java | 1 - .../java/com/mucommander/ui/action/impl/SwapFoldersAction.java | 1 - .../com/mucommander/ui/action/impl/SwitchActiveTableAction.java | 1 - .../com/mucommander/ui/action/impl/ToggleAutoSizeAction.java | 1 - .../java/com/mucommander/ui/action/impl/ToggleColumnAction.java | 1 - .../com/mucommander/ui/action/impl/ToggleCommandBarAction.java | 1 - .../com/mucommander/ui/action/impl/ToggleDateColumnAction.java | 1 - .../mucommander/ui/action/impl/ToggleExtensionColumnAction.java | 1 - .../com/mucommander/ui/action/impl/ToggleGroupColumnAction.java | 1 - .../com/mucommander/ui/action/impl/ToggleHiddenFilesAction.java | 1 - .../com/mucommander/ui/action/impl/ToggleLockTabAction.java | 1 - .../com/mucommander/ui/action/impl/ToggleOwnerColumnAction.java | 1 - .../ui/action/impl/TogglePermissionsColumnAction.java | 1 - .../ui/action/impl/ToggleShowFoldersFirstAction.java | 1 - .../com/mucommander/ui/action/impl/ToggleSizeColumnAction.java | 1 - .../com/mucommander/ui/action/impl/ToggleStatusBarAction.java | 1 - .../com/mucommander/ui/action/impl/ToggleToolBarAction.java | 1 - .../java/com/mucommander/ui/action/impl/ToggleTreeAction.java | 1 - .../mucommander/ui/action/impl/ToggleUseSinglePanelAction.java | 1 - .../java/com/mucommander/ui/action/impl/UnmarkAllAction.java | 1 - .../java/com/mucommander/ui/action/impl/UnmarkGroupAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/UnpackAction.java | 1 - .../main/java/com/mucommander/ui/action/impl/ViewAction.java | 1 - .../mucommander/ui/autocomplete/AutocompleterTextComponent.java | 1 - .../ui/autocomplete/BasicAutocompleterTextComponent.java | 1 - .../java/com/mucommander/ui/autocomplete/CompleterFactory.java | 1 - .../java/com/mucommander/ui/autocomplete/CompletionType.java | 1 - .../mucommander/ui/autocomplete/EditableComboboxCompletion.java | 1 - .../ui/autocomplete/OtherTextComponentCompletion.java | 1 - .../com/mucommander/ui/autocomplete/TextFieldCompletion.java | 1 - .../ui/autocomplete/TypicalAutocompleterEditableCombobox.java | 1 - .../ui/autocomplete/completers/ComboboxOptionsCompleter.java | 1 - .../com/mucommander/ui/autocomplete/completers/Completer.java | 1 - .../ui/autocomplete/completers/LocationCompleter.java | 1 - .../mucommander/ui/autocomplete/completers/PathCompleter.java | 1 - .../mucommander/ui/autocomplete/completers/ServiceFactory.java | 1 - .../ui/autocomplete/completers/services/AllFilesService.java | 1 - .../ui/autocomplete/completers/services/BookmarksService.java | 1 - .../ui/autocomplete/completers/services/CompletionService.java | 1 - .../ui/autocomplete/completers/services/FilesService.java | 1 - .../autocomplete/completers/services/FilteredFilesService.java | 1 - .../ui/autocomplete/completers/services/PrefixFilter.java | 1 - .../completers/services/SystemVariablesService.java | 1 - .../ui/autocomplete/completers/services/VolumesService.java | 1 - .../src/main/java/com/mucommander/ui/button/ArrowButton.java | 1 - .../java/com/mucommander/ui/button/CollapseExpandButton.java | 1 - .../src/main/java/com/mucommander/ui/button/HelpButton.java | 1 - .../main/java/com/mucommander/ui/button/HelpButtonPanel.java | 1 - .../main/java/com/mucommander/ui/button/NonFocusableButton.java | 1 - .../src/main/java/com/mucommander/ui/button/PopupButton.java | 1 - .../main/java/com/mucommander/ui/button/ToolbarMoreButton.java | 1 - .../main/java/com/mucommander/ui/chooser/ColorChangeEvent.java | 1 - .../java/com/mucommander/ui/chooser/ColorChangeListener.java | 1 - .../src/main/java/com/mucommander/ui/chooser/ColorChooser.java | 1 - .../src/main/java/com/mucommander/ui/chooser/ColorPicker.java | 1 - .../src/main/java/com/mucommander/ui/chooser/FontChooser.java | 1 - .../main/java/com/mucommander/ui/chooser/IntegerChooser.java | 1 - .../com/mucommander/ui/chooser/KeyboardShortcutChooser.java | 1 - .../src/main/java/com/mucommander/ui/chooser/PreviewLabel.java | 1 - .../src/main/java/com/mucommander/ui/chooser/SizeChooser.java | 1 - .../mucommander/ui/combobox/AutocompletedEditableCombobox.java | 1 - .../main/java/com/mucommander/ui/dialog/InformationDialog.java | 1 - .../src/main/java/com/mucommander/ui/dialog/QuestionDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/about/AboutDialog.java | 1 - .../java/com/mucommander/ui/dialog/about/LicenseDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/auth/AuthDialog.java | 1 - .../com/mucommander/ui/dialog/auth/EditCredentialsDialog.java | 1 - .../com/mucommander/ui/dialog/bookmark/AddBookmarkDialog.java | 1 - .../com/mucommander/ui/dialog/bookmark/EditBookmarksDialog.java | 1 - .../mucommander/ui/dialog/customization/CommandBarDialog.java | 1 - .../mucommander/ui/dialog/customization/CustomizeDialog.java | 1 - .../com/mucommander/ui/dialog/debug/DebugConsoleAppender.java | 1 - .../com/mucommander/ui/dialog/debug/DebugConsoleDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/debug/LoggingEvent.java | 1 - .../java/com/mucommander/ui/dialog/file/AbstractCopyDialog.java | 1 - .../ui/dialog/file/BatchRenameConfirmationDialog.java | 1 - .../java/com/mucommander/ui/dialog/file/BatchRenameDialog.java | 1 - .../com/mucommander/ui/dialog/file/BatchRenameSelectRange.java | 1 - .../com/mucommander/ui/dialog/file/CalculateChecksumDialog.java | 1 - .../java/com/mucommander/ui/dialog/file/ChangeDateDialog.java | 1 - .../com/mucommander/ui/dialog/file/ChangePermissionsDialog.java | 1 - .../java/com/mucommander/ui/dialog/file/CombineFilesDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/file/CopyDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/file/DeleteDialog.java | 1 - .../java/com/mucommander/ui/dialog/file/DownloadDialog.java | 1 - .../java/com/mucommander/ui/dialog/file/EmailFilesDialog.java | 1 - .../com/mucommander/ui/dialog/file/FileCollisionDialog.java | 1 - .../mucommander/ui/dialog/file/FileCollisionRenameDialog.java | 1 - .../com/mucommander/ui/dialog/file/FileSelectionDialog.java | 1 - .../src/main/java/com/mucommander/ui/dialog/file/JobDialog.java | 1 - .../java/com/mucommander/ui/dialog/file/LocalCopyDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/file/MkdirDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/file/MoveDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/file/PackDialog.java | 1 - .../java/com/mucommander/ui/dialog/file/PathFieldContent.java | 1 - .../java/com/mucommander/ui/dialog/file/ProgressDialog.java | 1 - .../java/com/mucommander/ui/dialog/file/PropertiesDialog.java | 1 - .../java/com/mucommander/ui/dialog/file/SplitFileDialog.java | 1 - .../mucommander/ui/dialog/file/TransferDestinationDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/file/UnpackDialog.java | 1 - .../java/com/mucommander/ui/dialog/help/ShortcutsDialog.java | 1 - .../java/com/mucommander/ui/dialog/pref/PreferencesDialog.java | 1 - .../java/com/mucommander/ui/dialog/pref/PreferencesPanel.java | 1 - .../com/mucommander/ui/dialog/pref/component/PrefCheckBox.java | 1 - .../com/mucommander/ui/dialog/pref/component/PrefComboBox.java | 1 - .../com/mucommander/ui/dialog/pref/component/PrefComponent.java | 1 - .../ui/dialog/pref/component/PrefEncodingSelectBox.java | 1 - .../mucommander/ui/dialog/pref/component/PrefFilePathField.java | 1 - .../mucommander/ui/dialog/pref/component/PrefRadioButton.java | 1 - .../com/mucommander/ui/dialog/pref/component/PrefTable.java | 1 - .../com/mucommander/ui/dialog/pref/component/PrefTextField.java | 1 - .../com/mucommander/ui/dialog/pref/general/AppearancePanel.java | 1 - .../com/mucommander/ui/dialog/pref/general/FoldersPanel.java | 1 - .../com/mucommander/ui/dialog/pref/general/GeneralPanel.java | 1 - .../ui/dialog/pref/general/GeneralPreferencesDialog.java | 1 - .../java/com/mucommander/ui/dialog/pref/general/MailPanel.java | 1 - .../java/com/mucommander/ui/dialog/pref/general/MiscPanel.java | 1 - .../com/mucommander/ui/dialog/pref/general/ShortcutsPanel.java | 1 - .../com/mucommander/ui/dialog/pref/general/ShortcutsTable.java | 1 - .../com/mucommander/ui/dialog/pref/general/ThemeNameDialog.java | 1 - .../java/com/mucommander/ui/dialog/pref/theme/ColorButton.java | 1 - .../com/mucommander/ui/dialog/pref/theme/FileEditorPanel.java | 1 - .../java/com/mucommander/ui/dialog/pref/theme/FilePanel.java | 1 - .../com/mucommander/ui/dialog/pref/theme/FilePreviewPanel.java | 1 - .../com/mucommander/ui/dialog/pref/theme/FolderPanePanel.java | 1 - .../com/mucommander/ui/dialog/pref/theme/LocationBarPanel.java | 1 - .../com/mucommander/ui/dialog/pref/theme/QuickListPanel.java | 1 - .../java/com/mucommander/ui/dialog/pref/theme/ShellPanel.java | 1 - .../com/mucommander/ui/dialog/pref/theme/StatusBarPanel.java | 1 - .../com/mucommander/ui/dialog/pref/theme/ThemeEditorDialog.java | 1 - .../com/mucommander/ui/dialog/pref/theme/ThemeEditorPanel.java | 1 - .../com/mucommander/ui/dialog/server/ServerConnectDialog.java | 1 - .../ui/dialog/server/ShowServerConnectionsDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/shell/RunDialog.java | 1 - .../java/com/mucommander/ui/dialog/shell/ShellComboBox.java | 1 - .../java/com/mucommander/ui/dialog/shutdown/QuitDialog.java | 1 - .../com/mucommander/ui/dialog/startup/CheckVersionDialog.java | 1 - .../com/mucommander/ui/dialog/startup/InitialSetupDialog.java | 1 - .../main/java/com/mucommander/ui/dialog/tab/TabTitleDialog.java | 1 - .../src/main/java/com/mucommander/ui/dnd/ClipboardNotifier.java | 1 - .../src/main/java/com/mucommander/ui/dnd/ClipboardSupport.java | 1 - .../src/main/java/com/mucommander/ui/dnd/DnDContext.java | 1 - .../java/com/mucommander/ui/dnd/FileDragSourceListener.java | 1 - .../java/com/mucommander/ui/dnd/FileDropTargetListener.java | 1 - .../main/java/com/mucommander/ui/dnd/TransferableFileSet.java | 1 - .../main/java/com/mucommander/ui/event/ActivePanelListener.java | 1 - .../src/main/java/com/mucommander/ui/event/LocationAdapter.java | 1 - .../src/main/java/com/mucommander/ui/event/LocationEvent.java | 1 - .../main/java/com/mucommander/ui/event/LocationListener.java | 1 - .../src/main/java/com/mucommander/ui/event/LocationManager.java | 1 - .../java/com/mucommander/ui/event/TableSelectionListener.java | 1 - .../src/main/java/com/mucommander/ui/icon/AnimatedIcon.java | 1 - .../java/com/mucommander/ui/icon/CustomFileIconProvider.java | 1 - .../src/main/java/com/mucommander/ui/icon/EmptyIcon.java | 1 - .../src/main/java/com/mucommander/ui/icon/FileIcons.java | 1 - .../src/main/java/com/mucommander/ui/icon/IconManager.java | 1 - .../src/main/java/com/mucommander/ui/icon/SpinningDial.java | 1 - .../src/main/java/com/mucommander/ui/layout/AsyncPanel.java | 1 - .../main/java/com/mucommander/ui/layout/InformationPane.java | 1 - .../java/com/mucommander/ui/layout/ProportionalSplitPane.java | 1 - .../java/com/mucommander/ui/list/DynamicHorizontalWrapList.java | 1 - .../src/main/java/com/mucommander/ui/list/DynamicList.java | 1 - .../src/main/java/com/mucommander/ui/list/FileList.java | 1 - .../main/java/com/mucommander/ui/list/SortableListPanel.java | 1 - .../src/main/java/com/mucommander/ui/macosx/AppleScript.java | 1 - .../src/main/java/com/mucommander/ui/macosx/EAWTHandler.java | 1 - .../src/main/java/com/mucommander/ui/macosx/OSXIntegration.java | 1 - .../java/com/mucommander/ui/main/ConfigurableFolderFilter.java | 1 - .../main/java/com/mucommander/ui/main/DSStoreFileFilter.java | 1 - .../src/main/java/com/mucommander/ui/main/DrivePopupButton.java | 1 - .../src/main/java/com/mucommander/ui/main/FolderPanel.java | 1 - .../src/main/java/com/mucommander/ui/main/JobsPopupButton.java | 1 - .../main/java/com/mucommander/ui/main/LocationTextField.java | 1 - .../src/main/java/com/mucommander/ui/main/MainFrame.java | 1 - .../src/main/java/com/mucommander/ui/main/QuickLists.java | 1 - .../src/main/java/com/mucommander/ui/main/SplashScreen.java | 1 - .../src/main/java/com/mucommander/ui/main/StatusBar.java | 1 - .../src/main/java/com/mucommander/ui/main/TrashPopupButton.java | 1 - .../src/main/java/com/mucommander/ui/main/WindowManager.java | 1 - .../java/com/mucommander/ui/main/commandbar/CommandBar.java | 1 - .../mucommander/ui/main/commandbar/CommandBarAttributes.java | 1 - .../ui/main/commandbar/CommandBarAttributesListener.java | 1 - .../com/mucommander/ui/main/commandbar/CommandBarButton.java | 1 - .../ui/main/commandbar/CommandBarButtonForDisplay.java | 1 - .../java/com/mucommander/ui/main/commandbar/CommandBarIO.java | 1 - .../com/mucommander/ui/main/commandbar/CommandBarReader.java | 1 - .../com/mucommander/ui/main/commandbar/CommandBarWriter.java | 1 - .../com/mucommander/ui/main/frame/ClonedMainFrameBuilder.java | 1 - .../mucommander/ui/main/frame/CommandLineMainFrameBuilder.java | 1 - .../com/mucommander/ui/main/frame/DefaultMainFramesBuilder.java | 1 - .../java/com/mucommander/ui/main/frame/MainFrameBuilder.java | 1 - .../src/main/java/com/mucommander/ui/main/menu/MainMenuBar.java | 1 - .../src/main/java/com/mucommander/ui/main/menu/OpenAsMenu.java | 1 - .../main/java/com/mucommander/ui/main/menu/OpenWithMenu.java | 1 - .../main/java/com/mucommander/ui/main/menu/TablePopupMenu.java | 1 - .../java/com/mucommander/ui/main/quicklist/BookmarksQL.java | 1 - .../java/com/mucommander/ui/main/quicklist/ParentFoldersQL.java | 1 - .../mucommander/ui/main/quicklist/RecentExecutedFilesQL.java | 1 - .../com/mucommander/ui/main/quicklist/RecentLocationsQL.java | 1 - .../java/com/mucommander/ui/main/quicklist/RootFoldersQL.java | 1 - .../src/main/java/com/mucommander/ui/main/quicklist/TabsQL.java | 1 - .../src/main/java/com/mucommander/ui/main/table/CellLabel.java | 1 - .../src/main/java/com/mucommander/ui/main/table/Column.java | 1 - .../src/main/java/com/mucommander/ui/main/table/FileTable.java | 1 - .../com/mucommander/ui/main/table/FileTableCellRenderer.java | 1 - .../com/mucommander/ui/main/table/FileTableColumnModel.java | 1 - .../com/mucommander/ui/main/table/FileTableConfiguration.java | 1 - .../java/com/mucommander/ui/main/table/FileTableHeader.java | 1 - .../com/mucommander/ui/main/table/FileTableHeaderRenderer.java | 1 - .../main/java/com/mucommander/ui/main/table/FileTableModel.java | 1 - .../mucommander/ui/main/table/FileTableWrapperForDisplay.java | 1 - .../src/main/java/com/mucommander/ui/main/table/SortInfo.java | 1 - .../com/mucommander/ui/main/tabs/ClonedFileTableTabFactory.java | 1 - .../mucommander/ui/main/tabs/DefaultFileTableTabFactory.java | 1 - .../ui/main/tabs/DefaultFileTableTabHeaderFactory.java | 1 - .../main/java/com/mucommander/ui/main/tabs/FileTableTab.java | 1 - .../java/com/mucommander/ui/main/tabs/FileTableTabHeader.java | 1 - .../com/mucommander/ui/main/tabs/FileTableTabHeaderFactory.java | 1 - .../com/mucommander/ui/main/tabs/FileTableTabPopupMenu.java | 1 - .../java/com/mucommander/ui/main/tabs/FileTableTabbedPane.java | 1 - .../main/java/com/mucommander/ui/main/tabs/FileTableTabs.java | 1 - .../ui/main/tabs/FileTableTabsWithHeadersViewerFactory.java | 1 - .../ui/main/tabs/FileTableTabsWithoutHeadersViewerFactory.java | 1 - .../ui/main/tabs/NotClosableFileTableTabHeaderFactory.java | 1 - .../mucommander/ui/main/tabs/PrintableFileTableTabFactory.java | 1 - .../src/main/java/com/mucommander/ui/main/toolbar/ToolBar.java | 1 - .../java/com/mucommander/ui/main/toolbar/ToolBarAttributes.java | 1 - .../mucommander/ui/main/toolbar/ToolBarAttributesListener.java | 1 - .../main/java/com/mucommander/ui/main/toolbar/ToolBarIO.java | 1 - .../java/com/mucommander/ui/main/toolbar/ToolBarReader.java | 1 - .../java/com/mucommander/ui/main/toolbar/ToolBarWriter.java | 1 - .../com/mucommander/ui/main/tree/AbstractIOThreadManager.java | 1 - .../main/java/com/mucommander/ui/main/tree/CachedDirectory.java | 1 - .../com/mucommander/ui/main/tree/CachedDirectoryListener.java | 1 - .../main/java/com/mucommander/ui/main/tree/DirectoryCache.java | 1 - .../main/java/com/mucommander/ui/main/tree/FilesTreeModel.java | 1 - .../java/com/mucommander/ui/main/tree/FoldersTreePanel.java | 1 - .../java/com/mucommander/ui/main/tree/FoldersTreeRenderer.java | 1 - .../src/main/java/com/mucommander/ui/main/tree/IOThread.java | 1 - .../java/com/mucommander/ui/main/tree/TreeIOThreadManager.java | 1 - .../main/java/com/mucommander/ui/notifier/AbstractNotifier.java | 1 - .../main/java/com/mucommander/ui/notifier/GrowlNotifier.java | 1 - .../main/java/com/mucommander/ui/notifier/NotificationType.java | 1 - .../java/com/mucommander/ui/notifier/SystemTrayNotifier.java | 1 - .../main/java/com/mucommander/ui/popup/MuActionsPopupMenu.java | 1 - .../java/com/mucommander/ui/progress/ProgressTextField.java | 1 - .../src/main/java/com/mucommander/ui/quicklist/QuickList.java | 1 - .../java/com/mucommander/ui/quicklist/QuickListContainer.java | 1 - .../com/mucommander/ui/quicklist/QuickListWithDataList.java | 1 - .../com/mucommander/ui/quicklist/QuickListWithEmptyMsg.java | 1 - .../java/com/mucommander/ui/quicklist/QuickListWithIcons.java | 1 - .../com/mucommander/ui/quicklist/QuickListWithoutIcons.java | 1 - .../com/mucommander/ui/quicklist/item/QuickListDataList.java | 1 - .../ui/quicklist/item/QuickListDataListWithIcons.java | 1 - .../ui/quicklist/item/QuickListEmptyMessageItem.java | 1 - .../com/mucommander/ui/quicklist/item/QuickListHeaderItem.java | 1 - .../java/com/mucommander/ui/quicklist/item/QuickListItem.java | 1 - .../main/java/com/mucommander/ui/quicksearch/QuickSearch.java | 1 - .../com/mucommander/ui/table/CenteredTableHeaderRenderer.java | 1 - .../src/main/java/com/mucommander/ui/table/EditableHeader.java | 1 - .../com/mucommander/ui/table/EditableHeaderTableColumn.java | 1 - .../main/java/com/mucommander/ui/table/EditableHeaderUI.java | 1 - .../main/java/com/mucommander/ui/tabs/ActiveTabListener.java | 1 - .../main/java/com/mucommander/ui/tabs/HideableTabbedPane.java | 1 - .../main/java/com/mucommander/ui/tabs/NullableTabsViewer.java | 1 - mucommander-core/src/main/java/com/mucommander/ui/tabs/Tab.java | 1 - .../src/main/java/com/mucommander/ui/tabs/TabFactory.java | 1 - .../src/main/java/com/mucommander/ui/tabs/TabUpdater.java | 1 - .../java/com/mucommander/ui/tabs/TabWithoutHeaderViewer.java | 1 - .../src/main/java/com/mucommander/ui/tabs/TabbedPane.java | 1 - .../src/main/java/com/mucommander/ui/tabs/TabsCollection.java | 1 - .../main/java/com/mucommander/ui/tabs/TabsEventListener.java | 1 - .../src/main/java/com/mucommander/ui/tabs/TabsViewer.java | 1 - .../main/java/com/mucommander/ui/tabs/TabsViewerFactory.java | 1 - .../main/java/com/mucommander/ui/tabs/TabsWithHeaderViewer.java | 1 - .../src/main/java/com/mucommander/ui/text/FileLabel.java | 1 - .../src/main/java/com/mucommander/ui/text/FilePathField.java | 1 - .../src/main/java/com/mucommander/ui/text/KeyStrokeUtils.java | 1 - .../com/mucommander/ui/text/RecordingKeyStrokeTextField.java | 1 - .../main/java/com/mucommander/ui/theme/ColorChangedEvent.java | 1 - .../src/main/java/com/mucommander/ui/theme/ComponentMapper.java | 1 - .../src/main/java/com/mucommander/ui/theme/DefaultColor.java | 1 - .../src/main/java/com/mucommander/ui/theme/DefaultFont.java | 1 - .../main/java/com/mucommander/ui/theme/FixedDefaultColor.java | 1 - .../main/java/com/mucommander/ui/theme/FixedDefaultFont.java | 1 - .../main/java/com/mucommander/ui/theme/FontChangedEvent.java | 1 - .../main/java/com/mucommander/ui/theme/LinkedDefaultColor.java | 1 - .../main/java/com/mucommander/ui/theme/LinkedDefaultFont.java | 1 - .../main/java/com/mucommander/ui/theme/SystemDefaultColor.java | 1 - .../main/java/com/mucommander/ui/theme/SystemDefaultFont.java | 1 - .../src/main/java/com/mucommander/ui/theme/Theme.java | 1 - .../src/main/java/com/mucommander/ui/theme/ThemeCache.java | 1 - .../src/main/java/com/mucommander/ui/theme/ThemeData.java | 1 - .../src/main/java/com/mucommander/ui/theme/ThemeListener.java | 1 - .../src/main/java/com/mucommander/ui/theme/ThemeManager.java | 1 - .../src/main/java/com/mucommander/ui/theme/ThemeReader.java | 1 - .../src/main/java/com/mucommander/ui/theme/ThemeWriter.java | 1 - .../main/java/com/mucommander/ui/theme/ThemeXmlConstants.java | 1 - .../src/main/java/com/mucommander/ui/viewer/EditorFactory.java | 1 - .../src/main/java/com/mucommander/ui/viewer/EditorFrame.java | 1 - .../main/java/com/mucommander/ui/viewer/EditorRegistrar.java | 1 - .../src/main/java/com/mucommander/ui/viewer/FileEditor.java | 1 - .../src/main/java/com/mucommander/ui/viewer/FileViewer.java | 1 - .../java/com/mucommander/ui/viewer/UserCancelledException.java | 1 - .../src/main/java/com/mucommander/ui/viewer/ViewerFactory.java | 1 - .../src/main/java/com/mucommander/ui/viewer/ViewerFrame.java | 1 - .../main/java/com/mucommander/ui/viewer/ViewerRegistrar.java | 1 - .../src/main/java/com/mucommander/utils/Callback.java | 1 - .../src/main/java/com/mucommander/utils/MuLogging.java | 1 - .../src/main/java/com/mucommander/xml/XmlAttributes.java | 1 - .../src/main/java/com/mucommander/xml/XmlWriter.java | 1 - .../src/test/java/com/mucommander/XmlResourceTest.java | 1 - .../src/test/java/com/mucommander/command/CommandTest.java | 1 - .../java/com/mucommander/ui/dialog/file/BatchRenameTest.java | 1 - .../com/mucommander/ui/icon/CustomFileIconProviderTest.java | 1 - .../test/java/com/mucommander/ui/macosx/AppleScriptTest.java | 1 - .../src/test/java/com/mucommander/xml/XmlAttributesTest.java | 1 - .../src/test/java/com/mucommander/xml/XmlWriterTest.java | 1 - .../main/java/com/mucommander/ui/encoding/EncodingListener.java | 1 - .../src/main/java/com/mucommander/ui/encoding/EncodingMenu.java | 1 - .../java/com/mucommander/ui/encoding/EncodingPreferences.java | 1 - .../java/com/mucommander/ui/encoding/EncodingSelectBox.java | 1 - .../com/mucommander/ui/encoding/PreferredEncodingsDialog.java | 1 - .../java/com/mucommander/commons/file/archive/ar/Activator.java | 1 - .../commons/file/archive/ar/ArArchiveEntryIterator.java | 1 - .../com/mucommander/commons/file/archive/ar/ArArchiveFile.java | 1 - .../mucommander/commons/file/archive/ar/ArFormatProvider.java | 1 - .../com/mucommander/commons/file/archive/bzip2/Activator.java | 1 - .../commons/file/archive/bzip2/Bzip2ArchiveFile.java | 1 - .../commons/file/archive/bzip2/Bzip2FormatProvider.java | 1 - .../com/mucommander/commons/file/archive/gzip/Activator.java | 1 - .../mucommander/commons/file/archive/gzip/GzipArchiveFile.java | 1 - .../commons/file/archive/gzip/GzipFormatProvider.java | 1 - .../com/mucommander/commons/file/archive/iso/Activator.java | 1 - .../mucommander/commons/file/archive/iso/IsoArchiveEntry.java | 1 - .../mucommander/commons/file/archive/iso/IsoArchiveFile.java | 1 - .../commons/file/archive/iso/IsoEntryInputStream.java | 1 - .../mucommander/commons/file/archive/iso/IsoEntryIterator.java | 1 - .../mucommander/commons/file/archive/iso/IsoFormatProvider.java | 1 - .../com/mucommander/commons/file/archive/iso/IsoParser.java | 1 - .../java/com/mucommander/commons/file/archive/iso/IsoUtil.java | 1 - .../com/mucommander/commons/file/archive/iso/NrgParser.java | 1 - .../com/mucommander/commons/file/archive/lst/Activator.java | 1 - .../mucommander/commons/file/archive/lst/LstArchiveEntry.java | 1 - .../commons/file/archive/lst/LstArchiveEntryIterator.java | 1 - .../mucommander/commons/file/archive/lst/LstArchiveFile.java | 1 - .../mucommander/commons/file/archive/lst/LstFormatProvider.java | 1 - .../com/mucommander/commons/file/archive/rar/Activator.java | 1 - .../mucommander/commons/file/archive/rar/RarArchiveFile.java | 1 - .../java/com/mucommander/commons/file/archive/rar/RarFile.java | 1 - .../mucommander/commons/file/archive/rar/RarFormatProvider.java | 1 - .../mucommander/commons/file/archive/sevenzip/Activator.java | 1 - .../commons/file/archive/sevenzip/MuRandomAccessFile.java | 1 - .../commons/file/archive/sevenzip/SevenZipArchiveFile.java | 1 - .../commons/file/archive/sevenzip/SevenZipFormatProvider.java | 1 - .../com/mucommander/commons/file/archive/tar/Activator.java | 1 - .../mucommander/commons/file/archive/tar/TarArchiveFile.java | 1 - .../mucommander/commons/file/archive/tar/TarEntryIterator.java | 1 - .../mucommander/commons/file/archive/tar/TarFormatProvider.java | 1 - .../commons/file/archive/tar/provider/TarBuffer.java | 1 - .../commons/file/archive/tar/provider/TarConstants.java | 1 - .../mucommander/commons/file/archive/tar/provider/TarEntry.java | 1 - .../commons/file/archive/tar/provider/TarInputStream.java | 1 - .../commons/file/archive/tar/provider/TarOutputStream.java | 1 - .../mucommander/commons/file/archive/tar/provider/TarUtils.java | 1 - .../com/mucommander/commons/file/archive/zip/Activator.java | 1 - .../commons/file/archive/zip/JavaUtilZipEntryIterator.java | 1 - .../mucommander/commons/file/archive/zip/ZipArchiveFile.java | 1 - .../mucommander/commons/file/archive/zip/ZipFormatProvider.java | 1 - .../commons/file/archive/zip/provider/DeflatedOutputStream.java | 1 - .../commons/file/archive/zip/provider/StoredOutputStream.java | 1 - .../commons/file/archive/zip/provider/ZipBuffer.java | 1 - .../commons/file/archive/zip/provider/ZipConstants.java | 1 - .../commons/file/archive/zip/provider/ZipEntryInfo.java | 1 - .../commons/file/archive/zip/provider/ZipEntryOutputStream.java | 1 - .../commons/file/archive/zip/ZipArchiveFileTest.java | 1 - .../src/main/java/com/mucommander/conf/MuConfigurationFile.java | 1 - .../src/main/java/com/mucommander/conf/MuConfigurations.java | 1 - .../src/main/java/com/mucommander/conf/MuPreference.java | 1 - .../src/main/java/com/mucommander/conf/MuPreferences.java | 1 - .../src/main/java/com/mucommander/conf/MuPreferencesAPI.java | 1 - .../src/main/java/com/mucommander/conf/MuPreferencesFile.java | 1 - .../src/main/java/com/mucommander/conf/MuSnapshotFile.java | 1 - .../src/main/java/com/mucommander/conf/PlatformManager.java | 1 - .../main/java/com/mucommander/io/backup/BackupConstants.java | 1 - .../main/java/com/mucommander/io/backup/BackupInputStream.java | 1 - .../main/java/com/mucommander/io/backup/BackupOutputStream.java | 1 - .../src/main/java/com/mucommander/process/AbstractProcess.java | 1 - .../main/java/com/mucommander/process/DebugProcessListener.java | 1 - .../src/main/java/com/mucommander/process/LocalProcess.java | 1 - .../src/main/java/com/mucommander/process/ProcessListener.java | 1 - .../main/java/com/mucommander/process/ProcessListenerList.java | 1 - .../main/java/com/mucommander/process/ProcessOutputMonitor.java | 1 - .../src/main/java/com/mucommander/process/ProcessRunner.java | 1 - .../java/com/mucommander/protocol/ui/ProtocolPanelProvider.java | 1 - .../src/main/java/com/mucommander/protocol/ui/ServerPanel.java | 1 - .../java/com/mucommander/protocol/ui/ServerPanelListener.java | 1 - .../com/mucommander/commons/file/protocol/ftp/Activator.java | 1 - .../java/com/mucommander/commons/file/protocol/ftp/FTPFile.java | 1 - .../com/mucommander/commons/file/protocol/ftp/FTPPanel.java | 1 - .../commons/file/protocol/ftp/FTPProtocolProvider.java | 1 - .../com/mucommander/commons/file/protocol/ftp/FTPFileTest.java | 1 - .../mucommander/commons/file/protocol/ftp/FTPFileURLTest.java | 1 - .../com/mucommander/commons/file/protocol/hadoop/Activator.java | 1 - .../com/mucommander/commons/file/protocol/hadoop/HDFSFile.java | 1 - .../com/mucommander/commons/file/protocol/hadoop/HDFSPanel.java | 1 - .../commons/file/protocol/hadoop/HDFSProtocolProvider.java | 1 - .../mucommander/commons/file/protocol/hadoop/HadoopFile.java | 1 - .../com/mucommander/commons/file/protocol/hadoop/S3File.java | 1 - .../commons/file/protocol/hadoop/S3ProtocolProvider.java | 1 - .../mucommander/commons/file/protocol/hadoop/HDFSFileTest.java | 1 - .../commons/file/protocol/hadoop/HDFSFileURLTest.java | 1 - .../com/mucommander/commons/file/protocol/http/Activator.java | 1 - .../com/mucommander/commons/file/protocol/http/HTTPFile.java | 1 - .../com/mucommander/commons/file/protocol/http/HTTPPanel.java | 1 - .../commons/file/protocol/http/HTTPProtocolProvider.java | 1 - .../mucommander/commons/file/protocol/http/HTTPFileURLTest.java | 1 - .../commons/file/protocol/http/HTTPSFileURLTest.java | 1 - .../com/mucommander/commons/file/protocol/nfs/Activator.java | 1 - .../java/com/mucommander/commons/file/protocol/nfs/NFSFile.java | 1 - .../com/mucommander/commons/file/protocol/nfs/NFSPanel.java | 1 - .../commons/file/protocol/nfs/NFSProtocolProvider.java | 1 - .../mucommander/commons/file/protocol/nfs/NFSFileURLTest.java | 1 - .../com/mucommander/commons/file/protocol/ovirt/Activator.java | 1 - .../mucommander/commons/file/protocol/ovirt/OvirtClient.java | 1 - .../commons/file/protocol/ovirt/OvirtConnHandler.java | 1 - .../commons/file/protocol/ovirt/OvirtDataCenter.java | 1 - .../com/mucommander/commons/file/protocol/ovirt/OvirtDisk.java | 1 - .../com/mucommander/commons/file/protocol/ovirt/OvirtFile.java | 1 - .../com/mucommander/commons/file/protocol/ovirt/OvirtPanel.java | 1 - .../commons/file/protocol/ovirt/OvirtProtocolProvider.java | 1 - .../commons/file/protocol/ovirt/OvirtStorageDomain.java | 1 - .../mucommander/commons/file/protocol/ovirt/OvirtSystem.java | 1 - .../java/com/mucommander/commons/file/protocol/ovirt/Utils.java | 1 - .../com/mucommander/commons/file/protocol/s3/Activator.java | 1 - .../java/com/mucommander/commons/file/protocol/s3/S3Bucket.java | 1 - .../java/com/mucommander/commons/file/protocol/s3/S3File.java | 1 - .../java/com/mucommander/commons/file/protocol/s3/S3Object.java | 1 - .../java/com/mucommander/commons/file/protocol/s3/S3Panel.java | 1 - .../commons/file/protocol/s3/S3ProtocolProvider.java | 1 - .../java/com/mucommander/commons/file/protocol/s3/S3Root.java | 1 - .../com/mucommander/commons/file/protocol/s3/S3FileTest.java | 1 - .../com/mucommander/commons/file/protocol/s3/S3FileURLTest.java | 1 - .../com/mucommander/commons/file/protocol/sftp/Activator.java | 1 - .../commons/file/protocol/sftp/SFTPConnectionHandler.java | 1 - .../file/protocol/sftp/SFTPConnectionHandlerFactory.java | 1 - .../com/mucommander/commons/file/protocol/sftp/SFTPFile.java | 1 - .../com/mucommander/commons/file/protocol/sftp/SFTPPanel.java | 1 - .../commons/file/protocol/sftp/SFTPProtocolProvider.java | 1 - .../mucommander/commons/file/protocol/sftp/SFTPFileTest.java | 1 - .../mucommander/commons/file/protocol/sftp/SFTPFileURLTest.java | 1 - .../com/mucommander/commons/file/protocol/smb/Activator.java | 1 - .../java/com/mucommander/commons/file/protocol/smb/SMBFile.java | 1 - .../com/mucommander/commons/file/protocol/smb/SMBPanel.java | 1 - .../commons/file/protocol/smb/SMBProtocolProvider.java | 1 - .../com/mucommander/commons/file/protocol/smb/SMBFileTest.java | 1 - .../mucommander/commons/file/protocol/smb/SMBFileURLTest.java | 1 - mucommander-protocol-vsphere/src/main/java/VSpherePanel.java | 1 - .../mucommander/commons/file/protocol/vsphere/Activator.java | 1 - .../file/protocol/vsphere/ManagedObjectReferenceWrapper.java | 1 - .../commons/file/protocol/vsphere/VSphereClient.java | 1 - .../mucommander/commons/file/protocol/vsphere/VSphereFile.java | 1 - .../mucommander/commons/file/protocol/vsphere/VSpherePanel.java | 1 - .../commons/file/protocol/vsphere/VSphereProtocolProvider.java | 1 - .../commons/file/protocol/vsphere/VsphereConnHandler.java | 1 - .../src/main/java/com/mucommander/text/CustomDateFormat.java | 1 - .../src/main/java/com/mucommander/text/DurationFormat.java | 1 - .../src/main/java/com/mucommander/text/SizeFormat.java | 1 - .../src/main/java/com/mucommander/text/Translator.java | 1 - .../src/test/java/com/mucommander/text/SizeFormatTest.java | 1 - .../src/test/java/com/mucommander/text/TranslatorTest.java | 1 - .../src/main/java/com/mucommander/viewer/FileEditorWrapper.java | 1 - .../src/main/java/com/mucommander/viewer/FileViewerWrapper.java | 1 - .../src/main/java/com/mucommander/viewer/WarnUserException.java | 1 - .../src/main/java/com/mucommander/viewer/binary/Activator.java | 1 - .../main/java/com/mucommander/viewer/binary/BinaryFactory.java | 1 - .../com/mucommander/viewer/binary/BinaryFileViewerService.java | 1 - .../main/java/com/mucommander/viewer/binary/BinaryViewer.java | 1 - .../src/main/java/com/mucommander/viewer/image/Activator.java | 1 - .../main/java/com/mucommander/viewer/image/ImageFactory.java | 1 - .../com/mucommander/viewer/image/ImageFileViewerService.java | 1 - .../src/main/java/com/mucommander/viewer/image/ImageViewer.java | 1 - .../src/main/java/com/mucommander/viewer/text/Activator.java | 1 - .../src/main/java/com/mucommander/viewer/text/FindDialog.java | 1 - .../src/main/java/com/mucommander/viewer/text/TextEditor.java | 1 - .../main/java/com/mucommander/viewer/text/TextEditorImpl.java | 1 - .../src/main/java/com/mucommander/viewer/text/TextFactory.java | 1 - .../java/com/mucommander/viewer/text/TextFileViewerService.java | 1 - .../src/main/java/com/mucommander/viewer/text/TextViewer.java | 1 - .../java/com/mucommander/viewer/text/TextViewerSnapshot.java | 1 - 1065 files changed, 1072 deletions(-) diff --git a/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/Archiver.java b/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/Archiver.java index 25aca20fe8..297ef641f5 100644 --- a/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/Archiver.java +++ b/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/Archiver.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/SingleFileArchiver.java b/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/SingleFileArchiver.java index 0d9a371260..0f3d17f304 100644 --- a/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/SingleFileArchiver.java +++ b/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/SingleFileArchiver.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/TarArchiver.java b/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/TarArchiver.java index 421cd45be0..70eb43099c 100644 --- a/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/TarArchiver.java +++ b/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/TarArchiver.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/ZipArchiver.java b/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/ZipArchiver.java index fcd805df6e..9c44d9915b 100644 --- a/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/ZipArchiver.java +++ b/mucommander-archiver/src/main/java/com/mucommander/commons/file/archiver/ZipArchiver.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/AlteredVector.java b/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/AlteredVector.java index f8a75abdd3..422b74b20d 100644 --- a/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/AlteredVector.java +++ b/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/AlteredVector.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/Enumerator.java b/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/Enumerator.java index c8f4cb007a..4e55f467b4 100644 --- a/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/Enumerator.java +++ b/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/Enumerator.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/VectorChangeListener.java b/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/VectorChangeListener.java index cc0fa47ec6..023e74e1b2 100644 --- a/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/VectorChangeListener.java +++ b/mucommander-commons-collections/src/main/java/com/mucommander/commons/collections/VectorChangeListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/BufferedConfigurationExplorer.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/BufferedConfigurationExplorer.java index ef1087cc59..314f4312ba 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/BufferedConfigurationExplorer.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/BufferedConfigurationExplorer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/Configuration.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/Configuration.java index 11586a1c1e..f5c9442be5 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/Configuration.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/Configuration.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationBuilder.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationBuilder.java index 227027531b..5f3bf206a0 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationBuilder.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationBuilder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationEvent.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationEvent.java index 405021fbca..038bc90275 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationEvent.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationEvent.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationException.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationException.java index b25c93605b..0efe397b21 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationException.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationExplorer.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationExplorer.java index 7465ae9790..a9cc760183 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationExplorer.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationExplorer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationFormatException.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationFormatException.java index 5a674bf179..04cd75204a 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationFormatException.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationFormatException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationListener.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationListener.java index 7d3ef4e75c..2774bf6382 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationListener.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationReader.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationReader.java index 8ccc6fa7f7..a813b0b316 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationReader.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationReaderFactory.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationReaderFactory.java index bedfe43213..cadac7d111 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationReaderFactory.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationReaderFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationSection.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationSection.java index 44ef9eaa92..4bde5e2d75 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationSection.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationSection.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationSource.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationSource.java index 20bd687a64..0c077ce41f 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationSource.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationSource.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationStructureException.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationStructureException.java index 38841ccfbd..327eaade0a 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationStructureException.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationStructureException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationWriterFactory.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationWriterFactory.java index 164dc1cc2c..2610982f99 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationWriterFactory.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ConfigurationWriterFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/DefaultConfigurationBuilder.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/DefaultConfigurationBuilder.java index fe16f14ee0..6e283add24 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/DefaultConfigurationBuilder.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/DefaultConfigurationBuilder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/FileConfigurationSource.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/FileConfigurationSource.java index d148156ac6..afbd9098cd 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/FileConfigurationSource.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/FileConfigurationSource.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ReaderConfigurationException.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ReaderConfigurationException.java index d41d754c46..023f188fbd 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ReaderConfigurationException.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ReaderConfigurationException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/SourceConfigurationException.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/SourceConfigurationException.java index 75e05f44cc..be846b7ac8 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/SourceConfigurationException.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/SourceConfigurationException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ValueIterator.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ValueIterator.java index a4644c159c..f4ca0d3f25 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ValueIterator.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ValueIterator.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ValueList.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ValueList.java index 0bd697fc77..a635b1c466 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ValueList.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/ValueList.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/WriterConfigurationException.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/WriterConfigurationException.java index 763428fa5b..b49bb3c233 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/WriterConfigurationException.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/WriterConfigurationException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/XmlConfigurationReader.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/XmlConfigurationReader.java index 881bd5db52..d09869e02d 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/XmlConfigurationReader.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/XmlConfigurationReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/XmlConfigurationWriter.java b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/XmlConfigurationWriter.java index 909435e369..3aef13c823 100644 --- a/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/XmlConfigurationWriter.java +++ b/mucommander-commons-conf/src/main/java/com/mucommander/commons/conf/XmlConfigurationWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/BufferedConfigurationExplorerTest.java b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/BufferedConfigurationExplorerTest.java index f98b6fdb9a..152189ac6b 100644 --- a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/BufferedConfigurationExplorerTest.java +++ b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/BufferedConfigurationExplorerTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationEventTest.java b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationEventTest.java index b8f251bf66..f55838dcf5 100644 --- a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationEventTest.java +++ b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationEventTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationExplorerTest.java b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationExplorerTest.java index dc42894a5f..22e82a1279 100644 --- a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationExplorerTest.java +++ b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationExplorerTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationSectionTest.java b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationSectionTest.java index 0461b4ed48..d86d13623f 100644 --- a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationSectionTest.java +++ b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ConfigurationSectionTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/FileConfigurationSourceTest.java b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/FileConfigurationSourceTest.java index 23e7957b1b..174fb9d201 100644 --- a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/FileConfigurationSourceTest.java +++ b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/FileConfigurationSourceTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ValueIteratorTest.java b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ValueIteratorTest.java index 0e5bff6efc..fe3b6b8003 100644 --- a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ValueIteratorTest.java +++ b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ValueIteratorTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ValueListTest.java b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ValueListTest.java index 3e5c3a07d2..73a4c79a11 100644 --- a/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ValueListTest.java +++ b/mucommander-commons-conf/src/test/java/com/mucommander/commons/conf/ValueListTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AbstractFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AbstractFile.java index 84c89130f1..4ef36c9b23 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AbstractFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AbstractFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AbstractFileClassLoader.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AbstractFileClassLoader.java index 2c72870083..dcec1c200e 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AbstractFileClassLoader.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AbstractFileClassLoader.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AuthException.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AuthException.java index 4d4497900c..8118d41d5b 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AuthException.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AuthException.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AuthenticationType.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AuthenticationType.java index 6eee03a34b..427ae7c90a 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AuthenticationType.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/AuthenticationType.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/Authenticator.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/Authenticator.java index 6127a1dec9..f4192e7b74 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/Authenticator.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/Authenticator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/CachedFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/CachedFile.java index bb96d1414f..0772796692 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/CachedFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/CachedFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/Credentials.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/Credentials.java index 489dde8a80..1913ead388 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/Credentials.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/Credentials.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DebugFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DebugFile.java index 0410fa20b7..0d5b8e094b 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DebugFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DebugFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultPathCanonizer.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultPathCanonizer.java index 3465e94d12..9baec98494 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultPathCanonizer.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultPathCanonizer.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultSchemeHandler.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultSchemeHandler.java index d133e3e177..542e90aa34 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultSchemeHandler.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultSchemeHandler.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultSchemeParser.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultSchemeParser.java index 58f023ff70..7ab250d981 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultSchemeParser.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DefaultSchemeParser.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DummyFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DummyFile.java index d02ba49f9b..aa987bdf57 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DummyFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/DummyFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileAttributes.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileAttributes.java index d3f909b35b..09db259977 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileAttributes.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileAttributes.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileFactory.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileFactory.java index 6da7c34f65..7448c7e317 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileFactory.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileFactory.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileOperation.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileOperation.java index c6f2f9553e..2b9921cf61 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileOperation.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileOperation.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FilePermissions.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FilePermissions.java index 7bfb692380..79072eefc4 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FilePermissions.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FilePermissions.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileURL.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileURL.java index 298ed09aa3..2dd5e443f2 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileURL.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/FileURL.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/GroupedPermissionBits.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/GroupedPermissionBits.java index e7d409e55b..07eb67c202 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/GroupedPermissionBits.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/GroupedPermissionBits.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/IndividualPermissionBits.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/IndividualPermissionBits.java index adbad76228..c842f746ea 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/IndividualPermissionBits.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/IndividualPermissionBits.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MacOsSystemFolder.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MacOsSystemFolder.java index 6d10ee2b63..033392c121 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MacOsSystemFolder.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MacOsSystemFolder.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MimeTypes.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MimeTypes.java index cafcf60d1b..793dc58e58 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MimeTypes.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MimeTypes.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MutableFileAttributes.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MutableFileAttributes.java index 56972a601c..cce9d64db8 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MutableFileAttributes.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/MutableFileAttributes.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PathCanonizer.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PathCanonizer.java index 97ff895fb0..8f68925829 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PathCanonizer.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PathCanonizer.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionAccess.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionAccess.java index a171273920..3862010a13 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionAccess.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionAccess.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionBits.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionBits.java index b90bb137be..d600a5a330 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionBits.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionBits.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionType.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionType.java index 66b1fa9882..76d0e32cc1 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionType.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/PermissionType.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/ProxyFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/ProxyFile.java index 9ca2b1ee4e..e7ab03238d 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/ProxyFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/ProxyFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SchemeHandler.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SchemeHandler.java index 123f392a4a..9cf7785781 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SchemeHandler.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SchemeHandler.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SchemeParser.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SchemeParser.java index dad4194a8c..60c1cbdb06 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SchemeParser.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SchemeParser.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SimpleFileAttributes.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SimpleFileAttributes.java index e188e045ea..8e76522451 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SimpleFileAttributes.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SimpleFileAttributes.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SimpleFilePermissions.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SimpleFilePermissions.java index 9e06bc1a8f..eeca0f6f1e 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SimpleFilePermissions.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SimpleFilePermissions.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SyncedFileAttributes.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SyncedFileAttributes.java index 5ee3f52da6..44b3b1f210 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SyncedFileAttributes.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/SyncedFileAttributes.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/UnsupportedFileOperation.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/UnsupportedFileOperation.java index 6893e7e126..ac3afdf010 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/UnsupportedFileOperation.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/UnsupportedFileOperation.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/UnsupportedFileOperationException.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/UnsupportedFileOperationException.java index 8c3b918f2d..f9557e5143 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/UnsupportedFileOperationException.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/UnsupportedFileOperationException.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractArchiveEntryFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractArchiveEntryFile.java index e3ac2cead0..c75b8e56c4 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractArchiveEntryFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractArchiveEntryFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractArchiveFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractArchiveFile.java index c51e7ef3bd..ea4c5405d1 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractArchiveFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractROArchiveFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractROArchiveFile.java index 4d30c133fd..7bce4b0ec6 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractROArchiveFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractROArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractRWArchiveFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractRWArchiveFile.java index 3dfedf5c8a..d6c72b522b 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractRWArchiveFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/AbstractRWArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntry.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntry.java index 7cfd489042..978ec5e7f2 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntry.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntry.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntryIterator.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntryIterator.java index b8278ecd6d..3c07faf300 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntryIterator.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntryIterator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntryTree.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntryTree.java index a4d63de5ab..0d366bb2de 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntryTree.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveEntryTree.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveFormatProvider.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveFormatProvider.java index 3296cec25f..0e7fad4ec1 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveFormatProvider.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ArchiveFormatProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ROArchiveEntryFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ROArchiveEntryFile.java index 005b725d1d..56258075c9 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ROArchiveEntryFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/ROArchiveEntryFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/RWArchiveEntryFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/RWArchiveEntryFile.java index 15affec671..7a80081299 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/RWArchiveEntryFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/RWArchiveEntryFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/SingleArchiveEntryIterator.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/SingleArchiveEntryIterator.java index dd4efc38b2..475a8a67ce 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/SingleArchiveEntryIterator.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/SingleArchiveEntryIterator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/WrapperArchiveEntryIterator.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/WrapperArchiveEntryIterator.java index 24829fe237..cf06c848f3 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/WrapperArchiveEntryIterator.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/archive/WrapperArchiveEntryIterator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/compat/CompatURLConnection.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/compat/CompatURLConnection.java index e7f90656a8..05ec953713 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/compat/CompatURLConnection.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/compat/CompatURLConnection.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/compat/CompatURLStreamHandler.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/compat/CompatURLStreamHandler.java index 23cc46ff88..9a47cc9f49 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/compat/CompatURLStreamHandler.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/compat/CompatURLStreamHandler.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionHandler.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionHandler.java index 755bc36e2d..cfc33b2beb 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionHandler.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionHandler.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionHandlerFactory.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionHandlerFactory.java index 5868db7d71..06f69c83b3 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionHandlerFactory.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionHandlerFactory.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionPool.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionPool.java index 9aefc9390c..f047e6b4ec 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionPool.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/connection/ConnectionPool.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractContainsFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractContainsFilter.java index a8a8ec3c86..c7376a260d 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractContainsFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractContainsFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractCriterionFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractCriterionFilter.java index dfc9f299e0..cee90c273e 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractCriterionFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractCriterionFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractEndsWithFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractEndsWithFilter.java index 4160030be2..4208ada5b1 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractEndsWithFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractEndsWithFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractEqualsFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractEqualsFilter.java index af9dda65fb..4876f7fd1c 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractEqualsFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractEqualsFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractExtensionFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractExtensionFilter.java index 588c226464..c3b876a803 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractExtensionFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractExtensionFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractFileFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractFileFilter.java index 850ecf5a82..4e4e00e946 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractFileFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractFileFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractFilenameFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractFilenameFilter.java index 1cf32e0030..979c769b6b 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractFilenameFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractFilenameFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractPathFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractPathFilter.java index 7a337ef542..a449ab2b05 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractPathFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractPathFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractRegexpFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractRegexpFilter.java index 942008bc26..15ff76d863 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractRegexpFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractRegexpFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractStartsWithFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractStartsWithFilter.java index 07392afb9a..77675e2f43 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractStartsWithFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractStartsWithFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractStringCriterionFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractStringCriterionFilter.java index 001aa53c0c..e42d2e5a34 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractStringCriterionFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AbstractStringCriterionFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AndFileFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AndFileFilter.java index dc93be4ae1..7019dcc744 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AndFileFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AndFileFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AttributeFileFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AttributeFileFilter.java index fd60ff9a45..deb0fe6af0 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AttributeFileFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/AttributeFileFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ChainedFileFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ChainedFileFilter.java index 91cd339951..c8c205b21e 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ChainedFileFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ChainedFileFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ContainsFilenameFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ContainsFilenameFilter.java index cde2a848b1..d8d250fa86 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ContainsFilenameFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ContainsFilenameFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ContainsPathFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ContainsPathFilter.java index e12c9b60f0..f32053dba7 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ContainsPathFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ContainsPathFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/CriterionFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/CriterionFilter.java index c8091b40aa..770c2b1fc4 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/CriterionFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/CriterionFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/CriterionValueGenerator.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/CriterionValueGenerator.java index c8682c1906..4a47ec299c 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/CriterionValueGenerator.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/CriterionValueGenerator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EndsWithFilenameFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EndsWithFilenameFilter.java index 55142e4de5..ec5b41cffc 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EndsWithFilenameFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EndsWithFilenameFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EndsWithPathFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EndsWithPathFilter.java index 9ca77dc5ee..f7f54e568d 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EndsWithPathFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EndsWithPathFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EqualsFilenameFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EqualsFilenameFilter.java index 00b0935f96..cfcbdc16bd 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EqualsFilenameFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EqualsFilenameFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EqualsPathFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EqualsPathFilter.java index 672dc5679a..f21a171e05 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EqualsPathFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/EqualsPathFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ExtensionFilenameFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ExtensionFilenameFilter.java index ec9fa0d3bd..775dc60626 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ExtensionFilenameFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ExtensionFilenameFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ExtensionPathFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ExtensionPathFilter.java index bd3fe3d3a1..3c6c54c26c 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ExtensionPathFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/ExtensionPathFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FileFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FileFilter.java index 7ba3ec80e2..255ab0f9d2 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FileFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FileFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FileOperationFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FileOperationFilter.java index a0dad39ea0..8fa44d235b 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FileOperationFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FileOperationFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FilenameFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FilenameFilter.java index 20344a082e..0690dbae96 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FilenameFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FilenameFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FilenameGenerator.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FilenameGenerator.java index e315457284..62f590a316 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FilenameGenerator.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/FilenameGenerator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/OrFileFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/OrFileFilter.java index d39d6cf0d3..6e1196a389 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/OrFileFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/OrFileFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PassThroughFileFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PassThroughFileFilter.java index a315eaccf7..9afda7b0a5 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PassThroughFileFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PassThroughFileFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PathFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PathFilter.java index 52663288ef..195d2e3ecc 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PathFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PathFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PathGenerator.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PathGenerator.java index a27bc0b434..49c800ca78 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PathGenerator.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/PathGenerator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/RegexpFilenameFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/RegexpFilenameFilter.java index fbbc55031a..39bde56ef3 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/RegexpFilenameFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/RegexpFilenameFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/RegexpPathFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/RegexpPathFilter.java index c4dba5f3a3..d295f49ad7 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/RegexpPathFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/RegexpPathFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StartsWithFilenameFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StartsWithFilenameFilter.java index 3d2e04cbae..10bedb59e9 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StartsWithFilenameFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StartsWithFilenameFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StartsWithPathFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StartsWithPathFilter.java index bb9e8ebbe2..37aa9e45a4 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StartsWithPathFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StartsWithPathFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StringCriterionFilter.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StringCriterionFilter.java index 216a6ebb2e..212ae777bd 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StringCriterionFilter.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/filter/StringCriterionFilter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/CacheableFileIconProvider.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/CacheableFileIconProvider.java index ab940e2dd7..d08ef5cd35 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/CacheableFileIconProvider.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/CacheableFileIconProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/CachedFileIconProvider.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/CachedFileIconProvider.java index ead44cd255..110d43b907 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/CachedFileIconProvider.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/CachedFileIconProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/FileIconProvider.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/FileIconProvider.java index 54a0288680..5145d7ac30 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/FileIconProvider.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/FileIconProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/IconCache.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/IconCache.java index 596611f465..df7b7d200b 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/IconCache.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/IconCache.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/LocalFileIconProvider.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/LocalFileIconProvider.java index d0accd7e3f..0fb11e79b8 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/LocalFileIconProvider.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/LocalFileIconProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/impl/SwingFileIconProvider.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/impl/SwingFileIconProvider.java index 8743cf1f6e..7d89699187 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/impl/SwingFileIconProvider.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/impl/SwingFileIconProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/impl/SwingFileIconProviderImpl.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/impl/SwingFileIconProviderImpl.java index 5c94032725..b79b5434fc 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/impl/SwingFileIconProviderImpl.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/icon/impl/SwingFileIconProviderImpl.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/Activator.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/Activator.java index 8f12c589fb..f83b598d2d 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/Activator.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileFormatService.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileFormatService.java index b0852285c2..e11765d483 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileFormatService.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileFormatService.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileFormatServiceTracker.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileFormatServiceTracker.java index b249fa3764..f073929bca 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileFormatServiceTracker.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileFormatServiceTracker.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileProtocolService.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileProtocolService.java index 4c35469264..8e00f7cdd9 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileProtocolService.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileProtocolService.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileProtocolServiceTracker.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileProtocolServiceTracker.java index b186a56e05..59e8e88eb5 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileProtocolServiceTracker.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/osgi/FileProtocolServiceTracker.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/FileProtocols.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/FileProtocols.java index 9d92c71c33..e7ab10ed4a 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/FileProtocols.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/FileProtocols.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/ProtocolFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/ProtocolFile.java index 7e8e2320ed..2bab79181c 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/ProtocolFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/ProtocolFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/ProtocolProvider.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/ProtocolProvider.java index 9e6697d0fb..1811ba05c4 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/ProtocolProvider.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/ProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/LocalFile.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/LocalFile.java index 8a6c8629e5..8e174acc00 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/LocalFile.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/LocalFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/LocalProtocolProvider.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/LocalProtocolProvider.java index af5f6a1f3e..44246b9381 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/LocalProtocolProvider.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/LocalProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/SpecialWindowsLocation.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/SpecialWindowsLocation.java index a5464baca6..64b760f368 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/SpecialWindowsLocation.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/protocol/local/SpecialWindowsLocation.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/C.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/C.java index d5b6dacb2b..8a42fb2896 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/C.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/C.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/CLibrary.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/CLibrary.java index f1f52c2458..6a5918c444 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/CLibrary.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/CLibrary.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Chmod.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Chmod.java index 28334bac6e..a2530f1390 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Chmod.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Chmod.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileChangeListener.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileChangeListener.java index 1743e27b2b..c4877e1a5d 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileChangeListener.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileChangeListener.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileComparator.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileComparator.java index 0c22e2cd49..21299b6b82 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileComparator.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileComparator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileMonitor.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileMonitor.java index 85027313c8..e9b9f9af08 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileMonitor.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileMonitor.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileMonitorConstants.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileMonitorConstants.java index 22c5e8eb7b..de287a7f1d 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileMonitorConstants.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileMonitorConstants.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FilePool.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FilePool.java index 9cb8da9b56..37854bc6f2 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FilePool.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FilePool.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileSet.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileSet.java index 93bf95a511..715f0dbc1b 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileSet.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/FileSet.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Kernel32.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Kernel32.java index 76f56a0a05..8bc74081a6 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Kernel32.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Kernel32.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Kernel32API.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Kernel32API.java index 732c828e15..404d096066 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Kernel32API.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Kernel32API.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/OSXFileUtils.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/OSXFileUtils.java index d4b648d88e..46ed6250dc 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/OSXFileUtils.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/OSXFileUtils.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/PathTokenizer.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/PathTokenizer.java index 6d2c7cf3a8..89d64e8a00 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/PathTokenizer.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/PathTokenizer.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/PathUtils.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/PathUtils.java index 9815c76487..647c57db78 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/PathUtils.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/PathUtils.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/ResourceLoader.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/ResourceLoader.java index efb4d3eea6..cbdb3e3367 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/ResourceLoader.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/ResourceLoader.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Shell32.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Shell32.java index 6795c916fe..2136450ace 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Shell32.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Shell32.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Shell32API.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Shell32API.java index fb2451a76c..3d4ce2fa83 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Shell32API.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/Shell32API.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/W32API.java b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/W32API.java index 99b3028e81..b0b9dea52a 100644 --- a/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/W32API.java +++ b/mucommander-commons-file/src/main/java/com/mucommander/commons/file/util/W32API.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/AbstractFileTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/AbstractFileTest.java index 1e0239d9fd..79ef85a270 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/AbstractFileTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/AbstractFileTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/DefaultFileURLTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/DefaultFileURLTest.java index 446c018f55..f6d383db75 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/DefaultFileURLTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/DefaultFileURLTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/DefaultPathCanonizerTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/DefaultPathCanonizerTest.java index 38911e849a..b20a7b0fbe 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/DefaultPathCanonizerTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/DefaultPathCanonizerTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileFactoryTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileFactoryTest.java index 27f4960293..8c7b386dd5 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileFactoryTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileFactoryTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileTestTransformer.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileTestTransformer.java index f0a6e90dda..c98abeb14e 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileTestTransformer.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileTestTransformer.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileURLTestCase.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileURLTestCase.java index 0b16336188..1dfa7a24a8 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileURLTestCase.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/FileURLTestCase.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/ProxyFileTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/ProxyFileTest.java index 51318d86c5..ba4558b97a 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/ProxyFileTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/ProxyFileTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/SimpleFileAttributesTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/SimpleFileAttributesTest.java index 1665bf2603..a93d753365 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/SimpleFileAttributesTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/SimpleFileAttributesTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/TestFile.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/TestFile.java index 4ba859806e..39983808bc 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/TestFile.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/TestFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/filter/ExtensionFilenameFilterTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/filter/ExtensionFilenameFilterTest.java index d2252ad580..dd3689cb47 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/filter/ExtensionFilenameFilterTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/filter/ExtensionFilenameFilterTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/protocol/local/LocalFileTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/protocol/local/LocalFileTest.java index f9e832ddcc..e8df5ef8c5 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/protocol/local/LocalFileTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/protocol/local/LocalFileTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/protocol/local/LocalFileURLTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/protocol/local/LocalFileURLTest.java index b26f5cdcb4..3e9ad1b16d 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/protocol/local/LocalFileURLTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/protocol/local/LocalFileURLTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/FileComparatorTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/FileComparatorTest.java index 3933c66bf2..d20db7297c 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/FileComparatorTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/FileComparatorTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/FileMonitorTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/FileMonitorTest.java index b71a8ca468..ea0914d522 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/FileMonitorTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/FileMonitorTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/PathTokenizerTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/PathTokenizerTest.java index d91683d261..f808b5c2b5 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/PathTokenizerTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/PathTokenizerTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/PathUtilsTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/PathUtilsTest.java index 32ebccea94..6133ff3a7f 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/PathUtilsTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/PathUtilsTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/ResourceLoaderTest.java b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/ResourceLoaderTest.java index e453dda955..5622809676 100644 --- a/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/ResourceLoaderTest.java +++ b/mucommander-commons-file/src/test/java/com/mucommander/commons/file/util/ResourceLoaderTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-file/test_template.properties b/mucommander-commons-file/test_template.properties index 051dfa9464..80dab5c3f8 100644 --- a/mucommander-commons-file/test_template.properties +++ b/mucommander-commons-file/test_template.properties @@ -1,5 +1,4 @@ # This file is part of muCommander, http://www.mucommander.com -# Copyright (C) 2002-2018 Maxence Bernard # # muCommander is free software; you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BinaryDetector.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BinaryDetector.java index 02a5c3a04d..7140c6a8de 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BinaryDetector.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BinaryDetector.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BlockRandomInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BlockRandomInputStream.java index c9558d6131..c945728586 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BlockRandomInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BlockRandomInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/Bounded.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/Bounded.java index a5e94d8d49..5fcf6d2d3b 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/Bounded.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/Bounded.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedInputStream.java index adc86f73f1..b59f0c409b 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedOutputStream.java index 667758e2ad..c2ce916fd7 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedReader.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedReader.java index 5c0d01b3f6..a46bc89cf8 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedReader.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BoundedReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BufferPool.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BufferPool.java index 6306e2926e..2fce975046 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BufferPool.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BufferPool.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BufferedRandomOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BufferedRandomOutputStream.java index ba29e5083c..543a825ff7 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BufferedRandomOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/BufferedRandomOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ByteCounter.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ByteCounter.java index 356c2a021d..8c4465f5bd 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ByteCounter.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ByteCounter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ByteUtils.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ByteUtils.java index e9b94504bf..58ba82096c 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ByteUtils.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ByteUtils.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ChecksumInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ChecksumInputStream.java index 4b3f570bfc..f6af929c48 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ChecksumInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ChecksumInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ChecksumOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ChecksumOutputStream.java index 6f68ed548a..3556183d1d 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ChecksumOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ChecksumOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/CounterInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/CounterInputStream.java index f168dbe130..a23fcd8e20 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/CounterInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/CounterInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/CounterOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/CounterOutputStream.java index c3f67b15a2..cc9643a643 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/CounterOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/CounterOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/EncodingDetector.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/EncodingDetector.java index fd6f5605eb..68fa0f620b 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/EncodingDetector.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/EncodingDetector.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FailSafePipedInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FailSafePipedInputStream.java index 9950d5374a..737939994f 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FailSafePipedInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FailSafePipedInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FileTransferException.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FileTransferException.java index 9b6b013f2e..449421ecd5 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FileTransferException.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FileTransferException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilterRandomAccessInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilterRandomAccessInputStream.java index da5d1ef217..459d0ab4f8 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilterRandomAccessInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilterRandomAccessInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilteredOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilteredOutputStream.java index 6551e6a753..b17612f815 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilteredOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilteredOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilteredRandomOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilteredRandomOutputStream.java index d2299650d9..4ca0de6efd 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilteredRandomOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FilteredRandomOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FixedByteArrayOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FixedByteArrayOutputStream.java index b9cd66c067..82c75352b6 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FixedByteArrayOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/FixedByteArrayOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/MultiOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/MultiOutputStream.java index fdfdc702b8..1cfd4fb84d 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/MultiOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/MultiOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccess.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccess.java index 97514c5731..85ea0e04e3 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccess.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccess.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccessInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccessInputStream.java index e9a5082902..0f320ed5f2 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccessInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccessInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccessOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccessOutputStream.java index 4f5694ca8c..25adb5bdaf 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccessOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomAccessOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomGeneratorInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomGeneratorInputStream.java index 606ecf49fa..2a50d5577c 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomGeneratorInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/RandomGeneratorInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/SilenceableOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/SilenceableOutputStream.java index 662d7e03d9..a4182240ef 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/SilenceableOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/SilenceableOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/SinkOutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/SinkOutputStream.java index 77d34747ae..bed1b04976 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/SinkOutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/SinkOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/StreamOutOfBoundException.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/StreamOutOfBoundException.java index cf151d17ef..b65364d4c8 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/StreamOutOfBoundException.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/StreamOutOfBoundException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/StreamUtils.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/StreamUtils.java index 3c3d71c6b2..a4c844bd92 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/StreamUtils.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/StreamUtils.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ThroughputLimitInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ThroughputLimitInputStream.java index 63e6cfa71e..9bf5902a7c 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ThroughputLimitInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/ThroughputLimitInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Decoder.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Decoder.java index 43bd4f1bf0..4377686976 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Decoder.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Decoder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Encoder.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Encoder.java index 4df05ee267..1bd216f15f 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Encoder.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Encoder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64InputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64InputStream.java index 3497d3a059..9ad32e0cff 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64InputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64InputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64OutputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64OutputStream.java index 6483b196fd..24b3d99062 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64OutputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64OutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Table.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Table.java index 486112f655..cc3c90c06d 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Table.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/base64/Base64Table.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOM.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOM.java index 2405d0be66..dd87546318 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOM.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOM.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMConstants.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMConstants.java index 018c6c1c5f..635c47e9e2 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMConstants.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMConstants.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMInputStream.java index 31c225ad0f..d2b9c5dd60 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMReader.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMReader.java index fa2439fca3..50333cbbbe 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMReader.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMWriter.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMWriter.java index 9b3293d884..c45b8cade9 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMWriter.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/bom/BOMWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/CompoundInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/CompoundInputStream.java index 7d49105603..44f3953f13 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/CompoundInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/CompoundInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/CompoundReader.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/CompoundReader.java index 2ff3513391..3fbc16e8b3 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/CompoundReader.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/CompoundReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/IteratorCompoundInputStream.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/IteratorCompoundInputStream.java index b4b1535412..58f135b6b1 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/IteratorCompoundInputStream.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/IteratorCompoundInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/IteratorCompoundReader.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/IteratorCompoundReader.java index 1c0c33bb11..bc247dc2ba 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/IteratorCompoundReader.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/compound/IteratorCompoundReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/Adler32MessageDigest.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/Adler32MessageDigest.java index b6abbc9b6f..8d64ee1582 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/Adler32MessageDigest.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/Adler32MessageDigest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/CRC32MessageDigest.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/CRC32MessageDigest.java index 839af7ba03..f0afca8851 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/CRC32MessageDigest.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/CRC32MessageDigest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/ChecksumMessageDigest.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/ChecksumMessageDigest.java index beebda9fbe..93d6db0a10 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/ChecksumMessageDigest.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/ChecksumMessageDigest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/MuProvider.java b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/MuProvider.java index 19c2ce5051..212205755c 100644 --- a/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/MuProvider.java +++ b/mucommander-commons-io/src/main/java/com/mucommander/commons/io/security/MuProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedInputStreamTest.java b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedInputStreamTest.java index 1f98db7e65..242bb1ee86 100644 --- a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedInputStreamTest.java +++ b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedInputStreamTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedOutputStreamTest.java b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedOutputStreamTest.java index 5817783dae..ba87d43923 100644 --- a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedOutputStreamTest.java +++ b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedOutputStreamTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedReaderTest.java b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedReaderTest.java index e497805512..bbcd9de0cf 100644 --- a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedReaderTest.java +++ b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BoundedReaderTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BufferPoolTest.java b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BufferPoolTest.java index ce86024a25..17933ab1e2 100644 --- a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BufferPoolTest.java +++ b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/BufferPoolTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/base64/Base64Test.java b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/base64/Base64Test.java index 063fa88783..c6d2b7c22f 100644 --- a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/base64/Base64Test.java +++ b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/base64/Base64Test.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/bom/BOMTest.java b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/bom/BOMTest.java index 39420bbcec..825a77040a 100644 --- a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/bom/BOMTest.java +++ b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/bom/BOMTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/compound/CompoundInputStreamTest.java b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/compound/CompoundInputStreamTest.java index 11aca09396..83e72e59c5 100644 --- a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/compound/CompoundInputStreamTest.java +++ b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/compound/CompoundInputStreamTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/compound/CompoundReaderTest.java b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/compound/CompoundReaderTest.java index b26eabe8ce..7dbb0c79bf 100644 --- a/mucommander-commons-io/src/test/java/com/mucommander/commons/io/compound/CompoundReaderTest.java +++ b/mucommander-commons-io/src/test/java/com/mucommander/commons/io/compound/CompoundReaderTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/ComparableRuntimeProperty.java b/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/ComparableRuntimeProperty.java index b2ba599108..b1bbd01fdf 100644 --- a/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/ComparableRuntimeProperty.java +++ b/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/ComparableRuntimeProperty.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/JavaVersion.java b/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/JavaVersion.java index 8b7100f177..2c7b5239b0 100644 --- a/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/JavaVersion.java +++ b/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/JavaVersion.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/OsFamily.java b/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/OsFamily.java index 81a587b681..0d19dddd44 100644 --- a/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/OsFamily.java +++ b/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/OsFamily.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/OsVersion.java b/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/OsVersion.java index a827b0d018..70c24bfc10 100644 --- a/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/OsVersion.java +++ b/mucommander-commons-runtime/src/main/java/com/mucommander/commons/runtime/OsVersion.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-runtime/src/test/java/com/mucommander/commons/runtime/JavaVersionTest.java b/mucommander-commons-runtime/src/test/java/com/mucommander/commons/runtime/JavaVersionTest.java index 285a102304..e4d952af65 100644 --- a/mucommander-commons-runtime/src/test/java/com/mucommander/commons/runtime/JavaVersionTest.java +++ b/mucommander-commons-runtime/src/test/java/com/mucommander/commons/runtime/JavaVersionTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/Pair.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/Pair.java index 31a720d0a0..a3d5c589f0 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/Pair.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/Pair.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/StringUtils.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/StringUtils.java index 27809f8e69..3bff177c37 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/StringUtils.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/StringUtils.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/border/MutableLineBorder.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/border/MutableLineBorder.java index 7aebd64d92..01c6e2ce6b 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/border/MutableLineBorder.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/border/MutableLineBorder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/button/ButtonChoicePanel.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/button/ButtonChoicePanel.java index 0ac0c4f6ae..2984b4ce19 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/button/ButtonChoicePanel.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/button/ButtonChoicePanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/button/RolloverButtonAdapter.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/button/RolloverButtonAdapter.java index 21e0ed76f9..8a72eddc39 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/button/RolloverButtonAdapter.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/button/RolloverButtonAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/ComboBoxCellRenderer.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/ComboBoxCellRenderer.java index 213cfe2b76..0029ccd1a3 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/ComboBoxCellRenderer.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/ComboBoxCellRenderer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/ComboBoxListener.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/ComboBoxListener.java index 82d9977a06..db6e895545 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/ComboBoxListener.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/ComboBoxListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/EditableComboBox.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/EditableComboBox.java index ea9865bd04..ff71ec05ee 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/EditableComboBox.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/EditableComboBox.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/EditableComboBoxListener.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/EditableComboBoxListener.java index f2e5dda073..885fd7f8f6 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/EditableComboBoxListener.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/EditableComboBoxListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/SaneComboBox.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/SaneComboBox.java index f77e7b8221..e096577d54 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/SaneComboBox.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/combobox/SaneComboBox.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/DialogOwner.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/DialogOwner.java index dae2a5db0b..23452b2099 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/DialogOwner.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/DialogOwner.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/DialogToolkit.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/DialogToolkit.java index 6a468428da..c39ad76943 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/DialogToolkit.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/DialogToolkit.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/FocusDialog.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/FocusDialog.java index 013d056487..b3dff782fc 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/FocusDialog.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/dialog/FocusDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/FocusRequester.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/FocusRequester.java index f4d899ab4e..903656c93f 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/FocusRequester.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/FocusRequester.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/MenuToolkit.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/MenuToolkit.java index 7e38a1a0bd..4d09268547 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/MenuToolkit.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/MenuToolkit.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/MnemonicHelper.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/MnemonicHelper.java index 6d8cedb9fa..e7bbb9570e 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/MnemonicHelper.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/MnemonicHelper.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/ScreenServices.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/ScreenServices.java index 768192f706..1230ebb1b4 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/ScreenServices.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/helper/ScreenServices.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/FluentPanel.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/FluentPanel.java index 60f355ecff..245bca4c56 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/FluentPanel.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/FluentPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/ProportionalGridPanel.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/ProportionalGridPanel.java index 5f3cf70b6b..985f163657 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/ProportionalGridPanel.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/ProportionalGridPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/XAlignedComponentPanel.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/XAlignedComponentPanel.java index 57a3659622..f22d95858d 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/XAlignedComponentPanel.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/XAlignedComponentPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/XBoxPanel.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/XBoxPanel.java index f34ffec72a..7934e3b099 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/XBoxPanel.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/XBoxPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/YBoxPanel.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/YBoxPanel.java index 1f79c3386e..ece309bb0e 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/YBoxPanel.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/layout/YBoxPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/FontUtils.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/FontUtils.java index 128f05b524..fa91df5f78 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/FontUtils.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/FontUtils.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/MultiLineLabel.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/MultiLineLabel.java index 71e99e345d..27561dfd6d 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/MultiLineLabel.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/MultiLineLabel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/SizeConstrainedDocument.java b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/SizeConstrainedDocument.java index af86150e52..0e2acdee0a 100644 --- a/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/SizeConstrainedDocument.java +++ b/mucommander-commons-util/src/main/java/com/mucommander/commons/util/ui/text/SizeConstrainedDocument.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-commons-util/src/test/java/com/mucommander/commons/util/StringUtilsTest.java b/mucommander-commons-util/src/test/java/com/mucommander/commons/util/StringUtilsTest.java index ec271bf3bd..16cbd49393 100644 --- a/mucommander-commons-util/src/test/java/com/mucommander/commons/util/StringUtilsTest.java +++ b/mucommander-commons-util/src/test/java/com/mucommander/commons/util/StringUtilsTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/Activator.java b/mucommander-core/src/main/java/com/mucommander/Activator.java index e844a6bf51..766048aefd 100644 --- a/mucommander-core/src/main/java/com/mucommander/Activator.java +++ b/mucommander-core/src/main/java/com/mucommander/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/RuntimeConstants.java b/mucommander-core/src/main/java/com/mucommander/RuntimeConstants.java index 09fce55880..f24f04de46 100644 --- a/mucommander-core/src/main/java/com/mucommander/RuntimeConstants.java +++ b/mucommander-core/src/main/java/com/mucommander/RuntimeConstants.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ShutdownHook.java b/mucommander-core/src/main/java/com/mucommander/ShutdownHook.java index 7423f2623b..4e032eecdb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ShutdownHook.java +++ b/mucommander-core/src/main/java/com/mucommander/ShutdownHook.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/StressTester.java b/mucommander-core/src/main/java/com/mucommander/StressTester.java index aab0a480b9..410c5cba97 100644 --- a/mucommander-core/src/main/java/com/mucommander/StressTester.java +++ b/mucommander-core/src/main/java/com/mucommander/StressTester.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/VersionChecker.java b/mucommander-core/src/main/java/com/mucommander/VersionChecker.java index aa62744731..5915a59cde 100644 --- a/mucommander-core/src/main/java/com/mucommander/VersionChecker.java +++ b/mucommander-core/src/main/java/com/mucommander/VersionChecker.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/auth/CredentialsConstants.java b/mucommander-core/src/main/java/com/mucommander/auth/CredentialsConstants.java index 295cf24a83..79dc1486a0 100644 --- a/mucommander-core/src/main/java/com/mucommander/auth/CredentialsConstants.java +++ b/mucommander-core/src/main/java/com/mucommander/auth/CredentialsConstants.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/auth/CredentialsManager.java b/mucommander-core/src/main/java/com/mucommander/auth/CredentialsManager.java index 3e9017e689..65aecffb0a 100644 --- a/mucommander-core/src/main/java/com/mucommander/auth/CredentialsManager.java +++ b/mucommander-core/src/main/java/com/mucommander/auth/CredentialsManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/auth/CredentialsMapping.java b/mucommander-core/src/main/java/com/mucommander/auth/CredentialsMapping.java index ed530b4ac2..cf845a4ed5 100644 --- a/mucommander-core/src/main/java/com/mucommander/auth/CredentialsMapping.java +++ b/mucommander-core/src/main/java/com/mucommander/auth/CredentialsMapping.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/auth/CredentialsParser.java b/mucommander-core/src/main/java/com/mucommander/auth/CredentialsParser.java index e8e891d8b8..f1585602e3 100644 --- a/mucommander-core/src/main/java/com/mucommander/auth/CredentialsParser.java +++ b/mucommander-core/src/main/java/com/mucommander/auth/CredentialsParser.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/auth/CredentialsWriter.java b/mucommander-core/src/main/java/com/mucommander/auth/CredentialsWriter.java index 8ca8b5d032..18ab3895ac 100644 --- a/mucommander-core/src/main/java/com/mucommander/auth/CredentialsWriter.java +++ b/mucommander-core/src/main/java/com/mucommander/auth/CredentialsWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourDirectory.java b/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourDirectory.java index cec6ee7e6f..2396e2c2a0 100644 --- a/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourDirectory.java +++ b/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourDirectory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourMenu.java b/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourMenu.java index 6a6e797f28..68962a6074 100644 --- a/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourMenu.java +++ b/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourMenu.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourService.java b/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourService.java index 86390779b7..2d65e6fcec 100644 --- a/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourService.java +++ b/mucommander-core/src/main/java/com/mucommander/bonjour/BonjourService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/Bookmark.java b/mucommander-core/src/main/java/com/mucommander/bookmark/Bookmark.java index cfbb448607..44529a93db 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/Bookmark.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/Bookmark.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkBuilder.java b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkBuilder.java index 8ba575f222..ddcf3a525a 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkBuilder.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkBuilder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkConstants.java b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkConstants.java index 0b85147910..c8d2def8cd 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkConstants.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkConstants.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkException.java b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkException.java index c9eacbec9d..12ba555fe4 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkException.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkListener.java b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkListener.java index 96671a416f..118ca4286a 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkListener.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkManager.java b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkManager.java index e812c6dc86..46510cbcdb 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkManager.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkParser.java b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkParser.java index 6341947a25..eeaa238c39 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkParser.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkParser.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkWriter.java b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkWriter.java index 9210ec3197..395db1b1b4 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkWriter.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/BookmarkWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/XORCipher.java b/mucommander-core/src/main/java/com/mucommander/bookmark/XORCipher.java index b2718c974c..d3c0e1f8b1 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/XORCipher.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/XORCipher.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkFile.java b/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkFile.java index 411d3812d2..e937822fd2 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkFile.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkFile.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkOutputStream.java b/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkOutputStream.java index 4467881a0d..804b905429 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkOutputStream.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkProtocolProvider.java b/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkProtocolProvider.java index 1ba36fc473..bbdf9980a3 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkProtocolProvider.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkProtocolProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkRoot.java b/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkRoot.java index 3e79ab4680..bb63e1709f 100644 --- a/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkRoot.java +++ b/mucommander-core/src/main/java/com/mucommander/bookmark/file/BookmarkRoot.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/cache/FastLRUCache.java b/mucommander-core/src/main/java/com/mucommander/cache/FastLRUCache.java index 931bf246f5..80174f01af 100644 --- a/mucommander-core/src/main/java/com/mucommander/cache/FastLRUCache.java +++ b/mucommander-core/src/main/java/com/mucommander/cache/FastLRUCache.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/cache/LRUCache.java b/mucommander-core/src/main/java/com/mucommander/cache/LRUCache.java index abd15c5cd7..746c06453b 100644 --- a/mucommander-core/src/main/java/com/mucommander/cache/LRUCache.java +++ b/mucommander-core/src/main/java/com/mucommander/cache/LRUCache.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/AssociationBuilder.java b/mucommander-core/src/main/java/com/mucommander/command/AssociationBuilder.java index 21c83ec458..2f20b7b648 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/AssociationBuilder.java +++ b/mucommander-core/src/main/java/com/mucommander/command/AssociationBuilder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/AssociationFactory.java b/mucommander-core/src/main/java/com/mucommander/command/AssociationFactory.java index 7d8a4ba49e..b0bee48d6d 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/AssociationFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/command/AssociationFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/AssociationReader.java b/mucommander-core/src/main/java/com/mucommander/command/AssociationReader.java index 3e671385cf..e2046f2612 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/AssociationReader.java +++ b/mucommander-core/src/main/java/com/mucommander/command/AssociationReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/AssociationWriter.java b/mucommander-core/src/main/java/com/mucommander/command/AssociationWriter.java index 107799fb34..fe075d7021 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/AssociationWriter.java +++ b/mucommander-core/src/main/java/com/mucommander/command/AssociationWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/AssociationsXmlConstants.java b/mucommander-core/src/main/java/com/mucommander/command/AssociationsXmlConstants.java index 86e61db639..dbdff83e0f 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/AssociationsXmlConstants.java +++ b/mucommander-core/src/main/java/com/mucommander/command/AssociationsXmlConstants.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/Command.java b/mucommander-core/src/main/java/com/mucommander/command/Command.java index 55d976986e..761247469a 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/Command.java +++ b/mucommander-core/src/main/java/com/mucommander/command/Command.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/CommandAssociation.java b/mucommander-core/src/main/java/com/mucommander/command/CommandAssociation.java index 478c975bf0..5c9ccbf42a 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/CommandAssociation.java +++ b/mucommander-core/src/main/java/com/mucommander/command/CommandAssociation.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/CommandBuilder.java b/mucommander-core/src/main/java/com/mucommander/command/CommandBuilder.java index b6ebc20246..82d115f99e 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/CommandBuilder.java +++ b/mucommander-core/src/main/java/com/mucommander/command/CommandBuilder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/CommandException.java b/mucommander-core/src/main/java/com/mucommander/command/CommandException.java index d02f9f88d9..8766900a5e 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/CommandException.java +++ b/mucommander-core/src/main/java/com/mucommander/command/CommandException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/CommandManager.java b/mucommander-core/src/main/java/com/mucommander/command/CommandManager.java index 2204c838db..fa656c456a 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/CommandManager.java +++ b/mucommander-core/src/main/java/com/mucommander/command/CommandManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/CommandReader.java b/mucommander-core/src/main/java/com/mucommander/command/CommandReader.java index 32f84d4aa4..5b8ac32e4d 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/CommandReader.java +++ b/mucommander-core/src/main/java/com/mucommander/command/CommandReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/CommandType.java b/mucommander-core/src/main/java/com/mucommander/command/CommandType.java index c217675dbc..1f7ab72006 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/CommandType.java +++ b/mucommander-core/src/main/java/com/mucommander/command/CommandType.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/CommandWriter.java b/mucommander-core/src/main/java/com/mucommander/command/CommandWriter.java index 6595483377..9674519a12 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/CommandWriter.java +++ b/mucommander-core/src/main/java/com/mucommander/command/CommandWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/CommandsXmlConstants.java b/mucommander-core/src/main/java/com/mucommander/command/CommandsXmlConstants.java index 9ad4c32283..3220308c57 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/CommandsXmlConstants.java +++ b/mucommander-core/src/main/java/com/mucommander/command/CommandsXmlConstants.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/command/PermissionsFileFilter.java b/mucommander-core/src/main/java/com/mucommander/command/PermissionsFileFilter.java index c9a6736a02..9422a156ad 100644 --- a/mucommander-core/src/main/java/com/mucommander/command/PermissionsFileFilter.java +++ b/mucommander-core/src/main/java/com/mucommander/command/PermissionsFileFilter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/core/FolderChangeMonitor.java b/mucommander-core/src/main/java/com/mucommander/core/FolderChangeMonitor.java index 01b19829e2..235d4decfa 100644 --- a/mucommander-core/src/main/java/com/mucommander/core/FolderChangeMonitor.java +++ b/mucommander-core/src/main/java/com/mucommander/core/FolderChangeMonitor.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/core/GlobalLocationHistory.java b/mucommander-core/src/main/java/com/mucommander/core/GlobalLocationHistory.java index a2d4801e89..2ef55629ea 100644 --- a/mucommander-core/src/main/java/com/mucommander/core/GlobalLocationHistory.java +++ b/mucommander-core/src/main/java/com/mucommander/core/GlobalLocationHistory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/core/LocalLocationHistory.java b/mucommander-core/src/main/java/com/mucommander/core/LocalLocationHistory.java index 073e65274d..6100d76667 100644 --- a/mucommander-core/src/main/java/com/mucommander/core/LocalLocationHistory.java +++ b/mucommander-core/src/main/java/com/mucommander/core/LocalLocationHistory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/core/LocationChanger.java b/mucommander-core/src/main/java/com/mucommander/core/LocationChanger.java index c77f4ee1ee..74f988e6c3 100644 --- a/mucommander-core/src/main/java/com/mucommander/core/LocationChanger.java +++ b/mucommander-core/src/main/java/com/mucommander/core/LocationChanger.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/AbstractTrash.java b/mucommander-core/src/main/java/com/mucommander/desktop/AbstractTrash.java index 2cc6c2ed80..0ca0872ddd 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/AbstractTrash.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/AbstractTrash.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/CommandBrowse.java b/mucommander-core/src/main/java/com/mucommander/desktop/CommandBrowse.java index 82988f5dfc..dfa8944e10 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/CommandBrowse.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/CommandBrowse.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/CommandOpen.java b/mucommander-core/src/main/java/com/mucommander/desktop/CommandOpen.java index 3365818479..26ff7d3140 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/CommandOpen.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/CommandOpen.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/CommandOpenInFileManager.java b/mucommander-core/src/main/java/com/mucommander/desktop/CommandOpenInFileManager.java index c684dc17de..0bb00d93ca 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/CommandOpenInFileManager.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/CommandOpenInFileManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/DefaultDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/DefaultDesktopAdapter.java index 69fc0ff707..dca7ab3019 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/DefaultDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/DefaultDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/DesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/DesktopAdapter.java index 3665a221c9..cd48e50e0b 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/DesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/DesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/DesktopInitialisationException.java b/mucommander-core/src/main/java/com/mucommander/desktop/DesktopInitialisationException.java index f865dcf8e6..b115dd716b 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/DesktopInitialisationException.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/DesktopInitialisationException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/DesktopManager.java b/mucommander-core/src/main/java/com/mucommander/desktop/DesktopManager.java index bff794eef3..c7e9160615 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/DesktopManager.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/DesktopManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/DesktopOperation.java b/mucommander-core/src/main/java/com/mucommander/desktop/DesktopOperation.java index f93b9bdde1..d11efb49e9 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/DesktopOperation.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/DesktopOperation.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/InternalBrowse.java b/mucommander-core/src/main/java/com/mucommander/desktop/InternalBrowse.java index b403956b0d..ea7363e344 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/InternalBrowse.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/InternalBrowse.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/InternalOpen.java b/mucommander-core/src/main/java/com/mucommander/desktop/InternalOpen.java index 95ddfbc975..7bc3765fb4 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/InternalOpen.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/InternalOpen.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/LocalFileOperation.java b/mucommander-core/src/main/java/com/mucommander/desktop/LocalFileOperation.java index e37aa4c780..4aac2536b2 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/LocalFileOperation.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/LocalFileOperation.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/QueuedTrash.java b/mucommander-core/src/main/java/com/mucommander/desktop/QueuedTrash.java index ed13b71fac..c3e91889fd 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/QueuedTrash.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/QueuedTrash.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/TrashProvider.java b/mucommander-core/src/main/java/com/mucommander/desktop/TrashProvider.java index 035aaca608..e0b64dc088 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/TrashProvider.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/TrashProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/UrlOperation.java b/mucommander-core/src/main/java/com/mucommander/desktop/UrlOperation.java index 585195e9d6..cd36c1ccea 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/UrlOperation.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/UrlOperation.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/ConfiguredGnomeDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/ConfiguredGnomeDesktopAdapter.java index 6797d8ff09..e991f3bb7f 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/ConfiguredGnomeDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/ConfiguredGnomeDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeConfig.java b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeConfig.java index 86c07b2233..bcfe5bed15 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeConfig.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeConfig.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeDesktopAdapter.java index 69bfe164b5..485842be18 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeTrash.java b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeTrash.java index dff6a7b40b..ec0a7c8644 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeTrash.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeTrash.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeTrashProvider.java b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeTrashProvider.java index b9431b1931..c7b3471e75 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeTrashProvider.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GnomeTrashProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GuessedGnomeDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GuessedGnomeDesktopAdapter.java index 6545473cab..30473c10ac 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GuessedGnomeDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/gnome/GuessedGnomeDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/ConfiguredKde3DesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/ConfiguredKde3DesktopAdapter.java index 927b5c9bce..bd66bb7877 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/ConfiguredKde3DesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/ConfiguredKde3DesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/ConfiguredKde4DesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/ConfiguredKde4DesktopAdapter.java index b156e8e70c..6f18f6babb 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/ConfiguredKde4DesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/ConfiguredKde4DesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +17,6 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/GuessedKde3DesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/GuessedKde3DesktopAdapter.java index 5e9daf74bc..9df310b565 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/GuessedKde3DesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/GuessedKde3DesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/GuessedKde4DesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/GuessedKde4DesktopAdapter.java index 74e5748c5e..8c27dcc8bd 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/GuessedKde4DesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/GuessedKde4DesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +17,6 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde3DesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde3DesktopAdapter.java index 5151acc4cd..0e9ab8b099 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde3DesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde3DesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde3TrashProvider.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde3TrashProvider.java index 210335a895..d1bdba1302 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde3TrashProvider.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde3TrashProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde4DesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde4DesktopAdapter.java index 36aeac0db8..72701d0943 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde4DesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde4DesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +17,6 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde4TrashProvider.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde4TrashProvider.java index ee7a3df30b..a8df162fcc 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde4TrashProvider.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/Kde4TrashProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +17,6 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeConfig.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeConfig.java index f01913052f..15e77d4766 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeConfig.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeConfig.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeDesktopAdapter.java index 892deec5ca..d61bb1d899 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeTrash.java b/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeTrash.java index 253d4f5c20..c47ad1c458 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeTrash.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/kde/KdeTrash.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/openvms/OpenVMSDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/openvms/OpenVMSDesktopAdapter.java index afb6562788..c285934358 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/openvms/OpenVMSDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/openvms/OpenVMSDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXDesktopAdapter.java index d720074b70..07bbeed6fb 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXTrash.java b/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXTrash.java index e4a0762734..e076d08172 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXTrash.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXTrash.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXTrashProvider.java b/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXTrashProvider.java index 103a13578f..76763c1ed4 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXTrashProvider.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/osx/OSXTrashProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/windows/Win9xDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/windows/Win9xDesktopAdapter.java index 04237056f7..71401926a8 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/windows/Win9xDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/windows/Win9xDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/windows/WinNtDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/windows/WinNtDesktopAdapter.java index fa583f7b67..d643a77762 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/windows/WinNtDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/windows/WinNtDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsDesktopAdapter.java index baa22316ee..ef92e7561a 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsTrash.java b/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsTrash.java index 7e092d191a..8d0d8188e0 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsTrash.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsTrash.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsTrashProvider.java b/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsTrashProvider.java index e7d87ed417..d030608ea4 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsTrashProvider.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/windows/WindowsTrashProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/xfce/GuessedXfceDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/xfce/GuessedXfceDesktopAdapter.java index e75a4f9d4a..ff01681f30 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/xfce/GuessedXfceDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/xfce/GuessedXfceDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceDesktopAdapter.java b/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceDesktopAdapter.java index d7d80ae775..8ef9ecbef1 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceDesktopAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceDesktopAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceTrash.java b/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceTrash.java index acab0adcba..bfadf80f30 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceTrash.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceTrash.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceTrashProvider.java b/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceTrashProvider.java index 65b6dfe8a9..c004006a72 100644 --- a/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceTrashProvider.java +++ b/mucommander-core/src/main/java/com/mucommander/desktop/xfce/XfceTrashProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/extension/ClassFilter.java b/mucommander-core/src/main/java/com/mucommander/extension/ClassFilter.java index c8d903057a..95b3a126c9 100644 --- a/mucommander-core/src/main/java/com/mucommander/extension/ClassFilter.java +++ b/mucommander-core/src/main/java/com/mucommander/extension/ClassFilter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/extension/ClassFinder.java b/mucommander-core/src/main/java/com/mucommander/extension/ClassFinder.java index f5f88a4ce3..7af24892a0 100644 --- a/mucommander-core/src/main/java/com/mucommander/extension/ClassFinder.java +++ b/mucommander-core/src/main/java/com/mucommander/extension/ClassFinder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/extension/ExtensionManager.java b/mucommander-core/src/main/java/com/mucommander/extension/ExtensionManager.java index 466c48473e..005e0fc89d 100644 --- a/mucommander-core/src/main/java/com/mucommander/extension/ExtensionManager.java +++ b/mucommander-core/src/main/java/com/mucommander/extension/ExtensionManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/extension/LookAndFeelFilter.java b/mucommander-core/src/main/java/com/mucommander/extension/LookAndFeelFilter.java index afa3b7cf44..8586f2d4f2 100644 --- a/mucommander-core/src/main/java/com/mucommander/extension/LookAndFeelFilter.java +++ b/mucommander-core/src/main/java/com/mucommander/extension/LookAndFeelFilter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/FileCollisionChecker.java b/mucommander-core/src/main/java/com/mucommander/job/FileCollisionChecker.java index b401268594..3d2ef26a2e 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/FileCollisionChecker.java +++ b/mucommander-core/src/main/java/com/mucommander/job/FileCollisionChecker.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/FileJob.java b/mucommander-core/src/main/java/com/mucommander/job/FileJob.java index 6474e17adc..bbe91ed259 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/FileJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/FileJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/FileJobAction.java b/mucommander-core/src/main/java/com/mucommander/job/FileJobAction.java index 53ffd62ae6..000a9e3b0c 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/FileJobAction.java +++ b/mucommander-core/src/main/java/com/mucommander/job/FileJobAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/FileJobException.java b/mucommander-core/src/main/java/com/mucommander/job/FileJobException.java index a69a66500d..974a4144ff 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/FileJobException.java +++ b/mucommander-core/src/main/java/com/mucommander/job/FileJobException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/FileJobListener.java b/mucommander-core/src/main/java/com/mucommander/job/FileJobListener.java index 26c328f161..a96838834d 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/FileJobListener.java +++ b/mucommander-core/src/main/java/com/mucommander/job/FileJobListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/FileJobState.java b/mucommander-core/src/main/java/com/mucommander/job/FileJobState.java index b12309a53a..be58383f68 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/FileJobState.java +++ b/mucommander-core/src/main/java/com/mucommander/job/FileJobState.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/JobListener.java b/mucommander-core/src/main/java/com/mucommander/job/JobListener.java index db5b61ccfe..ddc739dee1 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/JobListener.java +++ b/mucommander-core/src/main/java/com/mucommander/job/JobListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/JobProgress.java b/mucommander-core/src/main/java/com/mucommander/job/JobProgress.java index a2a218c411..44b979ee06 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/JobProgress.java +++ b/mucommander-core/src/main/java/com/mucommander/job/JobProgress.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/JobsManager.java b/mucommander-core/src/main/java/com/mucommander/job/JobsManager.java index d9adad1d5a..6277c85082 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/JobsManager.java +++ b/mucommander-core/src/main/java/com/mucommander/job/JobsManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/AbstractCopyJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/AbstractCopyJob.java index 2ccf461f88..385c88023a 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/AbstractCopyJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/AbstractCopyJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/ArchiveJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/ArchiveJob.java index 9b09baa6b3..739e58080f 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/ArchiveJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/ArchiveJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/BatchRenameJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/BatchRenameJob.java index 67f1d9ed66..47121da101 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/BatchRenameJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/BatchRenameJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/CalculateChecksumJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/CalculateChecksumJob.java index faacd87ad7..a4fbbb287e 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/CalculateChecksumJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/CalculateChecksumJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/ChangeFileAttributesJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/ChangeFileAttributesJob.java index cde6488124..491579b403 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/ChangeFileAttributesJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/ChangeFileAttributesJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/CombineFilesJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/CombineFilesJob.java index 0dd2db115d..cdca5506aa 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/CombineFilesJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/CombineFilesJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/CopyJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/CopyJob.java index 503b7777b0..e480fb674d 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/CopyJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/CopyJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/DeleteJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/DeleteJob.java index 459c0d75d0..cbb247e6ad 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/DeleteJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/DeleteJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/MkdirJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/MkdirJob.java index ca63ba138d..3ea4b305df 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/MkdirJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/MkdirJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/MoveJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/MoveJob.java index 7659d2873c..591624420b 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/MoveJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/MoveJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/PropertiesJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/PropertiesJob.java index 3465396285..d177d24d0f 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/PropertiesJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/PropertiesJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/SelfUpdateJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/SelfUpdateJob.java index 3cb09e7c05..b6ddb12ad0 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/SelfUpdateJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/SelfUpdateJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/SendMailJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/SendMailJob.java index 75ea88187f..9b07e0681c 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/SendMailJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/SendMailJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/SplitFileJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/SplitFileJob.java index b7ca4fd047..b69ffb3760 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/SplitFileJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/SplitFileJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/TempCopyJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/TempCopyJob.java index ce176d8ae7..a74805d866 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/TempCopyJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/TempCopyJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/TempExecJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/TempExecJob.java index 05a934e597..f4b78d8ec5 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/TempExecJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/TempExecJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/TempOpenWithJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/TempOpenWithJob.java index 43d35759a1..6b7467b73b 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/TempOpenWithJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/TempOpenWithJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/TransferFileJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/TransferFileJob.java index 1a909191bf..79b2a3eb24 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/TransferFileJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/TransferFileJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/impl/UnpackJob.java b/mucommander-core/src/main/java/com/mucommander/job/impl/UnpackJob.java index b553fedc50..2e24401da1 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/impl/UnpackJob.java +++ b/mucommander-core/src/main/java/com/mucommander/job/impl/UnpackJob.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/ui/DialogResult.java b/mucommander-core/src/main/java/com/mucommander/job/ui/DialogResult.java index 85be96bdf6..653582d675 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/ui/DialogResult.java +++ b/mucommander-core/src/main/java/com/mucommander/job/ui/DialogResult.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/job/ui/UserInputHelper.java b/mucommander-core/src/main/java/com/mucommander/job/ui/UserInputHelper.java index 1756aa6257..7abf16b204 100644 --- a/mucommander-core/src/main/java/com/mucommander/job/ui/UserInputHelper.java +++ b/mucommander-core/src/main/java/com/mucommander/job/ui/UserInputHelper.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/muCommander.java b/mucommander-core/src/main/java/com/mucommander/muCommander.java index 40151658d9..4e75bddf15 100644 --- a/mucommander-core/src/main/java/com/mucommander/muCommander.java +++ b/mucommander-core/src/main/java/com/mucommander/muCommander.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/osgi/FileEditorService.java b/mucommander-core/src/main/java/com/mucommander/osgi/FileEditorService.java index df5e571271..b977535f4b 100644 --- a/mucommander-core/src/main/java/com/mucommander/osgi/FileEditorService.java +++ b/mucommander-core/src/main/java/com/mucommander/osgi/FileEditorService.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/osgi/FileEditorServiceTracker.java b/mucommander-core/src/main/java/com/mucommander/osgi/FileEditorServiceTracker.java index 669ebbf1e5..3c6ab8e6e1 100644 --- a/mucommander-core/src/main/java/com/mucommander/osgi/FileEditorServiceTracker.java +++ b/mucommander-core/src/main/java/com/mucommander/osgi/FileEditorServiceTracker.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/osgi/FileViewerService.java b/mucommander-core/src/main/java/com/mucommander/osgi/FileViewerService.java index 3e4fc5e3e3..d510a9abb8 100644 --- a/mucommander-core/src/main/java/com/mucommander/osgi/FileViewerService.java +++ b/mucommander-core/src/main/java/com/mucommander/osgi/FileViewerService.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/osgi/FileViewerServiceTracker.java b/mucommander-core/src/main/java/com/mucommander/osgi/FileViewerServiceTracker.java index b06028f420..1758495e56 100644 --- a/mucommander-core/src/main/java/com/mucommander/osgi/FileViewerServiceTracker.java +++ b/mucommander-core/src/main/java/com/mucommander/osgi/FileViewerServiceTracker.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/shell/Shell.java b/mucommander-core/src/main/java/com/mucommander/shell/Shell.java index f4ca8771f7..099f7b27b0 100644 --- a/mucommander-core/src/main/java/com/mucommander/shell/Shell.java +++ b/mucommander-core/src/main/java/com/mucommander/shell/Shell.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/shell/ShellEncodingListener.java b/mucommander-core/src/main/java/com/mucommander/shell/ShellEncodingListener.java index d14216dac7..986b8a885c 100644 --- a/mucommander-core/src/main/java/com/mucommander/shell/ShellEncodingListener.java +++ b/mucommander-core/src/main/java/com/mucommander/shell/ShellEncodingListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryConstants.java b/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryConstants.java index 6d656eef01..f00ec3762b 100644 --- a/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryConstants.java +++ b/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryConstants.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryListener.java b/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryListener.java index 03b83f5a41..e18598c2d5 100644 --- a/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryListener.java +++ b/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryManager.java b/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryManager.java index eba7c7bac3..367ca8d279 100644 --- a/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryManager.java +++ b/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryReader.java b/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryReader.java index 68840b446b..515e5e144a 100644 --- a/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryReader.java +++ b/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryWriter.java b/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryWriter.java index 2328aeae54..91326a74dd 100644 --- a/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryWriter.java +++ b/mucommander-core/src/main/java/com/mucommander/shell/ShellHistoryWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/snapshot/MuSnapshot.java b/mucommander-core/src/main/java/com/mucommander/snapshot/MuSnapshot.java index 52e9f4a87f..1becdcf202 100644 --- a/mucommander-core/src/main/java/com/mucommander/snapshot/MuSnapshot.java +++ b/mucommander-core/src/main/java/com/mucommander/snapshot/MuSnapshot.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/snapshot/MuSnapshotable.java b/mucommander-core/src/main/java/com/mucommander/snapshot/MuSnapshotable.java index 55146606c7..392ee305bd 100644 --- a/mucommander-core/src/main/java/com/mucommander/snapshot/MuSnapshotable.java +++ b/mucommander-core/src/main/java/com/mucommander/snapshot/MuSnapshotable.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/AWTActionProxy.java b/mucommander-core/src/main/java/com/mucommander/ui/action/AWTActionProxy.java index 62d5ede495..704d14318e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/AWTActionProxy.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/AWTActionProxy.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/AbstractActionDescriptor.java b/mucommander-core/src/main/java/com/mucommander/ui/action/AbstractActionDescriptor.java index 40f34e08a0..8fc953b2cc 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/AbstractActionDescriptor.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/AbstractActionDescriptor.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/AcceleratorMap.java b/mucommander-core/src/main/java/com/mucommander/ui/action/AcceleratorMap.java index 4e4fe7d57a..dc5d66fc00 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/AcceleratorMap.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/AcceleratorMap.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionCategory.java b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionCategory.java index d3c47d9b16..d0dc26a8f7 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionCategory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionCategory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionDescriptor.java b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionDescriptor.java index 24808e6363..db3772bedf 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionDescriptor.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionDescriptor.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionFactory.java index 2d69cb5a2c..44c17c2d0c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymap.java b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymap.java index 6bc70bd245..86e93f30d4 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymap.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymap.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapIO.java b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapIO.java index bb02263bdb..061610b15d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapIO.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapIO.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapReader.java b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapReader.java index bd66aeeb5d..1889927393 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapReader.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapWriter.java b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapWriter.java index 7a820d0a42..876b850061 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapWriter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionKeymapWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionManager.java b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionManager.java index 88b846f5e2..15c072cf1e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionManager.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionParameters.java b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionParameters.java index 51b844a871..9cb56f8c47 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionParameters.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionParameters.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionProperties.java b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionProperties.java index 1691b24d8d..cfdd45a5b2 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/ActionProperties.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/ActionProperties.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/InvokesDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/action/InvokesDialog.java index c67367ac30..76a4d1d35b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/InvokesDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/InvokesDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/MuAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/MuAction.java index 94d8d33ec1..0fa3cf0ca8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/MuAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/MuAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/AbstractViewerAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/AbstractViewerAction.java index 9679325a5a..ae3885361b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/AbstractViewerAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/AbstractViewerAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ActiveTabAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ActiveTabAction.java index 624bcea27b..7902421f77 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ActiveTabAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ActiveTabAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/AddBookmarkAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/AddBookmarkAction.java index e15cce9a14..7b8cec4a36 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/AddBookmarkAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/AddBookmarkAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/BatchRenameAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/BatchRenameAction.java index 0f3e158c25..333d8f267a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/BatchRenameAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/BatchRenameAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/BringAllToFrontAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/BringAllToFrontAction.java index 52b128f56f..7d6c666a03 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/BringAllToFrontAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/BringAllToFrontAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CalculateChecksumAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CalculateChecksumAction.java index c8f9a6952a..be4f448eb2 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CalculateChecksumAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CalculateChecksumAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangeDateAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangeDateAction.java index dbb5a58995..a76e4c58d5 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangeDateAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangeDateAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangeLocationAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangeLocationAction.java index 6e0eeae363..9593564375 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangeLocationAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangeLocationAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangePermissionsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangePermissionsAction.java index 49a9f454db..129644b77f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangePermissionsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ChangePermissionsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CheckForUpdatesAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CheckForUpdatesAction.java index 9253b177bc..a70933da4d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CheckForUpdatesAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CheckForUpdatesAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloneTabToOtherPanelAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloneTabToOtherPanelAction.java index b0e2c14dea..7249465584 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloneTabToOtherPanelAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloneTabToOtherPanelAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseDuplicateTabsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseDuplicateTabsAction.java index 3c499df1e1..50b1404c99 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseDuplicateTabsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseDuplicateTabsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseOtherTabsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseOtherTabsAction.java index ded3defac2..a6e978cbf9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseOtherTabsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseOtherTabsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseTabAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseTabAction.java index 10259b96da..7f8087a200 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseTabAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseTabAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseWindowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseWindowAction.java index 7da29f28b7..699ba6b541 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseWindowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CloseWindowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CombineFilesAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CombineFilesAction.java index a74a126ce6..a3da3abb58 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CombineFilesAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CombineFilesAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CommandAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CommandAction.java index ea728e3291..a80e8e5e2c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CommandAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CommandAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CompareFoldersAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CompareFoldersAction.java index a803ed91bb..92b5efc4d9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CompareFoldersAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CompareFoldersAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ConnectToServerAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ConnectToServerAction.java index 71dbe49778..aef3b04aa8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ConnectToServerAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ConnectToServerAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyAction.java index 5fc3dceb9e..5d5591dc37 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFileBaseNamesAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFileBaseNamesAction.java index bb6a92e0aa..63598da842 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFileBaseNamesAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFileBaseNamesAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFileNamesAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFileNamesAction.java index 2c1fbb74af..262df301b0 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFileNamesAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFileNamesAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFilePathsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFilePathsAction.java index cb04dfbf96..d80d92d28d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFilePathsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFilePathsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFilesToClipboardAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFilesToClipboardAction.java index 55f8675e0c..618c310488 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFilesToClipboardAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CopyFilesToClipboardAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CustomizeCommandBarAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CustomizeCommandBarAction.java index 6ad0d0de39..a166e062ce 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CustomizeCommandBarAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/CustomizeCommandBarAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DeleteAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DeleteAction.java index 4399fb97dc..8a7797ea14 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DeleteAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DeleteAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DonateAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DonateAction.java index 56bd3c46c1..e5b8c6c457 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DonateAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DonateAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DuplicateTabAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DuplicateTabAction.java index c750413448..39b291d8a6 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DuplicateTabAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/DuplicateTabAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +17,6 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditAction.java index 1bb23c6f51..22e3afae37 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditBookmarksAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditBookmarksAction.java index 8f8953548b..1fab1d5085 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditBookmarksAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditBookmarksAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditCredentialsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditCredentialsAction.java index 9d7310b2d7..6aa269250c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditCredentialsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EditCredentialsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EmailAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EmailAction.java index c797e1180d..4f0cf96bda 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EmailAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EmailAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EmptyTrashAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EmptyTrashAction.java index d56242e2c2..9aaeb127ca 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EmptyTrashAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/EmptyTrashAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ExploreBookmarksAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ExploreBookmarksAction.java index fce93efefe..74bef2291c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ExploreBookmarksAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ExploreBookmarksAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FileAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FileAction.java index 955413fe16..3f1eb2dcbe 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FileAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FileAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FocusNextAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FocusNextAction.java index 690c7cbd5c..bfe4bdd4e7 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FocusNextAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FocusNextAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FocusPreviousAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FocusPreviousAction.java index 93a04a7eda..c8b7e62f77 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FocusPreviousAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/FocusPreviousAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GarbageCollectAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GarbageCollectAction.java index 2fbc7329e4..8e9579851c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GarbageCollectAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GarbageCollectAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoBackAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoBackAction.java index 0379ed3dbb..f2b951a365 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoBackAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoBackAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoForwardAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoForwardAction.java index dbdcf798b5..7a50f4b773 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoForwardAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoForwardAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToDocumentationAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToDocumentationAction.java index 85cc7040c6..47e4a8d078 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToDocumentationAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToDocumentationAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToForumsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToForumsAction.java index 77a97ca0b8..3ab9e8b219 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToForumsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToForumsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToHomeAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToHomeAction.java index c47d14b25a..724b25d0a9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToHomeAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToHomeAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentAction.java index acf4fe453f..321c429453 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentInBothPanelsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentInBothPanelsAction.java index eb1b3f7d91..ba65c4fb71 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentInBothPanelsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentInBothPanelsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentInOtherPanelAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentInOtherPanelAction.java index 918f42581b..e0e581a1bd 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentInOtherPanelAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToParentInOtherPanelAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToRootAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToRootAction.java index b9fbef4b8b..fc9d95c7b4 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToRootAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToRootAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToWebsiteAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToWebsiteAction.java index b24e34be33..776a1472cc 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToWebsiteAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/GoToWebsiteAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InternalEditAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InternalEditAction.java index 8f58a41ebd..77c469cdc3 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InternalEditAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InternalEditAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InternalViewAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InternalViewAction.java index bcb2c6ad84..7b0822b43d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InternalViewAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InternalViewAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InvertSelectionAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InvertSelectionAction.java index 359a18e93c..41f46ad803 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InvertSelectionAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/InvertSelectionAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/LocalCopyAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/LocalCopyAction.java index 4fd848f271..570a0e8333 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/LocalCopyAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/LocalCopyAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkAllAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkAllAction.java index c3bb106418..1b43005a2f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkAllAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkAllAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkBackwardAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkBackwardAction.java index e87669bf0c..3a7dd31938 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkBackwardAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkBackwardAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkExtensionAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkExtensionAction.java index 94b42029df..a5b85e8758 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkExtensionAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkExtensionAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkForwardAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkForwardAction.java index a02258cc3d..0583059a52 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkForwardAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkForwardAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkGroupAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkGroupAction.java index 67d664cf7e..a106468b24 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkGroupAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkGroupAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextBlockAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextBlockAction.java index 776d689f0e..603fa5616b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextBlockAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextBlockAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextPageAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextPageAction.java index 12642d4059..4b32dfea4b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextPageAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextPageAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextRowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextRowAction.java index 3c0b24da73..4adc6893c4 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextRowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkNextRowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousBlockAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousBlockAction.java index 18f2527b06..6c30b20dcf 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousBlockAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousBlockAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousPageAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousPageAction.java index 8343da047d..23af9c4386 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousPageAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousPageAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousRowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousRowAction.java index 3c7f1afb21..d9554e33fd 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousRowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkPreviousRowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkSelectedFileAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkSelectedFileAction.java index ba73170561..56fdd2de4d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkSelectedFileAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkSelectedFileAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkToFirstRowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkToFirstRowAction.java index 2802479308..11444a7d35 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkToFirstRowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkToFirstRowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkToLastRowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkToLastRowAction.java index e1ddd4086c..ce3dab0b7b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkToLastRowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MarkToLastRowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MaximizeWindowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MaximizeWindowAction.java index 53ca1a6645..b1dab14211 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MaximizeWindowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MaximizeWindowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MinimizeWindowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MinimizeWindowAction.java index 034bb1e1ef..b11a71f46b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MinimizeWindowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MinimizeWindowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MkdirAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MkdirAction.java index ac02daf386..cf8cd08120 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MkdirAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MkdirAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MkfileAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MkfileAction.java index 3b33d60491..f8bb1bd1bb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MkfileAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MkfileAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MoveAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MoveAction.java index fd95922a5c..06921da585 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MoveAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MoveAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MoveTabToOtherPanelAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MoveTabToOtherPanelAction.java index f15118fbcf..fb803f8f88 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MoveTabToOtherPanelAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MoveTabToOtherPanelAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MuteProxyAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MuteProxyAction.java index c002526cfc..9ad4c53cbc 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MuteProxyAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/MuteProxyAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NewTabAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NewTabAction.java index 84357bd187..afa17eed1a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NewTabAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NewTabAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NewWindowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NewWindowAction.java index 030d68abc1..2628c7878e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NewWindowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NewWindowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NextTabAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NextTabAction.java index 9dd281f0e3..0a8bac2f85 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NextTabAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/NextTabAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +17,6 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenAction.java index 74a95f4a19..a7bba4e59c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenAsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenAsAction.java index 924cd94cfd..b88c960218 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenAsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenAsAction.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInBothPanelsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInBothPanelsAction.java index be0686829a..e8e93a903b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInBothPanelsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInBothPanelsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInNewTabAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInNewTabAction.java index c7ece01ede..f64b9ae389 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInNewTabAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInNewTabAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInOtherPanelAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInOtherPanelAction.java index e4f2d35d37..01ee3a6590 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInOtherPanelAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenInOtherPanelAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenLocationAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenLocationAction.java index 92796d9dc2..329c0a01b8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenLocationAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenLocationAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenNativelyAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenNativelyAction.java index da95c2b303..76eb130724 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenNativelyAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenNativelyAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenTrashAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenTrashAction.java index dfed261fb9..b8876811c1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenTrashAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenTrashAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenURLInBrowserAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenURLInBrowserAction.java index a4b5855611..6e539fc2fe 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenURLInBrowserAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/OpenURLInBrowserAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PackAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PackAction.java index d3d964bb27..5316f188b1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PackAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PackAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ParentFolderAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ParentFolderAction.java index 9118f21d87..092864b523 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ParentFolderAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ParentFolderAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PasteClipboardFilesAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PasteClipboardFilesAction.java index 7bd625450f..b20d381ef3 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PasteClipboardFilesAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PasteClipboardFilesAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PermanentDeleteAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PermanentDeleteAction.java index bc7970b326..b9cc3bab89 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PermanentDeleteAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PermanentDeleteAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PopupLeftDriveButtonAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PopupLeftDriveButtonAction.java index c60995562f..cbc0fdbe71 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PopupLeftDriveButtonAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PopupLeftDriveButtonAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PopupRightDriveButtonAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PopupRightDriveButtonAction.java index 48210a29d0..8c52b0da9f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PopupRightDriveButtonAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PopupRightDriveButtonAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PreviousTabAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PreviousTabAction.java index e39bdd656b..ca9bb714bb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PreviousTabAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/PreviousTabAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +17,6 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ProxyAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ProxyAction.java index 8f89761674..4b0b75aa6f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ProxyAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ProxyAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/QuitAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/QuitAction.java index dd9e22cb6a..83c1a60e26 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/QuitAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/QuitAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallNextWindowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallNextWindowAction.java index f73415037f..1f00f092e0 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallNextWindowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallNextWindowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallPreviousWindowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallPreviousWindowAction.java index 05cae1c45e..723ff2920a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallPreviousWindowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallPreviousWindowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow10Action.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow10Action.java index ecb7e5ecf6..bf711f7355 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow10Action.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow10Action.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow1Action.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow1Action.java index 0c20ce8295..e6310c14d6 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow1Action.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow1Action.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow2Action.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow2Action.java index 1e76ebda3f..3707683690 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow2Action.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow2Action.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow3Action.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow3Action.java index 3273e7966d..f226cfce0f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow3Action.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow3Action.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow4Action.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow4Action.java index 218070bfa2..7dfb3d1001 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow4Action.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow4Action.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow5Action.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow5Action.java index 70acba6a26..eae81cf792 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow5Action.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow5Action.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow6Action.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow6Action.java index 0900ee9714..71fec2ed23 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow6Action.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow6Action.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow7Action.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow7Action.java index 6ef6a5c0c9..8f4e984e45 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow7Action.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow7Action.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow8Action.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow8Action.java index df4d7e7086..095963d7d9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow8Action.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow8Action.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow9Action.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow9Action.java index b22e0e249e..c68811f85a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow9Action.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindow9Action.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindowAction.java index 210c026740..b5dc43d10b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RecallWindowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RefreshAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RefreshAction.java index 719ce5f1b7..fba300182b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RefreshAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RefreshAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RenameAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RenameAction.java index b18265cbd6..8cdc126ebb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RenameAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RenameAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ReportBugAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ReportBugAction.java index 2a2a84c187..05a873efea 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ReportBugAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ReportBugAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RevealInDesktopAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RevealInDesktopAction.java index 0897e34b5f..9e3e419d93 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RevealInDesktopAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RevealInDesktopAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ReverseSortOrderAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ReverseSortOrderAction.java index d62db931bc..693cbfce4d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ReverseSortOrderAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ReverseSortOrderAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RunCommandAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RunCommandAction.java index 182eef53a4..1e6955c477 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RunCommandAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/RunCommandAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectBackwardAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectBackwardAction.java index 12b6848cea..067308a4a9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectBackwardAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectBackwardAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectFirstRowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectFirstRowAction.java index faf244ea65..159cf5cdb1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectFirstRowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectFirstRowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectForwardAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectForwardAction.java index 75f6a50429..9ab292a3c8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectForwardAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectForwardAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectLastRowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectLastRowAction.java index 551d0b43f0..cb9938e028 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectLastRowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectLastRowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextBlockAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextBlockAction.java index 2a00585f05..e6f229ebd1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextBlockAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextBlockAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextPageAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextPageAction.java index 8a16762010..d41aad0dcf 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextPageAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextPageAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextRowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextRowAction.java index c357020786..49db6ac73c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextRowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectNextRowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousBlockAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousBlockAction.java index 48bba43ed3..e74664a345 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousBlockAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousBlockAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousPageAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousPageAction.java index 32e8d3ba5d..5ea7d1c889 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousPageAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousPageAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousRowAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousRowAction.java index 452cdcff14..81bda9a123 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousRowAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectPreviousRowAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectedFileAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectedFileAction.java index 59ec600ae1..ae063ccbf1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectedFileAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectedFileAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectedFilesAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectedFilesAction.java index 622a4bb17a..13bbb72036 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectedFilesAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SelectedFilesAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SetSameFolderAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SetSameFolderAction.java index b63eaca69a..85e8fbe9bb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SetSameFolderAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SetSameFolderAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SetTabTitleAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SetTabTitleAction.java index a535889348..ab0bc46865 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SetTabTitleAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SetTabTitleAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowAboutAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowAboutAction.java index f61051c6b3..13a2b1e35a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowAboutAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowAboutAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowBookmarksQLAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowBookmarksQLAction.java index 65de457672..96b1528ba8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowBookmarksQLAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowBookmarksQLAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowDebugConsoleAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowDebugConsoleAction.java index 0944500dcd..5a22529a3a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowDebugConsoleAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowDebugConsoleAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowFilePopupMenuAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowFilePopupMenuAction.java index a736bee5b6..63c3dc292f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowFilePopupMenuAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowFilePopupMenuAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowFilePropertiesAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowFilePropertiesAction.java index 19c7e97db7..3206546460 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowFilePropertiesAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowFilePropertiesAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowKeyboardShortcutsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowKeyboardShortcutsAction.java index 8b120eedd4..c4dc4f213f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowKeyboardShortcutsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowKeyboardShortcutsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowParentFoldersQLAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowParentFoldersQLAction.java index f3d593cfb0..b3edc71a92 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowParentFoldersQLAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowParentFoldersQLAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowPreferencesAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowPreferencesAction.java index dff1542291..0ead873f18 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowPreferencesAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowPreferencesAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowQuickListAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowQuickListAction.java index 9e7c843937..f5fc29ff79 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowQuickListAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowQuickListAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRecentExecutedFilesQLAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRecentExecutedFilesQLAction.java index d63a176019..7964c41717 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRecentExecutedFilesQLAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRecentExecutedFilesQLAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRecentLocationsQLAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRecentLocationsQLAction.java index f05365235f..6ef140e340 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRecentLocationsQLAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRecentLocationsQLAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRootFoldersQLAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRootFoldersQLAction.java index a6dd04bcdb..921092fc14 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRootFoldersQLAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowRootFoldersQLAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowServerConnectionsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowServerConnectionsAction.java index 22aa4e4227..517b435f75 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowServerConnectionsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowServerConnectionsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowTabsQLAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowTabsQLAction.java index ff45e1f7e4..3a6cef8d0b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowTabsQLAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ShowTabsQLAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByAction.java index 41cd9a8266..3d5f04199e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByDateAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByDateAction.java index 277f02c644..4b13c2d2f1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByDateAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByDateAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByExtensionAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByExtensionAction.java index 65d6547e67..e0c7667af9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByExtensionAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByExtensionAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByGroupAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByGroupAction.java index 28b60308db..3fbdea6966 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByGroupAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByGroupAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByNameAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByNameAction.java index 9b183baa42..9dd944d123 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByNameAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByNameAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByOwnerAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByOwnerAction.java index 9a0a3c656e..c4f798efd8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByOwnerAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByOwnerAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByPermissionsAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByPermissionsAction.java index 17945c0c28..b62f2d0734 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByPermissionsAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortByPermissionsAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortBySizeAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortBySizeAction.java index 16cfa3ad51..eba1acbe40 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortBySizeAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SortBySizeAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitEquallyAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitEquallyAction.java index 9e85fef2fe..1a7331c77c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitEquallyAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitEquallyAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitFileAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitFileAction.java index db77ac097f..24905aa290 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitFileAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitFileAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitHorizontallyAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitHorizontallyAction.java index dfc0d9ea4e..3d9a3b9617 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitHorizontallyAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitHorizontallyAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitVerticallyAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitVerticallyAction.java index 1b0d4db6ef..89ef2ab18a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitVerticallyAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SplitVerticallyAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/StopAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/StopAction.java index 8b2dabfa44..98c6b69a17 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/StopAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/StopAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SwapFoldersAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SwapFoldersAction.java index 75a6ce30f4..b79273c693 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SwapFoldersAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SwapFoldersAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SwitchActiveTableAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SwitchActiveTableAction.java index ccd33904ec..f776054630 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SwitchActiveTableAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/SwitchActiveTableAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleAutoSizeAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleAutoSizeAction.java index 93f414505c..e3ec1e33ac 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleAutoSizeAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleAutoSizeAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleColumnAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleColumnAction.java index cb423dd482..395b202265 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleColumnAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleColumnAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleCommandBarAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleCommandBarAction.java index c5006a1fb2..b337ccb78c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleCommandBarAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleCommandBarAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleDateColumnAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleDateColumnAction.java index feb59aeba2..ac69267c81 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleDateColumnAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleDateColumnAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleExtensionColumnAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleExtensionColumnAction.java index f1de9cb13d..660d6c3d2f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleExtensionColumnAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleExtensionColumnAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleGroupColumnAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleGroupColumnAction.java index 429f994991..9c51d65b27 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleGroupColumnAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleGroupColumnAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleHiddenFilesAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleHiddenFilesAction.java index f73d465f12..f6f51fbf8d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleHiddenFilesAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleHiddenFilesAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleLockTabAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleLockTabAction.java index afe795c7c2..a7bab6c757 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleLockTabAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleLockTabAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleOwnerColumnAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleOwnerColumnAction.java index a97f830e70..7682ca2799 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleOwnerColumnAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleOwnerColumnAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/TogglePermissionsColumnAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/TogglePermissionsColumnAction.java index cc6d550744..8b3085ee30 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/TogglePermissionsColumnAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/TogglePermissionsColumnAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleShowFoldersFirstAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleShowFoldersFirstAction.java index c11e05c164..3c84ffc65d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleShowFoldersFirstAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleShowFoldersFirstAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleSizeColumnAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleSizeColumnAction.java index b7ea9bc099..f6e09af804 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleSizeColumnAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleSizeColumnAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleStatusBarAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleStatusBarAction.java index 72ddeadfc0..02e61ecbf8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleStatusBarAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleStatusBarAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleToolBarAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleToolBarAction.java index b27bb91fe5..d8ea191ad8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleToolBarAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleToolBarAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleTreeAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleTreeAction.java index 9a001d01a9..77ed27bcf9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleTreeAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleTreeAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleUseSinglePanelAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleUseSinglePanelAction.java index 10db480cd4..e0c5d4a003 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleUseSinglePanelAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ToggleUseSinglePanelAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnmarkAllAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnmarkAllAction.java index bae2073a7a..0de42cd11a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnmarkAllAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnmarkAllAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnmarkGroupAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnmarkGroupAction.java index 76aa734696..9d56eeebba 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnmarkGroupAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnmarkGroupAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnpackAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnpackAction.java index 4b9a6dd7e8..5d24564ebc 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnpackAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/UnpackAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ViewAction.java b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ViewAction.java index a69789a779..5a7d51bf78 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ViewAction.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/action/impl/ViewAction.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/AutocompleterTextComponent.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/AutocompleterTextComponent.java index f35465b843..69d053c9bd 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/AutocompleterTextComponent.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/AutocompleterTextComponent.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/BasicAutocompleterTextComponent.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/BasicAutocompleterTextComponent.java index 168f945d0e..68a9e59ee6 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/BasicAutocompleterTextComponent.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/BasicAutocompleterTextComponent.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/CompleterFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/CompleterFactory.java index 9ebf377f36..181a9f7a4f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/CompleterFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/CompleterFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/CompletionType.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/CompletionType.java index f2af077d72..024de0964c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/CompletionType.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/CompletionType.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/EditableComboboxCompletion.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/EditableComboboxCompletion.java index 5ae9440679..2f8ba7aaa2 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/EditableComboboxCompletion.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/EditableComboboxCompletion.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/OtherTextComponentCompletion.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/OtherTextComponentCompletion.java index eb163cb1f2..d63f5f4cf5 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/OtherTextComponentCompletion.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/OtherTextComponentCompletion.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/TextFieldCompletion.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/TextFieldCompletion.java index e9fea00711..eef79a1de9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/TextFieldCompletion.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/TextFieldCompletion.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/TypicalAutocompleterEditableCombobox.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/TypicalAutocompleterEditableCombobox.java index d954c5039a..5ad99cad7c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/TypicalAutocompleterEditableCombobox.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/TypicalAutocompleterEditableCombobox.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/ComboboxOptionsCompleter.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/ComboboxOptionsCompleter.java index 5b10733148..5b50d7b83a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/ComboboxOptionsCompleter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/ComboboxOptionsCompleter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/Completer.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/Completer.java index 1d1b1bf93b..b9e9052ef1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/Completer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/Completer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/LocationCompleter.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/LocationCompleter.java index 01b52391c7..dcfa7d6cfb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/LocationCompleter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/LocationCompleter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/PathCompleter.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/PathCompleter.java index e196740db7..846c0c59d4 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/PathCompleter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/PathCompleter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/ServiceFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/ServiceFactory.java index a09e09b9b5..fd42f28c83 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/ServiceFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/ServiceFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/AllFilesService.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/AllFilesService.java index 6f4f198c36..11eb390ada 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/AllFilesService.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/AllFilesService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/BookmarksService.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/BookmarksService.java index 48c87d0246..ea4e1dec42 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/BookmarksService.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/BookmarksService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/CompletionService.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/CompletionService.java index 964c29ccda..d4678bd7fb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/CompletionService.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/CompletionService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/FilesService.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/FilesService.java index 3f4777f74d..63fd815a2a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/FilesService.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/FilesService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/FilteredFilesService.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/FilteredFilesService.java index be96efbf32..f0cb7a26eb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/FilteredFilesService.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/FilteredFilesService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/PrefixFilter.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/PrefixFilter.java index 2ff77a8af3..cf3d920e30 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/PrefixFilter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/PrefixFilter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/SystemVariablesService.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/SystemVariablesService.java index d3bf23c28e..7e80597795 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/SystemVariablesService.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/SystemVariablesService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/VolumesService.java b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/VolumesService.java index a92e969729..f61c9ec9bf 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/VolumesService.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/autocomplete/completers/services/VolumesService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/button/ArrowButton.java b/mucommander-core/src/main/java/com/mucommander/ui/button/ArrowButton.java index 37977affb7..a9cc25ec37 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/button/ArrowButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/button/ArrowButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/button/CollapseExpandButton.java b/mucommander-core/src/main/java/com/mucommander/ui/button/CollapseExpandButton.java index 5d8973ed25..ab6e324f6a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/button/CollapseExpandButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/button/CollapseExpandButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/button/HelpButton.java b/mucommander-core/src/main/java/com/mucommander/ui/button/HelpButton.java index 3ce522cc68..fb090fb116 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/button/HelpButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/button/HelpButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/button/HelpButtonPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/button/HelpButtonPanel.java index 7904999c7b..3252bd6e4a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/button/HelpButtonPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/button/HelpButtonPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/button/NonFocusableButton.java b/mucommander-core/src/main/java/com/mucommander/ui/button/NonFocusableButton.java index 532a92c87b..3313d4f676 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/button/NonFocusableButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/button/NonFocusableButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/button/PopupButton.java b/mucommander-core/src/main/java/com/mucommander/ui/button/PopupButton.java index 247e14278a..5a45abac3b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/button/PopupButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/button/PopupButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/button/ToolbarMoreButton.java b/mucommander-core/src/main/java/com/mucommander/ui/button/ToolbarMoreButton.java index b13bf97433..f2341c9738 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/button/ToolbarMoreButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/button/ToolbarMoreButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChangeEvent.java b/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChangeEvent.java index 7e32787b0d..0783b686ac 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChangeEvent.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChangeEvent.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChangeListener.java b/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChangeListener.java index 537505ce7d..47f505ae9c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChangeListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChangeListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChooser.java b/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChooser.java index 5e7d6e2c5e..2ae4a983e3 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChooser.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorChooser.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorPicker.java b/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorPicker.java index 4de1683b2c..eb6dfeee23 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorPicker.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/chooser/ColorPicker.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/chooser/FontChooser.java b/mucommander-core/src/main/java/com/mucommander/ui/chooser/FontChooser.java index 44f47caf60..653f9d220b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/chooser/FontChooser.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/chooser/FontChooser.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/chooser/IntegerChooser.java b/mucommander-core/src/main/java/com/mucommander/ui/chooser/IntegerChooser.java index 822eabee96..e36bc7f693 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/chooser/IntegerChooser.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/chooser/IntegerChooser.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/chooser/KeyboardShortcutChooser.java b/mucommander-core/src/main/java/com/mucommander/ui/chooser/KeyboardShortcutChooser.java index 66229fe7d0..17bf8cd912 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/chooser/KeyboardShortcutChooser.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/chooser/KeyboardShortcutChooser.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/chooser/PreviewLabel.java b/mucommander-core/src/main/java/com/mucommander/ui/chooser/PreviewLabel.java index 622aef3e45..98532e6427 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/chooser/PreviewLabel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/chooser/PreviewLabel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/chooser/SizeChooser.java b/mucommander-core/src/main/java/com/mucommander/ui/chooser/SizeChooser.java index c5f3481dbc..2e09e111c3 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/chooser/SizeChooser.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/chooser/SizeChooser.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/combobox/AutocompletedEditableCombobox.java b/mucommander-core/src/main/java/com/mucommander/ui/combobox/AutocompletedEditableCombobox.java index 103d319151..6376461ed2 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/combobox/AutocompletedEditableCombobox.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/combobox/AutocompletedEditableCombobox.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/InformationDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/InformationDialog.java index 756d8dfb2b..1cd5d408dd 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/InformationDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/InformationDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/QuestionDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/QuestionDialog.java index 0194420498..53e4f211d0 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/QuestionDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/QuestionDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/about/AboutDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/about/AboutDialog.java index 4f2d388318..aec92cf520 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/about/AboutDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/about/AboutDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/about/LicenseDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/about/LicenseDialog.java index a9ea45e30f..f31e1d55ec 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/about/LicenseDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/about/LicenseDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/auth/AuthDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/auth/AuthDialog.java index ea083f9748..1c6973fbf0 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/auth/AuthDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/auth/AuthDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/auth/EditCredentialsDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/auth/EditCredentialsDialog.java index 78ef71f0f6..6376391e30 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/auth/EditCredentialsDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/auth/EditCredentialsDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/bookmark/AddBookmarkDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/bookmark/AddBookmarkDialog.java index 58f1636266..067e27961c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/bookmark/AddBookmarkDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/bookmark/AddBookmarkDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/bookmark/EditBookmarksDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/bookmark/EditBookmarksDialog.java index 02fc163959..dc846c4f61 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/bookmark/EditBookmarksDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/bookmark/EditBookmarksDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/customization/CommandBarDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/customization/CommandBarDialog.java index 52745fbe17..7b34598dce 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/customization/CommandBarDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/customization/CommandBarDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/customization/CustomizeDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/customization/CustomizeDialog.java index 6715e888d9..db73a7be94 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/customization/CustomizeDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/customization/CustomizeDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/DebugConsoleAppender.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/DebugConsoleAppender.java index 2ec8365aee..36bf5541f4 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/DebugConsoleAppender.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/DebugConsoleAppender.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/DebugConsoleDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/DebugConsoleDialog.java index 9805f8f9b0..10384a7b28 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/DebugConsoleDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/DebugConsoleDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/LoggingEvent.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/LoggingEvent.java index e7a418da39..704cab0f2e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/LoggingEvent.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/debug/LoggingEvent.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/AbstractCopyDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/AbstractCopyDialog.java index 07ea3fdbce..dc64f6d180 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/AbstractCopyDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/AbstractCopyDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameConfirmationDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameConfirmationDialog.java index 69064b986e..02180e0488 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameConfirmationDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameConfirmationDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameDialog.java index 46f88ec0cd..e99f99af94 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameSelectRange.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameSelectRange.java index 9525d57769..cfcdb3e4b8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameSelectRange.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/BatchRenameSelectRange.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CalculateChecksumDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CalculateChecksumDialog.java index fee268af1f..32d2d21651 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CalculateChecksumDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CalculateChecksumDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ChangeDateDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ChangeDateDialog.java index 7ec1932352..82f9fc395e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ChangeDateDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ChangeDateDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ChangePermissionsDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ChangePermissionsDialog.java index 49895cb28d..65d3b908d7 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ChangePermissionsDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ChangePermissionsDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CombineFilesDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CombineFilesDialog.java index 012c4ac72a..5aafc973bb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CombineFilesDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CombineFilesDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CopyDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CopyDialog.java index 27ee0115dc..869c1f8cb9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CopyDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/CopyDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/DeleteDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/DeleteDialog.java index dbc5d90377..00a6706274 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/DeleteDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/DeleteDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/DownloadDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/DownloadDialog.java index 6769faae38..6953b95fd8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/DownloadDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/DownloadDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/EmailFilesDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/EmailFilesDialog.java index 407e37b4a5..d80890defc 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/EmailFilesDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/EmailFilesDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileCollisionDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileCollisionDialog.java index db51259424..b60a654e32 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileCollisionDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileCollisionDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileCollisionRenameDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileCollisionRenameDialog.java index 2a4f64d982..a41a3af592 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileCollisionRenameDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileCollisionRenameDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileSelectionDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileSelectionDialog.java index ec179d8c24..9cd80533e0 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileSelectionDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/FileSelectionDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/JobDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/JobDialog.java index 905d165cf0..3f136b0cf4 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/JobDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/JobDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/LocalCopyDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/LocalCopyDialog.java index faf5b6c02e..d14522b773 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/LocalCopyDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/LocalCopyDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/MkdirDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/MkdirDialog.java index f5d37a7d58..9baeb3ba7b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/MkdirDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/MkdirDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/MoveDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/MoveDialog.java index 5712699659..48840f7244 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/MoveDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/MoveDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PackDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PackDialog.java index 5b6ea1bf6e..7370da594f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PackDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PackDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PathFieldContent.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PathFieldContent.java index 8233425309..01c875baa1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PathFieldContent.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PathFieldContent.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ProgressDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ProgressDialog.java index 61f0e2f56f..0195f4cb5e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ProgressDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/ProgressDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PropertiesDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PropertiesDialog.java index b859897521..13b476c361 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PropertiesDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/PropertiesDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/SplitFileDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/SplitFileDialog.java index 950b54b037..6bf1b1e109 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/SplitFileDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/SplitFileDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/TransferDestinationDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/TransferDestinationDialog.java index bd97f8230c..89dfa4660d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/TransferDestinationDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/TransferDestinationDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/UnpackDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/UnpackDialog.java index 3bc210ce57..fbe6bf463c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/UnpackDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/file/UnpackDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/help/ShortcutsDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/help/ShortcutsDialog.java index ed14846de5..623730daa8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/help/ShortcutsDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/help/ShortcutsDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/PreferencesDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/PreferencesDialog.java index f98df89eed..084e870c0f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/PreferencesDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/PreferencesDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/PreferencesPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/PreferencesPanel.java index 29f3febfd4..ccd2552cc1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/PreferencesPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/PreferencesPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefCheckBox.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefCheckBox.java index f7d0efa30b..abef5b4187 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefCheckBox.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefCheckBox.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefComboBox.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefComboBox.java index 31984d6a02..b95e391da6 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefComboBox.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefComboBox.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefComponent.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefComponent.java index 47d090e0e8..bbf183dca1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefComponent.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefComponent.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefEncodingSelectBox.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefEncodingSelectBox.java index 673ef126b5..3448b0f5df 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefEncodingSelectBox.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefEncodingSelectBox.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefFilePathField.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefFilePathField.java index 71691b63d4..2138f05c9d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefFilePathField.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefFilePathField.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefRadioButton.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefRadioButton.java index 8aa3403f1e..a960c2ddff 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefRadioButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefRadioButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefTable.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefTable.java index ec558e9a69..3806a97b85 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefTable.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefTable.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefTextField.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefTextField.java index c88bf0cf60..9cba07619b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefTextField.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/component/PrefTextField.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/AppearancePanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/AppearancePanel.java index 1f26cf6050..5675038f69 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/AppearancePanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/AppearancePanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/FoldersPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/FoldersPanel.java index a8e831a486..7357651477 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/FoldersPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/FoldersPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/GeneralPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/GeneralPanel.java index 68eed9b241..5e297faf4a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/GeneralPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/GeneralPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/GeneralPreferencesDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/GeneralPreferencesDialog.java index f7b3f2f612..f3bfbd4a46 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/GeneralPreferencesDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/GeneralPreferencesDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/MailPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/MailPanel.java index ae5bf9caab..17a9f4c255 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/MailPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/MailPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/MiscPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/MiscPanel.java index d86508542f..7925c4827f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/MiscPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/MiscPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ShortcutsPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ShortcutsPanel.java index 97a469c9fa..7c73d95346 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ShortcutsPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ShortcutsPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ShortcutsTable.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ShortcutsTable.java index 4a971a562f..82d19f551b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ShortcutsTable.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ShortcutsTable.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ThemeNameDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ThemeNameDialog.java index e4d0f8c6a7..7abf3b3362 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ThemeNameDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/general/ThemeNameDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ColorButton.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ColorButton.java index 7a12611d42..bb9513e23c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ColorButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ColorButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FileEditorPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FileEditorPanel.java index beb1f8107d..9de001d11a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FileEditorPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FileEditorPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FilePanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FilePanel.java index 484dfd89e7..3601191f3d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FilePanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FilePanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FilePreviewPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FilePreviewPanel.java index 8cb7b19fb9..25de30b263 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FilePreviewPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FilePreviewPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FolderPanePanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FolderPanePanel.java index 6959424ddd..097755992c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FolderPanePanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/FolderPanePanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/LocationBarPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/LocationBarPanel.java index 8a3d67233c..7365119d8d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/LocationBarPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/LocationBarPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/QuickListPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/QuickListPanel.java index 527fa93b54..680e7ab37f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/QuickListPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/QuickListPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ShellPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ShellPanel.java index 11ab95ea46..3c29608a26 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ShellPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ShellPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/StatusBarPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/StatusBarPanel.java index 93c8fbf689..4da75ff5a0 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/StatusBarPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/StatusBarPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ThemeEditorDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ThemeEditorDialog.java index bb7b74fcef..4c1b5c38c3 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ThemeEditorDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ThemeEditorDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ThemeEditorPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ThemeEditorPanel.java index c416da8407..8918b74e24 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ThemeEditorPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/pref/theme/ThemeEditorPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/server/ServerConnectDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/server/ServerConnectDialog.java index f2ecb1715d..3b0de98e0e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/server/ServerConnectDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/server/ServerConnectDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/server/ShowServerConnectionsDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/server/ShowServerConnectionsDialog.java index f1225f0891..d472ad1cf8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/server/ShowServerConnectionsDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/server/ShowServerConnectionsDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/shell/RunDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/shell/RunDialog.java index e590962b60..6cb44dd610 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/shell/RunDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/shell/RunDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/shell/ShellComboBox.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/shell/ShellComboBox.java index 31a7d5fd64..1630f066de 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/shell/ShellComboBox.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/shell/ShellComboBox.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/shutdown/QuitDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/shutdown/QuitDialog.java index 1eab24c7a7..fd57ff1000 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/shutdown/QuitDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/shutdown/QuitDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/startup/CheckVersionDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/startup/CheckVersionDialog.java index cd1572a448..578cff59aa 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/startup/CheckVersionDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/startup/CheckVersionDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/startup/InitialSetupDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/startup/InitialSetupDialog.java index e6d8e7abd3..e3cd1fc9bc 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/startup/InitialSetupDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/startup/InitialSetupDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dialog/tab/TabTitleDialog.java b/mucommander-core/src/main/java/com/mucommander/ui/dialog/tab/TabTitleDialog.java index 6836827e7c..0fbc0fe839 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dialog/tab/TabTitleDialog.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dialog/tab/TabTitleDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dnd/ClipboardNotifier.java b/mucommander-core/src/main/java/com/mucommander/ui/dnd/ClipboardNotifier.java index e342beffb0..c796900878 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dnd/ClipboardNotifier.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dnd/ClipboardNotifier.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dnd/ClipboardSupport.java b/mucommander-core/src/main/java/com/mucommander/ui/dnd/ClipboardSupport.java index 1cfb9a3ed4..33986f9a12 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dnd/ClipboardSupport.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dnd/ClipboardSupport.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dnd/DnDContext.java b/mucommander-core/src/main/java/com/mucommander/ui/dnd/DnDContext.java index 92d027ef18..978ead64b4 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dnd/DnDContext.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dnd/DnDContext.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dnd/FileDragSourceListener.java b/mucommander-core/src/main/java/com/mucommander/ui/dnd/FileDragSourceListener.java index b08272ea77..b8d5737a4a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dnd/FileDragSourceListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dnd/FileDragSourceListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dnd/FileDropTargetListener.java b/mucommander-core/src/main/java/com/mucommander/ui/dnd/FileDropTargetListener.java index dfd1becc91..2dbf587f28 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dnd/FileDropTargetListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dnd/FileDropTargetListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/dnd/TransferableFileSet.java b/mucommander-core/src/main/java/com/mucommander/ui/dnd/TransferableFileSet.java index 517c02e7b0..fab8e0f768 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/dnd/TransferableFileSet.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/dnd/TransferableFileSet.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/event/ActivePanelListener.java b/mucommander-core/src/main/java/com/mucommander/ui/event/ActivePanelListener.java index 2b9a5377c5..663d18dc9b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/event/ActivePanelListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/event/ActivePanelListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/event/LocationAdapter.java b/mucommander-core/src/main/java/com/mucommander/ui/event/LocationAdapter.java index e92b3888a4..d2f7a7fa3a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/event/LocationAdapter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/event/LocationAdapter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/event/LocationEvent.java b/mucommander-core/src/main/java/com/mucommander/ui/event/LocationEvent.java index 7b49c3660b..91f3fa2466 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/event/LocationEvent.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/event/LocationEvent.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/event/LocationListener.java b/mucommander-core/src/main/java/com/mucommander/ui/event/LocationListener.java index 15908ccb71..d9bba20f26 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/event/LocationListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/event/LocationListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/event/LocationManager.java b/mucommander-core/src/main/java/com/mucommander/ui/event/LocationManager.java index f2f4e344d0..6c34a8c9c7 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/event/LocationManager.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/event/LocationManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/event/TableSelectionListener.java b/mucommander-core/src/main/java/com/mucommander/ui/event/TableSelectionListener.java index 1f137f3774..7c873ca84c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/event/TableSelectionListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/event/TableSelectionListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/icon/AnimatedIcon.java b/mucommander-core/src/main/java/com/mucommander/ui/icon/AnimatedIcon.java index bf2b8330f0..0363d1e82d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/icon/AnimatedIcon.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/icon/AnimatedIcon.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/icon/CustomFileIconProvider.java b/mucommander-core/src/main/java/com/mucommander/ui/icon/CustomFileIconProvider.java index e62547b6e7..8838cd842a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/icon/CustomFileIconProvider.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/icon/CustomFileIconProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/icon/EmptyIcon.java b/mucommander-core/src/main/java/com/mucommander/ui/icon/EmptyIcon.java index d845edbf74..83657bbc8b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/icon/EmptyIcon.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/icon/EmptyIcon.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/icon/FileIcons.java b/mucommander-core/src/main/java/com/mucommander/ui/icon/FileIcons.java index 0a46ae63a0..cd55b40a23 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/icon/FileIcons.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/icon/FileIcons.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/icon/IconManager.java b/mucommander-core/src/main/java/com/mucommander/ui/icon/IconManager.java index 96c4987fb6..17ed820099 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/icon/IconManager.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/icon/IconManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/icon/SpinningDial.java b/mucommander-core/src/main/java/com/mucommander/ui/icon/SpinningDial.java index 30f180794d..92eeefd14b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/icon/SpinningDial.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/icon/SpinningDial.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/layout/AsyncPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/layout/AsyncPanel.java index ab9048826f..abfac4a32d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/layout/AsyncPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/layout/AsyncPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/layout/InformationPane.java b/mucommander-core/src/main/java/com/mucommander/ui/layout/InformationPane.java index cb2411a400..f4df46250f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/layout/InformationPane.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/layout/InformationPane.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/layout/ProportionalSplitPane.java b/mucommander-core/src/main/java/com/mucommander/ui/layout/ProportionalSplitPane.java index 1529605a2b..418bb9d616 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/layout/ProportionalSplitPane.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/layout/ProportionalSplitPane.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/list/DynamicHorizontalWrapList.java b/mucommander-core/src/main/java/com/mucommander/ui/list/DynamicHorizontalWrapList.java index a88b9f2d79..954a76f8f0 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/list/DynamicHorizontalWrapList.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/list/DynamicHorizontalWrapList.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/list/DynamicList.java b/mucommander-core/src/main/java/com/mucommander/ui/list/DynamicList.java index 7634875bae..369c8b0af0 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/list/DynamicList.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/list/DynamicList.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/list/FileList.java b/mucommander-core/src/main/java/com/mucommander/ui/list/FileList.java index 0c474fdf6e..c3c0742260 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/list/FileList.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/list/FileList.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/list/SortableListPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/list/SortableListPanel.java index 443e6a47fb..73b314df09 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/list/SortableListPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/list/SortableListPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/macosx/AppleScript.java b/mucommander-core/src/main/java/com/mucommander/ui/macosx/AppleScript.java index 8aac842dd6..ca3ccbac4d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/macosx/AppleScript.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/macosx/AppleScript.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/macosx/EAWTHandler.java b/mucommander-core/src/main/java/com/mucommander/ui/macosx/EAWTHandler.java index 0d1cf7e7eb..d954d117ec 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/macosx/EAWTHandler.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/macosx/EAWTHandler.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/macosx/OSXIntegration.java b/mucommander-core/src/main/java/com/mucommander/ui/macosx/OSXIntegration.java index 64be62f7dd..256ea06353 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/macosx/OSXIntegration.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/macosx/OSXIntegration.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/ConfigurableFolderFilter.java b/mucommander-core/src/main/java/com/mucommander/ui/main/ConfigurableFolderFilter.java index 6e59e25591..7eaad43052 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/ConfigurableFolderFilter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/ConfigurableFolderFilter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/DSStoreFileFilter.java b/mucommander-core/src/main/java/com/mucommander/ui/main/DSStoreFileFilter.java index 955b1a420d..3ac7deb9f9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/DSStoreFileFilter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/DSStoreFileFilter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/DrivePopupButton.java b/mucommander-core/src/main/java/com/mucommander/ui/main/DrivePopupButton.java index fe83aa133d..b72d8d0815 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/DrivePopupButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/DrivePopupButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/FolderPanel.java b/mucommander-core/src/main/java/com/mucommander/ui/main/FolderPanel.java index 8c1ac48c06..c8df3d3ace 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/FolderPanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/FolderPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/JobsPopupButton.java b/mucommander-core/src/main/java/com/mucommander/ui/main/JobsPopupButton.java index 03cc3f9781..0fb53cd544 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/JobsPopupButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/JobsPopupButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/LocationTextField.java b/mucommander-core/src/main/java/com/mucommander/ui/main/LocationTextField.java index 3bfedd342b..a36b07fa36 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/LocationTextField.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/LocationTextField.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/MainFrame.java b/mucommander-core/src/main/java/com/mucommander/ui/main/MainFrame.java index 2db0ed411d..88e3116fd7 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/MainFrame.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/MainFrame.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/QuickLists.java b/mucommander-core/src/main/java/com/mucommander/ui/main/QuickLists.java index 997da70d28..8c4453be94 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/QuickLists.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/QuickLists.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/SplashScreen.java b/mucommander-core/src/main/java/com/mucommander/ui/main/SplashScreen.java index 1dcbf2db1a..71431e9803 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/SplashScreen.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/SplashScreen.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/StatusBar.java b/mucommander-core/src/main/java/com/mucommander/ui/main/StatusBar.java index 4f6dea4502..96b41fee12 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/StatusBar.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/StatusBar.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/TrashPopupButton.java b/mucommander-core/src/main/java/com/mucommander/ui/main/TrashPopupButton.java index b27a4f1989..6a9b82cb8d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/TrashPopupButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/TrashPopupButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/WindowManager.java b/mucommander-core/src/main/java/com/mucommander/ui/main/WindowManager.java index f064db1047..d8d26a7f9d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/WindowManager.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/WindowManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBar.java b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBar.java index 762e661135..2202b1b84b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBar.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBar.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarAttributes.java b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarAttributes.java index 4bf6c75c89..edb40643f6 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarAttributes.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarAttributes.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarAttributesListener.java b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarAttributesListener.java index bebcfbe483..60d63fad71 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarAttributesListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarAttributesListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarButton.java b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarButton.java index 0bed4763a6..416cc368f5 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarButton.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarButton.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarButtonForDisplay.java b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarButtonForDisplay.java index 666ca9e227..f004afd898 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarButtonForDisplay.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarButtonForDisplay.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarIO.java b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarIO.java index d607a7bcb5..42a7e81dfb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarIO.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarIO.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarReader.java b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarReader.java index 4f62ca937a..f54eea5357 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarReader.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarWriter.java b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarWriter.java index ecb2359fd3..5fa0bd70f0 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarWriter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/commandbar/CommandBarWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/frame/ClonedMainFrameBuilder.java b/mucommander-core/src/main/java/com/mucommander/ui/main/frame/ClonedMainFrameBuilder.java index d75265e545..21505acc79 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/frame/ClonedMainFrameBuilder.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/frame/ClonedMainFrameBuilder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/frame/CommandLineMainFrameBuilder.java b/mucommander-core/src/main/java/com/mucommander/ui/main/frame/CommandLineMainFrameBuilder.java index c10a5419bb..a3b048fa5a 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/frame/CommandLineMainFrameBuilder.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/frame/CommandLineMainFrameBuilder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/frame/DefaultMainFramesBuilder.java b/mucommander-core/src/main/java/com/mucommander/ui/main/frame/DefaultMainFramesBuilder.java index b2aa63d81c..a36d78b34f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/frame/DefaultMainFramesBuilder.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/frame/DefaultMainFramesBuilder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/frame/MainFrameBuilder.java b/mucommander-core/src/main/java/com/mucommander/ui/main/frame/MainFrameBuilder.java index e8eee6072e..68a89cba39 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/frame/MainFrameBuilder.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/frame/MainFrameBuilder.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/menu/MainMenuBar.java b/mucommander-core/src/main/java/com/mucommander/ui/main/menu/MainMenuBar.java index 37052c1a1e..21e1829df2 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/menu/MainMenuBar.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/menu/MainMenuBar.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/menu/OpenAsMenu.java b/mucommander-core/src/main/java/com/mucommander/ui/main/menu/OpenAsMenu.java index 00748076c8..7450ef39c4 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/menu/OpenAsMenu.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/menu/OpenAsMenu.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/menu/OpenWithMenu.java b/mucommander-core/src/main/java/com/mucommander/ui/main/menu/OpenWithMenu.java index 39902b2bc2..215cdee059 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/menu/OpenWithMenu.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/menu/OpenWithMenu.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/menu/TablePopupMenu.java b/mucommander-core/src/main/java/com/mucommander/ui/main/menu/TablePopupMenu.java index 36082ac11f..b4978141a2 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/menu/TablePopupMenu.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/menu/TablePopupMenu.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/BookmarksQL.java b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/BookmarksQL.java index b6efa6c718..b26b8bf8a5 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/BookmarksQL.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/BookmarksQL.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/ParentFoldersQL.java b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/ParentFoldersQL.java index a2a0f027ce..e3f4113e98 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/ParentFoldersQL.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/ParentFoldersQL.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RecentExecutedFilesQL.java b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RecentExecutedFilesQL.java index e17b41cd03..8e7d0031b3 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RecentExecutedFilesQL.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RecentExecutedFilesQL.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RecentLocationsQL.java b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RecentLocationsQL.java index d04e532241..04727c405d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RecentLocationsQL.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RecentLocationsQL.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RootFoldersQL.java b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RootFoldersQL.java index 5a4b64f36a..e91cdc2b8d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RootFoldersQL.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/RootFoldersQL.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/TabsQL.java b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/TabsQL.java index ca8dc7a07c..9e8f479187 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/TabsQL.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/quicklist/TabsQL.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/CellLabel.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/CellLabel.java index dd5bec5596..cd3397bb92 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/CellLabel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/CellLabel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/Column.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/Column.java index 91233e4031..a348991708 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/Column.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/Column.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTable.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTable.java index 537733e6df..3ae10d5a31 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTable.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTable.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableCellRenderer.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableCellRenderer.java index 9d8bb0844a..485710a8af 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableCellRenderer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableCellRenderer.java @@ -1,7 +1,6 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableColumnModel.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableColumnModel.java index 7d90518380..5a5540153b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableColumnModel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableColumnModel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableConfiguration.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableConfiguration.java index a1469c7201..7b7221f571 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableConfiguration.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableConfiguration.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableHeader.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableHeader.java index 0415748471..8d1bdfcda7 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableHeader.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableHeader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableHeaderRenderer.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableHeaderRenderer.java index 04df7d0db3..4726bf347b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableHeaderRenderer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableHeaderRenderer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableModel.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableModel.java index 9ec8e742a6..322c6ef558 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableModel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableModel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableWrapperForDisplay.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableWrapperForDisplay.java index 61519c0775..939bc23552 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableWrapperForDisplay.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/FileTableWrapperForDisplay.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/table/SortInfo.java b/mucommander-core/src/main/java/com/mucommander/ui/main/table/SortInfo.java index 8e99b2d762..22abe96d6b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/table/SortInfo.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/table/SortInfo.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/ClonedFileTableTabFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/ClonedFileTableTabFactory.java index 7dff66f5dc..7e4b7af88f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/ClonedFileTableTabFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/ClonedFileTableTabFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/DefaultFileTableTabFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/DefaultFileTableTabFactory.java index 10ea709dc1..e796643c33 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/DefaultFileTableTabFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/DefaultFileTableTabFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/DefaultFileTableTabHeaderFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/DefaultFileTableTabHeaderFactory.java index 470c192f7b..2bdb71e2c9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/DefaultFileTableTabHeaderFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/DefaultFileTableTabHeaderFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTab.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTab.java index 8b632b84f9..c9d440af2d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTab.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTab.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabHeader.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabHeader.java index 23f16c90fa..7ece0dfe32 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabHeader.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabHeader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabHeaderFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabHeaderFactory.java index 8e7083c8ee..8292093f90 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabHeaderFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabHeaderFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabPopupMenu.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabPopupMenu.java index d30f83c4f0..b209da3f0e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabPopupMenu.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabPopupMenu.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabbedPane.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabbedPane.java index c962e83a04..1f266dd3de 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabbedPane.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabbedPane.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabs.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabs.java index a4d2d709dd..74e6e429bb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabs.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabs.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabsWithHeadersViewerFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabsWithHeadersViewerFactory.java index dbef98a4df..6bd88904a3 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabsWithHeadersViewerFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabsWithHeadersViewerFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabsWithoutHeadersViewerFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabsWithoutHeadersViewerFactory.java index 1ee10bb29c..f3a9383d76 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabsWithoutHeadersViewerFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/FileTableTabsWithoutHeadersViewerFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/NotClosableFileTableTabHeaderFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/NotClosableFileTableTabHeaderFactory.java index b0a29ec869..01cf06bbe8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/NotClosableFileTableTabHeaderFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/NotClosableFileTableTabHeaderFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/PrintableFileTableTabFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/PrintableFileTableTabFactory.java index 15d9d3892a..d7041ed6f1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/PrintableFileTableTabFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tabs/PrintableFileTableTabFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBar.java b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBar.java index e82614a320..3736110daa 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBar.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBar.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarAttributes.java b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarAttributes.java index 06734d8432..4cf8d9c9c2 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarAttributes.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarAttributes.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarAttributesListener.java b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarAttributesListener.java index f90746bc44..cb96d6c383 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarAttributesListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarAttributesListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarIO.java b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarIO.java index 103a4eea28..21e067dec1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarIO.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarIO.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarReader.java b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarReader.java index 69c603a140..8e38c43292 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarReader.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarWriter.java b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarWriter.java index 6a3f783f6b..d4e7c2f254 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarWriter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/toolbar/ToolBarWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/AbstractIOThreadManager.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/AbstractIOThreadManager.java index 37c78ee9f6..c97168ad52 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/AbstractIOThreadManager.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/AbstractIOThreadManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/CachedDirectory.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/CachedDirectory.java index 30794234d6..f448aa6bb6 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/CachedDirectory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/CachedDirectory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/CachedDirectoryListener.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/CachedDirectoryListener.java index 5ad077e39f..8fbb35bf40 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/CachedDirectoryListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/CachedDirectoryListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/DirectoryCache.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/DirectoryCache.java index 6cec9834b3..d4c0e7e3ba 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/DirectoryCache.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/DirectoryCache.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FilesTreeModel.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FilesTreeModel.java index dd01f43008..14d0d26baf 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FilesTreeModel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FilesTreeModel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FoldersTreePanel.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FoldersTreePanel.java index 5a0d70658c..98cdf05b0e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FoldersTreePanel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FoldersTreePanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FoldersTreeRenderer.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FoldersTreeRenderer.java index d629ed4848..d139db41f6 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FoldersTreeRenderer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/FoldersTreeRenderer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/IOThread.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/IOThread.java index 1202bc4c4a..62e8095721 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/IOThread.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/IOThread.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/TreeIOThreadManager.java b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/TreeIOThreadManager.java index d0d85cec32..a5fc598e02 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/main/tree/TreeIOThreadManager.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/main/tree/TreeIOThreadManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/notifier/AbstractNotifier.java b/mucommander-core/src/main/java/com/mucommander/ui/notifier/AbstractNotifier.java index a1a2fac4ec..cec7b09e6b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/notifier/AbstractNotifier.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/notifier/AbstractNotifier.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/notifier/GrowlNotifier.java b/mucommander-core/src/main/java/com/mucommander/ui/notifier/GrowlNotifier.java index 915f16d26b..143cecffa7 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/notifier/GrowlNotifier.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/notifier/GrowlNotifier.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/notifier/NotificationType.java b/mucommander-core/src/main/java/com/mucommander/ui/notifier/NotificationType.java index 6db37a6835..f45dbe317d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/notifier/NotificationType.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/notifier/NotificationType.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/notifier/SystemTrayNotifier.java b/mucommander-core/src/main/java/com/mucommander/ui/notifier/SystemTrayNotifier.java index d2d3f8e596..db0cf7367e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/notifier/SystemTrayNotifier.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/notifier/SystemTrayNotifier.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/popup/MuActionsPopupMenu.java b/mucommander-core/src/main/java/com/mucommander/ui/popup/MuActionsPopupMenu.java index 27728e1cb9..a573e8ecb2 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/popup/MuActionsPopupMenu.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/popup/MuActionsPopupMenu.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/progress/ProgressTextField.java b/mucommander-core/src/main/java/com/mucommander/ui/progress/ProgressTextField.java index defc407208..b30f127990 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/progress/ProgressTextField.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/progress/ProgressTextField.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickList.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickList.java index 7c6b314a70..d224f19d2f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickList.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickList.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListContainer.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListContainer.java index 845e1df64a..3b1a014c5e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListContainer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListContainer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithDataList.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithDataList.java index 36f250708d..77dd109c90 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithDataList.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithDataList.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithEmptyMsg.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithEmptyMsg.java index e70597a201..e4b2554f2c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithEmptyMsg.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithEmptyMsg.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithIcons.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithIcons.java index 928a67c944..85e7f8fc88 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithIcons.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithIcons.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithoutIcons.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithoutIcons.java index 91b6706d44..f33825c26d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithoutIcons.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/QuickListWithoutIcons.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListDataList.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListDataList.java index bc7926eb0f..19fba6d6c3 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListDataList.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListDataList.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListDataListWithIcons.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListDataListWithIcons.java index 840eb04dc1..7798443e09 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListDataListWithIcons.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListDataListWithIcons.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListEmptyMessageItem.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListEmptyMessageItem.java index a53b6c818b..b790e8cee5 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListEmptyMessageItem.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListEmptyMessageItem.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListHeaderItem.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListHeaderItem.java index 70807087f6..da5c5d17c8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListHeaderItem.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListHeaderItem.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListItem.java b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListItem.java index 1a9878b12d..cfaa31069d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListItem.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicklist/item/QuickListItem.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/quicksearch/QuickSearch.java b/mucommander-core/src/main/java/com/mucommander/ui/quicksearch/QuickSearch.java index 0b045cb5c4..6de85b0272 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/quicksearch/QuickSearch.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/quicksearch/QuickSearch.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/table/CenteredTableHeaderRenderer.java b/mucommander-core/src/main/java/com/mucommander/ui/table/CenteredTableHeaderRenderer.java index cb94097d7f..21a2730608 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/table/CenteredTableHeaderRenderer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/table/CenteredTableHeaderRenderer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeader.java b/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeader.java index e995e672ba..4a59378773 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeader.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeaderTableColumn.java b/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeaderTableColumn.java index 4fffcbdc49..7807f7988b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeaderTableColumn.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeaderTableColumn.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeaderUI.java b/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeaderUI.java index 0b74a45109..84ac57f18f 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeaderUI.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/table/EditableHeaderUI.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/ActiveTabListener.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/ActiveTabListener.java index 33b65a23bb..45e73ba79d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/ActiveTabListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/ActiveTabListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/HideableTabbedPane.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/HideableTabbedPane.java index e8cb6710a5..7a4b8ff18c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/HideableTabbedPane.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/HideableTabbedPane.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/NullableTabsViewer.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/NullableTabsViewer.java index c43ac9b808..af043debfa 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/NullableTabsViewer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/NullableTabsViewer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/Tab.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/Tab.java index f41ee12eff..1232f0e3a4 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/Tab.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/Tab.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabFactory.java index 54022ca177..215c9faae7 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabUpdater.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabUpdater.java index e5baf94961..0fb218a410 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabUpdater.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabUpdater.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabWithoutHeaderViewer.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabWithoutHeaderViewer.java index 2f20e820b9..ccc5b2979d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabWithoutHeaderViewer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabWithoutHeaderViewer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabbedPane.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabbedPane.java index 627b7a94c2..16918b91a6 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabbedPane.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabbedPane.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsCollection.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsCollection.java index 66f3809f9f..397f9a29e6 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsCollection.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsCollection.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsEventListener.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsEventListener.java index c6d35755f8..9dc2db8504 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsEventListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsEventListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsViewer.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsViewer.java index 3f2199ca75..9695f5edcc 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsViewer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsViewer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsViewerFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsViewerFactory.java index fb7d40865a..7d1c0bd19d 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsViewerFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsViewerFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsWithHeaderViewer.java b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsWithHeaderViewer.java index ce2f8cbb00..61c61c67b4 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsWithHeaderViewer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/tabs/TabsWithHeaderViewer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/text/FileLabel.java b/mucommander-core/src/main/java/com/mucommander/ui/text/FileLabel.java index 545c5f82ae..db2c09fd4b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/text/FileLabel.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/text/FileLabel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/text/FilePathField.java b/mucommander-core/src/main/java/com/mucommander/ui/text/FilePathField.java index 4780e6502f..1b8d06624e 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/text/FilePathField.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/text/FilePathField.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/text/KeyStrokeUtils.java b/mucommander-core/src/main/java/com/mucommander/ui/text/KeyStrokeUtils.java index e3af70abf2..2d2da7d964 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/text/KeyStrokeUtils.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/text/KeyStrokeUtils.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/text/RecordingKeyStrokeTextField.java b/mucommander-core/src/main/java/com/mucommander/ui/text/RecordingKeyStrokeTextField.java index 728c636ded..87bdd046b2 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/text/RecordingKeyStrokeTextField.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/text/RecordingKeyStrokeTextField.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/ColorChangedEvent.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/ColorChangedEvent.java index a86f65fdcf..329197d6f5 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/ColorChangedEvent.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/ColorChangedEvent.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/ComponentMapper.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/ComponentMapper.java index 35d8ba4189..c3e9184f1c 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/ComponentMapper.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/ComponentMapper.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/DefaultColor.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/DefaultColor.java index 308a7e83b6..a266f304de 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/DefaultColor.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/DefaultColor.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/DefaultFont.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/DefaultFont.java index 4628cdd126..1a6cf78adb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/DefaultFont.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/DefaultFont.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/FixedDefaultColor.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/FixedDefaultColor.java index c99406716e..17c48f5509 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/FixedDefaultColor.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/FixedDefaultColor.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/FixedDefaultFont.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/FixedDefaultFont.java index 61d00d993c..34a842a99b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/FixedDefaultFont.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/FixedDefaultFont.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/FontChangedEvent.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/FontChangedEvent.java index 9cf2555f5e..e47b3300bb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/FontChangedEvent.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/FontChangedEvent.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/LinkedDefaultColor.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/LinkedDefaultColor.java index 4962b99a16..ec0b81cc97 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/LinkedDefaultColor.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/LinkedDefaultColor.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/LinkedDefaultFont.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/LinkedDefaultFont.java index e240e2615e..e18f0f6168 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/LinkedDefaultFont.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/LinkedDefaultFont.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/SystemDefaultColor.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/SystemDefaultColor.java index dc1730e0a2..e173a935ad 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/SystemDefaultColor.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/SystemDefaultColor.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/SystemDefaultFont.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/SystemDefaultFont.java index 1f5b402fe1..ebfa49bffb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/SystemDefaultFont.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/SystemDefaultFont.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/Theme.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/Theme.java index 34ff64621b..ca055f7364 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/Theme.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/Theme.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeCache.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeCache.java index 58a6ae68b8..3c05066e48 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeCache.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeCache.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeData.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeData.java index 92d284f0be..1ca2c3f043 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeData.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeData.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeListener.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeListener.java index 7569e7d1cb..c2d00ecb57 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeListener.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeManager.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeManager.java index 7bf6fff729..f3092e6705 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeManager.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeReader.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeReader.java index c7728b7ee4..4336f63ba7 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeReader.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeReader.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeWriter.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeWriter.java index 5a4282d3ba..e332e99925 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeWriter.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeWriter.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeXmlConstants.java b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeXmlConstants.java index a454b00fea..ccb60ac3ef 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeXmlConstants.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/theme/ThemeXmlConstants.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorFactory.java index 7f92384d3c..cb26cff8cb 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorFrame.java b/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorFrame.java index eaf1090b2c..b6262b0a0b 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorFrame.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorFrame.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorRegistrar.java b/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorRegistrar.java index c43f27fd02..a1fe89e6f8 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorRegistrar.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/viewer/EditorRegistrar.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/viewer/FileEditor.java b/mucommander-core/src/main/java/com/mucommander/ui/viewer/FileEditor.java index a2d88be703..5730fe3379 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/viewer/FileEditor.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/viewer/FileEditor.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/viewer/FileViewer.java b/mucommander-core/src/main/java/com/mucommander/ui/viewer/FileViewer.java index e28e023c5a..f6b892c734 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/viewer/FileViewer.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/viewer/FileViewer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/viewer/UserCancelledException.java b/mucommander-core/src/main/java/com/mucommander/ui/viewer/UserCancelledException.java index 28b1f7244d..67745ff242 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/viewer/UserCancelledException.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/viewer/UserCancelledException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerFactory.java b/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerFactory.java index b01d697ec0..cbdff5daf1 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerFactory.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerFrame.java b/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerFrame.java index deb7d42cdf..876be20589 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerFrame.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerFrame.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerRegistrar.java b/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerRegistrar.java index e8fd4c851a..62a23493b9 100644 --- a/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerRegistrar.java +++ b/mucommander-core/src/main/java/com/mucommander/ui/viewer/ViewerRegistrar.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/utils/Callback.java b/mucommander-core/src/main/java/com/mucommander/utils/Callback.java index a36ac51c72..fd212fe7a0 100644 --- a/mucommander-core/src/main/java/com/mucommander/utils/Callback.java +++ b/mucommander-core/src/main/java/com/mucommander/utils/Callback.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/utils/MuLogging.java b/mucommander-core/src/main/java/com/mucommander/utils/MuLogging.java index 093c88bb85..449990128f 100644 --- a/mucommander-core/src/main/java/com/mucommander/utils/MuLogging.java +++ b/mucommander-core/src/main/java/com/mucommander/utils/MuLogging.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/xml/XmlAttributes.java b/mucommander-core/src/main/java/com/mucommander/xml/XmlAttributes.java index 4f8a86a990..9f028eda50 100644 --- a/mucommander-core/src/main/java/com/mucommander/xml/XmlAttributes.java +++ b/mucommander-core/src/main/java/com/mucommander/xml/XmlAttributes.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/main/java/com/mucommander/xml/XmlWriter.java b/mucommander-core/src/main/java/com/mucommander/xml/XmlWriter.java index 1e06690106..fafba9f5e4 100644 --- a/mucommander-core/src/main/java/com/mucommander/xml/XmlWriter.java +++ b/mucommander-core/src/main/java/com/mucommander/xml/XmlWriter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/test/java/com/mucommander/XmlResourceTest.java b/mucommander-core/src/test/java/com/mucommander/XmlResourceTest.java index d019c2e96b..17fb0fb8b1 100644 --- a/mucommander-core/src/test/java/com/mucommander/XmlResourceTest.java +++ b/mucommander-core/src/test/java/com/mucommander/XmlResourceTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/test/java/com/mucommander/command/CommandTest.java b/mucommander-core/src/test/java/com/mucommander/command/CommandTest.java index 5d651c6f2b..033e2a4995 100644 --- a/mucommander-core/src/test/java/com/mucommander/command/CommandTest.java +++ b/mucommander-core/src/test/java/com/mucommander/command/CommandTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/test/java/com/mucommander/ui/dialog/file/BatchRenameTest.java b/mucommander-core/src/test/java/com/mucommander/ui/dialog/file/BatchRenameTest.java index 759b21e0c9..47c807f7d0 100644 --- a/mucommander-core/src/test/java/com/mucommander/ui/dialog/file/BatchRenameTest.java +++ b/mucommander-core/src/test/java/com/mucommander/ui/dialog/file/BatchRenameTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/test/java/com/mucommander/ui/icon/CustomFileIconProviderTest.java b/mucommander-core/src/test/java/com/mucommander/ui/icon/CustomFileIconProviderTest.java index e23b3642f7..12009d6528 100644 --- a/mucommander-core/src/test/java/com/mucommander/ui/icon/CustomFileIconProviderTest.java +++ b/mucommander-core/src/test/java/com/mucommander/ui/icon/CustomFileIconProviderTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/test/java/com/mucommander/ui/macosx/AppleScriptTest.java b/mucommander-core/src/test/java/com/mucommander/ui/macosx/AppleScriptTest.java index 0957d966c1..7b97a2d75d 100644 --- a/mucommander-core/src/test/java/com/mucommander/ui/macosx/AppleScriptTest.java +++ b/mucommander-core/src/test/java/com/mucommander/ui/macosx/AppleScriptTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-core/src/test/java/com/mucommander/xml/XmlAttributesTest.java b/mucommander-core/src/test/java/com/mucommander/xml/XmlAttributesTest.java index fe22cbf863..43be8ace11 100644 --- a/mucommander-core/src/test/java/com/mucommander/xml/XmlAttributesTest.java +++ b/mucommander-core/src/test/java/com/mucommander/xml/XmlAttributesTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-core/src/test/java/com/mucommander/xml/XmlWriterTest.java b/mucommander-core/src/test/java/com/mucommander/xml/XmlWriterTest.java index 0cad98b59e..78d330da6a 100644 --- a/mucommander-core/src/test/java/com/mucommander/xml/XmlWriterTest.java +++ b/mucommander-core/src/test/java/com/mucommander/xml/XmlWriterTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingListener.java b/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingListener.java index f934413a2a..ef3870fe57 100644 --- a/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingListener.java +++ b/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingMenu.java b/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingMenu.java index f91c45bb6f..ac9142a453 100644 --- a/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingMenu.java +++ b/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingMenu.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingPreferences.java b/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingPreferences.java index d4dcd326e9..5393db6ed6 100644 --- a/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingPreferences.java +++ b/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingPreferences.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingSelectBox.java b/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingSelectBox.java index b61efbc6d9..be9c0b200d 100644 --- a/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingSelectBox.java +++ b/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/EncodingSelectBox.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/PreferredEncodingsDialog.java b/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/PreferredEncodingsDialog.java index 2b2fa22ac0..c02f1a8798 100644 --- a/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/PreferredEncodingsDialog.java +++ b/mucommander-encoding/src/main/java/com/mucommander/ui/encoding/PreferredEncodingsDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/Activator.java b/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/Activator.java index c668fdc0ad..62da2afa25 100644 --- a/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/Activator.java +++ b/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArArchiveEntryIterator.java b/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArArchiveEntryIterator.java index beb0ad69fa..b7bf846185 100644 --- a/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArArchiveEntryIterator.java +++ b/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArArchiveEntryIterator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArArchiveFile.java b/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArArchiveFile.java index 847e4133e0..221c85bd5d 100644 --- a/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArArchiveFile.java +++ b/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArFormatProvider.java b/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArFormatProvider.java index 22dc1d9f02..67fa3cd636 100644 --- a/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArFormatProvider.java +++ b/mucommander-format-ar/src/main/java/com/mucommander/commons/file/archive/ar/ArFormatProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Activator.java b/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Activator.java index 3a7545c600..f8217f89e8 100644 --- a/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Activator.java +++ b/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Bzip2ArchiveFile.java b/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Bzip2ArchiveFile.java index 6cee572942..bcb0af1cf4 100644 --- a/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Bzip2ArchiveFile.java +++ b/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Bzip2ArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Bzip2FormatProvider.java b/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Bzip2FormatProvider.java index ab28c9f16a..022b7a7546 100644 --- a/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Bzip2FormatProvider.java +++ b/mucommander-format-bzip2/src/main/java/com/mucommander/commons/file/archive/bzip2/Bzip2FormatProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/Activator.java b/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/Activator.java index 4c8eb55454..cb7e1fb5bf 100644 --- a/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/Activator.java +++ b/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/GzipArchiveFile.java b/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/GzipArchiveFile.java index a2e5b2627d..95fcae6db1 100644 --- a/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/GzipArchiveFile.java +++ b/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/GzipArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/GzipFormatProvider.java b/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/GzipFormatProvider.java index 68f951d20b..7620df1bb0 100644 --- a/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/GzipFormatProvider.java +++ b/mucommander-format-gzip/src/main/java/com/mucommander/commons/file/archive/gzip/GzipFormatProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/Activator.java b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/Activator.java index 8fd8c6bb71..d1c6093b3c 100644 --- a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/Activator.java +++ b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoArchiveEntry.java b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoArchiveEntry.java index 1f795e4243..8e31892ae4 100644 --- a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoArchiveEntry.java +++ b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoArchiveEntry.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoArchiveFile.java b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoArchiveFile.java index 586237a1f4..79452a6701 100644 --- a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoArchiveFile.java +++ b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoEntryInputStream.java b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoEntryInputStream.java index ae107b7e22..c4814b3251 100644 --- a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoEntryInputStream.java +++ b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoEntryInputStream.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoEntryIterator.java b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoEntryIterator.java index 81bfb6e948..013d17c28f 100644 --- a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoEntryIterator.java +++ b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoEntryIterator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoFormatProvider.java b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoFormatProvider.java index e0a678f714..d6a95df261 100644 --- a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoFormatProvider.java +++ b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoFormatProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoParser.java b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoParser.java index 0a08f63e8b..57959ce48e 100644 --- a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoParser.java +++ b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoParser.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoUtil.java b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoUtil.java index 9419211640..2f244ffbd6 100644 --- a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoUtil.java +++ b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/IsoUtil.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/NrgParser.java b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/NrgParser.java index 69b99e5796..c74b88988b 100644 --- a/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/NrgParser.java +++ b/mucommander-format-iso/src/main/java/com/mucommander/commons/file/archive/iso/NrgParser.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/Activator.java b/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/Activator.java index 020698c047..8424bf1609 100644 --- a/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/Activator.java +++ b/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveEntry.java b/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveEntry.java index 6cd1c3e5d5..cc3aea223a 100644 --- a/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveEntry.java +++ b/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveEntry.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveEntryIterator.java b/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveEntryIterator.java index f3f99a0c23..74a528c0db 100644 --- a/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveEntryIterator.java +++ b/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveEntryIterator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveFile.java b/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveFile.java index ad29ce406d..e9e634c24b 100644 --- a/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveFile.java +++ b/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstFormatProvider.java b/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstFormatProvider.java index f7df6def97..ccb35ac5ab 100644 --- a/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstFormatProvider.java +++ b/mucommander-format-lst/src/main/java/com/mucommander/commons/file/archive/lst/LstFormatProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/Activator.java b/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/Activator.java index e9a8b43040..446a961f89 100644 --- a/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/Activator.java +++ b/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarArchiveFile.java b/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarArchiveFile.java index 0726be93f3..445f1b5da2 100644 --- a/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarArchiveFile.java +++ b/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarFile.java b/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarFile.java index 5fbf8468d3..a0cf51ddf1 100644 --- a/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarFile.java +++ b/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarFormatProvider.java b/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarFormatProvider.java index bdc2df8fe2..bcad0784ac 100644 --- a/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarFormatProvider.java +++ b/mucommander-format-rar/src/main/java/com/mucommander/commons/file/archive/rar/RarFormatProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/Activator.java b/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/Activator.java index 5e6105580f..211dbe12d8 100644 --- a/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/Activator.java +++ b/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/MuRandomAccessFile.java b/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/MuRandomAccessFile.java index d6f4643620..fdc9464afd 100644 --- a/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/MuRandomAccessFile.java +++ b/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/MuRandomAccessFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/SevenZipArchiveFile.java b/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/SevenZipArchiveFile.java index dbe69f69d7..28a3ca655c 100644 --- a/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/SevenZipArchiveFile.java +++ b/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/SevenZipArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/SevenZipFormatProvider.java b/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/SevenZipFormatProvider.java index dea37b67e7..60971d4e51 100644 --- a/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/SevenZipFormatProvider.java +++ b/mucommander-format-sevenzip/src/main/java/com/mucommander/commons/file/archive/sevenzip/SevenZipFormatProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/Activator.java b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/Activator.java index 73d47bcd70..ee943b672c 100644 --- a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/Activator.java +++ b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarArchiveFile.java b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarArchiveFile.java index f12cf98689..dad9d71dd4 100644 --- a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarArchiveFile.java +++ b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarEntryIterator.java b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarEntryIterator.java index d06bd04509..bfb0e41582 100644 --- a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarEntryIterator.java +++ b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarEntryIterator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarFormatProvider.java b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarFormatProvider.java index 9f5208a8f8..6ca2446b4d 100644 --- a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarFormatProvider.java +++ b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/TarFormatProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarBuffer.java b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarBuffer.java index 9d5c0b104d..e6f0cf2494 100644 --- a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarBuffer.java +++ b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarBuffer.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarConstants.java b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarConstants.java index 25d5e34c27..4b173584ff 100644 --- a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarConstants.java +++ b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarConstants.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarEntry.java b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarEntry.java index db1e57956b..f8d979660d 100644 --- a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarEntry.java +++ b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarEntry.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarInputStream.java b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarInputStream.java index d31444bd3e..0a59380b1b 100644 --- a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarInputStream.java +++ b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarInputStream.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarOutputStream.java b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarOutputStream.java index d58f1db987..d9ede200a6 100644 --- a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarOutputStream.java +++ b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarOutputStream.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarUtils.java b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarUtils.java index fa5e69b504..93732ba8a6 100644 --- a/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarUtils.java +++ b/mucommander-format-tar/src/main/java/com/mucommander/commons/file/archive/tar/provider/TarUtils.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/Activator.java b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/Activator.java index 72b3af3dcc..ec0e518a57 100644 --- a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/Activator.java +++ b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/JavaUtilZipEntryIterator.java b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/JavaUtilZipEntryIterator.java index 448cca7da2..99b6be466b 100644 --- a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/JavaUtilZipEntryIterator.java +++ b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/JavaUtilZipEntryIterator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/ZipArchiveFile.java b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/ZipArchiveFile.java index bb5d5685a3..15373391ab 100644 --- a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/ZipArchiveFile.java +++ b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/ZipArchiveFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/ZipFormatProvider.java b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/ZipFormatProvider.java index b84b71768b..f6b14d2927 100644 --- a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/ZipFormatProvider.java +++ b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/ZipFormatProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/DeflatedOutputStream.java b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/DeflatedOutputStream.java index 576dcd0f28..7c22b21267 100644 --- a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/DeflatedOutputStream.java +++ b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/DeflatedOutputStream.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/StoredOutputStream.java b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/StoredOutputStream.java index fee9219b28..b2b60ccb91 100644 --- a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/StoredOutputStream.java +++ b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/StoredOutputStream.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipBuffer.java b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipBuffer.java index 5704c5bc15..71bfc9658d 100644 --- a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipBuffer.java +++ b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipBuffer.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipConstants.java b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipConstants.java index 15d928ef4a..6ca8d19dc0 100644 --- a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipConstants.java +++ b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipConstants.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipEntryInfo.java b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipEntryInfo.java index b9da2da729..5e857ac444 100644 --- a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipEntryInfo.java +++ b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipEntryInfo.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipEntryOutputStream.java b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipEntryOutputStream.java index c08445619b..84ff46396a 100644 --- a/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipEntryOutputStream.java +++ b/mucommander-format-zip/src/main/java/com/mucommander/commons/file/archive/zip/provider/ZipEntryOutputStream.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-format-zip/src/test/java/com/mucommander/commons/file/archive/zip/ZipArchiveFileTest.java b/mucommander-format-zip/src/test/java/com/mucommander/commons/file/archive/zip/ZipArchiveFileTest.java index 17a052650f..d3c85a2336 100644 --- a/mucommander-format-zip/src/test/java/com/mucommander/commons/file/archive/zip/ZipArchiveFileTest.java +++ b/mucommander-format-zip/src/test/java/com/mucommander/commons/file/archive/zip/ZipArchiveFileTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/conf/MuConfigurationFile.java b/mucommander-preferences/src/main/java/com/mucommander/conf/MuConfigurationFile.java index 0a43ccb14e..8d11fdd925 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/conf/MuConfigurationFile.java +++ b/mucommander-preferences/src/main/java/com/mucommander/conf/MuConfigurationFile.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/conf/MuConfigurations.java b/mucommander-preferences/src/main/java/com/mucommander/conf/MuConfigurations.java index 225105c178..96da526496 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/conf/MuConfigurations.java +++ b/mucommander-preferences/src/main/java/com/mucommander/conf/MuConfigurations.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreference.java b/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreference.java index 4332b4f228..16fc60fee6 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreference.java +++ b/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreference.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferences.java b/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferences.java index 663422f900..67395a910d 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferences.java +++ b/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferences.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferencesAPI.java b/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferencesAPI.java index 2beb76e15b..798b7865db 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferencesAPI.java +++ b/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferencesAPI.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferencesFile.java b/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferencesFile.java index e80b3ecfac..621944ab5b 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferencesFile.java +++ b/mucommander-preferences/src/main/java/com/mucommander/conf/MuPreferencesFile.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/conf/MuSnapshotFile.java b/mucommander-preferences/src/main/java/com/mucommander/conf/MuSnapshotFile.java index e954d2c407..2e78f833c8 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/conf/MuSnapshotFile.java +++ b/mucommander-preferences/src/main/java/com/mucommander/conf/MuSnapshotFile.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/conf/PlatformManager.java b/mucommander-preferences/src/main/java/com/mucommander/conf/PlatformManager.java index 0c122059a1..3a1171ea6a 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/conf/PlatformManager.java +++ b/mucommander-preferences/src/main/java/com/mucommander/conf/PlatformManager.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupConstants.java b/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupConstants.java index 142f06f056..d6c91e3451 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupConstants.java +++ b/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupConstants.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupInputStream.java b/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupInputStream.java index 9c491cf745..0c102cc4ef 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupInputStream.java +++ b/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupInputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupOutputStream.java b/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupOutputStream.java index 75ffef9833..46e61fdfd0 100644 --- a/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupOutputStream.java +++ b/mucommander-preferences/src/main/java/com/mucommander/io/backup/BackupOutputStream.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-process/src/main/java/com/mucommander/process/AbstractProcess.java b/mucommander-process/src/main/java/com/mucommander/process/AbstractProcess.java index 19beacc242..17c59dca79 100644 --- a/mucommander-process/src/main/java/com/mucommander/process/AbstractProcess.java +++ b/mucommander-process/src/main/java/com/mucommander/process/AbstractProcess.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-process/src/main/java/com/mucommander/process/DebugProcessListener.java b/mucommander-process/src/main/java/com/mucommander/process/DebugProcessListener.java index 762ab4a7cb..ee9e957126 100644 --- a/mucommander-process/src/main/java/com/mucommander/process/DebugProcessListener.java +++ b/mucommander-process/src/main/java/com/mucommander/process/DebugProcessListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-process/src/main/java/com/mucommander/process/LocalProcess.java b/mucommander-process/src/main/java/com/mucommander/process/LocalProcess.java index f74f722194..80aaeb7f7f 100644 --- a/mucommander-process/src/main/java/com/mucommander/process/LocalProcess.java +++ b/mucommander-process/src/main/java/com/mucommander/process/LocalProcess.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-process/src/main/java/com/mucommander/process/ProcessListener.java b/mucommander-process/src/main/java/com/mucommander/process/ProcessListener.java index 93f9c51566..f88bb9191a 100644 --- a/mucommander-process/src/main/java/com/mucommander/process/ProcessListener.java +++ b/mucommander-process/src/main/java/com/mucommander/process/ProcessListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-process/src/main/java/com/mucommander/process/ProcessListenerList.java b/mucommander-process/src/main/java/com/mucommander/process/ProcessListenerList.java index 5eb24d9d24..2ba8cc28cb 100644 --- a/mucommander-process/src/main/java/com/mucommander/process/ProcessListenerList.java +++ b/mucommander-process/src/main/java/com/mucommander/process/ProcessListenerList.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-process/src/main/java/com/mucommander/process/ProcessOutputMonitor.java b/mucommander-process/src/main/java/com/mucommander/process/ProcessOutputMonitor.java index dc1b1d87ba..2fea3dd6c3 100644 --- a/mucommander-process/src/main/java/com/mucommander/process/ProcessOutputMonitor.java +++ b/mucommander-process/src/main/java/com/mucommander/process/ProcessOutputMonitor.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-process/src/main/java/com/mucommander/process/ProcessRunner.java b/mucommander-process/src/main/java/com/mucommander/process/ProcessRunner.java index 32a738f403..b9acaced85 100644 --- a/mucommander-process/src/main/java/com/mucommander/process/ProcessRunner.java +++ b/mucommander-process/src/main/java/com/mucommander/process/ProcessRunner.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ProtocolPanelProvider.java b/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ProtocolPanelProvider.java index f087cf1112..a17aafaac6 100644 --- a/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ProtocolPanelProvider.java +++ b/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ProtocolPanelProvider.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ServerPanel.java b/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ServerPanel.java index 570b368b2d..c3fe859072 100644 --- a/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ServerPanel.java +++ b/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ServerPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ServerPanelListener.java b/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ServerPanelListener.java index a229ae3784..4423a001cc 100644 --- a/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ServerPanelListener.java +++ b/mucommander-protocol-api/src/main/java/com/mucommander/protocol/ui/ServerPanelListener.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/Activator.java b/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/Activator.java index 6bb6026818..4aae193491 100644 --- a/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/Activator.java +++ b/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPFile.java b/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPFile.java index 1a8d884c0b..0de1ca472d 100644 --- a/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPFile.java +++ b/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPPanel.java b/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPPanel.java index 550fda15e2..3ee9298fb3 100644 --- a/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPPanel.java +++ b/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPProtocolProvider.java b/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPProtocolProvider.java index 8035544c49..ae2ebd7e0a 100644 --- a/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPProtocolProvider.java +++ b/mucommander-protocol-ftp/src/main/java/com/mucommander/commons/file/protocol/ftp/FTPProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ftp/src/test/java/com/mucommander/commons/file/protocol/ftp/FTPFileTest.java b/mucommander-protocol-ftp/src/test/java/com/mucommander/commons/file/protocol/ftp/FTPFileTest.java index 91379c5b16..cbd1ef19fd 100644 --- a/mucommander-protocol-ftp/src/test/java/com/mucommander/commons/file/protocol/ftp/FTPFileTest.java +++ b/mucommander-protocol-ftp/src/test/java/com/mucommander/commons/file/protocol/ftp/FTPFileTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ftp/src/test/java/com/mucommander/commons/file/protocol/ftp/FTPFileURLTest.java b/mucommander-protocol-ftp/src/test/java/com/mucommander/commons/file/protocol/ftp/FTPFileURLTest.java index c87dcf7027..b41c0ef483 100644 --- a/mucommander-protocol-ftp/src/test/java/com/mucommander/commons/file/protocol/ftp/FTPFileURLTest.java +++ b/mucommander-protocol-ftp/src/test/java/com/mucommander/commons/file/protocol/ftp/FTPFileURLTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/Activator.java b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/Activator.java index 118b8c0940..9b6a0591ef 100644 --- a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/Activator.java +++ b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSFile.java b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSFile.java index f1cb081529..e460df6c8d 100644 --- a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSFile.java +++ b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSPanel.java b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSPanel.java index 312805a121..e8f9d88af1 100644 --- a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSPanel.java +++ b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSProtocolProvider.java b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSProtocolProvider.java index 92a2ac5a28..5cb6fd5654 100644 --- a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSProtocolProvider.java +++ b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HDFSProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HadoopFile.java b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HadoopFile.java index 404176959e..68205a469f 100644 --- a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HadoopFile.java +++ b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/HadoopFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/S3File.java b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/S3File.java index 3a49b98333..e9f7546015 100644 --- a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/S3File.java +++ b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/S3File.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/S3ProtocolProvider.java b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/S3ProtocolProvider.java index 45fe240d47..eb64dc734e 100644 --- a/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/S3ProtocolProvider.java +++ b/mucommander-protocol-hadoop/src/main/java/com/mucommander/commons/file/protocol/hadoop/S3ProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-hadoop/src/test/java/com/mucommander/commons/file/protocol/hadoop/HDFSFileTest.java b/mucommander-protocol-hadoop/src/test/java/com/mucommander/commons/file/protocol/hadoop/HDFSFileTest.java index 61a844e502..b5f9fefaf1 100644 --- a/mucommander-protocol-hadoop/src/test/java/com/mucommander/commons/file/protocol/hadoop/HDFSFileTest.java +++ b/mucommander-protocol-hadoop/src/test/java/com/mucommander/commons/file/protocol/hadoop/HDFSFileTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-hadoop/src/test/java/com/mucommander/commons/file/protocol/hadoop/HDFSFileURLTest.java b/mucommander-protocol-hadoop/src/test/java/com/mucommander/commons/file/protocol/hadoop/HDFSFileURLTest.java index e991a4c6c5..b0a3d3f69e 100644 --- a/mucommander-protocol-hadoop/src/test/java/com/mucommander/commons/file/protocol/hadoop/HDFSFileURLTest.java +++ b/mucommander-protocol-hadoop/src/test/java/com/mucommander/commons/file/protocol/hadoop/HDFSFileURLTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/Activator.java b/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/Activator.java index 22af7374b9..51601f12ea 100644 --- a/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/Activator.java +++ b/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPFile.java b/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPFile.java index f957f0827f..28350d3661 100644 --- a/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPFile.java +++ b/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPPanel.java b/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPPanel.java index 7a7341b747..45656059d7 100644 --- a/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPPanel.java +++ b/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPProtocolProvider.java b/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPProtocolProvider.java index ba0ac6f463..b6270c05b1 100644 --- a/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPProtocolProvider.java +++ b/mucommander-protocol-http/src/main/java/com/mucommander/commons/file/protocol/http/HTTPProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-http/src/test/java/com/mucommander/commons/file/protocol/http/HTTPFileURLTest.java b/mucommander-protocol-http/src/test/java/com/mucommander/commons/file/protocol/http/HTTPFileURLTest.java index 3df4a79a0d..ee92d23193 100644 --- a/mucommander-protocol-http/src/test/java/com/mucommander/commons/file/protocol/http/HTTPFileURLTest.java +++ b/mucommander-protocol-http/src/test/java/com/mucommander/commons/file/protocol/http/HTTPFileURLTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-http/src/test/java/com/mucommander/commons/file/protocol/http/HTTPSFileURLTest.java b/mucommander-protocol-http/src/test/java/com/mucommander/commons/file/protocol/http/HTTPSFileURLTest.java index 8b2f5d4268..4235ccd525 100644 --- a/mucommander-protocol-http/src/test/java/com/mucommander/commons/file/protocol/http/HTTPSFileURLTest.java +++ b/mucommander-protocol-http/src/test/java/com/mucommander/commons/file/protocol/http/HTTPSFileURLTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/Activator.java b/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/Activator.java index f1bf1475f2..bd7fd1b073 100644 --- a/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/Activator.java +++ b/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSFile.java b/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSFile.java index 8727b5355b..7dba60e6dd 100644 --- a/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSFile.java +++ b/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSPanel.java b/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSPanel.java index afa1c01b3e..8e8b2dbd0f 100644 --- a/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSPanel.java +++ b/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSProtocolProvider.java b/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSProtocolProvider.java index ef486a4bdf..a81ae32717 100644 --- a/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSProtocolProvider.java +++ b/mucommander-protocol-nfs/src/main/java/com/mucommander/commons/file/protocol/nfs/NFSProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-nfs/src/test/java/com/mucommander/commons/file/protocol/nfs/NFSFileURLTest.java b/mucommander-protocol-nfs/src/test/java/com/mucommander/commons/file/protocol/nfs/NFSFileURLTest.java index 627687165a..57763e4b67 100644 --- a/mucommander-protocol-nfs/src/test/java/com/mucommander/commons/file/protocol/nfs/NFSFileURLTest.java +++ b/mucommander-protocol-nfs/src/test/java/com/mucommander/commons/file/protocol/nfs/NFSFileURLTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/Activator.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/Activator.java index cd0ab174ca..0cab9dc890 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/Activator.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtClient.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtClient.java index 1348eb50aa..ca2a602745 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtClient.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtClient.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtConnHandler.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtConnHandler.java index a6f2050e12..8268e740cc 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtConnHandler.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtConnHandler.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtDataCenter.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtDataCenter.java index 653c61527b..c2587bc7cf 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtDataCenter.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtDataCenter.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtDisk.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtDisk.java index ce2ed41cef..d88229a144 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtDisk.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtDisk.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtFile.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtFile.java index 4d394e3f1f..f445305161 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtFile.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtPanel.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtPanel.java index cade601a65..91c70b1877 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtPanel.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtPanel.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtProtocolProvider.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtProtocolProvider.java index d6b444c4c9..9a851f1c6a 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtProtocolProvider.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtStorageDomain.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtStorageDomain.java index cbfbbc2c16..d2e679c4db 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtStorageDomain.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtStorageDomain.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtSystem.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtSystem.java index ee01afa349..10aad692a5 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtSystem.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/OvirtSystem.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/Utils.java b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/Utils.java index 0a0bd5c534..6e89b21821 100644 --- a/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/Utils.java +++ b/mucommander-protocol-ovirt/src/main/java/com/mucommander/commons/file/protocol/ovirt/Utils.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/Activator.java b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/Activator.java index 361a5566a9..e86c0ecd80 100644 --- a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/Activator.java +++ b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Bucket.java b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Bucket.java index c523bd15ec..6ff95e799d 100644 --- a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Bucket.java +++ b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Bucket.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3File.java b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3File.java index abc890be64..89ad693739 100644 --- a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3File.java +++ b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3File.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Object.java b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Object.java index eb90d3ff08..1adb3337bb 100644 --- a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Object.java +++ b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Object.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Panel.java b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Panel.java index a1cd3b5c24..e7fff2e945 100644 --- a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Panel.java +++ b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Panel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3ProtocolProvider.java b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3ProtocolProvider.java index ca5616745d..03c96bbd23 100644 --- a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3ProtocolProvider.java +++ b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3ProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Root.java b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Root.java index dbcff0f3dd..d6e1c4354b 100644 --- a/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Root.java +++ b/mucommander-protocol-s3/src/main/java/com/mucommander/commons/file/protocol/s3/S3Root.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-s3/src/test/java/com/mucommander/commons/file/protocol/s3/S3FileTest.java b/mucommander-protocol-s3/src/test/java/com/mucommander/commons/file/protocol/s3/S3FileTest.java index 30a8e62095..3d845beb42 100644 --- a/mucommander-protocol-s3/src/test/java/com/mucommander/commons/file/protocol/s3/S3FileTest.java +++ b/mucommander-protocol-s3/src/test/java/com/mucommander/commons/file/protocol/s3/S3FileTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-s3/src/test/java/com/mucommander/commons/file/protocol/s3/S3FileURLTest.java b/mucommander-protocol-s3/src/test/java/com/mucommander/commons/file/protocol/s3/S3FileURLTest.java index 09868f258a..ea29cc9a41 100644 --- a/mucommander-protocol-s3/src/test/java/com/mucommander/commons/file/protocol/s3/S3FileURLTest.java +++ b/mucommander-protocol-s3/src/test/java/com/mucommander/commons/file/protocol/s3/S3FileURLTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/Activator.java b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/Activator.java index 2f4e2fde8a..8b888cf6a8 100644 --- a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/Activator.java +++ b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPConnectionHandler.java b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPConnectionHandler.java index fc802bbcb7..4d6a8a1d29 100644 --- a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPConnectionHandler.java +++ b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPConnectionHandler.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPConnectionHandlerFactory.java b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPConnectionHandlerFactory.java index 6951927129..1b12cde526 100644 --- a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPConnectionHandlerFactory.java +++ b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPConnectionHandlerFactory.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPFile.java b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPFile.java index 1dcbdb0036..62d7af1f13 100644 --- a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPFile.java +++ b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPPanel.java b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPPanel.java index a4b36c0ef6..9eed855f3b 100644 --- a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPPanel.java +++ b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPProtocolProvider.java b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPProtocolProvider.java index 38b2f02a21..f7c6b78c51 100644 --- a/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPProtocolProvider.java +++ b/mucommander-protocol-sftp/src/main/java/com/mucommander/commons/file/protocol/sftp/SFTPProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-sftp/src/test/java/com/mucommander/commons/file/protocol/sftp/SFTPFileTest.java b/mucommander-protocol-sftp/src/test/java/com/mucommander/commons/file/protocol/sftp/SFTPFileTest.java index 6db630053d..e3af5df386 100644 --- a/mucommander-protocol-sftp/src/test/java/com/mucommander/commons/file/protocol/sftp/SFTPFileTest.java +++ b/mucommander-protocol-sftp/src/test/java/com/mucommander/commons/file/protocol/sftp/SFTPFileTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-sftp/src/test/java/com/mucommander/commons/file/protocol/sftp/SFTPFileURLTest.java b/mucommander-protocol-sftp/src/test/java/com/mucommander/commons/file/protocol/sftp/SFTPFileURLTest.java index 7cadb96c54..b2d386b558 100644 --- a/mucommander-protocol-sftp/src/test/java/com/mucommander/commons/file/protocol/sftp/SFTPFileURLTest.java +++ b/mucommander-protocol-sftp/src/test/java/com/mucommander/commons/file/protocol/sftp/SFTPFileURLTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/Activator.java b/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/Activator.java index d2809c625e..8c8c04a1cf 100644 --- a/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/Activator.java +++ b/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBFile.java b/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBFile.java index bd5006efe8..b45b0befbc 100644 --- a/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBFile.java +++ b/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBPanel.java b/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBPanel.java index f20e74248b..313737870c 100644 --- a/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBPanel.java +++ b/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBPanel.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBProtocolProvider.java b/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBProtocolProvider.java index a2160b4590..bab85c1454 100644 --- a/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBProtocolProvider.java +++ b/mucommander-protocol-smb/src/main/java/com/mucommander/commons/file/protocol/smb/SMBProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-smb/src/test/java/com/mucommander/commons/file/protocol/smb/SMBFileTest.java b/mucommander-protocol-smb/src/test/java/com/mucommander/commons/file/protocol/smb/SMBFileTest.java index 60a65279a4..f3332eb8d6 100644 --- a/mucommander-protocol-smb/src/test/java/com/mucommander/commons/file/protocol/smb/SMBFileTest.java +++ b/mucommander-protocol-smb/src/test/java/com/mucommander/commons/file/protocol/smb/SMBFileTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-smb/src/test/java/com/mucommander/commons/file/protocol/smb/SMBFileURLTest.java b/mucommander-protocol-smb/src/test/java/com/mucommander/commons/file/protocol/smb/SMBFileURLTest.java index 32dcf0b0fd..fa4c2ef669 100644 --- a/mucommander-protocol-smb/src/test/java/com/mucommander/commons/file/protocol/smb/SMBFileURLTest.java +++ b/mucommander-protocol-smb/src/test/java/com/mucommander/commons/file/protocol/smb/SMBFileURLTest.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-vsphere/src/main/java/VSpherePanel.java b/mucommander-protocol-vsphere/src/main/java/VSpherePanel.java index 9d41416550..7c4add09a4 100644 --- a/mucommander-protocol-vsphere/src/main/java/VSpherePanel.java +++ b/mucommander-protocol-vsphere/src/main/java/VSpherePanel.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/Activator.java b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/Activator.java index e2f48702d8..0c7525b47a 100644 --- a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/Activator.java +++ b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/ManagedObjectReferenceWrapper.java b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/ManagedObjectReferenceWrapper.java index a874dd33fc..2e982d7758 100644 --- a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/ManagedObjectReferenceWrapper.java +++ b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/ManagedObjectReferenceWrapper.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereClient.java b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereClient.java index e2b472f59a..2226484264 100644 --- a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereClient.java +++ b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereClient.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereFile.java b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereFile.java index 544248aec2..723e26d345 100644 --- a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereFile.java +++ b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereFile.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSpherePanel.java b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSpherePanel.java index 403a08691d..cc17244fb1 100644 --- a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSpherePanel.java +++ b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSpherePanel.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereProtocolProvider.java b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereProtocolProvider.java index a8d07f7fd7..124115e6b0 100644 --- a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereProtocolProvider.java +++ b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VSphereProtocolProvider.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VsphereConnHandler.java b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VsphereConnHandler.java index c02278f211..11425a9398 100644 --- a/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VsphereConnHandler.java +++ b/mucommander-protocol-vsphere/src/main/java/com/mucommander/commons/file/protocol/vsphere/VsphereConnHandler.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-translator/src/main/java/com/mucommander/text/CustomDateFormat.java b/mucommander-translator/src/main/java/com/mucommander/text/CustomDateFormat.java index afa422359e..3533c223e3 100644 --- a/mucommander-translator/src/main/java/com/mucommander/text/CustomDateFormat.java +++ b/mucommander-translator/src/main/java/com/mucommander/text/CustomDateFormat.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-translator/src/main/java/com/mucommander/text/DurationFormat.java b/mucommander-translator/src/main/java/com/mucommander/text/DurationFormat.java index af2041a079..261b23c100 100644 --- a/mucommander-translator/src/main/java/com/mucommander/text/DurationFormat.java +++ b/mucommander-translator/src/main/java/com/mucommander/text/DurationFormat.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-translator/src/main/java/com/mucommander/text/SizeFormat.java b/mucommander-translator/src/main/java/com/mucommander/text/SizeFormat.java index 0c7ad10fea..9f2909e15e 100644 --- a/mucommander-translator/src/main/java/com/mucommander/text/SizeFormat.java +++ b/mucommander-translator/src/main/java/com/mucommander/text/SizeFormat.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-translator/src/main/java/com/mucommander/text/Translator.java b/mucommander-translator/src/main/java/com/mucommander/text/Translator.java index 896a4bf542..09d3945928 100644 --- a/mucommander-translator/src/main/java/com/mucommander/text/Translator.java +++ b/mucommander-translator/src/main/java/com/mucommander/text/Translator.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-translator/src/test/java/com/mucommander/text/SizeFormatTest.java b/mucommander-translator/src/test/java/com/mucommander/text/SizeFormatTest.java index 2488777943..1859098c02 100644 --- a/mucommander-translator/src/test/java/com/mucommander/text/SizeFormatTest.java +++ b/mucommander-translator/src/test/java/com/mucommander/text/SizeFormatTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-translator/src/test/java/com/mucommander/text/TranslatorTest.java b/mucommander-translator/src/test/java/com/mucommander/text/TranslatorTest.java index 12dd06f133..19a9e7e45e 100644 --- a/mucommander-translator/src/test/java/com/mucommander/text/TranslatorTest.java +++ b/mucommander-translator/src/test/java/com/mucommander/text/TranslatorTest.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-api/src/main/java/com/mucommander/viewer/FileEditorWrapper.java b/mucommander-viewer-api/src/main/java/com/mucommander/viewer/FileEditorWrapper.java index 9b17a44357..e3ef29add2 100644 --- a/mucommander-viewer-api/src/main/java/com/mucommander/viewer/FileEditorWrapper.java +++ b/mucommander-viewer-api/src/main/java/com/mucommander/viewer/FileEditorWrapper.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-api/src/main/java/com/mucommander/viewer/FileViewerWrapper.java b/mucommander-viewer-api/src/main/java/com/mucommander/viewer/FileViewerWrapper.java index b351011ec1..1e67e5951e 100644 --- a/mucommander-viewer-api/src/main/java/com/mucommander/viewer/FileViewerWrapper.java +++ b/mucommander-viewer-api/src/main/java/com/mucommander/viewer/FileViewerWrapper.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-api/src/main/java/com/mucommander/viewer/WarnUserException.java b/mucommander-viewer-api/src/main/java/com/mucommander/viewer/WarnUserException.java index a6bdf9ea36..157fa9af9a 100644 --- a/mucommander-viewer-api/src/main/java/com/mucommander/viewer/WarnUserException.java +++ b/mucommander-viewer-api/src/main/java/com/mucommander/viewer/WarnUserException.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/Activator.java b/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/Activator.java index 0f92160e9c..e3f1c8482b 100644 --- a/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/Activator.java +++ b/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryFactory.java b/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryFactory.java index d1c9f35974..708891a2f0 100644 --- a/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryFactory.java +++ b/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryFileViewerService.java b/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryFileViewerService.java index d3bac32656..01a98a1600 100644 --- a/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryFileViewerService.java +++ b/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryFileViewerService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryViewer.java b/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryViewer.java index ac35181121..e7f54719c8 100644 --- a/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryViewer.java +++ b/mucommander-viewer-binary/src/main/java/com/mucommander/viewer/binary/BinaryViewer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/Activator.java b/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/Activator.java index 9c2abdeeb1..ec88ec1ad5 100644 --- a/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/Activator.java +++ b/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageFactory.java b/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageFactory.java index 8953020b52..2342a880b4 100644 --- a/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageFactory.java +++ b/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageFileViewerService.java b/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageFileViewerService.java index 27e3af55a1..febad7d75d 100644 --- a/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageFileViewerService.java +++ b/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageFileViewerService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageViewer.java b/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageViewer.java index 37f21e60f1..1d10e85582 100644 --- a/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageViewer.java +++ b/mucommander-viewer-image/src/main/java/com/mucommander/viewer/image/ImageViewer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/Activator.java b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/Activator.java index 2500d4d918..0a4f17abea 100644 --- a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/Activator.java +++ b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/Activator.java @@ -1,6 +1,5 @@ /** * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2016 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by diff --git a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/FindDialog.java b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/FindDialog.java index 76adba0fe6..be2cd88a63 100644 --- a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/FindDialog.java +++ b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/FindDialog.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextEditor.java b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextEditor.java index e822908b2e..055cb359ec 100644 --- a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextEditor.java +++ b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextEditor.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextEditorImpl.java b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextEditorImpl.java index faa1197039..93fccb0184 100644 --- a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextEditorImpl.java +++ b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextEditorImpl.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextFactory.java b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextFactory.java index 6ac3d384bf..5f57647520 100644 --- a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextFactory.java +++ b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextFactory.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextFileViewerService.java b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextFileViewerService.java index b0453bbf77..f602303c74 100644 --- a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextFileViewerService.java +++ b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextFileViewerService.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextViewer.java b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextViewer.java index 36c403a549..ea72c1ffea 100644 --- a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextViewer.java +++ b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextViewer.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextViewerSnapshot.java b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextViewerSnapshot.java index 9213cd86fd..d1d2705fb3 100644 --- a/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextViewerSnapshot.java +++ b/mucommander-viewer-text/src/main/java/com/mucommander/viewer/text/TextViewerSnapshot.java @@ -1,6 +1,5 @@ /* * This file is part of muCommander, http://www.mucommander.com - * Copyright (C) 2002-2018 Maxence Bernard * * muCommander is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by