]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: add missing FSF copyright statement
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 8 Dec 2020 09:35:15 +0000 (09:35 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 8 Dec 2020 09:37:45 +0000 (09:37 +0000)
commitcafbc6d1d26ceb7de4bad56c18964ba085feeffa
tree722734d26a8e2cb81eaab6d00807e9ab912677ff
parentdf89071faa0bac101f8513d5c08dc823f8a3b71d
util: add missing FSF copyright statement

We previous added code for passing FDs which was explicitly derived from
gnulib's passfd code:

  commit 17460825f3c78e1635f2beb0165c5a19e3b09f7d
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Fri Jan 17 11:57:17 2020 +0000

    src: implement APIs for passing FDs over UNIX sockets

    This is a simplified variant of gnulib's passfd module
    without the portability code that we do not require.

while the license was unchanged, we mistakenly failed to copy the FSF
copyright header which is required by the license terms.

Reported-by: Bruno Haible <bruno@clisp.org>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/util/virsocket.c