diff --git a/README.md b/README.md index ff613ec..b220ffb 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Releases are signed with the following PGP public key: This project is licensed under the GNU General Public License v3.0 or later. spaceapi-kt - Copyright (C) 2020-2023 Danilo Bargen + Copyright (C) 2020-2024 Danilo Bargen This program is free software: 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/io/spaceapi/SpaceApiParser.kt b/src/main/kotlin/io/spaceapi/SpaceApiParser.kt index 293693e..0ec6b26 100644 --- a/src/main/kotlin/io/spaceapi/SpaceApiParser.kt +++ b/src/main/kotlin/io/spaceapi/SpaceApiParser.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/Cache.kt b/src/main/kotlin/io/spaceapi/types/Cache.kt index cb1e818..4c93f16 100644 --- a/src/main/kotlin/io/spaceapi/types/Cache.kt +++ b/src/main/kotlin/io/spaceapi/types/Cache.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/Contact.kt b/src/main/kotlin/io/spaceapi/types/Contact.kt index 9b20aa7..cad685e 100644 --- a/src/main/kotlin/io/spaceapi/types/Contact.kt +++ b/src/main/kotlin/io/spaceapi/types/Contact.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/Event.kt b/src/main/kotlin/io/spaceapi/types/Event.kt index 36ab49a..fd839b9 100644 --- a/src/main/kotlin/io/spaceapi/types/Event.kt +++ b/src/main/kotlin/io/spaceapi/types/Event.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/Feed.kt b/src/main/kotlin/io/spaceapi/types/Feed.kt index fdf5c60..f56f9c4 100644 --- a/src/main/kotlin/io/spaceapi/types/Feed.kt +++ b/src/main/kotlin/io/spaceapi/types/Feed.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/Link.kt b/src/main/kotlin/io/spaceapi/types/Link.kt index 1ab1fbe..8a984b6 100644 --- a/src/main/kotlin/io/spaceapi/types/Link.kt +++ b/src/main/kotlin/io/spaceapi/types/Link.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/Location.kt b/src/main/kotlin/io/spaceapi/types/Location.kt index 530171c..14ab4c4 100644 --- a/src/main/kotlin/io/spaceapi/types/Location.kt +++ b/src/main/kotlin/io/spaceapi/types/Location.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/MembershipPlan.kt b/src/main/kotlin/io/spaceapi/types/MembershipPlan.kt index d24e9e1..c5b27ac 100644 --- a/src/main/kotlin/io/spaceapi/types/MembershipPlan.kt +++ b/src/main/kotlin/io/spaceapi/types/MembershipPlan.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/RadioShow.kt b/src/main/kotlin/io/spaceapi/types/RadioShow.kt index 6f776ad..c9962d4 100644 --- a/src/main/kotlin/io/spaceapi/types/RadioShow.kt +++ b/src/main/kotlin/io/spaceapi/types/RadioShow.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/Sensors.kt b/src/main/kotlin/io/spaceapi/types/Sensors.kt index 340a1d1..538f582 100644 --- a/src/main/kotlin/io/spaceapi/types/Sensors.kt +++ b/src/main/kotlin/io/spaceapi/types/Sensors.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/SpaceFed.kt b/src/main/kotlin/io/spaceapi/types/SpaceFed.kt index 8a52d7f..75c0ff6 100644 --- a/src/main/kotlin/io/spaceapi/types/SpaceFed.kt +++ b/src/main/kotlin/io/spaceapi/types/SpaceFed.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/State.kt b/src/main/kotlin/io/spaceapi/types/State.kt index 44c8a5e..d9f11c0 100644 --- a/src/main/kotlin/io/spaceapi/types/State.kt +++ b/src/main/kotlin/io/spaceapi/types/State.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/Status.kt b/src/main/kotlin/io/spaceapi/types/Status.kt index 32098c9..9caa82e 100644 --- a/src/main/kotlin/io/spaceapi/types/Status.kt +++ b/src/main/kotlin/io/spaceapi/types/Status.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/Stream.kt b/src/main/kotlin/io/spaceapi/types/Stream.kt index 8dfb07f..6acc963 100644 --- a/src/main/kotlin/io/spaceapi/types/Stream.kt +++ b/src/main/kotlin/io/spaceapi/types/Stream.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/types/serializers/Serializers.kt b/src/main/kotlin/io/spaceapi/types/serializers/Serializers.kt index 53e9723..d41c160 100644 --- a/src/main/kotlin/io/spaceapi/types/serializers/Serializers.kt +++ b/src/main/kotlin/io/spaceapi/types/serializers/Serializers.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: 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/io/spaceapi/DirectoryParser.kt b/src/test/kotlin/io/spaceapi/DirectoryParser.kt index e70841e..ded3874 100644 --- a/src/test/kotlin/io/spaceapi/DirectoryParser.kt +++ b/src/test/kotlin/io/spaceapi/DirectoryParser.kt @@ -1,7 +1,7 @@ /** * spaceapi-kt * https://github.com/spaceapi-community/spaceapi-kt/ - * Copyright (C) 2020-2023 Danilo Bargen + * Copyright (C) 2020-2024 Danilo Bargen * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by