The only non-trivial file (>15 lines, and not a simple listing
of other file names) that remains without a copyright notice
is the README.
* Build.PL: Add copyright.
* docs/intro.pod: Likewise.
* lib/Sys/Virt/TCK.pm: Likewise.
* lib/Sys/Virt/TCK/Capabilities.pm: Likewise.
* lib/Sys/Virt/TCK/DomainBuilder.pm: Likewise.
* lib/Sys/Virt/TCK/NetworkBuilder.pm: Likewise.
* lib/Sys/Virt/TCK/StoragePoolBuilder.pm: Likewise.
* lib/Sys/Virt/TCK/StorageVolBuilder.pm: Likewise.
* lib/Sys/Virt/TCK/TAP/XMLFormatter.pm: Likewise.
* lib/Sys/Virt/TCK/TAP/XMLFormatterSession.pm: Likewise.
* t/050-capabilities.t: Likewise.
* t/070-domain-builder.t: Likewise.
* t/080-network-builder.t: Likewise.
* t/090-storage-pool-builder.t: Likewise.
* t/100-storage-vol-builder.t: Likewise.
---
Build.PL | 12 ++++++++++++
autobuild.sh | 12 ++++++++++++
docs/intro.pod | 17 +++++++++++++++--
lib/Sys/Virt/TCK.pm | 12 ++++++++++++
lib/Sys/Virt/TCK/Capabilities.pm | 13 +++++++++++++
lib/Sys/Virt/TCK/DomainBuilder.pm | 13 +++++++++++++
lib/Sys/Virt/TCK/NetworkBuilder.pm | 13 +++++++++++++
lib/Sys/Virt/TCK/StoragePoolBuilder.pm | 13 +++++++++++++
lib/Sys/Virt/TCK/StorageVolBuilder.pm | 13 +++++++++++++
lib/Sys/Virt/TCK/TAP/XMLFormatter.pm | 13 +++++++++++++
lib/Sys/Virt/TCK/TAP/XMLFormatterSession.pm | 13 +++++++++++++
t/050-capabilities.t | 12 ++++++++++++
t/070-domain-builder.t | 12 ++++++++++++
t/080-network-builder.t | 12 ++++++++++++
t/090-storage-pool-builder.t | 12 ++++++++++++
t/100-storage-vol-builder.t | 12 ++++++++++++
16 files changed, 202 insertions(+), 2 deletions(-)
diff --git a/Build.PL b/Build.PL
index c85a072..ce30f36 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,4 +1,16 @@
#!/usr/bin/perl
+#
+# Copyright (C) 2009 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
use Module::Build;
diff --git a/autobuild.sh b/autobuild.sh
index 8d1ad53..f195602 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -2,6 +2,18 @@
#
# This script is used to Test::AutoBuild (
http://www.autobuild.org)
# to perform automated builds of the Sys-Virt module
+#
+# Copyright (C) 2009 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
NAME=Sys-Virt-TCK
diff --git a/docs/intro.pod b/docs/intro.pod
index 592e145..5943f3b 100644
--- a/docs/intro.pod
+++ b/docs/intro.pod
@@ -1,3 +1,16 @@
+#
+# Copyright (C) 2009 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
+
=pod
=head1 libvirt TCK: Technology Compatability Kit
@@ -166,7 +179,7 @@ the libvirt TCK, there is a small program
Given no arguments, this will connect using the default hypervisor
URI and a previously obtained kernel+initrd and run all the tests
currently available for the libvirt TCK, and report on failures.
-It comes witha number of options to alter the output format or
+It comes with a number of options to alter the output format or
choose different configurations. 'man 1 libvirt-tck' will produce
details
@@ -309,7 +322,7 @@ up some pre-requisite pieces. Specifically it would
=item *
-Build an bootable ISO image using the kernel+initrd
+Build a bootable ISO image using the kernel+initrd
=item *
diff --git a/lib/Sys/Virt/TCK.pm b/lib/Sys/Virt/TCK.pm
index d32b03d..ea2b1d2 100644
--- a/lib/Sys/Virt/TCK.pm
+++ b/lib/Sys/Virt/TCK.pm
@@ -1,3 +1,15 @@
+#
+# Copyright (C) 2009-2010 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
package Sys::Virt::TCK;
diff --git a/lib/Sys/Virt/TCK/Capabilities.pm b/lib/Sys/Virt/TCK/Capabilities.pm
index b15e195..8b79db4 100644
--- a/lib/Sys/Virt/TCK/Capabilities.pm
+++ b/lib/Sys/Virt/TCK/Capabilities.pm
@@ -1,3 +1,16 @@
+#
+# Copyright (C) 2009 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
+
package Sys::Virt::TCK::Capabilities;
use strict;
diff --git a/lib/Sys/Virt/TCK/DomainBuilder.pm b/lib/Sys/Virt/TCK/DomainBuilder.pm
index 199884b..3bf5976 100644
--- a/lib/Sys/Virt/TCK/DomainBuilder.pm
+++ b/lib/Sys/Virt/TCK/DomainBuilder.pm
@@ -1,3 +1,16 @@
+#
+# Copyright (C) 2009-2010 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
+
package Sys::Virt::TCK::DomainBuilder;
use strict;
diff --git a/lib/Sys/Virt/TCK/NetworkBuilder.pm b/lib/Sys/Virt/TCK/NetworkBuilder.pm
index e62b3e2..00b75d2 100644
--- a/lib/Sys/Virt/TCK/NetworkBuilder.pm
+++ b/lib/Sys/Virt/TCK/NetworkBuilder.pm
@@ -1,3 +1,16 @@
+#
+# Copyright (C) 2009, 2010 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
+
package Sys::Virt::TCK::NetworkBuilder;
use strict;
diff --git a/lib/Sys/Virt/TCK/StoragePoolBuilder.pm
b/lib/Sys/Virt/TCK/StoragePoolBuilder.pm
index c9ef2dd..c33f43b 100644
--- a/lib/Sys/Virt/TCK/StoragePoolBuilder.pm
+++ b/lib/Sys/Virt/TCK/StoragePoolBuilder.pm
@@ -1,3 +1,16 @@
+#
+# Copyright (C) 2009, 2010 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
+
package Sys::Virt::TCK::StoragePoolBuilder;
use strict;
diff --git a/lib/Sys/Virt/TCK/StorageVolBuilder.pm
b/lib/Sys/Virt/TCK/StorageVolBuilder.pm
index 940d70e..00680ed 100644
--- a/lib/Sys/Virt/TCK/StorageVolBuilder.pm
+++ b/lib/Sys/Virt/TCK/StorageVolBuilder.pm
@@ -1,3 +1,16 @@
+#
+# Copyright (C) 2009, 2010 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
+
package Sys::Virt::TCK::StorageVolBuilder;
use strict;
diff --git a/lib/Sys/Virt/TCK/TAP/XMLFormatter.pm b/lib/Sys/Virt/TCK/TAP/XMLFormatter.pm
index e601744..b4514fd 100644
--- a/lib/Sys/Virt/TCK/TAP/XMLFormatter.pm
+++ b/lib/Sys/Virt/TCK/TAP/XMLFormatter.pm
@@ -1,3 +1,16 @@
+#
+# Copyright (C) 2009 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
+
package Sys::Virt::TCK::TAP::XMLFormatter;
use strict;
diff --git a/lib/Sys/Virt/TCK/TAP/XMLFormatterSession.pm
b/lib/Sys/Virt/TCK/TAP/XMLFormatterSession.pm
index b403140..ca2a298 100644
--- a/lib/Sys/Virt/TCK/TAP/XMLFormatterSession.pm
+++ b/lib/Sys/Virt/TCK/TAP/XMLFormatterSession.pm
@@ -1,3 +1,16 @@
+#
+# Copyright (C) 2009 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
+
package Sys::Virt::TCK::TAP::XMLFormatterSession;
use strict;
diff --git a/t/050-capabilities.t b/t/050-capabilities.t
index 9f65ef7..691b9d5 100644
--- a/t/050-capabilities.t
+++ b/t/050-capabilities.t
@@ -1,4 +1,16 @@
# -*- perl -*-
+#
+# Copyright (C) 2009 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
use Test::More tests => 77;
diff --git a/t/070-domain-builder.t b/t/070-domain-builder.t
index ff0eb78..c460448 100644
--- a/t/070-domain-builder.t
+++ b/t/070-domain-builder.t
@@ -1,4 +1,16 @@
# -*- perl -*-
+#
+# Copyright (C) 2009, 2010 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
use Test::More tests => 2;
diff --git a/t/080-network-builder.t b/t/080-network-builder.t
index 4804e32..ec2b70c 100644
--- a/t/080-network-builder.t
+++ b/t/080-network-builder.t
@@ -1,4 +1,16 @@
# -*- perl -*-
+#
+# Copyright (C) 2009, 2010 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
use Test::More tests => 2;
diff --git a/t/090-storage-pool-builder.t b/t/090-storage-pool-builder.t
index 67e800d..b31204a 100644
--- a/t/090-storage-pool-builder.t
+++ b/t/090-storage-pool-builder.t
@@ -1,4 +1,16 @@
# -*- perl -*-
+#
+# Copyright (C) 2009, 2010 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
use Test::More tests => 8;
use strict;
diff --git a/t/100-storage-vol-builder.t b/t/100-storage-vol-builder.t
index 017301e..d168ecd 100644
--- a/t/100-storage-vol-builder.t
+++ b/t/100-storage-vol-builder.t
@@ -1,4 +1,16 @@
# -*- perl -*-
+#
+# Copyright (C) 2009, 2010 Red Hat, Inc.
+# Copyright (C) 2009 Daniel P. Berrange
+#
+# This program is free software; You can redistribute it and/or modify
+# it under the GNU General Public License as published by the Free
+# Software Foundation; either version 2, or (at your option) any
+# later version
+#
+# The file "LICENSE" distributed along with this file provides full
+# details of the terms and conditions
+#
use Test::More tests => 2;
--
1.6.6.1