diff options
author | Daniel Mueller <deso@posteo.net> | 2020-09-01 19:00:31 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-09-01 19:00:31 -0700 |
commit | f28112eae5e6e0f788e6a9c12afcb6240f7c12b1 (patch) | |
tree | 9aeec7eef5f9844291b21b79676df6955bc7785a /var | |
parent | 16ce6d3695f4f54a128d32835232f255a6f6d56d (diff) | |
download | nitrocli-f28112eae5e6e0f788e6a9c12afcb6240f7c12b1.tar.gz nitrocli-f28112eae5e6e0f788e6a9c12afcb6240f7c12b1.tar.bz2 |
Adjust copyright string to refer to The Nitrocli Developers
This change adjusts the copyright header in all files to no longer
mention individuals but refer to The Nitrocli Developers in general.
Diffstat (limited to 'var')
-rwxr-xr-x | var/binary-size.py | 2 | ||||
-rw-r--r-- | var/shell-complete.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/var/binary-size.py b/var/binary-size.py index ff1ac6b..893e5c3 100755 --- a/var/binary-size.py +++ b/var/binary-size.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 -B #/*************************************************************************** -# * Copyright (C) 2019-2020 Daniel Mueller (deso@posteo.net) * +# * Copyright (C) 2019-2020 The Nitrocli Developers * # * * # * 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 * diff --git a/var/shell-complete.rs b/var/shell-complete.rs index a6f476d..a8372a4 100644 --- a/var/shell-complete.rs +++ b/var/shell-complete.rs @@ -1,7 +1,7 @@ // shell-complete.rs // ************************************************************************* -// * Copyright (C) 2020 Daniel Mueller (deso@posteo.net) * +// * Copyright (C) 2020 The Nitrocli Developers * // * * // * 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 * |