commit: 17f9913a21659f4f6172d04c8f489057ddef6e3b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 22 19:13:43 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 22 19:13:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=17f9913a
Documentation: Fix copyright Follup-up to commit d057ce3c3a19c2416761f395eb726e76f2f7f7fb Documentation/maintainers/cmake_dep_check.py | 2 +- Documentation/maintainers/cmake_ebuild_check.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/maintainers/cmake_dep_check.py b/Documentation/maintainers/cmake_dep_check.py index 6eb3437159..960b052d86 100755 --- a/Documentation/maintainers/cmake_dep_check.py +++ b/Documentation/maintainers/cmake_dep_check.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2018 Michael Palimaka <[email protected]> +# Copyright (c) 2017-2018 Michael Palimaka <[email protected]> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/Documentation/maintainers/cmake_ebuild_check.py b/Documentation/maintainers/cmake_ebuild_check.py index e4cd8f541c..9ee4da0b43 100755 --- a/Documentation/maintainers/cmake_ebuild_check.py +++ b/Documentation/maintainers/cmake_ebuild_check.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (c) 2018 Michael Palimaka <[email protected]> +# Copyright (c) 2017-2018 Michael Palimaka <[email protected]> # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal
