diff options
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 * |