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