From 3ca45a54a8317a3801bed4be2ad4fbce618b813a Mon Sep 17 00:00:00 2001 From: Matti Viljanen Date: Sun, 28 Aug 2022 10:36:38 +0300 Subject: [PATCH] Update copyright years There has to be a smarter way to this... --- application/qml/components/AboutLabel.qml | 2 +- application/qml/components/BatteryGraph.qml | 2 +- application/qml/components/CoverLabel.qml | 2 +- application/qml/components/ImageButton.qml | 2 +- application/qml/components/MyLabel.qml | 2 +- application/qml/cover/CoverPage.qml | 2 +- application/qml/harbour-batterybuddy.qml | 2 +- application/qml/pages/AboutPage.qml | 4 ++-- application/qml/pages/InfoPage.qml | 2 +- application/qml/pages/LogPage.qml | 2 +- application/qml/pages/MainPage.qml | 2 +- application/qml/pages/SettingsPage.qml | 2 +- application/service/harbour-batterybuddy-oneshot.service | 2 +- application/service/harbour-batterybuddy.service | 2 +- application/service/restore-write-permissions.sh | 2 +- application/service/set-write-permissions.sh | 2 +- application/src/battery.cpp | 2 +- application/src/battery.h | 2 +- application/src/harbour-batterybuddy.cpp | 2 +- application/src/settings.cpp | 2 +- application/src/settings.h | 2 +- service/src/battery.cpp | 2 +- service/src/battery.h | 2 +- service/src/harbour-batterybuddy-daemon.cpp | 2 +- service/src/mynotification.cpp | 2 +- service/src/mynotification.h | 2 +- service/src/settings.cpp | 2 +- service/src/settings.h | 2 +- 28 files changed, 29 insertions(+), 29 deletions(-) diff --git a/application/qml/components/AboutLabel.qml b/application/qml/components/AboutLabel.qml index 63a333d..53911d4 100644 --- a/application/qml/components/AboutLabel.qml +++ b/application/qml/components/AboutLabel.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/qml/components/BatteryGraph.qml b/application/qml/components/BatteryGraph.qml index 2c5c8f6..11c29ee 100644 --- a/application/qml/components/BatteryGraph.qml +++ b/application/qml/components/BatteryGraph.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/qml/components/CoverLabel.qml b/application/qml/components/CoverLabel.qml index 150c3ae..5902cab 100644 --- a/application/qml/components/CoverLabel.qml +++ b/application/qml/components/CoverLabel.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/qml/components/ImageButton.qml b/application/qml/components/ImageButton.qml index 6807f24..49dd0bf 100644 --- a/application/qml/components/ImageButton.qml +++ b/application/qml/components/ImageButton.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/qml/components/MyLabel.qml b/application/qml/components/MyLabel.qml index 84da607..7a40d9f 100644 --- a/application/qml/components/MyLabel.qml +++ b/application/qml/components/MyLabel.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/qml/cover/CoverPage.qml b/application/qml/cover/CoverPage.qml index 9043a73..dd0a5af 100644 --- a/application/qml/cover/CoverPage.qml +++ b/application/qml/cover/CoverPage.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/qml/harbour-batterybuddy.qml b/application/qml/harbour-batterybuddy.qml index 6247049..fc6495f 100644 --- a/application/qml/harbour-batterybuddy.qml +++ b/application/qml/harbour-batterybuddy.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/qml/pages/AboutPage.qml b/application/qml/pages/AboutPage.qml index 807decb..e3ce1a7 100644 --- a/application/qml/pages/AboutPage.qml +++ b/application/qml/pages/AboutPage.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 @@ -78,7 +78,7 @@ Page { AboutLabel { font.pixelSize: Theme.fontSizeSmall color: Theme.secondaryColor - text: "Copyright 2019-2021 Matti Viljanen (direc85)" + text: "Copyright 2019-2022 Matti Viljanen (direc85)" } AboutLabel { diff --git a/application/qml/pages/InfoPage.qml b/application/qml/pages/InfoPage.qml index 2f844dd..9c11014 100644 --- a/application/qml/pages/InfoPage.qml +++ b/application/qml/pages/InfoPage.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/qml/pages/LogPage.qml b/application/qml/pages/LogPage.qml index 00afa3d..247962b 100644 --- a/application/qml/pages/LogPage.qml +++ b/application/qml/pages/LogPage.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/qml/pages/MainPage.qml b/application/qml/pages/MainPage.qml index 5d948db..1b2e713 100644 --- a/application/qml/pages/MainPage.qml +++ b/application/qml/pages/MainPage.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/qml/pages/SettingsPage.qml b/application/qml/pages/SettingsPage.qml index 175f1d8..21a4e53 100644 --- a/application/qml/pages/SettingsPage.qml +++ b/application/qml/pages/SettingsPage.qml @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/service/harbour-batterybuddy-oneshot.service b/application/service/harbour-batterybuddy-oneshot.service index 7c460c0..db22fcd 100644 --- a/application/service/harbour-batterybuddy-oneshot.service +++ b/application/service/harbour-batterybuddy-oneshot.service @@ -1,6 +1,6 @@ # Battery Buddy, a Sailfish application to prolong battery lifetime # -# Copyright (C) 2019-2020 Matti Viljanen +# Copyright (C) 2019-2022 Matti Viljanen # # Battery Buddy 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 diff --git a/application/service/harbour-batterybuddy.service b/application/service/harbour-batterybuddy.service index ffe0eaa..a8dd9d3 100644 --- a/application/service/harbour-batterybuddy.service +++ b/application/service/harbour-batterybuddy.service @@ -1,6 +1,6 @@ # Battery Buddy, a Sailfish application to prolong battery lifetime # -# Copyright (C) 2019-2020 Matti Viljanen +# Copyright (C) 2019-2022 Matti Viljanen # # Battery Buddy 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 diff --git a/application/service/restore-write-permissions.sh b/application/service/restore-write-permissions.sh index 0a5691a..bfc016e 100755 --- a/application/service/restore-write-permissions.sh +++ b/application/service/restore-write-permissions.sh @@ -2,7 +2,7 @@ # Battery Buddy, a Sailfish application to prolong battery lifetime # -# Copyright (C) 2019-2020 Matti Viljanen +# Copyright (C) 2019-2022 Matti Viljanen # # Battery Buddy 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 diff --git a/application/service/set-write-permissions.sh b/application/service/set-write-permissions.sh index 297d8cb..9e12e72 100755 --- a/application/service/set-write-permissions.sh +++ b/application/service/set-write-permissions.sh @@ -2,7 +2,7 @@ # Battery Buddy, a Sailfish application to prolong battery lifetime # -# Copyright (C) 2019-2020 Matti Viljanen +# Copyright (C) 2019-2022 Matti Viljanen # # Battery Buddy 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 diff --git a/application/src/battery.cpp b/application/src/battery.cpp index aa97732..c363b60 100644 --- a/application/src/battery.cpp +++ b/application/src/battery.cpp @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/src/battery.h b/application/src/battery.h index 07f73ff..02def70 100644 --- a/application/src/battery.h +++ b/application/src/battery.h @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/src/harbour-batterybuddy.cpp b/application/src/harbour-batterybuddy.cpp index 31bf81f..573fbf8 100644 --- a/application/src/harbour-batterybuddy.cpp +++ b/application/src/harbour-batterybuddy.cpp @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/src/settings.cpp b/application/src/settings.cpp index 1ada5ce..6dabc1b 100644 --- a/application/src/settings.cpp +++ b/application/src/settings.cpp @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/application/src/settings.h b/application/src/settings.h index b30fc7d..9b3f944 100644 --- a/application/src/settings.h +++ b/application/src/settings.h @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/service/src/battery.cpp b/service/src/battery.cpp index 70f3f6e..d9fc334 100644 --- a/service/src/battery.cpp +++ b/service/src/battery.cpp @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/service/src/battery.h b/service/src/battery.h index 3d1dd64..1fa29e5 100644 --- a/service/src/battery.h +++ b/service/src/battery.h @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/service/src/harbour-batterybuddy-daemon.cpp b/service/src/harbour-batterybuddy-daemon.cpp index 6aa76db..68e256d 100644 --- a/service/src/harbour-batterybuddy-daemon.cpp +++ b/service/src/harbour-batterybuddy-daemon.cpp @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/service/src/mynotification.cpp b/service/src/mynotification.cpp index 279d087..264ad10 100644 --- a/service/src/mynotification.cpp +++ b/service/src/mynotification.cpp @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/service/src/mynotification.h b/service/src/mynotification.h index 7998b55..beec7ac 100644 --- a/service/src/mynotification.h +++ b/service/src/mynotification.h @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/service/src/settings.cpp b/service/src/settings.cpp index 0911289..3b644cb 100644 --- a/service/src/settings.cpp +++ b/service/src/settings.cpp @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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 diff --git a/service/src/settings.h b/service/src/settings.h index ecaab70..fd5dbc3 100644 --- a/service/src/settings.h +++ b/service/src/settings.h @@ -1,7 +1,7 @@ /** * Battery Buddy, a Sailfish application to prolong battery lifetime * - * Copyright (C) 2019-2020 Matti Viljanen + * Copyright (C) 2019-2022 Matti Viljanen * * Battery Buddy 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