This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e9b7a6e0cf8c056cdb39bac99d7b89f9aba869a9 commit e9b7a6e0cf8c056cdb39bac99d7b89f9aba869a9 Author: Guillem Jover <[email protected]> AuthorDate: Thu Aug 26 04:10:51 2021 +0200 dpkg-db-backup: Add a license header comment Changelog: internal --- scripts/dpkg-db-backup.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/scripts/dpkg-db-backup.sh b/scripts/dpkg-db-backup.sh index 11124f7dd..5c79362d3 100755 --- a/scripts/dpkg-db-backup.sh +++ b/scripts/dpkg-db-backup.sh @@ -1,4 +1,19 @@ #!/bin/sh +# +# Copyright © 2014, 2017-2018, 2020-2021 Guillem Jover <[email protected]> +# +# 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. dbdir=/var/lib/dpkg -- Dpkg.Org's dpkg

