diff options
author | Eric Blake <eblake@redhat.com> | 2011-07-28 12:56:24 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-07-28 15:01:17 -0600 |
commit | 2cafb481550caabfd3a13f22add3b43e73c48658 (patch) | |
tree | 6bdb11202e30f02be7a305503866abf58a4b9480 | |
parent | b43cc4fb5b922075b6ba98c5047e5718eb6b914b (diff) | |
download | libvirt-python-v6-2cafb481550caabfd3a13f22add3b43e73c48658.tar.gz libvirt-python-v6-2cafb481550caabfd3a13f22add3b43e73c48658.tar.xz libvirt-python-v6-2cafb481550caabfd3a13f22add3b43e73c48658.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.am | 3 | ||||
-rw-r--r-- | tests/Makefile.am | 3 |
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= \ |