summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-07-28 12:56:24 -0600
committerEric Blake <eblake@redhat.com>2011-07-28 15:01:17 -0600
commit2cafb481550caabfd3a13f22add3b43e73c48658 (patch)
tree6bdb11202e30f02be7a305503866abf58a4b9480
parentb43cc4fb5b922075b6ba98c5047e5718eb6b914b (diff)
downloadlibvirt-python-split-0.9.4-rc2.tar.gz
libvirt-python-split-0.9.4-rc2.tar.xz
libvirt-python-split-0.9.4-rc2.zip
maint: add missing copyright noticesv0.9.4-rc2
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.
-rw-r--r--Makefile.am3
-rw-r--r--tests/Makefile.am3
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 51f005d..0e14d23 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 = \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 28e24ba..2a5bc62 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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= \