maint: add missing copyright notices

I went with the shorter license notice used by src/libvirt.c,
rather than spelling out the full LGPLv2+ clause into each of
these files.

* configure.ac: Declare copyright.
* all Makefile.am: Likewise.
This commit is contained in:
Eric Blake
2011-07-28 12:56:24 -06:00
parent 1b3765fd34
commit ff81956ac6
21 changed files with 59 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Makefile for libvirt python library
## Copyright (C) 2005-2011 Red Hat, Inc.
## See COPYING.LIB for the License of this software
SUBDIRS= . tests
INCLUDES = \

View File

@@ -1,3 +1,6 @@
## Copyright (C) 2005-2011 Red Hat, Inc.
## See COPYING.LIB for the License of this software
EXAMPLE_DIR = $(datadir)/doc/libvirt-python-$(LIBVIRT_VERSION)/examples
PYTESTS= \