diff --git a/src/license/licenses.properties b/src/license/licenses.properties index f7c70d6..ce381b4 100644 --- a/src/license/licenses.properties +++ b/src/license/licenses.properties @@ -1,8 +1,7 @@ -### # #%L # Emporia Energy API Client # %% -# Copyright (C) 2002 - 2020 Grajagan Org. +# Copyright (C) 2002 - 2021 Grajagan Org. # %% # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/aws/AuthenticationHelper.java b/src/main/java/org/grajagan/aws/AuthenticationHelper.java index a950508..17fec5a 100644 --- a/src/main/java/org/grajagan/aws/AuthenticationHelper.java +++ b/src/main/java/org/grajagan/aws/AuthenticationHelper.java @@ -1,5 +1,27 @@ package org.grajagan.aws; +/*- + * #%L + * Emporia Energy API Client + * %% + * Copyright (C) 2002 - 2021 Helge Weissig + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . + * #L% + */ + /* // Copyright 2013-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 diff --git a/src/main/java/org/grajagan/aws/AuthenticationResult.java b/src/main/java/org/grajagan/aws/AuthenticationResult.java index ac071e9..9c71251 100644 --- a/src/main/java/org/grajagan/aws/AuthenticationResult.java +++ b/src/main/java/org/grajagan/aws/AuthenticationResult.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/aws/AwsCognitoRSAKeyProvider.java b/src/main/java/org/grajagan/aws/AwsCognitoRSAKeyProvider.java index 8344d84..bd24428 100644 --- a/src/main/java/org/grajagan/aws/AwsCognitoRSAKeyProvider.java +++ b/src/main/java/org/grajagan/aws/AwsCognitoRSAKeyProvider.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/aws/CognitoAuthenticationManager.java b/src/main/java/org/grajagan/aws/CognitoAuthenticationManager.java index 27d722e..7b9628e 100644 --- a/src/main/java/org/grajagan/aws/CognitoAuthenticationManager.java +++ b/src/main/java/org/grajagan/aws/CognitoAuthenticationManager.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/aws/token/AccessToken.java b/src/main/java/org/grajagan/aws/token/AccessToken.java index be81d70..6fe1303 100644 --- a/src/main/java/org/grajagan/aws/token/AccessToken.java +++ b/src/main/java/org/grajagan/aws/token/AccessToken.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/aws/token/AccessTokenPayload.java b/src/main/java/org/grajagan/aws/token/AccessTokenPayload.java index 6bd7ac9..4bf2a86 100644 --- a/src/main/java/org/grajagan/aws/token/AccessTokenPayload.java +++ b/src/main/java/org/grajagan/aws/token/AccessTokenPayload.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/aws/token/IdToken.java b/src/main/java/org/grajagan/aws/token/IdToken.java index c10587a..c64292c 100644 --- a/src/main/java/org/grajagan/aws/token/IdToken.java +++ b/src/main/java/org/grajagan/aws/token/IdToken.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/aws/token/IdTokenPayload.java b/src/main/java/org/grajagan/aws/token/IdTokenPayload.java index 40e3c61..1962cd6 100644 --- a/src/main/java/org/grajagan/aws/token/IdTokenPayload.java +++ b/src/main/java/org/grajagan/aws/token/IdTokenPayload.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/aws/token/Token.java b/src/main/java/org/grajagan/aws/token/Token.java index 5515fe8..0c8bc37 100644 --- a/src/main/java/org/grajagan/aws/token/Token.java +++ b/src/main/java/org/grajagan/aws/token/Token.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/aws/token/TokenHeader.java b/src/main/java/org/grajagan/aws/token/TokenHeader.java index 0da7b31..5ff7b21 100644 --- a/src/main/java/org/grajagan/aws/token/TokenHeader.java +++ b/src/main/java/org/grajagan/aws/token/TokenHeader.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/aws/token/TokenPayload.java b/src/main/java/org/grajagan/aws/token/TokenPayload.java index 597f190..93f4936 100644 --- a/src/main/java/org/grajagan/aws/token/TokenPayload.java +++ b/src/main/java/org/grajagan/aws/token/TokenPayload.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/DefaultTemporalAmount.java b/src/main/java/org/grajagan/emporia/DefaultTemporalAmount.java index a57bc64..13dc147 100644 --- a/src/main/java/org/grajagan/emporia/DefaultTemporalAmount.java +++ b/src/main/java/org/grajagan/emporia/DefaultTemporalAmount.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/EmporiaDownloader.java b/src/main/java/org/grajagan/emporia/EmporiaDownloader.java index c4b6133..22d145c 100644 --- a/src/main/java/org/grajagan/emporia/EmporiaDownloader.java +++ b/src/main/java/org/grajagan/emporia/EmporiaDownloader.java @@ -4,18 +4,18 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public * License along with this program. If not, see * . diff --git a/src/main/java/org/grajagan/emporia/JacksonObjectMapper.java b/src/main/java/org/grajagan/emporia/JacksonObjectMapper.java index 424b3d4..8cf64fe 100644 --- a/src/main/java/org/grajagan/emporia/JacksonObjectMapper.java +++ b/src/main/java/org/grajagan/emporia/JacksonObjectMapper.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/LoggingConfigurator.java b/src/main/java/org/grajagan/emporia/LoggingConfigurator.java index 3cf8d44..cacc831 100644 --- a/src/main/java/org/grajagan/emporia/LoggingConfigurator.java +++ b/src/main/java/org/grajagan/emporia/LoggingConfigurator.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/TemporalAmountConverter.java b/src/main/java/org/grajagan/emporia/TemporalAmountConverter.java index dd9448a..94d091d 100644 --- a/src/main/java/org/grajagan/emporia/TemporalAmountConverter.java +++ b/src/main/java/org/grajagan/emporia/TemporalAmountConverter.java @@ -4,18 +4,18 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public * License along with this program. If not, see * . diff --git a/src/main/java/org/grajagan/emporia/api/EmporiaAPI.java b/src/main/java/org/grajagan/emporia/api/EmporiaAPI.java index f89a143..d3202cf 100644 --- a/src/main/java/org/grajagan/emporia/api/EmporiaAPI.java +++ b/src/main/java/org/grajagan/emporia/api/EmporiaAPI.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/api/EmporiaAPIInterceptor.java b/src/main/java/org/grajagan/emporia/api/EmporiaAPIInterceptor.java index 9c3d17e..0372685 100644 --- a/src/main/java/org/grajagan/emporia/api/EmporiaAPIInterceptor.java +++ b/src/main/java/org/grajagan/emporia/api/EmporiaAPIInterceptor.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/api/EmporiaAPIService.java b/src/main/java/org/grajagan/emporia/api/EmporiaAPIService.java index 61a5d14..bb4bf08 100644 --- a/src/main/java/org/grajagan/emporia/api/EmporiaAPIService.java +++ b/src/main/java/org/grajagan/emporia/api/EmporiaAPIService.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/api/LogJsonInterceptor.java b/src/main/java/org/grajagan/emporia/api/LogJsonInterceptor.java index 40cc786..8bd01c2 100644 --- a/src/main/java/org/grajagan/emporia/api/LogJsonInterceptor.java +++ b/src/main/java/org/grajagan/emporia/api/LogJsonInterceptor.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/influxdb/InfluxDBLoader.java b/src/main/java/org/grajagan/emporia/influxdb/InfluxDBLoader.java index bb65925..c9b6034 100644 --- a/src/main/java/org/grajagan/emporia/influxdb/InfluxDBLoader.java +++ b/src/main/java/org/grajagan/emporia/influxdb/InfluxDBLoader.java @@ -4,18 +4,18 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public * License along with this program. If not, see * . diff --git a/src/main/java/org/grajagan/emporia/model/Channel.java b/src/main/java/org/grajagan/emporia/model/Channel.java index 603e8bf..73087b1 100644 --- a/src/main/java/org/grajagan/emporia/model/Channel.java +++ b/src/main/java/org/grajagan/emporia/model/Channel.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/model/Customer.java b/src/main/java/org/grajagan/emporia/model/Customer.java index 3ddcf91..28cd88c 100644 --- a/src/main/java/org/grajagan/emporia/model/Customer.java +++ b/src/main/java/org/grajagan/emporia/model/Customer.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/model/Device.java b/src/main/java/org/grajagan/emporia/model/Device.java index 98aa68f..f6cb339 100644 --- a/src/main/java/org/grajagan/emporia/model/Device.java +++ b/src/main/java/org/grajagan/emporia/model/Device.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/java/org/grajagan/emporia/model/Readings.java b/src/main/java/org/grajagan/emporia/model/Readings.java index e97fc59..650a47f 100644 --- a/src/main/java/org/grajagan/emporia/model/Readings.java +++ b/src/main/java/org/grajagan/emporia/model/Readings.java @@ -4,7 +4,7 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/src/main/resources/README.rst b/src/main/resources/README.rst index e94aecb..57699c2 100644 --- a/src/main/resources/README.rst +++ b/src/main/resources/README.rst @@ -1,4 +1,3 @@ -.. - .. * #%L .. * Emporia Energy API Client .. * %% diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index 1d85a92..e0a350c 100644 --- a/src/main/resources/log4j2.xml +++ b/src/main/resources/log4j2.xml @@ -3,7 +3,7 @@ #%L Emporia Energy API Client %% - Copyright (C) 2002 - 2020 Helge Weissig + Copyright (C) 2002 - 2021 Helge Weissig %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/src/test/java/org/grajagan/emporia/EmporiaDownloaderTest.java b/src/test/java/org/grajagan/emporia/EmporiaDownloaderTest.java index ae33461..6c3bd3d 100644 --- a/src/test/java/org/grajagan/emporia/EmporiaDownloaderTest.java +++ b/src/test/java/org/grajagan/emporia/EmporiaDownloaderTest.java @@ -4,18 +4,18 @@ * #%L * Emporia Energy API Client * %% - * Copyright (C) 2002 - 2020 Helge Weissig + * Copyright (C) 2002 - 2021 Helge Weissig * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public * License along with this program. If not, see * . diff --git a/src/test/resources/log4j2-test.xml b/src/test/resources/log4j2-test.xml index ae713dc..1407e15 100644 --- a/src/test/resources/log4j2-test.xml +++ b/src/test/resources/log4j2-test.xml @@ -3,7 +3,7 @@ #%L Emporia Energy API Client %% - Copyright (C) 2002 - 2020 Helge Weissig + Copyright (C) 2002 - 2021 Helge Weissig %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as