diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-01-18 22:05:02 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-18 22:05:02 +0000 |
commit | 08840bab44c38d0c69b5780c57b2bf370c96d58c (patch) | |
tree | a09d90f385c268782bb79755e9e9f6e7c6b6d3cb /tools | |
parent | d8a1389df35ddd5b6d9af86dc27c1978ea07348f (diff) | |
download | libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.gz libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.tar.xz libguestfs-08840bab44c38d0c69b5780c57b2bf370c96d58c.zip |
Tempus fugit.
Update all copyright dates to 2012.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 | ||||
-rwxr-xr-x | tools/test-virt-make-fs.sh | 2 | ||||
-rwxr-xr-x | tools/virt-list-filesystems | 2 | ||||
-rwxr-xr-x | tools/virt-list-partitions | 2 | ||||
-rwxr-xr-x | tools/virt-make-fs | 4 | ||||
-rwxr-xr-x | tools/virt-tar | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 2ecd0eee..c025606f 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-* tools -# Copyright (C) 2009-2011 Red Hat Inc. +# Copyright (C) 2009-2012 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/test-virt-make-fs.sh b/tools/test-virt-make-fs.sh index 072269c5..5a318069 100755 --- a/tools/test-virt-make-fs.sh +++ b/tools/test-virt-make-fs.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2010-2011 Red Hat Inc. +# Copyright (C) 2010-2012 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/virt-list-filesystems b/tools/virt-list-filesystems index 7ce2e931..cb83a70e 100755 --- a/tools/virt-list-filesystems +++ b/tools/virt-list-filesystems @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # virt-list-filesystems -# Copyright (C) 2009-2010 Red Hat Inc. +# Copyright (C) 2009-2012 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tools/virt-list-partitions b/tools/virt-list-partitions index a17649d0..693dac56 100755 --- a/tools/virt-list-partitions +++ b/tools/virt-list-partitions @@ -282,7 +282,7 @@ Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT -Copyright (C) 2009-2010 Red Hat Inc. +Copyright (C) 2009-2012 Red Hat Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tools/virt-make-fs b/tools/virt-make-fs index 3afbb438..f941a820 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # virt-make-fs -# Copyright (C) 2010-2011 Red Hat Inc. +# Copyright (C) 2010-2012 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -588,7 +588,7 @@ Richard W.M. Jones L<http://people.redhat.com/~rjones/> =head1 COPYRIGHT -Copyright (C) 2010-2011 Red Hat Inc. +Copyright (C) 2010-2012 Red Hat Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/tools/virt-tar b/tools/virt-tar index 844ca1ae..777dbbdd 100755 --- a/tools/virt-tar +++ b/tools/virt-tar @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # virt-tar -# Copyright (C) 2009-2010 Red Hat Inc. +# Copyright (C) 2009-2012 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |