aboutsummaryrefslogtreecommitdiff
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
commitff81956ac68e0d72858b8391670e7f3a02d01ade (patch)
treeac16a6dfcacd02411260aa31d3607dc3bce70013 /examples/hellolibvirt
parentxen: drop unused callbacks (diff)
downloadlibvirt-ff81956ac68e0d72858b8391670e7f3a02d01ade.tar.gz
libvirt-ff81956ac68e0d72858b8391670e7f3a02d01ade.tar.bz2
libvirt-ff81956ac68e0d72858b8391670e7f3a02d01ade.zip
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.
Diffstat (limited to 'examples/hellolibvirt')
-rw-r--r--examples/hellolibvirt/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/hellolibvirt/Makefile.am b/examples/hellolibvirt/Makefile.am
index 8d108a710..a55fe191a 100644
--- a/examples/hellolibvirt/Makefile.am
+++ b/examples/hellolibvirt/Makefile.am
@@ -1,3 +1,6 @@
+## Copyright (C) 2005-2011 Red Hat, Inc.
+## See COPYING.LIB for the License of this software
+
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
noinst_PROGRAMS = hellolibvirt
hellolibvirt_CFLAGS = $(WARN_CFLAGS)