mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-14 01:13:45 -06:00
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.
This commit is contained in:
parent
1b3765fd34
commit
ff81956ac6
@ -1,5 +1,8 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
LCOV = lcov
|
LCOV = lcov
|
||||||
GENHTML = genhtml
|
GENHTML = genhtml
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
|
dnl Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
dnl See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
AC_INIT([libvirt], [0.9.3], [libvir-list@redhat.com], [], [http://libvirt.org])
|
AC_INIT([libvirt], [0.9.3], [libvir-list@redhat.com], [], [http://libvirt.org])
|
||||||
AC_CONFIG_SRCDIR([src/libvirt.c])
|
AC_CONFIG_SRCDIR([src/libvirt.c])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
CLEANFILES =
|
CLEANFILES =
|
||||||
|
|
||||||
DAEMON_GENERATED = \
|
DAEMON_GENERATED = \
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
SUBDIRS= schemas
|
SUBDIRS= schemas
|
||||||
|
|
||||||
PERL = perl
|
PERL = perl
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
schemadir = $(pkgdatadir)/schemas
|
schemadir = $(pkgdatadir)/schemas
|
||||||
schema_DATA = \
|
schema_DATA = \
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
EXTRA_DIST= \
|
EXTRA_DIST= \
|
||||||
TEMPLATE \
|
TEMPLATE \
|
||||||
libvirt-qemu \
|
libvirt-qemu \
|
||||||
|
@ -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 \
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include \
|
||||||
-I$(top_builddir)/gnulib/lib -I$(top_srcdir)/gnulib/lib
|
-I$(top_builddir)/gnulib/lib -I$(top_srcdir)/gnulib/lib
|
||||||
noinst_PROGRAMS = event-test
|
noinst_PROGRAMS = event-test
|
||||||
|
@ -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
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
|
||||||
LDADDS = $(STATIC_BINARIES) $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la \
|
LDADDS = $(STATIC_BINARIES) $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la \
|
||||||
|
@ -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
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
|
||||||
LDADDS = $(STATIC_BINARIES) $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la \
|
LDADDS = $(STATIC_BINARIES) $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la \
|
||||||
|
@ -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
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
|
||||||
noinst_PROGRAMS = hellolibvirt
|
noinst_PROGRAMS = hellolibvirt
|
||||||
hellolibvirt_CFLAGS = $(WARN_CFLAGS)
|
hellolibvirt_CFLAGS = $(WARN_CFLAGS)
|
||||||
|
@ -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
|
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
|
||||||
noinst_PROGRAMS = openauth
|
noinst_PROGRAMS = openauth
|
||||||
openauth_CFLAGS = $(WARN_CFLAGS)
|
openauth_CFLAGS = $(WARN_CFLAGS)
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
EXTRA_DIST= \
|
EXTRA_DIST= \
|
||||||
README \
|
README \
|
||||||
dominfo.py domrestore.py domsave.py domstart.py esxlist.py
|
dominfo.py domrestore.py domsave.py domstart.py esxlist.py
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
EXTRA_DIST = client.stp
|
EXTRA_DIST = client.stp
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
FILTERS = \
|
FILTERS = \
|
||||||
allow-arp.xml \
|
allow-arp.xml \
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
SUBDIRS=libvirt
|
SUBDIRS=libvirt
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
virincdir = $(includedir)/libvirt
|
virincdir = $(includedir)/libvirt
|
||||||
|
|
||||||
virinc_HEADERS = libvirt.h \
|
virinc_HEADERS = libvirt.h \
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
# Makefile for libvirt python library
|
# Makefile for libvirt python library
|
||||||
|
|
||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
SUBDIRS= . tests
|
SUBDIRS= . tests
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
|
@ -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
|
EXAMPLE_DIR = $(datadir)/doc/libvirt-python-$(LIBVIRT_VERSION)/examples
|
||||||
|
|
||||||
PYTESTS= \
|
PYTESTS= \
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
# No libraries with the exception of LIBXML should be listed
|
# No libraries with the exception of LIBXML should be listed
|
||||||
# here. List them against the individual XXX_la_CFLAGS targets
|
# here. List them against the individual XXX_la_CFLAGS targets
|
||||||
# that actually use them
|
# that actually use them
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
SHELL = $(PREFERABLY_POSIX_SHELL)
|
SHELL = $(PREFERABLY_POSIX_SHELL)
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
## Copyright (C) 2005-2011 Red Hat, Inc.
|
||||||
|
## See COPYING.LIB for the License of this software
|
||||||
|
|
||||||
POD2MAN = pod2man -c "Virtualization Support" -r "$(PACKAGE)-$(VERSION)"
|
POD2MAN = pod2man -c "Virtualization Support" -r "$(PACKAGE)-$(VERSION)"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user