chore: fix missing and incomplete copyrights

This commit is contained in:
Ben Grande 2023-11-14 08:18:32 +00:00
parent 31a64724d6
commit 874905eecf
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
3 changed files with 7 additions and 6 deletions

View File

@ -1,15 +1,14 @@
# bash completion for qvm -*- shell-script -*-
# bash completion for qvm -*- shell-script -*-
## vim: set ft=bash
## SPDX-FileCopyrightText: 2018 taradiddles
## SPDX-FileCopyrightText: 2018 Bernhard Haaber <https://forum.qubes-os.org/u/haaber>
## SPDX-FileCopyrightText: 2018 Ivan <https://github.com/taradiddles>
##
## SPDX-License-Identifier: GPL-3.0-only
## SPDX-License-Identifier: GPL-2.0-only
## Credits:
## - credit to haaber for the original PoC !
## - https://www.mail-archive.com/qubes-users@googlegroups.com/msg20088.html
## - https://github.com/Qubes-Community/Contents/blob/master/code/productivity/qvm-cmds-bash-completion.bash
## @taradiddles - apr 2018 - GPL
## - https://github.com/taradiddles/qubes-os-qvm-bash-completion
## COMPLETION FUNCTIONS

View File

@ -1,4 +1,5 @@
# SPDX-FileCopyrightText: 2020 Wojtek Porczyk <https://woju.eu>
# SPDX-FileCopyrightText: 2020 Miguel Jacq <https://mig5.net>
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later

View File

@ -1,5 +1,6 @@
## SPDX-FileCopyrightText: 2012 - 2013 Jacob Appelbaum <jacob@torproject.org>
## SPDX-FileCopyrightText: 2012 - 2013 Sukhbir Singh <sukhbir@torproject.org>
## SPDX-FileCopyrightText: 2013 - 2014 Patrick Schleizer <adrelanos@riseup.net>
## SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
##
## SPDX-License-Identifier: BSD-2-Clause