diff --git a/kdump-collect.sh b/kdump-collect.sh index b7b2940..d0517ce 100644 --- a/kdump-collect.sh +++ b/kdump-collect.sh @@ -3,6 +3,7 @@ # SPDX-License-Identifier: LGPL-2.1+ # # Copyright (c) 2021 Valve. +# Maintainer: Guilherme G. Piccoli # # Kdump script that should effectively collect the core dump/dmesg from # within a Dracut-generated initramfs on SteamOS kdump. diff --git a/kdump-init.service b/kdump-init.service index 988bc86..668c044 100644 --- a/kdump-init.service +++ b/kdump-init.service @@ -1,6 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1+ # # Copyright (c) 2021 Valve. +# Maintainer: Guilherme G. Piccoli # [Unit] diff --git a/kdump-load.sh b/kdump-load.sh index fbb0ae4..7b6ef72 100644 --- a/kdump-load.sh +++ b/kdump-load.sh @@ -3,6 +3,7 @@ # SPDX-License-Identifier: LGPL-2.1+ # # Copyright (c) 2021 Valve. +# Maintainer: Guilherme G. Piccoli # # Script that loads the panic kdump (from within a systemd service) and/or # configures the Pstore-RAM mechanism. If the proper parameters are passed diff --git a/kdump.conf b/kdump.conf index 7369e64..a5685a3 100644 --- a/kdump.conf +++ b/kdump.conf @@ -3,6 +3,7 @@ # SPDX-License-Identifier: LGPL-2.1+ # # Copyright (c) 2021 Valve +# Maintainer: Guilherme G. Piccoli # # Configuration settings for SteamOS kdump. After _any_ change in this # file, it's required to create the kdump minimal initramfs by running: diff --git a/module-setup.sh b/module-setup.sh index 68a0fae..7392610 100644 --- a/module-setup.sh +++ b/module-setup.sh @@ -3,6 +3,7 @@ # SPDX-License-Identifier: LGPL-2.1+ # # Copyright (c) 2021 Valve. +# Maintainer: Guilherme G. Piccoli # # SteamOS kdump module construction/inclusion script for # Dracut-based initramfs. diff --git a/save-dumps.sh b/save-dumps.sh index 03cca5c..39a58f8 100644 --- a/save-dumps.sh +++ b/save-dumps.sh @@ -3,6 +3,7 @@ # SPDX-License-Identifier: LGPL-2.1+ # # Copyright (c) 2021 Valve. +# Maintainer: Guilherme G. Piccoli # # This is the SteamOS kdump/pstore log collector and submitter; this script # prepares the pstore/kdump collected data and submit it to the services that