Git commit 47cdcaaa8a18b306afb667a0dda2c73110045ed7 by Nikita Melnichenko. Committed on 16/10/2022 at 05:49. Pushed by melnichenko into branch 'master'.
Updated remaining copyright years in docs, About dialog, spdx Discussion: https://invent.kde.org/utilities/krusader/-/merge_requests/106 M +2 -2 CREDITS M +1 -1 app/main.cpp M +3 -3 doc/handbook/credits-and-license.docbook M +2 -0 doc/handbook/index.docbook M +1 -1 plugins/iso/libisofs/isofs.c https://invent.kde.org/utilities/krusader/commit/47cdcaaa8a18b306afb667a0dda2c73110045ed7 diff --git a/CREDITS b/CREDITS index ffdc9598..eb53bed1 100644 --- a/CREDITS +++ b/CREDITS @@ -13,7 +13,7 @@ KRUSADER Program Copyrights: Copyright (C) 2000-2003 Shie Erlich <erlich * users sourceforge net> Copyright (C) 2000-2003 Rafi Yanai <yanai * users sourceforge net> -Copyright (C) 2004-2020 Krusader Krew [https://krusader.org] +Copyright (C) 2004-2022 Krusader Krew [https://krusader.org] This program is licensed under the terms of the GNU General Public License, version 2. For details see COPYING file. @@ -22,7 +22,7 @@ Documentation Copyrights: Copyright (C) 2000-2003 Shie Erlich <erlich * users sourceforge net> Copyright (C) 2000-2003 Rafi Yanai <yanai * users sourceforge net> Copyright (C) 2004-2010 Frank Schoolmeesters <frank_schoolmeesters * yahoo com> -Copyright (C) 2004-2020 Krusader Krew [https://krusader.org] +Copyright (C) 2004-2022 Krusader Krew [https://krusader.org] The documentation is licensed under the terms of the GNU Free Documentation License. diff --git a/app/main.cpp b/app/main.cpp index 2f0b5ffa..91fca23e 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -110,7 +110,7 @@ int main(int argc, char *argv[]) KAboutData aboutData(QStringLiteral("krusader"), (geteuid() ? i18n("Krusader") : i18n("Krusader - ROOT PRIVILEGES")), versionName, i18n(description), KAboutLicense::GPL_V2, - i18n("© 2000-2003 Shie Erlich, Rafi Yanai\n© 2004-2020 Krusader Krew"), + i18n("© 2000-2003 Shie Erlich, Rafi Yanai\n© 2004-2022 Krusader Krew"), i18n("Feedback:\nhttps://forum.kde.org/viewforum.php?f=225"), QStringLiteral("https://krusader.org")); diff --git a/doc/handbook/credits-and-license.docbook b/doc/handbook/credits-and-license.docbook index 934c2b43..2049bc77 100644 --- a/doc/handbook/credits-and-license.docbook +++ b/doc/handbook/credits-and-license.docbook @@ -16,7 +16,7 @@ <emphasis role="bold">&krusader;</emphasis> </para> -<para>Program copyright 2000-2003 Shie Erlich and Rafi Yanai, 2004-2020 &krusader; Krew +<para>Program copyright 2000-2003 Shie Erlich and Rafi Yanai, 2004-2022 &krusader; Krew <email>[email protected]</email></para> <para>&krusader; is developed by a dedicated team of individuals, known as the &krusader; Krew.</para> @@ -139,11 +139,11 @@ <para>Documentation Copyright 2000-2003 Shie Erlich and Rafi Yanai.</para> <para>Documentation Copyright 2004-2011 Frank Schoolmeesters.</para> - <para>Documentation Copyright 2004-2020 &krusader; Krew.</para> + <para>Documentation Copyright 2004-2022 &krusader; Krew.</para> <!-- TRANS:CREDIT_FOR_TRANSLATORS --> &underFDL; - <para>Copyright 2004-2020 &krusader; Krew <email>[email protected]</email>.</para> + <para>Copyright 2004-2022 &krusader; Krew <email>[email protected]</email>.</para> &underGPL; diff --git a/doc/handbook/index.docbook b/doc/handbook/index.docbook index dd61b7ed..bd44b209 100644 --- a/doc/handbook/index.docbook +++ b/doc/handbook/index.docbook @@ -315,6 +315,8 @@ <year>2018</year> <year>2019</year> <year>2020</year> + <year>2021</year> + <year>2022</year> <holder>Krusader Krew</holder> </copyright> <legalnotice> diff --git a/plugins/iso/libisofs/isofs.c b/plugins/iso/libisofs/isofs.c index f4e18ef0..227370e3 100644 --- a/plugins/iso/libisofs/isofs.c +++ b/plugins/iso/libisofs/isofs.c @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: 2002 Szombathelyi György <[email protected]> - SPDX-FileCopyrightText: 2004-2020 Krusader Krew <https://krusader.org> + SPDX-FileCopyrightText: 2004-2022 Krusader Krew <https://krusader.org> SPDX-License-Identifier: GPL-2.0-or-later */
