Git commit 241a6775bc8c2fbcc30983165a2cb3856c5f1656 by Michael Pyne. Committed on 14/03/2020 at 18:03. Pushed by mpyne into branch 'feat-group-deps-by-config-order'.
Update copyright years. M +1 -1 doc/index.docbook M +2 -2 doc/man-kdesrc-build.1.docbook M +2 -1 kdesrc-build M +1 -1 kdesrc-build-setup M +1 -1 modules/ksb/Application.pm https://invent.kde.org/kde/kdesrc-build/commit/241a6775bc8c2fbcc30983165a2cb3856c5f1656 diff --git a/doc/index.docbook b/doc/index.docbook index 6cc87a0..8c6e9d5 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -2,7 +2,7 @@ <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ <!-- Documentation for kdesrc-build. - Copyright (c) 2005-2008, 2010-2019 Michael Pyne <[email protected]> + Copyright (c) 2005-2008, 2010-2020 Michael Pyne <[email protected]> Copyright (c) 2005 Carlos Leonhard Woelz <[email protected]> Copyright (c) 2009 Burkhard Lück <[email protected]> diff --git a/doc/man-kdesrc-build.1.docbook b/doc/man-kdesrc-build.1.docbook index 7aa3ad4..03d2186 100644 --- a/doc/man-kdesrc-build.1.docbook +++ b/doc/man-kdesrc-build.1.docbook @@ -6,7 +6,7 @@ <!-- Man page for kdesrc-build. - Copyright (c) 2011, 2014-2019 Michael Pyne <[email protected]> + Copyright (c) 2011, 2014-2020 Michael Pyne <[email protected]> Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later @@ -1310,7 +1310,7 @@ url="https://docs.kde.org/index.php?application=kdesrc-build">https://docs.kde.o <refsect1> <title>COPYING</title> -<para>Copyright (C) 2003-2019 Michael Pyne.</para> +<para>Copyright (C) 2003-2020 Michael Pyne.</para> <para>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 diff --git a/kdesrc-build b/kdesrc-build index 233ce25..41614ed 100755 --- a/kdesrc-build +++ b/kdesrc-build @@ -7,9 +7,10 @@ # Please also see the documentation that should be included with this program, # in the doc/ directory. # -# Copyright © 2003 - 2019 Michael Pyne. <[email protected]> # Home page: https://kdesrc-build.kde.org/ # +# Copyright © 2003 - 2020 Michael Pyne. <[email protected]> +# Copyright © 2018 - 2020 Johan Ouwerkerk <[email protected]> # Copyright © 2005, 2006, 2008 - 2011 David Faure <[email protected]> # Copyright © 2005 Thiago Macieira <[email protected]> # Copyright © 2006 Stephan Kulow <[email protected]> diff --git a/kdesrc-build-setup b/kdesrc-build-setup index 564b92e..54229e3 100755 --- a/kdesrc-build-setup +++ b/kdesrc-build-setup @@ -2,7 +2,7 @@ # Script to create a configuration file for kdesrc-build. # -# Copyright © 2011, 2019 Michael Pyne. <[email protected]> +# Copyright © 2011, 2020 Michael Pyne. <[email protected]> # Home page: https://kdesrc-build.kde.org/ # # This program is free software; you can redistribute it and/or modify it under diff --git a/modules/ksb/Application.pm b/modules/ksb/Application.pm index 7c848c9..64ed808 100644 --- a/modules/ksb/Application.pm +++ b/modules/ksb/Application.pm @@ -2709,7 +2709,7 @@ sub _showHelpMessage my $scriptVersion = scriptVersion(); say <<DONE; kdesrc-build $scriptVersion -Copyright (c) 2003 - 2019 Michael Pyne <mpyne\@kde.org> and others, and is +Copyright (c) 2003 - 2020 Michael Pyne <mpyne\@kde.org> and others, and is distributed under the terms of the GNU GPL v2. This script automates the download, build, and install process for KDE software
