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
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')
-rw-r--r--examples/apparmor/Makefile.am3
-rw-r--r--examples/domain-events/events-c/Makefile.am3
-rw-r--r--examples/dominfo/Makefile.am2
-rw-r--r--examples/domsuspend/Makefile.am2
-rw-r--r--examples/hellolibvirt/Makefile.am3
-rw-r--r--examples/openauth/Makefile.am3
-rw-r--r--examples/python/Makefile.am3
-rw-r--r--examples/systemtap/Makefile.am2
-rw-r--r--examples/xml/nwfilter/Makefile.am2
9 files changed, 23 insertions, 0 deletions
diff --git a/examples/apparmor/Makefile.am b/examples/apparmor/Makefile.am
index b72bbe116..0bc66ac0d 100644
--- a/examples/apparmor/Makefile.am
+++ b/examples/apparmor/Makefile.am
@@ -1,3 +1,6 @@
+## Copyright (C) 2005-2011 Red Hat, Inc.
+## See COPYING.LIB for the License of this software
+
EXTRA_DIST= \
TEMPLATE \
libvirt-qemu \
diff --git a/examples/domain-events/events-c/Makefile.am b/examples/domain-events/events-c/Makefile.am
index 176892bbc..2bcbca07c 100644
--- a/examples/domain-events/events-c/Makefile.am
+++ b/examples/domain-events/events-c/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 \
-I$(top_builddir)/gnulib/lib -I$(top_srcdir)/gnulib/lib
noinst_PROGRAMS = event-test
diff --git a/examples/dominfo/Makefile.am b/examples/dominfo/Makefile.am
index 678de684e..07982b0aa 100644
--- a/examples/dominfo/Makefile.am
+++ b/examples/dominfo/Makefile.am
@@ -1,3 +1,5 @@
+## 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 -I@srcdir@/include
LDADDS = $(STATIC_BINARIES) $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la \
diff --git a/examples/domsuspend/Makefile.am b/examples/domsuspend/Makefile.am
index 2c277a473..fc5e9319a 100644
--- a/examples/domsuspend/Makefile.am
+++ b/examples/domsuspend/Makefile.am
@@ -1,3 +1,5 @@
+## 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 -I@srcdir@/include
LDADDS = $(STATIC_BINARIES) $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la \
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)
diff --git a/examples/openauth/Makefile.am b/examples/openauth/Makefile.am
index 279a032ab..844b57280 100644
--- a/examples/openauth/Makefile.am
+++ b/examples/openauth/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 = openauth
openauth_CFLAGS = $(WARN_CFLAGS)
diff --git a/examples/python/Makefile.am b/examples/python/Makefile.am
index dcd2c2449..d782a28bf 100644
--- a/examples/python/Makefile.am
+++ b/examples/python/Makefile.am
@@ -1,3 +1,6 @@
+## Copyright (C) 2005-2011 Red Hat, Inc.
+## See COPYING.LIB for the License of this software
+
EXTRA_DIST= \
README \
dominfo.py domrestore.py domsave.py domstart.py esxlist.py
diff --git a/examples/systemtap/Makefile.am b/examples/systemtap/Makefile.am
index 084081e54..6eb05467e 100644
--- a/examples/systemtap/Makefile.am
+++ b/examples/systemtap/Makefile.am
@@ -1,2 +1,4 @@
+## Copyright (C) 2005-2011 Red Hat, Inc.
+## See COPYING.LIB for the License of this software
EXTRA_DIST = client.stp
diff --git a/examples/xml/nwfilter/Makefile.am b/examples/xml/nwfilter/Makefile.am
index 439e7b885..23fd753a0 100644
--- a/examples/xml/nwfilter/Makefile.am
+++ b/examples/xml/nwfilter/Makefile.am
@@ -1,3 +1,5 @@
+## Copyright (C) 2005-2011 Red Hat, Inc.
+## See COPYING.LIB for the License of this software
FILTERS = \
allow-arp.xml \