From fcc0aaae023bbb60b76b5410ee3efc8fdb3d6504 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Wed, 26 Jun 2019 19:42:37 +0200 Subject: [PATCH] =?utf8?q?=F0=9F=93=84=20Update=20copyright=20lines=20with?= =?utf8?q?=20correct=20filenames?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main/java/net/pterodactylus/sone/database/memory/MemoryDatabase.kt | 2 +- src/main/kotlin/net/pterodactylus/sone/core/Preferences.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/PostRemovedEvent.kt | 2 +- .../kotlin/net/pterodactylus/sone/core/event/PostReplyRemovedEvent.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/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 +- .../kotlin/net/pterodactylus/sone/database/memory/MemoryDatabaseTest.kt | 2 +- src/test/kotlin/net/pterodactylus/sone/text/SoneTextParserTest.kt | 2 +- 38 files changed, 38 insertions(+), 38 deletions(-) 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 4e960ec..6fce7e0 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.java - Copyright © 2013–2019 David Roden + * Sone - MemoryDatabase.kt - Copyright © 2013–2019 David Roden * * This 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 c445ed1..783552e 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.java - Copyright © 2013–2019 David Roden + * Sone - Preferences.kt - Copyright © 2013–2019 David Roden * * This 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 6ee1c78..ba7f957 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.java - Copyright © 2013–2019 David Roden + * Sone - NewPostFoundEvent.kt - Copyright © 2013–2019 David Roden * * This 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 2827a93..a70d1b9 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.java - Copyright © 2013–2019 David Roden + * Sone - NewPostReplyFoundEvent.kt - Copyright © 2013–2019 David Roden * * This 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 d9f5b68..117d800 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.java - Copyright © 2013–2019 David Roden + * Sone - PostRemovedEvent.kt - Copyright © 2013–2019 David Roden * * This 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 88bdd76..6aa495b 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.java - Copyright © 2013–2019 David Roden + * Sone - PostReplyRemovedEvent.kt - Copyright © 2013–2019 David Roden * * This 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 7127d42..97a54f8 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.java - Copyright © 2011–2019 David Roden + * Sone - Fingerprintable.kt - Copyright © 2011–2019 David Roden * * This 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 75446c8..1cbad81 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.java - Copyright © 2013–2019 David Roden + * Sone - Identified.kt - Copyright © 2013–2019 David Roden * * This 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 6aafabc..acace46 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.java - Copyright © 2013–2019 David Roden + * Sone - AlbumBuilder.kt - Copyright © 2013–2019 David Roden * * This 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 8b47e4a..f153f33 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.java - Copyright © 2013–2019 David Roden + * Sone - AlbumBuilderFactory.kt - Copyright © 2013–2019 David Roden * * This 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 1dfa4cd..e61d429 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.java - Copyright © 2013–2019 David Roden + * Sone - AlbumDatabase.kt - Copyright © 2013–2019 David Roden * * This 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 b8626a4..db0146d 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.java - Copyright © 2013–2019 David Roden + * Sone - AlbumProvider.kt - Copyright © 2013–2019 David Roden * * This 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 a06e595..ddc7bb2 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.java - Copyright © 2013–2019 David Roden + * Sone - AlbumStore.kt - Copyright © 2013–2019 David Roden * * This 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 9a0e226..17337e2 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.java - Copyright © 2013–2019 David Roden + * Sone - Database.kt - Copyright © 2013–2019 David Roden * * This 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 0e0a888..c9ddbaa 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.java - Copyright © 2013–2019 David Roden + * Sone - ImageBuilder.kt - Copyright © 2013–2019 David Roden * * This 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 f58abc2..f9f8be7 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.java - Copyright © 2013–2019 David Roden + * Sone - ImageBuilderFactory.kt - Copyright © 2013–2019 David Roden * * This 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 288e472..b55c073 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.java - Copyright © 2013–2019 David Roden + * Sone - ImageDatabase.kt - Copyright © 2013–2019 David Roden * * This 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 e68ba25..0cde52a 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.java - Copyright © 2013–2019 David Roden + * Sone - ImageProvider.kt - Copyright © 2013–2019 David Roden * * This 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 1c2d2bc..4be9dd9 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.java - Copyright © 2013–2019 David Roden + * Sone - ImageStore.kt - Copyright © 2013–2019 David Roden * * This 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 638678f..542bf78 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.java - Copyright © 2013–2019 David Roden + * Sone - PostBuilder.kt - Copyright © 2013–2019 David Roden * * This 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 0d0f859..e20248f 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.java - Copyright © 2013–2019 David Roden + * Sone - PostBuilderFactory.kt - Copyright © 2013–2019 David Roden * * This 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 7e80292..02b9fd1 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.java - Copyright © 2013–2019 David Roden + * Sone - PostDatabase.kt - Copyright © 2013–2019 David Roden * * This 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 d8eb8cd..abf7ab9 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.java - Copyright © 2011–2019 David Roden + * Sone - PostProvider.kt - Copyright © 2011–2019 David Roden * * This 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 f2bb9ab..d8d7f8d 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.java - Copyright © 2013–2019 David Roden + * Sone - PostReplyBuilder.kt - Copyright © 2013–2019 David Roden * * This 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 169f306..50b58e8 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.java - Copyright © 2013–2019 David Roden + * Sone - PostReplyBuilderFactory.kt - Copyright © 2013–2019 David Roden * * This 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 40a20e5..316c772 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.java - Copyright © 2013–2019 David Roden + * Sone - PostReplyDatabase.kt - Copyright © 2013–2019 David Roden * * This 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 4551650..cc797d7 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.java - Copyright © 2013–2019 David Roden + * Sone - PostReplyProvider.kt - Copyright © 2013–2019 David Roden * * This 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 5616c75..f4839b1 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.java - Copyright © 2013–2019 David Roden + * Sone - PostReplyStore.kt - Copyright © 2013–2019 David Roden * * This 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 fda25f5..84ea39e 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.java - Copyright © 2013–2019 David Roden + * Sone - PostStore.kt - Copyright © 2013–2019 David Roden * * This 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 b1a79be..bfc74ac 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.java - Copyright © 2013–2019 David Roden + * Sone - ReplyBuilder.kt - Copyright © 2013–2019 David Roden * * This 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 41abeb0..4156d66 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.java - Copyright © 2011–2019 David Roden + * Sone - SoneProvider.kt - Copyright © 2011–2019 David Roden * * This 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 3f9bd82..915c536 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.java - Copyright © 2011–2019 David Roden + * Sone - AbstractSoneCommand.kt - Copyright © 2011–2019 David Roden * * This 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 23b398c..2af0eca 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.java - Copyright © 2011–2019 David Roden + * Sone - FreenetPage.kt - Copyright © 2011–2019 David Roden * * This 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 69843f7..54c8f7f 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.java - Copyright © 2011–2019 David Roden + * Sone - FreenetRequest.kt - Copyright © 2011–2019 David Roden * * This 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 d5d8f06..2dcef51 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.java - Copyright © 2010–2019 David Roden + * Sone - FreenetTemplatePage.kt - Copyright © 2010–2019 David Roden * * This 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 ace5f8a..3c84c09 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.java - Copyright © 2010–2019 David Roden + * Sone - PageToadletFactory.kt - Copyright © 2010–2019 David Roden * * This 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 d02d162..1536da4 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.java - Copyright © 2013–2019 David Roden + * Sone - MemoryDatabaseTest.kt - Copyright © 2013–2019 David Roden * * This 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 ff0572c..b20225a 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.java - Copyright © 2011–2019 David Roden + * Sone - SoneTextParserTest.kt - Copyright © 2011–2019 David Roden * * This 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