📄 Update year in file headers
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 9 Feb 2020 11:13:07 +0000 (12:13 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 9 Feb 2020 11:13:07 +0000 (12:13 +0100)
233 files changed:
src/main/java/net/pterodactylus/sone/core/Core.java
src/main/java/net/pterodactylus/sone/core/FreenetInterface.java
src/main/java/net/pterodactylus/sone/core/ImageInserter.java
src/main/java/net/pterodactylus/sone/core/Options.java
src/main/java/net/pterodactylus/sone/core/SoneDownloaderImpl.java
src/main/java/net/pterodactylus/sone/core/SoneException.java
src/main/java/net/pterodactylus/sone/core/SoneInsertException.java
src/main/java/net/pterodactylus/sone/core/SoneInserter.java
src/main/java/net/pterodactylus/sone/core/SoneRescuer.java
src/main/java/net/pterodactylus/sone/core/SoneUri.java
src/main/java/net/pterodactylus/sone/core/WebOfTrustUpdaterImpl.java
src/main/java/net/pterodactylus/sone/data/Album.java
src/main/java/net/pterodactylus/sone/data/Client.java
src/main/java/net/pterodactylus/sone/data/Image.java
src/main/java/net/pterodactylus/sone/data/Post.java
src/main/java/net/pterodactylus/sone/data/PostReply.java
src/main/java/net/pterodactylus/sone/data/Profile.java
src/main/java/net/pterodactylus/sone/data/Reply.java
src/main/java/net/pterodactylus/sone/data/Sone.java
src/main/java/net/pterodactylus/sone/data/TemporaryImage.java
src/main/java/net/pterodactylus/sone/data/impl/AbstractAlbumBuilder.java
src/main/java/net/pterodactylus/sone/data/impl/AbstractImageBuilder.java
src/main/java/net/pterodactylus/sone/data/impl/AbstractPostBuilder.java
src/main/java/net/pterodactylus/sone/data/impl/AbstractPostReplyBuilder.java
src/main/java/net/pterodactylus/sone/data/impl/AbstractReplyBuilder.java
src/main/java/net/pterodactylus/sone/data/impl/AlbumBuilderImpl.java
src/main/java/net/pterodactylus/sone/data/impl/AlbumImpl.java
src/main/java/net/pterodactylus/sone/data/impl/ImageBuilderImpl.java
src/main/java/net/pterodactylus/sone/data/impl/ImageImpl.java
src/main/java/net/pterodactylus/sone/data/impl/SoneImpl.java
src/main/java/net/pterodactylus/sone/database/DatabaseException.java
src/main/java/net/pterodactylus/sone/database/memory/MemoryDatabase.kt
src/main/java/net/pterodactylus/sone/database/memory/MemoryPost.java
src/main/java/net/pterodactylus/sone/database/memory/MemoryPostBuilder.java
src/main/java/net/pterodactylus/sone/database/memory/MemoryPostReply.java
src/main/java/net/pterodactylus/sone/database/memory/MemoryPostReplyBuilder.java
src/main/java/net/pterodactylus/sone/fcp/CreatePostCommand.java
src/main/java/net/pterodactylus/sone/fcp/CreateReplyCommand.java
src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java
src/main/java/net/pterodactylus/sone/fcp/DeleteReplyCommand.java
src/main/java/net/pterodactylus/sone/fcp/FcpInterface.java
src/main/java/net/pterodactylus/sone/fcp/GetLocalSonesCommand.java
src/main/java/net/pterodactylus/sone/fcp/GetPostCommand.java
src/main/java/net/pterodactylus/sone/fcp/GetPostFeedCommand.java
src/main/java/net/pterodactylus/sone/fcp/GetPostsCommand.java
src/main/java/net/pterodactylus/sone/fcp/GetSoneCommand.java
src/main/java/net/pterodactylus/sone/fcp/GetSonesCommand.java
src/main/java/net/pterodactylus/sone/fcp/LikePostCommand.java
src/main/java/net/pterodactylus/sone/fcp/LikeReplyCommand.java
src/main/java/net/pterodactylus/sone/fcp/LockSoneCommand.java
src/main/java/net/pterodactylus/sone/fcp/UnlockSoneCommand.java
src/main/java/net/pterodactylus/sone/fcp/VersionCommand.java
src/main/java/net/pterodactylus/sone/freenet/PluginStoreConfigurationBackend.java
src/main/java/net/pterodactylus/sone/freenet/SimpleFieldSetBuilder.java
src/main/java/net/pterodactylus/sone/freenet/fcp/AbstractCommand.java
src/main/java/net/pterodactylus/sone/freenet/fcp/Command.java
src/main/java/net/pterodactylus/sone/freenet/fcp/FcpException.java
src/main/java/net/pterodactylus/sone/freenet/wot/Identity.java
src/main/java/net/pterodactylus/sone/freenet/wot/IdentityChangeDetector.kt
src/main/java/net/pterodactylus/sone/freenet/wot/OwnIdentity.java
src/main/java/net/pterodactylus/sone/main/SonePlugin.java
src/main/java/net/pterodactylus/sone/notify/ListNotificationFilter.java
src/main/java/net/pterodactylus/sone/template/AlbumAccessor.java
src/main/java/net/pterodactylus/sone/template/CollectionAccessor.java
src/main/java/net/pterodactylus/sone/template/CssClassNameFilter.java
src/main/java/net/pterodactylus/sone/template/GetPagePlugin.java
src/main/java/net/pterodactylus/sone/template/HttpRequestAccessor.java
src/main/java/net/pterodactylus/sone/template/IdentityAccessor.java
src/main/java/net/pterodactylus/sone/template/ImageAccessor.java
src/main/java/net/pterodactylus/sone/template/ImageLinkFilter.java
src/main/java/net/pterodactylus/sone/template/JavascriptFilter.java
src/main/java/net/pterodactylus/sone/template/ProfileAccessor.java
src/main/java/net/pterodactylus/sone/template/ReplyAccessor.java
src/main/java/net/pterodactylus/sone/template/ReplyGroupFilter.java
src/main/java/net/pterodactylus/sone/template/RequestChangeFilter.java
src/main/java/net/pterodactylus/sone/template/SoneAccessor.java
src/main/java/net/pterodactylus/sone/template/SubstringFilter.java
src/main/java/net/pterodactylus/sone/template/TrustAccessor.java
src/main/java/net/pterodactylus/sone/template/UniqueElementFilter.java
src/main/java/net/pterodactylus/sone/template/UnknownDateFilter.java
src/main/java/net/pterodactylus/sone/text/Parser.java
src/main/java/net/pterodactylus/sone/text/ParserContext.java
src/main/java/net/pterodactylus/sone/text/PostPart.java
src/main/java/net/pterodactylus/sone/text/SoneTextParserContext.java
src/main/java/net/pterodactylus/sone/text/TextFilter.java
src/main/java/net/pterodactylus/sone/utils/IntegerRangePredicate.java
src/main/java/net/pterodactylus/sone/web/WebInterface.java
src/main/java/net/pterodactylus/sone/web/page/PageToadlet.java
src/main/kotlin/net/pterodactylus/sone/core/Preferences.kt
src/main/kotlin/net/pterodactylus/sone/core/UpdateChecker.kt
src/main/kotlin/net/pterodactylus/sone/core/event/ConfigNotRead.kt
src/main/kotlin/net/pterodactylus/sone/core/event/DebugActivatedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/FirstStart.kt
src/main/kotlin/net/pterodactylus/sone/core/event/ImageEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/ImageInsertAbortedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/ImageInsertFailedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/ImageInsertFinishedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/ImageInsertStartedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/MarkPostKnownEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/MarkPostReplyKnownEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/MarkSoneKnownEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/MentionOfLocalSoneFoundEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/MentionOfLocalSoneRemovedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/NewPostFoundEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/NewPostReplyFoundEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/NewSoneFoundEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/PostEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/PostRemovedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/PostReplyEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/PostReplyRemovedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/Shutdown.kt
src/main/kotlin/net/pterodactylus/sone/core/event/SoneEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/SoneInsertAbortedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/SoneInsertedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/SoneInsertingEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/SoneLockedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/SoneLockedOnStartup.kt
src/main/kotlin/net/pterodactylus/sone/core/event/SoneRemovedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/SoneUnlockedEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/Startup.kt
src/main/kotlin/net/pterodactylus/sone/core/event/UpdateFoundEvent.kt
src/main/kotlin/net/pterodactylus/sone/core/event/WebOfTrustAppeared.kt
src/main/kotlin/net/pterodactylus/sone/core/event/WebOfTrustDisappeared.kt
src/main/kotlin/net/pterodactylus/sone/data/Albums.kt
src/main/kotlin/net/pterodactylus/sone/data/Fingerprintable.kt
src/main/kotlin/net/pterodactylus/sone/data/Identified.kt
src/main/kotlin/net/pterodactylus/sone/database/AlbumBuilder.kt
src/main/kotlin/net/pterodactylus/sone/database/AlbumBuilderFactory.kt
src/main/kotlin/net/pterodactylus/sone/database/AlbumDatabase.kt
src/main/kotlin/net/pterodactylus/sone/database/AlbumProvider.kt
src/main/kotlin/net/pterodactylus/sone/database/AlbumStore.kt
src/main/kotlin/net/pterodactylus/sone/database/Database.kt
src/main/kotlin/net/pterodactylus/sone/database/ImageBuilder.kt
src/main/kotlin/net/pterodactylus/sone/database/ImageBuilderFactory.kt
src/main/kotlin/net/pterodactylus/sone/database/ImageDatabase.kt
src/main/kotlin/net/pterodactylus/sone/database/ImageProvider.kt
src/main/kotlin/net/pterodactylus/sone/database/ImageStore.kt
src/main/kotlin/net/pterodactylus/sone/database/PostBuilder.kt
src/main/kotlin/net/pterodactylus/sone/database/PostBuilderFactory.kt
src/main/kotlin/net/pterodactylus/sone/database/PostDatabase.kt
src/main/kotlin/net/pterodactylus/sone/database/PostProvider.kt
src/main/kotlin/net/pterodactylus/sone/database/PostReplyBuilder.kt
src/main/kotlin/net/pterodactylus/sone/database/PostReplyBuilderFactory.kt
src/main/kotlin/net/pterodactylus/sone/database/PostReplyDatabase.kt
src/main/kotlin/net/pterodactylus/sone/database/PostReplyProvider.kt
src/main/kotlin/net/pterodactylus/sone/database/PostReplyStore.kt
src/main/kotlin/net/pterodactylus/sone/database/PostStore.kt
src/main/kotlin/net/pterodactylus/sone/database/ReplyBuilder.kt
src/main/kotlin/net/pterodactylus/sone/database/SoneProvider.kt
src/main/kotlin/net/pterodactylus/sone/fcp/AbstractSoneCommand.kt
src/main/kotlin/net/pterodactylus/sone/freenet/L10nFilter.kt
src/main/kotlin/net/pterodactylus/sone/freenet/Translation.kt
src/main/kotlin/net/pterodactylus/sone/freenet/plugin/PluginConnector.kt
src/main/kotlin/net/pterodactylus/sone/freenet/plugin/PluginException.kt
src/main/kotlin/net/pterodactylus/sone/freenet/plugin/PluginRespiratorFacade.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/Context.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/DefaultIdentity.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/DefaultOwnIdentity.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/IdentityChangeEventSender.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/IdentityLoader.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/IdentityManagerImpl.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/PluginWebOfTrustConnector.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/Trust.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/WebOfTrustException.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/WebOfTrustPinger.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/event/IdentityAddedEvent.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/event/IdentityRemovedEvent.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/event/IdentityUpdatedEvent.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/event/OwnIdentityAddedEvent.kt
src/main/kotlin/net/pterodactylus/sone/freenet/wot/event/OwnIdentityRemovedEvent.kt
src/main/kotlin/net/pterodactylus/sone/main/TickerShutdown.kt
src/main/kotlin/net/pterodactylus/sone/notify/ListNotification.kt
src/main/kotlin/net/pterodactylus/sone/notify/Notifications.kt
src/main/kotlin/net/pterodactylus/sone/template/PostAccessor.kt
src/main/kotlin/net/pterodactylus/sone/text/SoneMentionDetector.kt
src/main/kotlin/net/pterodactylus/sone/utils/Freenet.kt
src/main/kotlin/net/pterodactylus/sone/utils/Renderables.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/ConfigNotReadHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/FirstStartHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/ImageInsertHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/LocalPostHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/LocalReplyHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/MarkPostKnownDuringFirstStartHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/NewRemotePostHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/NewSoneHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/NewVersionHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModule.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/SoneLockedHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/SoneLockedOnStartupHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/StartupHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/notification/WebOfTrustHandler.kt
src/main/kotlin/net/pterodactylus/sone/web/page/FreenetPage.kt
src/main/kotlin/net/pterodactylus/sone/web/page/FreenetRequest.kt
src/main/kotlin/net/pterodactylus/sone/web/page/FreenetTemplatePage.kt
src/main/kotlin/net/pterodactylus/sone/web/page/PageToadletFactory.kt
src/test/java/net/pterodactylus/sone/test/Matchers.java
src/test/kotlin/net/pterodactylus/sone/data/AlbumsTest.kt
src/test/kotlin/net/pterodactylus/sone/database/memory/MemoryDatabaseTest.kt
src/test/kotlin/net/pterodactylus/sone/freenet/AsyncFreenetInterfaceTest.kt
src/test/kotlin/net/pterodactylus/sone/freenet/plugin/FredPluginConnectorTest.kt
src/test/kotlin/net/pterodactylus/sone/freenet/wot/DefaultIdentityTest.kt
src/test/kotlin/net/pterodactylus/sone/freenet/wot/DefaultOwnIdentityTest.kt
src/test/kotlin/net/pterodactylus/sone/freenet/wot/Identities.kt
src/test/kotlin/net/pterodactylus/sone/freenet/wot/IdentityChangeDetectorTest.kt
src/test/kotlin/net/pterodactylus/sone/freenet/wot/IdentityChangeEventSenderTest.kt
src/test/kotlin/net/pterodactylus/sone/freenet/wot/IdentityLoaderTest.kt
src/test/kotlin/net/pterodactylus/sone/freenet/wot/WebOfTrustPingerTest.kt
src/test/kotlin/net/pterodactylus/sone/main/TickerShutdownTest.kt
src/test/kotlin/net/pterodactylus/sone/template/DurationFormatFilterTest.kt
src/test/kotlin/net/pterodactylus/sone/template/HistogramRendererTest.kt
src/test/kotlin/net/pterodactylus/sone/test/Mocks.kt
src/test/kotlin/net/pterodactylus/sone/text/SoneMentionDetectorTest.kt
src/test/kotlin/net/pterodactylus/sone/text/SoneTextParserTest.kt
src/test/kotlin/net/pterodactylus/sone/utils/RenderablesTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/ConfigNotReadHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/FirstStartHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/ImageInsertHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/LocalPostHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/LocalReplyHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/MarkPostKnownDuringFirstStartHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/NewRemotePostHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/NewSoneHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/NewVersionHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerModuleTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/NotificationHandlerTester.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/SoneLockedHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/SoneLockedOnStartupHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/StartupHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/Testing.kt
src/test/kotlin/net/pterodactylus/sone/web/notification/WebOfTrustHandlerTest.kt
src/test/kotlin/net/pterodactylus/sone/web/pages/DebugPageTest.kt
src/test/kotlin/net/pterodactylus/sone/web/pages/MetricsPageTest.kt

index 0228951..18588a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Core.java - Copyright Â© 2010–2019 David Roden
+ * Sone - Core.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 28c8e22..a01a2bb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - FreenetInterface.java - Copyright Â© 2010–2019 David Roden
+ * Sone - FreenetInterface.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index fc76ca9..76519f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageInserter.java - Copyright Â© 2011–2019 David Roden
+ * Sone - ImageInserter.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index af88dd8..88e33a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Options.java - Copyright Â© 2010–2019 David Roden
+ * Sone - Options.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 55c8167..0538c8b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneDownloaderImpl.java - Copyright Â© 2010–2019 David Roden
+ * Sone - SoneDownloaderImpl.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e460ee7..152f629 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneException.java - Copyright Â© 2010–2019 David Roden
+ * Sone - SoneException.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8a0ff53..4aa71c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneInsertException.java - Copyright Â© 2011–2019 David Roden
+ * Sone - SoneInsertException.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 07c96c4..7ccb374 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneInserter.java - Copyright Â© 2010–2019 David Roden
+ * Sone - SoneInserter.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2246ac9..2a1d14d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneRescuer.java - Copyright Â© 2011–2019 David Roden
+ * Sone - SoneRescuer.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 373077f..a929950 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneUri.java - Copyright Â© 2013–2019 David Roden
+ * Sone - SoneUri.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d0da223..da27152 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - WebOfTrustUpdaterImpl.java - Copyright Â© 2013–2019 David Roden
+ * Sone - WebOfTrustUpdaterImpl.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c4af294..576c73a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Album.java - Copyright Â© 2011–2019 David Roden
+ * Sone - Album.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7dd086d..7642957 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Client.java - Copyright Â© 2010–2019 David Roden
+ * Sone - Client.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 93d0702..8414f3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Image.java - Copyright Â© 2011–2019 David Roden
+ * Sone - Image.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b6648e2..a4a794e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Post.java - Copyright Â© 2010–2019 David Roden
+ * Sone - Post.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index dc4a903..f5ffea3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostReply.java - Copyright Â© 2010–2019 David Roden
+ * Sone - PostReply.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8ea09f7..b87ef4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Profile.java - Copyright Â© 2010–2019 David Roden
+ * Sone - Profile.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c596605..120575e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Reply.java - Copyright Â© 2010–2019 David Roden
+ * Sone - Reply.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 273b73e..b43d025 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Sone.java - Copyright Â© 2010–2019 David Roden
+ * Sone - Sone.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 378a348..b76c3cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - TemporaryImage.java - Copyright Â© 2011–2019 David Roden
+ * Sone - TemporaryImage.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 460be4e..04b0eac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AbstractAlbumBuilder.java - Copyright Â© 2013–2019 David Roden
+ * Sone - AbstractAlbumBuilder.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f545ae9..56ceb6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AbstractImageBuilder.java - Copyright Â© 2013–2019 David Roden
+ * Sone - AbstractImageBuilder.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cabe8d5..ca927b2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AbstractPostBuilder.java - Copyright Â© 2013–2019 David Roden
+ * Sone - AbstractPostBuilder.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0fe124e..8dffdcd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AbstractPostReplyBuilder.java - Copyright Â© 2013–2019 David Roden
+ * Sone - AbstractPostReplyBuilder.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 052ca2d..7e95f38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AbstractReplyBuilder.java - Copyright Â© 2013–2019 David Roden
+ * Sone - AbstractReplyBuilder.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 601daa8..696d08d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AlbumBuilderImpl.java - Copyright Â© 2013–2019 David Roden
+ * Sone - AlbumBuilderImpl.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a8768e1..04ab8e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AlbumImpl.java - Copyright Â© 2011–2019 David Roden
+ * Sone - AlbumImpl.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b62cc40..e74b71a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageBuilderImpl.java - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageBuilderImpl.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b357b6a..0dd84fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageImpl.java - Copyright Â© 2011–2019 David Roden
+ * Sone - ImageImpl.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3366448..1069550 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneImpl.java - Copyright Â© 2010–2019 David Roden
+ * Sone - SoneImpl.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9763ad6..6a24756 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DatabaseException.java - Copyright Â© 2013–2019 David Roden
+ * Sone - DatabaseException.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 857560e..8722873 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MemoryDatabase.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - MemoryDatabase.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 30fc2b0..451b6b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MemoryPost.java - Copyright Â© 2010–2019 David Roden
+ * Sone - MemoryPost.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index dfe887b..b9e66fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MemoryPostBuilder.java - Copyright Â© 2013–2019 David Roden
+ * Sone - MemoryPostBuilder.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 40f0775..e4a8f30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MemoryPostReply.java - Copyright Â© 2013–2019 David Roden
+ * Sone - MemoryPostReply.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 472a3eb..b6e2e24 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MemoryPostReplyBuilder.java - Copyright Â© 2013–2019 David Roden
+ * Sone - MemoryPostReplyBuilder.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 221ea7a..39a6a1e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - CreatePostCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - CreatePostCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9f17940..de0f309 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - CreateReplyCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - CreateReplyCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c93029f..5d599e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DeletePostCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - DeletePostCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4531f93..59f744a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DeleteReplyCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - DeleteReplyCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0b321f4..3bb8777 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - FcpInterface.java - Copyright Â© 2011–2019 David Roden
+ * Sone - FcpInterface.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1427fe7..3ef919e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - GetLocalSonesCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - GetLocalSonesCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d1dc643..8033bcb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - GetPostCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - GetPostCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index bf80dc2..821c198 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - GetPostFeedCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - GetPostFeedCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9cc131b..2f250a3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - GetPostsCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - GetPostsCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a4b936b..64d24fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - GetSoneCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - GetSoneCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ec43143..83167cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - GetSonesCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - GetSonesCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index edd5a43..058045a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - LikePostCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - LikePostCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 800e43c..acdfb98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - LikeReplyCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - LikeReplyCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 691bc4b..fbceb9a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - LockSoneCommand.java - Copyright Â© 2013–2019 David Roden
+ * Sone - LockSoneCommand.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ca5a59e..d489603 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - UnlockSoneCommand.java - Copyright Â© 2013–2019 David Roden
+ * Sone - UnlockSoneCommand.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7acea2d..a7d1cd7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - VersionCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - VersionCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cce544f..a8a2697 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PluginStoreConfigurationBackend.java - Copyright Â© 2010–2019 David Roden
+ * Sone - PluginStoreConfigurationBackend.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 48eb4bf..a974a0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SimpleFieldSetBuilder.java - Copyright Â© 2011–2019 David Roden
+ * Sone - SimpleFieldSetBuilder.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3ea4804..890e3ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AbstractCommand.java - Copyright Â© 2011–2019 David Roden
+ * Sone - AbstractCommand.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 63fc8eb..f3f32cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Command.java - Copyright Â© 2011–2019 David Roden
+ * Sone - Command.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0e156a1..db70018 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - FcpException.java - Copyright Â© 2011–2019 David Roden
+ * Sone - FcpException.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3460516..b8d4e6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Identity.java - Copyright Â© 2010–2019 David Roden
+ * Sone - Identity.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index bf300d3..ffcafb3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityChangeDetector.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - IdentityChangeDetector.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 500f2c7..25b77b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - OwnIdentity.java - Copyright Â© 2010–2019 David Roden
+ * Sone - OwnIdentity.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d3dd3bd..0f70221 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SonePlugin.java - Copyright Â© 2010–2019 David Roden
+ * Sone - SonePlugin.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 50a1087..739907c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ListNotificationFilter.java - Copyright Â© 2010–2019 David Roden
+ * Sone - ListNotificationFilter.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 19b600e..87378cc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AlbumAccessor.java - Copyright Â© 2011–2019 David Roden
+ * Sone - AlbumAccessor.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8ce97ad..f170701 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - CollectionAccessor.java - Copyright Â© 2010–2019 David Roden
+ * Sone - CollectionAccessor.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1ff4f04..6439c44 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - CssClassNameFilter.java - Copyright Â© 2010–2019 David Roden
+ * Sone - CssClassNameFilter.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 172b4b2..2910ec8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - GetPagePlugin.java - Copyright Â© 2010–2019 David Roden
+ * Sone - GetPagePlugin.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0e6fda0..a43bd70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - HttpRequestAccessor.java - Copyright Â© 2011–2019 David Roden
+ * Sone - HttpRequestAccessor.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ed139de..5b229dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityAccessor.java - Copyright Â© 2010–2019 David Roden
+ * Sone - IdentityAccessor.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 78c3aeb..6feb94e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageAccessor.java - Copyright Â© 2011–2019 David Roden
+ * Sone - ImageAccessor.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index fc4b803..85a7562 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageLinkFilter.java - Copyright Â© 2011–2019 David Roden
+ * Sone - ImageLinkFilter.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8dd2b04..a5f734d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - JavascriptFilter.java - Copyright Â© 2011–2019 David Roden
+ * Sone - JavascriptFilter.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a152038..7dc1eb5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ProfileAccessor.java - Copyright Â© 2011–2019 David Roden
+ * Sone - ProfileAccessor.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c6dea31..fe1ccd3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ReplyAccessor.java - Copyright Â© 2010–2019 David Roden
+ * Sone - ReplyAccessor.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c093e6f..9623b62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ReplyGroupFilter.java - Copyright Â© 2010–2019 David Roden
+ * Sone - ReplyGroupFilter.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d004dfc..16cb062 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - RequestChangeFilter.java - Copyright Â© 2010–2019 David Roden
+ * Sone - RequestChangeFilter.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a8cbe57..4bc6a5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneAccessor.java - Copyright Â© 2010–2019 David Roden
+ * Sone - SoneAccessor.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 355b6a9..2a2e526 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SubstringFilter.java - Copyright Â© 2010–2019 David Roden
+ * Sone - SubstringFilter.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 26a128b..6ccc897 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - TrustAccessor.java - Copyright Â© 2010–2019 David Roden
+ * Sone - TrustAccessor.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6fb584e..0e12448 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - UniqueElementFilter.java - Copyright Â© 2011–2019 David Roden
+ * Sone - UniqueElementFilter.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5924e5a..2d6c05c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - UnknownDateFilter.java - Copyright Â© 2011–2019 David Roden
+ * Sone - UnknownDateFilter.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0daf30c..06eed37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Parser.java - Copyright Â© 2010–2019 David Roden
+ * Sone - Parser.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 056fcc1..468b565 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ParserContext.java - Copyright Â© 2010–2019 David Roden
+ * Sone - ParserContext.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index de957c5..fac2b81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostPart.java - Copyright Â© 2011–2019 David Roden
+ * Sone - PostPart.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 13a7a26..d3a1557 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneTextParserContext.java - Copyright Â© 2011–2019 David Roden
+ * Sone - SoneTextParserContext.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0703f32..885843e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - TextFilter.java - Copyright Â© 2011–2019 David Roden
+ * Sone - TextFilter.java - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1fd7527..3a631cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IntegerRangePredicate.java - Copyright Â© 2013–2019 David Roden
+ * Sone - IntegerRangePredicate.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index edc3bab..5448054 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - WebInterface.java - Copyright Â© 2010–2019 David Roden
+ * Sone - WebInterface.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 08c935b..45d6fff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PageToadlet.java - Copyright Â© 2010–2019 David Roden
+ * Sone - PageToadlet.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7363ed0..05b3279 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Preferences.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - Preferences.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index dfb0391..0e67d0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - UpdateChecker.kt - Copyright Â© 2011–2019 David Roden
+ * Sone - UpdateChecker.kt - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c8f1573..97f2843 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - ConfigNotRead.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - ConfigNotRead.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c73ebe1..037cdb5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - DebugActivatedEvent.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - DebugActivatedEvent.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4ff81f3..c58db50 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - FirstStart.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - FirstStart.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0fca0ab..12d9ca1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 55455c7..37a221f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageInsertAbortedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageInsertAbortedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 07b82a8..e19b3d8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageInsertFailedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageInsertFailedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d275dd1..46daec6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageInsertFinishedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageInsertFinishedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 939525d..57478fa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageInsertStartedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageInsertStartedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 96e8d7f..e479202 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MarkPostKnownEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - MarkPostKnownEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 53d208d..af9dce4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MarkPostReplyKnownEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - MarkPostReplyKnownEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 868eb8f..b3b8fbc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MarkSoneKnownEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - MarkSoneKnownEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b63203b..8b9b542 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - MentionOfLocalSoneFoundEvent.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - MentionOfLocalSoneFoundEvent.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4898de9..2413a80 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - MentionOfLocalSoneRemovedEvent.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - MentionOfLocalSoneRemovedEvent.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 83cb618..876f79c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - NewPostFoundEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - NewPostFoundEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 95cc3ee..ec339d5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - NewPostReplyFoundEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - NewPostReplyFoundEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2defcb4..bb7c933 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - NewSoneFoundEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - NewSoneFoundEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 55a3f99..becafdd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d4a3d4c..f68214b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostRemovedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostRemovedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5096207..72e0daa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostReplyEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostReplyEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6aa495b..6c71b8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostReplyRemovedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostReplyRemovedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4bc2f61..975dd96 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - Shutdown.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - Shutdown.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6692be4..d84bab5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - SoneEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0f3e9ec..73ea564 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneInsertAbortedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - SoneInsertAbortedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e3a58de..f22dabe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneInsertedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - SoneInsertedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b21b6d7..f928556 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneInsertingEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - SoneInsertingEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6f981f3..1d77318 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneLockedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - SoneLockedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 21c5738..ac11c4d 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - SoneLockedOnStartup.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - SoneLockedOnStartup.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d08bea7..ea08dae 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneRemovedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - SoneRemovedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 58a3d21..3cc4203 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneUnlockedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - SoneUnlockedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9a9d273..79bd7a9 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - Startup.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - Startup.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6c9ccaf..82a4cf5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - UpdateFoundEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - UpdateFoundEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 97daff1..46fc327 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - WebOfTrustAppeared.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - WebOfTrustAppeared.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 63b4a1f..8382895 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - WebOfTrustDisappeared.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - WebOfTrustDisappeared.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f1c7d3b..0c79a84 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - Albums.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - Albums.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 97a54f8..7bba095 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Fingerprintable.kt - Copyright Â© 2011–2019 David Roden
+ * Sone - Fingerprintable.kt - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1cbad81..28e456f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Identified.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - Identified.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index acace46..dd42f07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AlbumBuilder.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - AlbumBuilder.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f153f33..e27528f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AlbumBuilderFactory.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - AlbumBuilderFactory.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e61d429..3ccaef4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AlbumDatabase.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - AlbumDatabase.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index db0146d..b1fcf62 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AlbumProvider.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - AlbumProvider.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ddc7bb2..3d93ff1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AlbumStore.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - AlbumStore.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 17337e2..28417e8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Database.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - Database.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c9ddbaa..d104602 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageBuilder.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageBuilder.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f9f8be7..faad2ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageBuilderFactory.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageBuilderFactory.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b55c073..81eecc6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageDatabase.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageDatabase.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0cde52a..9aa81ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageProvider.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageProvider.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4be9dd9..4bff9e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ImageStore.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ImageStore.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 542bf78..634eda6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostBuilder.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostBuilder.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index e20248f..ba1b3a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostBuilderFactory.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostBuilderFactory.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 02b9fd1..cef238a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostDatabase.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostDatabase.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index abf7ab9..2641e3b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostProvider.kt - Copyright Â© 2011–2019 David Roden
+ * Sone - PostProvider.kt - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d8d7f8d..9ff01b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostReplyBuilder.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostReplyBuilder.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 50b58e8..b2788b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostReplyBuilderFactory.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostReplyBuilderFactory.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 316c772..458ba0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostReplyDatabase.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostReplyDatabase.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4cd0d82..c29e443 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostReplyProvider.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostReplyProvider.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f4839b1..671ab53 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostReplyStore.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostReplyStore.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 84ea39e..f033d59 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostStore.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - PostStore.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index bfc74ac..47d0e0d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ReplyBuilder.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - ReplyBuilder.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4156d66..fa57340 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneProvider.kt - Copyright Â© 2011–2019 David Roden
+ * Sone - SoneProvider.kt - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 915c536..08e0593 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - AbstractSoneCommand.kt - Copyright Â© 2011–2019 David Roden
+ * Sone - AbstractSoneCommand.kt - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 65ccbb6..50d240b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - L10nFilter.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - L10nFilter.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 78919a9..d583c49 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - Translation.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - Translation.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 16c506f..88feb13 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PluginConnector.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - PluginConnector.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 710acc8..fadd8b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PluginException.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - PluginException.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3ec52ce..e1d5591 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - PluginRespiratorFacade.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - PluginRespiratorFacade.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 231a415..8b9dda6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Context.kt - Copyright Â© 2014–2019 David Roden
+ * Sone - Context.kt - Copyright Â© 2014–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b56e434..6097916 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DefaultIdentity.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - DefaultIdentity.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d897402..59b6c17 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DefaultOwnIdentity.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - DefaultOwnIdentity.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f9c9282..e6a33af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityChangeEventSender.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - IdentityChangeEventSender.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index bfd5b1b..474ab57 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityLoader.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - IdentityLoader.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index bdf3ed1..67e70e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityManagerImpl.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - IdentityManagerImpl.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index eba248a..2fad1d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PluginWebOfTrustConnector.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - PluginWebOfTrustConnector.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index aa6b04e..779dd20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Trust.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - Trust.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8233f7e..7d730e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - WebOfTrustException.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - WebOfTrustException.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 026389f..db9809e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - WebOfTrustPinger.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - WebOfTrustPinger.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c276ff2..d316841 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityAddedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - IdentityAddedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6bd4db0..72c262c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityRemovedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - IdentityRemovedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 86d403d..edf34c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityUpdatedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - IdentityUpdatedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6f61f39..3620237 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - OwnIdentityAddedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - OwnIdentityAddedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a84d97d..3f6fdfc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - OwnIdentityRemovedEvent.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - OwnIdentityRemovedEvent.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c95da09..de15cbe 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - TickerShutdown.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - TickerShutdown.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 981f888..60d7093 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - ListNotification.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - ListNotification.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 329eedd..5df9484 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - Notifications.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - Notifications.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 406a6b0..ab7f6ba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PostAccessor.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - PostAccessor.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b688e86..3e15ed3 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - SoneMentionDetector.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - SoneMentionDetector.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index a98117f..2eb8ab0 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - Freenet.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - Freenet.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d641bfc..3ba9f8f 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - Renderables.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - Renderables.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4ad525b..6092311 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - ConfigNotReadHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - ConfigNotReadHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index dc9c507..3dc8689 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - FirstStartHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - FirstStartHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0d36de6..bab7599 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - ImageInsertHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - ImageInsertHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 59f6052..e7b8f05 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - LocalPostHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - LocalPostHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 424295e..7e392d0 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - LocalReplyHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - LocalReplyHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index caca76e..57962c2 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - MarkPostKnownDuringFirstStartHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - MarkPostKnownDuringFirstStartHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 6efff85..91eaae0 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NewRemotePostHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NewRemotePostHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f47d456..eb384c7 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NewSoneHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NewSoneHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 95ef0ef..f48d89c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NewVersionHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NewVersionHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 28b82c0..a24a6d8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NotificationHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NotificationHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index da20daf..18aefd6 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NotificationHandlerModule.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NotificationHandlerModule.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2217bad..cb799a8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - SoneLockedHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - SoneLockedHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f968b39..8adea76 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - SoneLockedOnStartupHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - SoneLockedOnStartupHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4d81576..3776d43 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - StartupHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - StartupHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f331643..900a885 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - WebOfTrustHandler.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - WebOfTrustHandler.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2af0eca..68875d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - FreenetPage.kt - Copyright Â© 2011–2019 David Roden
+ * Sone - FreenetPage.kt - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 65b45d9..38e0100 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - FreenetRequest.kt - Copyright Â© 2011–2019 David Roden
+ * Sone - FreenetRequest.kt - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 540f36e..3912f98 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - FreenetTemplatePage.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - FreenetTemplatePage.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3c84c09..4c671ad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - PageToadletFactory.kt - Copyright Â© 2010–2019 David Roden
+ * Sone - PageToadletFactory.kt - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5d2d641..65fb3a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Matchers.java - Copyright Â© 2013–2019 David Roden
+ * Sone - Matchers.java - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9c06a5e..26af4e9 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - AlbumsTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - AlbumsTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 5d4fe3f..cc4778f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - MemoryDatabaseTest.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - MemoryDatabaseTest.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 915a4b5..472fd94 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - AsyncFreenetInterfaceTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - AsyncFreenetInterfaceTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 1eaa91a..0c68bfe 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - FredPluginConnectorTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - FredPluginConnectorTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f06de54..4d5c0ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DefaultIdentityTest.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - DefaultIdentityTest.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 8be5de9..2b6fc09 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - DefaultOwnIdentityTest.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - DefaultOwnIdentityTest.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c6c6416..d699bb2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Identities.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - Identities.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 03c7b34..c02610c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityChangeDetectorTest.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - IdentityChangeDetectorTest.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c7bd2c8..0236a3e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityChangeEventSenderTest.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - IdentityChangeEventSenderTest.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 0e961c7..b3a8447 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - IdentityLoaderTest.kt - Copyright Â© 2013–2019 David Roden
+ * Sone - IdentityLoaderTest.kt - Copyright Â© 2013–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7ad9c94..9cc1084 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - WebOfTrustPingerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - WebOfTrustPingerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c02b962..827131f 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - TickerShutdownTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - TickerShutdownTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index fa62b50..0af4a8e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - DurationFormatFilterTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - DurationFormatFilterTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index cc450d6..bc87086 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - HistogramRendererTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - HistogramRendererTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3b2c716..48fb9bf 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - Mocks.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - Mocks.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 7208230..552b7ee 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - SoneMentionDetectorTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - SoneMentionDetectorTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index b20225a..3367faf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - SoneTextParserTest.kt - Copyright Â© 2011–2019 David Roden
+ * Sone - SoneTextParserTest.kt - Copyright Â© 2011–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d921270..c2facce 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - RenderablesTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - RenderablesTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 19d112a..7f3169b 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - ConfigNotReadHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - ConfigNotReadHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 2bda6d1..356eeea 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - FirstStartHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - FirstStartHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index df0a342..a50b4ae 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - ImageInsertHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - ImageInsertHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 46098fd..22648b5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - LocalPostHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - LocalPostHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 750d083..3532e77 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - LocalReplyHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - LocalReplyHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index c2f8e41..5b8e41a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - MarkPostKnownDuringFirstStartHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - MarkPostKnownDuringFirstStartHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 805731d..0f24aff 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NewRemotePostHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NewRemotePostHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index acdcf2f..e099974 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NewSoneHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NewSoneHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index d37f60b..6eb145a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NewVersionHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NewVersionHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 40e8f4d..f22e23a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NotificationHandlerModuleTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NotificationHandlerModuleTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4d5627f..6a06ef8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - NotificationHandlerTester.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - NotificationHandlerTester.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index f7c185a..4003dbb 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - SoneLockedHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - SoneLockedHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3ace25e..5ffac88 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - SoneLockedOnStartupHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - SoneLockedOnStartupHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index bc2c8e6..aaeea90 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - StartupHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - StartupHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 4009ea0..68bb103 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - Testing.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - Testing.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index ffd2536..8981a47 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - WebOfTrustHandlerTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - WebOfTrustHandlerTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 3b2293e..2424b2d 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - DebugPageTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - DebugPageTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 9e2c492..4d26b6c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Sone - MetricsPageTest.kt - Copyright Â© 2019 David â€˜Bombe’ Roden
+ * Sone - MetricsPageTest.kt - Copyright Â© 2019–2020 David â€˜Bombe’ Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by