From 2cafb481550caabfd3a13f22add3b43e73c48658 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 28 Jul 2011 12:56:24 -0600 Subject: 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. --- Makefile.am | 3 +++ tests/Makefile.am | 3 +++ 2 files changed, 6 insertions(+) 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= \ -- cgit