diff --git a/Makefile.am b/Makefile.am index 070cc868c..0e9ab74d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/README b/README index d63fe51e9..67883cbc2 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ To find out how to build libguestfs from source, read: http://libguestfs.org/guestfs-building.1.html man docs/guestfs-building.1 -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. The library is distributed under the LGPLv2+. The programs are distributed under the GPLv2+. Please see the files COPYING and diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 08a7f4cc9..05b9d42e9 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/appliance/libguestfs-make-fixed-appliance.pod b/appliance/libguestfs-make-fixed-appliance.pod index db1eb569f..4c244fd29 100644 --- a/appliance/libguestfs-make-fixed-appliance.pod +++ b/appliance/libguestfs-make-fixed-appliance.pod @@ -151,4 +151,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 3b7bde9e6..d0a84afde 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -1,6 +1,6 @@ #!/bin/bash - # @configure_input@ -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/bash/Makefile.am b/bash/Makefile.am index 65505ef05..94a2d4821 100644 --- a/bash/Makefile.am +++ b/bash/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/bash/guestfish b/bash/guestfish index dd0984a4d..d48be5933 100644 --- a/bash/guestfish +++ b/bash/guestfish @@ -1,5 +1,5 @@ # guestfish bash completion script -*- shell-script -*- -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/bash/guestmount b/bash/guestmount index 0a21847a2..4d109bf0c 100644 --- a/bash/guestmount +++ b/bash/guestmount @@ -1,5 +1,5 @@ # guestmount bash completion script -*- shell-script -*- -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/bash/virt-alignment-scan b/bash/virt-alignment-scan index 80f6e5134..e6d72d10d 100644 --- a/bash/virt-alignment-scan +++ b/bash/virt-alignment-scan @@ -1,5 +1,5 @@ # virt-tools bash completion script -*- shell-script -*- -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/bash/virt-rescue b/bash/virt-rescue index ca878d2e6..8926649dc 100644 --- a/bash/virt-rescue +++ b/bash/virt-rescue @@ -1,5 +1,5 @@ # virt-rescue bash completion script -*- shell-script -*- -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/bugs-in-changelog.sh b/bugs-in-changelog.sh index fb6b03b2e..3b32e032b 100755 --- a/bugs-in-changelog.sh +++ b/bugs-in-changelog.sh @@ -1,6 +1,6 @@ #!/bin/bash - # bugs-in-changelog.sh -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/build-aux/guestfs-test-driver b/build-aux/guestfs-test-driver index c7bf70240..14c7391c7 100755 --- a/build-aux/guestfs-test-driver +++ b/build-aux/guestfs-test-driver @@ -3,7 +3,7 @@ scriptversion=2013-07-13.22; # UTC -# Copyright (C) 2011-2016 Free Software Foundation, Inc. +# Copyright (C) 2011-2017 Free Software Foundation, 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/builder/Makefile.am b/builder/Makefile.am index b1ccd49f3..2a9f89bcb 100644 --- a/builder/Makefile.am +++ b/builder/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-builder tool -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/builder/builder.ml b/builder/builder.ml index ebbcad368..14b42d7ce 100644 --- a/builder/builder.ml +++ b/builder/builder.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/builder/cache.ml b/builder/cache.ml index b1571425e..19fcd15e2 100644 --- a/builder/cache.ml +++ b/builder/cache.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/builder/cache.mli b/builder/cache.mli index 233439fbb..f27fc235b 100644 --- a/builder/cache.mli +++ b/builder/cache.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/builder/cmdline.ml b/builder/cmdline.ml index ab9ba18ea..47daf9683 100644 --- a/builder/cmdline.ml +++ b/builder/cmdline.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/builder/cmdline.mli b/builder/cmdline.mli index 83d4c132d..72b81fcb1 100644 --- a/builder/cmdline.mli +++ b/builder/cmdline.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/builder/index.ml b/builder/index.ml index 23b9820fc..8c59de651 100644 --- a/builder/index.ml +++ b/builder/index.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/builder/index.mli b/builder/index.mli index 09b277e2e..ff5ec4a35 100644 --- a/builder/index.mli +++ b/builder/index.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/builder/ini_reader.ml b/builder/ini_reader.ml index 5d037a866..0470d173d 100644 --- a/builder/ini_reader.ml +++ b/builder/ini_reader.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/builder/ini_reader.mli b/builder/ini_reader.mli index fad4087c8..95c2f4cec 100644 --- a/builder/ini_reader.mli +++ b/builder/ini_reader.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/builder/languages.ml b/builder/languages.ml index 9dca69790..66f49cb06 100644 --- a/builder/languages.ml +++ b/builder/languages.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/builder/templates/Makefile.am b/builder/templates/Makefile.am index d1b89f972..ae8152e5d 100644 --- a/builder/templates/Makefile.am +++ b/builder/templates/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-builder tool -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/builder/templates/validate.sh b/builder/templates/validate.sh index 958261113..aa3712b1d 100755 --- a/builder/templates/validate.sh +++ b/builder/templates/validate.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs virt-builder validate index -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/builder/utils.ml b/builder/utils.ml index 458edf9a8..26f158d6f 100644 --- a/builder/utils.ml +++ b/builder/utils.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/cat/Makefile.am b/cat/Makefile.am index ab13575c9..8a549b679 100644 --- a/cat/Makefile.am +++ b/cat/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-cat, virt-filesystems, virt-log, virt-ls and virt-tail. -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/cat/log.c b/cat/log.c index f8f5a4bcb..84528bd7c 100644 --- a/cat/log.c +++ b/cat/log.c @@ -1,5 +1,5 @@ /* virt-log - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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 @@ -67,7 +67,7 @@ usage (int status) getprogname ()); else { printf (_("%s: display log files in a virtual machine\n" - "Copyright (C) 2010-2016 Red Hat Inc.\n" + "Copyright (C) 2010-2017 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" diff --git a/cat/test-virt-cat.sh b/cat/test-virt-cat.sh index 14b4a65eb..4d9f2522b 100755 --- a/cat/test-virt-cat.sh +++ b/cat/test-virt-cat.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/cat/test-virt-filesystems.sh b/cat/test-virt-filesystems.sh index 6c300dff6..c375b3580 100755 --- a/cat/test-virt-filesystems.sh +++ b/cat/test-virt-filesystems.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/cat/test-virt-log.sh b/cat/test-virt-log.sh index 4e08115ed..979bd96ce 100755 --- a/cat/test-virt-log.sh +++ b/cat/test-virt-log.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/cat/virt-log.pod b/cat/virt-log.pod index d9a975ef4..474fc4b8a 100644 --- a/cat/virt-log.pod +++ b/cat/virt-log.pod @@ -150,4 +150,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2010-2016 Red Hat Inc. +Copyright (C) 2010-2017 Red Hat Inc. diff --git a/cat/virt-ls.pod b/cat/virt-ls.pod index 495707554..f933c4192 100644 --- a/cat/virt-ls.pod +++ b/cat/virt-ls.pod @@ -531,4 +531,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/cat/visit.c b/cat/visit.c index f29235cf1..5045f9f71 100644 --- a/cat/visit.c +++ b/cat/visit.c @@ -1,5 +1,5 @@ /* virt-ls visitor function - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/cat/visit.h b/cat/visit.h index d8f7871e6..3bf0524ff 100644 --- a/cat/visit.h +++ b/cat/visit.h @@ -1,5 +1,5 @@ /* virt-ls visitor function - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/configure.ac b/configure.ac index df3c032c7..29c467051 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/contrib/autobuild/autobuild.sh b/contrib/autobuild/autobuild.sh index ecf89c332..8e88d5262 100755 --- a/contrib/autobuild/autobuild.sh +++ b/contrib/autobuild/autobuild.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs autobuild script -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/contrib/visualize-alignment/tracetops.ml b/contrib/visualize-alignment/tracetops.ml index 2bd303ad5..4b1806bbe 100755 --- a/contrib/visualize-alignment/tracetops.ml +++ b/contrib/visualize-alignment/tracetops.ml @@ -1,7 +1,7 @@ #!/usr/bin/ocamlrun /usr/bin/ocaml (* Convert *.qtr (qemu block device trace) to Postscript. - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * By Richard W.M. Jones . * * This program is free software; you can redistribute it and/or modify diff --git a/customize/Makefile.am b/customize/Makefile.am index 808f86fd0..959fdaa21 100644 --- a/customize/Makefile.am +++ b/customize/Makefile.am @@ -1,5 +1,5 @@ # virt-customize -# Copyright (C) 2014-2016 Red Hat Inc. +# Copyright (C) 2014-2017 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/customize/firstboot.ml b/customize/firstboot.ml index 34e58a037..4e512602c 100644 --- a/customize/firstboot.ml +++ b/customize/firstboot.ml @@ -1,5 +1,5 @@ (* virt-customize - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/customize/firstboot.mli b/customize/firstboot.mli index c62d0c6b6..ea57f6f76 100644 --- a/customize/firstboot.mli +++ b/customize/firstboot.mli @@ -1,5 +1,5 @@ (* virt-customize - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/customize/hostname.ml b/customize/hostname.ml index 073604d6d..23c149402 100644 --- a/customize/hostname.ml +++ b/customize/hostname.ml @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/customize/hostname.mli b/customize/hostname.mli index 5fde03ecb..403bfeb01 100644 --- a/customize/hostname.mli +++ b/customize/hostname.mli @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/customize/password.ml b/customize/password.ml index fbd42a82b..92cb4e495 100644 --- a/customize/password.ml +++ b/customize/password.ml @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/customize/password.mli b/customize/password.mli index 5fd27d211..e563032f7 100644 --- a/customize/password.mli +++ b/customize/password.mli @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/customize/random_seed.ml b/customize/random_seed.ml index 1633aed97..fd0d7ed22 100644 --- a/customize/random_seed.ml +++ b/customize/random_seed.ml @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/customize/random_seed.mli b/customize/random_seed.mli index 171217f1e..2cfe623d2 100644 --- a/customize/random_seed.mli +++ b/customize/random_seed.mli @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/customize/virt-customize.pod b/customize/virt-customize.pod index a0ca9c98c..1a5ab018f 100644 --- a/customize/virt-customize.pod +++ b/customize/virt-customize.pod @@ -306,4 +306,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2011-2016 Red Hat Inc. +Copyright (C) 2011-2017 Red Hat Inc. diff --git a/daemon/checksum.c b/daemon/checksum.c index 304594868..da47a0931 100644 --- a/daemon/checksum.c +++ b/daemon/checksum.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/cpmv.c b/daemon/cpmv.c index 390b09fcd..841ac95ce 100644 --- a/daemon/cpmv.c +++ b/daemon/cpmv.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/daemon.h b/daemon/daemon.h index 2379e3177..3af5c0eb1 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/debug.c b/daemon/debug.c index c646be754..06f072917 100644 --- a/daemon/debug.c +++ b/daemon/debug.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/devsparts.c b/daemon/devsparts.c index c750c6449..5862ae242 100644 --- a/daemon/devsparts.c +++ b/daemon/devsparts.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/du.c b/daemon/du.c index 1f3178306..5bb764075 100644 --- a/daemon/du.c +++ b/daemon/du.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/ext2.c b/daemon/ext2.c index e556095d9..d694b236e 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/file.c b/daemon/file.c index 1ef78e402..84874dc6f 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/find.c b/daemon/find.c index 604d3bfb9..3a0cf5d73 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/format.c b/daemon/format.c index 824649f80..868c017af 100644 --- a/daemon/format.c +++ b/daemon/format.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/daemon/grub.c b/daemon/grub.c index 06324b359..9bcf373bb 100644 --- a/daemon/grub.c +++ b/daemon/grub.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/guestfsd.c b/daemon/guestfsd.c index 85ce5d2ad..57e388606 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/guestfsd.pod b/daemon/guestfsd.pod index 287243049..2ff591548 100644 --- a/daemon/guestfsd.pod +++ b/daemon/guestfsd.pod @@ -151,4 +151,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/daemon/inotify.c b/daemon/inotify.c index 74c895b1d..43608664f 100644 --- a/daemon/inotify.c +++ b/daemon/inotify.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/is.c b/daemon/is.c index 6b5c9a2ee..4d5e911c2 100644 --- a/daemon/is.c +++ b/daemon/is.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/daemon/lvm.c b/daemon/lvm.c index 8ea646318..a270b1305 100644 --- a/daemon/lvm.c +++ b/daemon/lvm.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/mkfs.c b/daemon/mkfs.c index f7509bfcb..a376a1780 100644 --- a/daemon/mkfs.c +++ b/daemon/mkfs.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/ntfs.c b/daemon/ntfs.c index e191a197c..3b759fef9 100644 --- a/daemon/ntfs.c +++ b/daemon/ntfs.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/ntfsclone.c b/daemon/ntfsclone.c index ac061e6ce..dc3ac278d 100644 --- a/daemon/ntfsclone.c +++ b/daemon/ntfsclone.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/parted.c b/daemon/parted.c index 68ca1b609..124d1e984 100644 --- a/daemon/parted.c +++ b/daemon/parted.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/proto.c b/daemon/proto.c index 696aa2f09..14f7efe94 100644 --- a/daemon/proto.c +++ b/daemon/proto.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/realpath.c b/daemon/realpath.c index 8f28a125d..24ab133e2 100644 --- a/daemon/realpath.c +++ b/daemon/realpath.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/sync.c b/daemon/sync.c index 632995c58..581fa0f01 100644 --- a/daemon/sync.c +++ b/daemon/sync.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/tar.c b/daemon/tar.c index c5d9524de..ea8b34297 100644 --- a/daemon/tar.c +++ b/daemon/tar.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/upload.c b/daemon/upload.c index 8b4f60003..655baf29d 100644 --- a/daemon/upload.c +++ b/daemon/upload.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/xattr.c b/daemon/xattr.c index 7de555475..feb961ecd 100644 --- a/daemon/xattr.c +++ b/daemon/xattr.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/daemon/zero.c b/daemon/zero.c index 1b2ddf75a..5166807b5 100644 --- a/daemon/zero.c +++ b/daemon/zero.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/df/domains.h b/df/domains.h index abbbf0794..2829e0c90 100644 --- a/df/domains.h +++ b/df/domains.h @@ -1,5 +1,5 @@ /* virt-df & virt-alignment-scan domains code. - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/df/test-virt-df.sh b/df/test-virt-df.sh index cd068e929..eaa4ff362 100755 --- a/df/test-virt-df.sh +++ b/df/test-virt-df.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/df/virt-df.h b/df/virt-df.h index a93a5a6b0..dc1cc1d47 100644 --- a/df/virt-df.h +++ b/df/virt-df.h @@ -1,5 +1,5 @@ /* virt-df - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/df/virt-df.pod b/df/virt-df.pod index 57f9fd08b..9e7744bad 100644 --- a/df/virt-df.pod +++ b/df/virt-df.pod @@ -267,4 +267,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/diff/diff.c b/diff/diff.c index 2087857c9..724c7d7e3 100644 --- a/diff/diff.c +++ b/diff/diff.c @@ -97,7 +97,7 @@ usage (int status) getprogname ()); else { printf (_("%s: list differences between virtual machines\n" - "Copyright (C) 2010-2016 Red Hat Inc.\n" + "Copyright (C) 2010-2017 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" diff --git a/diff/virt-diff.pod b/diff/virt-diff.pod index 83f6e3677..133e14276 100644 --- a/diff/virt-diff.pod +++ b/diff/virt-diff.pod @@ -261,4 +261,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/docs/Makefile.am b/docs/Makefile.am index b67735b24..ca28ef94c 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,5 +1,5 @@ # libguestfs documentation -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/docs/guestfs-building.pod b/docs/guestfs-building.pod index efaaf3346..b9f0fa5bd 100644 --- a/docs/guestfs-building.pod +++ b/docs/guestfs-building.pod @@ -839,4 +839,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/docs/guestfs-faq.pod b/docs/guestfs-faq.pod index 67264b250..bab93ffcd 100644 --- a/docs/guestfs-faq.pod +++ b/docs/guestfs-faq.pod @@ -1420,4 +1420,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2012-2016 Red Hat Inc. +Copyright (C) 2012-2017 Red Hat Inc. diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index 54a862cd9..a963264f5 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -1016,4 +1016,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/docs/guestfs-internals.pod b/docs/guestfs-internals.pod index ab4f09b82..32d1266f0 100644 --- a/docs/guestfs-internals.pod +++ b/docs/guestfs-internals.pod @@ -412,4 +412,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/docs/guestfs-performance.pod b/docs/guestfs-performance.pod index d0ac4e2cf..cba9ce53c 100644 --- a/docs/guestfs-performance.pod +++ b/docs/guestfs-performance.pod @@ -635,4 +635,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2012-2016 Red Hat Inc. +Copyright (C) 2012-2017 Red Hat Inc. diff --git a/docs/guestfs-recipes.pod b/docs/guestfs-recipes.pod index 73f9a25f8..0e6f6a95e 100644 --- a/docs/guestfs-recipes.pod +++ b/docs/guestfs-recipes.pod @@ -737,4 +737,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/docs/guestfs-release-notes.pod b/docs/guestfs-release-notes.pod index 161b5d78b..57372767b 100644 --- a/docs/guestfs-release-notes.pod +++ b/docs/guestfs-release-notes.pod @@ -5539,4 +5539,4 @@ Richard W.M. Jones =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/docs/guestfs-security.pod b/docs/guestfs-security.pod index b925ed9a0..5745ce897 100644 --- a/docs/guestfs-security.pod +++ b/docs/guestfs-security.pod @@ -365,4 +365,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/docs/make-internal-documentation.pl b/docs/make-internal-documentation.pl index b5e5a2c23..0ab4de93e 100755 --- a/docs/make-internal-documentation.pl +++ b/docs/make-internal-documentation.pl @@ -308,4 +308,4 @@ Richard W.M. Jones. =head1 COPYRIGHT -Copyright (C) 2012-2016 Red Hat Inc. +Copyright (C) 2012-2017 Red Hat Inc. diff --git a/edit/Makefile.am b/edit/Makefile.am index cac9e6a4e..40a1afb38 100644 --- a/edit/Makefile.am +++ b/edit/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-edit -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/edit/edit.c b/edit/edit.c index 06f7f2878..1e1781d90 100644 --- a/edit/edit.c +++ b/edit/edit.c @@ -1,5 +1,5 @@ /* virt-edit - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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 @@ -67,7 +67,7 @@ usage (int status) getprogname ()); else { printf (_("%s: Edit a file in a virtual machine\n" - "Copyright (C) 2009-2016 Red Hat Inc.\n" + "Copyright (C) 2009-2017 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" diff --git a/edit/test-virt-edit.sh b/edit/test-virt-edit.sh index e84838136..bcf68470d 100755 --- a/edit/test-virt-edit.sh +++ b/edit/test-virt-edit.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/edit/virt-edit.pod b/edit/virt-edit.pod index bc0199ac2..da3d65665 100644 --- a/edit/virt-edit.pod +++ b/edit/virt-edit.pod @@ -397,4 +397,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/erlang/main.c b/erlang/main.c index f82823697..54df4822f 100644 --- a/erlang/main.c +++ b/erlang/main.c @@ -1,5 +1,5 @@ /* libguestfs Erlang bindings. - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/erlang/run-bindtests b/erlang/run-bindtests index 6c0529db3..4adb8a916 100755 --- a/erlang/run-bindtests +++ b/erlang/run-bindtests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Erlang bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/erlang/tests/010-load.erl b/erlang/tests/010-load.erl index d15780d7d..0a687f109 100755 --- a/erlang/tests/010-load.erl +++ b/erlang/tests/010-load.erl @@ -2,7 +2,7 @@ %! -smp enable -sname test debug verbose % libguestfs Erlang tests -*- erlang -*- -% Copyright (C) 2009-2016 Red Hat Inc. +% Copyright (C) 2009-2017 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/erlang/tests/030-config.erl b/erlang/tests/030-config.erl index 74aa6deec..5b696fe38 100755 --- a/erlang/tests/030-config.erl +++ b/erlang/tests/030-config.erl @@ -2,7 +2,7 @@ %! -smp enable -sname test debug verbose % libguestfs Erlang tests -*- erlang -*- -% Copyright (C) 2009-2016 Red Hat Inc. +% Copyright (C) 2009-2017 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/erlang/tests/050-lvcreate.erl b/erlang/tests/050-lvcreate.erl index ae9b7fa81..f92ff29fd 100755 --- a/erlang/tests/050-lvcreate.erl +++ b/erlang/tests/050-lvcreate.erl @@ -2,7 +2,7 @@ %! -smp enable -sname test debug verbose % libguestfs Erlang tests -*- erlang -*- -% Copyright (C) 2009-2016 Red Hat Inc. +% Copyright (C) 2009-2017 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/erlang/tests/060-readdir.erl b/erlang/tests/060-readdir.erl index 0c61f0196..b73b5ab1c 100755 --- a/erlang/tests/060-readdir.erl +++ b/erlang/tests/060-readdir.erl @@ -2,7 +2,7 @@ %! -smp enable -sname test debug verbose % libguestfs Erlang tests -*- erlang -*- -% Copyright (C) 2009-2016 Red Hat Inc. +% Copyright (C) 2009-2017 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/erlang/tests/070-optargs.erl b/erlang/tests/070-optargs.erl index b186c86df..35b5c230d 100755 --- a/erlang/tests/070-optargs.erl +++ b/erlang/tests/070-optargs.erl @@ -2,7 +2,7 @@ %! -smp enable -sname test debug verbose % libguestfs Erlang tests -*- erlang -*- -% Copyright (C) 2009-2016 Red Hat Inc. +% Copyright (C) 2009-2017 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/examples/Makefile.am b/examples/Makefile.am index 0abc03944..1c69f24d7 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ # libguestfs C examples -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/examples/guestfs-examples.pod b/examples/guestfs-examples.pod index 27092ed2f..59369ce61 100644 --- a/examples/guestfs-examples.pod +++ b/examples/guestfs-examples.pod @@ -72,4 +72,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2010-2016 Red Hat Inc. +Copyright (C) 2010-2017 Red Hat Inc. diff --git a/fish/Makefile.am b/fish/Makefile.am index 3bf68a028..8165772e5 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/fish/alloc.c b/fish/alloc.c index 7935ccd16..7c40219c9 100644 --- a/fish/alloc.c +++ b/fish/alloc.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/copy.c b/fish/copy.c index 7472e6f2c..07372a6ef 100644 --- a/fish/copy.c +++ b/fish/copy.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/destpaths.c b/fish/destpaths.c index 622c8d7d9..135d956e4 100644 --- a/fish/destpaths.c +++ b/fish/destpaths.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/display-options.c b/fish/display-options.c index 18f7700f4..c411f4f3d 100644 --- a/fish/display-options.c +++ b/fish/display-options.c @@ -1,5 +1,5 @@ /* libguestfs - implement --short-options and --long-options - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/display-options.h b/fish/display-options.h index f295d6d97..730d04801 100644 --- a/fish/display-options.h +++ b/fish/display-options.h @@ -1,5 +1,5 @@ /* libguestfs - implement --short-options and --long-options - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/display.c b/fish/display.c index bff2ef0f5..b0a4cfc9c 100644 --- a/fish/display.c +++ b/fish/display.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/fish/echo.c b/fish/echo.c index bcf6e7132..67bc30b2f 100644 --- a/fish/echo.c +++ b/fish/echo.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/edit.c b/fish/edit.c index 04cfda11e..986f5f082 100644 --- a/fish/edit.c +++ b/fish/edit.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/events.c b/fish/events.c index f69d987dc..459445c3e 100644 --- a/fish/events.c +++ b/fish/events.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/fish/file-edit.c b/fish/file-edit.c index e875b5bd2..e3bd7fe98 100644 --- a/fish/file-edit.c +++ b/fish/file-edit.c @@ -1,5 +1,5 @@ /* libguestfs - shared file editing - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/file-edit.h b/fish/file-edit.h index a99229b6a..3d3c1002c 100644 --- a/fish/file-edit.h +++ b/fish/file-edit.h @@ -1,5 +1,5 @@ /* libguestfs - shared file editing - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/fish.c b/fish/fish.c index 1f6f043be..f9271cf7e 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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 @@ -115,7 +115,7 @@ usage (int status) else { printf (_("%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" - "Copyright (C) 2009-2016 Red Hat Inc.\n" + "Copyright (C) 2009-2017 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" diff --git a/fish/glob.c b/fish/glob.c index 8bcd45f69..8ed37485f 100644 --- a/fish/glob.c +++ b/fish/glob.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/guestfish.pod b/fish/guestfish.pod index b08f1729c..3b71c3a21 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -1640,4 +1640,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/fish/help.c b/fish/help.c index 809ce70fd..84820ee05 100644 --- a/fish/help.c +++ b/fish/help.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/hexedit.c b/fish/hexedit.c index b0bed71ea..754c6f285 100644 --- a/fish/hexedit.c +++ b/fish/hexedit.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/lcd.c b/fish/lcd.c index d0dcdddb3..f17972ebb 100644 --- a/fish/lcd.c +++ b/fish/lcd.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/libguestfs-tools.conf.pod b/fish/libguestfs-tools.conf.pod index 18872d8af..a5e7d64e1 100644 --- a/fish/libguestfs-tools.conf.pod +++ b/fish/libguestfs-tools.conf.pod @@ -99,4 +99,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2011-2016 Red Hat Inc. +Copyright (C) 2011-2017 Red Hat Inc. diff --git a/fish/man.c b/fish/man.c index f3e9f4e97..a1983ec25 100644 --- a/fish/man.c +++ b/fish/man.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/more.c b/fish/more.c index 99116cddc..79525f070 100644 --- a/fish/more.c +++ b/fish/more.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/prep-boot.c b/fish/prep-boot.c index 7a6150ed0..4d8125ab7 100644 --- a/fish/prep-boot.c +++ b/fish/prep-boot.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/prep-disk.c b/fish/prep-disk.c index 246b9f1f4..cdd7da834 100644 --- a/fish/prep-disk.c +++ b/fish/prep-disk.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/prep-fs.c b/fish/prep-fs.c index 6670aa66c..aaa0ce7f8 100644 --- a/fish/prep-fs.c +++ b/fish/prep-fs.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/prep-lv.c b/fish/prep-lv.c index 93de9aeec..d0c6b1a2d 100644 --- a/fish/prep-lv.c +++ b/fish/prep-lv.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/prep-part.c b/fish/prep-part.c index 83363f5e6..6e7cad37b 100644 --- a/fish/prep-part.c +++ b/fish/prep-part.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/prep.c b/fish/prep.c index e45278dec..f25d05281 100644 --- a/fish/prep.c +++ b/fish/prep.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/rc.c b/fish/rc.c index 901ceb44a..9c6dec82e 100644 --- a/fish/rc.c +++ b/fish/rc.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/reopen.c b/fish/reopen.c index 18f4de532..9098a9c31 100644 --- a/fish/reopen.c +++ b/fish/reopen.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/setenv.c b/fish/setenv.c index 14e545470..884072ff3 100644 --- a/fish/setenv.c +++ b/fish/setenv.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/fish/supported.c b/fish/supported.c index 26b9a786e..e42df7812 100644 --- a/fish/supported.c +++ b/fish/supported.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/fish/test-mount-local.sh b/fish/test-mount-local.sh index dee68adf4..0ab0ce1cf 100755 --- a/fish/test-mount-local.sh +++ b/fish/test-mount-local.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2012-2016 Red Hat Inc. +# Copyright (C) 2012-2017 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/fish/tilde.c b/fish/tilde.c index 0453832d3..8eb66ca1e 100644 --- a/fish/tilde.c +++ b/fish/tilde.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/time.c b/fish/time.c index 637f284b1..7f27d1ac8 100644 --- a/fish/time.c +++ b/fish/time.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/windows.c b/fish/windows.c index 3a37be93f..1fd94e0e6 100644 --- a/fish/windows.c +++ b/fish/windows.c @@ -1,5 +1,5 @@ /* libguestfs - shared Windows path for tools - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fish/windows.h b/fish/windows.h index 9ffa80264..de2ce72d3 100644 --- a/fish/windows.h +++ b/fish/windows.h @@ -1,5 +1,5 @@ /* libguestfs - shared Windows path for tools - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/fuse/Makefile.am b/fuse/Makefile.am index 9db02153d..f46005a6b 100644 --- a/fuse/Makefile.am +++ b/fuse/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/fuse/guestmount.c b/fuse/guestmount.c index c5ca3b6ed..27bda06db 100644 --- a/fuse/guestmount.c +++ b/fuse/guestmount.c @@ -1,5 +1,5 @@ /* guestmount - mount guests using libguestfs and FUSE - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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 @@ -103,7 +103,7 @@ usage (int status) else { printf (_("%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" - "Copyright (C) 2009-2016 Red Hat Inc.\n" + "Copyright (C) 2009-2017 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index b75b971be..f8e400db6 100644 --- a/fuse/guestmount.pod +++ b/fuse/guestmount.pod @@ -440,4 +440,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/fuse/test-fuse.c b/fuse/test-fuse.c index 35d75d5ae..546c08a0b 100644 --- a/fuse/test-fuse.c +++ b/fuse/test-fuse.c @@ -1,5 +1,5 @@ /* Test FUSE. - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/Makefile.am b/generator/Makefile.am index 0c2ae33d3..c01d0fb66 100644 --- a/generator/Makefile.am +++ b/generator/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/generator/actions.ml b/generator/actions.ml index fb896f581..fc3bdeab9 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/actions.mli b/generator/actions.mli index 55bc36e98..a81278951 100644 --- a/generator/actions.mli +++ b/generator/actions.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/bindtests.ml b/generator/bindtests.ml index ffb3ee726..22d0c3772 100644 --- a/generator/bindtests.ml +++ b/generator/bindtests.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/bindtests.mli b/generator/bindtests.mli index 255490a70..e0c469984 100644 --- a/generator/bindtests.mli +++ b/generator/bindtests.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/c.ml b/generator/c.ml index 79d381165..eba722257 100644 --- a/generator/c.ml +++ b/generator/c.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/c.mli b/generator/c.mli index 8c4e86c5d..0884a8dfe 100644 --- a/generator/c.mli +++ b/generator/c.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/checks.ml b/generator/checks.ml index b7b409dd8..4dfd207b1 100644 --- a/generator/checks.ml +++ b/generator/checks.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/checks.mli b/generator/checks.mli index f2e3b1281..550fc22f3 100644 --- a/generator/checks.mli +++ b/generator/checks.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/csharp.ml b/generator/csharp.ml index 9dcdc7770..720cae768 100644 --- a/generator/csharp.ml +++ b/generator/csharp.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/csharp.mli b/generator/csharp.mli index 01c60bb23..8dde8a0f7 100644 --- a/generator/csharp.mli +++ b/generator/csharp.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/customize.mli b/generator/customize.mli index 267e0cc13..5350221b4 100644 --- a/generator/customize.mli +++ b/generator/customize.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/daemon.ml b/generator/daemon.ml index f05d5b717..ea7281b1c 100644 --- a/generator/daemon.ml +++ b/generator/daemon.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/daemon.mli b/generator/daemon.mli index d60d0e6b2..b7966c957 100644 --- a/generator/daemon.mli +++ b/generator/daemon.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/docstrings.ml b/generator/docstrings.ml index 845ec6321..acfdb5399 100644 --- a/generator/docstrings.ml +++ b/generator/docstrings.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/docstrings.mli b/generator/docstrings.mli index 204b38df0..d63f86039 100644 --- a/generator/docstrings.mli +++ b/generator/docstrings.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/erlang.mli b/generator/erlang.mli index 876201fed..42f7d7d65 100644 --- a/generator/erlang.mli +++ b/generator/erlang.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/errnostring.mli b/generator/errnostring.mli index ad1f7f8bd..7b5ae1473 100644 --- a/generator/errnostring.mli +++ b/generator/errnostring.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/events.mli b/generator/events.mli index 403256dff..9c0663905 100644 --- a/generator/events.mli +++ b/generator/events.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/fish.ml b/generator/fish.ml index 9ef7a302b..ca85997b7 100644 --- a/generator/fish.ml +++ b/generator/fish.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/fish.mli b/generator/fish.mli index ed52d9012..a0ab42957 100644 --- a/generator/fish.mli +++ b/generator/fish.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/gobject.ml b/generator/gobject.ml index e14ea2043..eada33cee 100644 --- a/generator/gobject.ml +++ b/generator/gobject.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/generator/gobject.mli b/generator/gobject.mli index 0e2934e15..b4d0ea696 100644 --- a/generator/gobject.mli +++ b/generator/gobject.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/golang.mli b/generator/golang.mli index ecd62a9cd..7a5736d43 100644 --- a/generator/golang.mli +++ b/generator/golang.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/haskell.ml b/generator/haskell.ml index c04f0c2aa..97adf7e70 100644 --- a/generator/haskell.ml +++ b/generator/haskell.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/haskell.mli b/generator/haskell.mli index e23aebbca..06788525f 100644 --- a/generator/haskell.mli +++ b/generator/haskell.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/java.ml b/generator/java.ml index 3c1e611a0..8f71feb9a 100644 --- a/generator/java.ml +++ b/generator/java.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/java.mli b/generator/java.mli index 1af26578c..eeb4695f1 100644 --- a/generator/java.mli +++ b/generator/java.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/lua.mli b/generator/lua.mli index 3fae05695..7fd928406 100644 --- a/generator/lua.mli +++ b/generator/lua.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/main.ml b/generator/main.ml index 8d385d1fc..846ab163c 100644 --- a/generator/main.ml +++ b/generator/main.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/ocaml.ml b/generator/ocaml.ml index 5a85d380f..6d7fb19e3 100644 --- a/generator/ocaml.ml +++ b/generator/ocaml.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/ocaml.mli b/generator/ocaml.mli index ff5710c99..4e79a5b5a 100644 --- a/generator/ocaml.mli +++ b/generator/ocaml.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/optgroups.ml b/generator/optgroups.ml index a484ae7a5..b64a77c1c 100644 --- a/generator/optgroups.ml +++ b/generator/optgroups.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/optgroups.mli b/generator/optgroups.mli index 81a8621e5..2e9e8098b 100644 --- a/generator/optgroups.mli +++ b/generator/optgroups.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/perl.ml b/generator/perl.ml index 4c7f8054d..2b8dfbd68 100644 --- a/generator/perl.ml +++ b/generator/perl.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/perl.mli b/generator/perl.mli index b6e6fdb08..b3a32c390 100644 --- a/generator/perl.mli +++ b/generator/perl.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/php.ml b/generator/php.ml index ddd805eff..5f6365d4a 100644 --- a/generator/php.ml +++ b/generator/php.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/php.mli b/generator/php.mli index 63663cd0b..06e4287a1 100644 --- a/generator/php.mli +++ b/generator/php.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/pr.ml b/generator/pr.ml index 666cd416e..e8b32b67d 100644 --- a/generator/pr.ml +++ b/generator/pr.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/pr.mli b/generator/pr.mli index dfa336959..f58875be8 100644 --- a/generator/pr.mli +++ b/generator/pr.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/prepopts.ml b/generator/prepopts.ml index 83b2e7d09..83a9cb585 100644 --- a/generator/prepopts.ml +++ b/generator/prepopts.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/prepopts.mli b/generator/prepopts.mli index 05465b032..182ff5c70 100644 --- a/generator/prepopts.mli +++ b/generator/prepopts.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/python.ml b/generator/python.ml index 1e24a5938..11dc48102 100644 --- a/generator/python.ml +++ b/generator/python.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/python.mli b/generator/python.mli index 5a1bc6cee..36f00b620 100644 --- a/generator/python.mli +++ b/generator/python.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/ruby.ml b/generator/ruby.ml index 0b7cbedf4..6b5745f36 100644 --- a/generator/ruby.ml +++ b/generator/ruby.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/ruby.mli b/generator/ruby.mli index b59804449..e1b5d2fbb 100644 --- a/generator/ruby.mli +++ b/generator/ruby.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/structs.ml b/generator/structs.ml index 029bc3a3a..ce5ace912 100644 --- a/generator/structs.ml +++ b/generator/structs.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/structs.mli b/generator/structs.mli index 7728347c6..8e40bbb43 100644 --- a/generator/structs.mli +++ b/generator/structs.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/tests_c_api.ml b/generator/tests_c_api.ml index 4a7043392..eab217769 100644 --- a/generator/tests_c_api.ml +++ b/generator/tests_c_api.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/tests_c_api.mli b/generator/tests_c_api.mli index f095e7cad..e39573f9d 100644 --- a/generator/tests_c_api.mli +++ b/generator/tests_c_api.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/types.ml b/generator/types.ml index b2f872480..b74f645c0 100644 --- a/generator/types.ml +++ b/generator/types.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/utils.ml b/generator/utils.ml index ba5e045ad..e04f1e95f 100644 --- a/generator/utils.ml +++ b/generator/utils.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/utils.mli b/generator/utils.mli index ae6f239bf..881334b37 100644 --- a/generator/utils.mli +++ b/generator/utils.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/xdr.ml b/generator/xdr.ml index 1d8500267..c84aea2b8 100644 --- a/generator/xdr.ml +++ b/generator/xdr.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/generator/xdr.mli b/generator/xdr.mli index c7075d4aa..5088bc735 100644 --- a/generator/xdr.mli +++ b/generator/xdr.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/get-kernel/get_kernel.ml b/get-kernel/get_kernel.ml index adf9649ca..d57f7b228 100644 --- a/get-kernel/get_kernel.ml +++ b/get-kernel/get_kernel.ml @@ -1,5 +1,5 @@ (* virt-get-kernel - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/get-kernel/virt-get-kernel.pod b/get-kernel/virt-get-kernel.pod index 8298fe534..e99640f42 100644 --- a/get-kernel/virt-get-kernel.pod +++ b/get-kernel/virt-get-kernel.pod @@ -194,4 +194,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2013-2016 Red Hat Inc. +Copyright (C) 2013-2017 Red Hat Inc. diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc index 149e4c65c..55a137e8f 100644 --- a/gobject/Makefile.inc +++ b/gobject/Makefile.inc @@ -4,7 +4,7 @@ # and from the code in the generator/ subdirectory. # ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST. # -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/gobject/docs/Makefile.am b/gobject/docs/Makefile.am index 3c7641f0a..c7569288f 100644 --- a/gobject/docs/Makefile.am +++ b/gobject/docs/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2012-2016 Red Hat Inc. +# Copyright (C) 2012-2017 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/gobject/run-tests-retvalues b/gobject/run-tests-retvalues index b4f4d4b5d..e20321ea2 100755 --- a/gobject/run-tests-retvalues +++ b/gobject/run-tests-retvalues @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs GObject bindings -# Copyright (C) 2012-2016 Red Hat Inc. +# Copyright (C) 2012-2017 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/haskell/Guestfs030Config.hs b/haskell/Guestfs030Config.hs index 13c64bcf9..8aeb35396 100644 --- a/haskell/Guestfs030Config.hs +++ b/haskell/Guestfs030Config.hs @@ -1,5 +1,5 @@ {- libguestfs Haskell bindings - Copyright (C) 2009-2016 Red Hat Inc. + Copyright (C) 2009-2017 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/haskell/Guestfs050LVCreate.hs b/haskell/Guestfs050LVCreate.hs index b20847a31..db62e3615 100644 --- a/haskell/Guestfs050LVCreate.hs +++ b/haskell/Guestfs050LVCreate.hs @@ -1,5 +1,5 @@ {- libguestfs Haskell bindings - Copyright (C) 2009-2016 Red Hat Inc. + Copyright (C) 2009-2017 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/inspector/Makefile.am b/inspector/Makefile.am index 2464db557..4bf55ccc9 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-inspector -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/inspector/test-virt-inspector.sh b/inspector/test-virt-inspector.sh index 13794c879..243783ff0 100755 --- a/inspector/test-virt-inspector.sh +++ b/inspector/test-virt-inspector.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs virt-inspector test script -# Copyright (C) 2012-2016 Red Hat Inc. +# Copyright (C) 2012-2017 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/inspector/test-xmllint.sh.in b/inspector/test-xmllint.sh.in index 2a040149d..f2693034e 100755 --- a/inspector/test-xmllint.sh.in +++ b/inspector/test-xmllint.sh.in @@ -1,6 +1,6 @@ #!/bin/bash - # @configure_input@ -# Copyright (C) 2012-2016 Red Hat Inc. +# Copyright (C) 2012-2017 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/java/Makefile.am b/java/Makefile.am index f2a0e92ce..bc88162a9 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -1,5 +1,5 @@ # libguestfs Java bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/java/Makefile.inc b/java/Makefile.inc index 59b55eb0c..b0ddb5c3d 100644 --- a/java/Makefile.inc +++ b/java/Makefile.inc @@ -4,7 +4,7 @@ # and from the code in the generator/ subdirectory. # ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST. # -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/java/com/redhat/et/libguestfs/EventCallback.java b/java/com/redhat/et/libguestfs/EventCallback.java index 99331082a..d1740b8ca 100644 --- a/java/com/redhat/et/libguestfs/EventCallback.java +++ b/java/com/redhat/et/libguestfs/EventCallback.java @@ -1,5 +1,5 @@ /* libguestfs Java bindings - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/java/com/redhat/et/libguestfs/LibGuestFSException.java b/java/com/redhat/et/libguestfs/LibGuestFSException.java index c3937eea1..e05efd47d 100644 --- a/java/com/redhat/et/libguestfs/LibGuestFSException.java +++ b/java/com/redhat/et/libguestfs/LibGuestFSException.java @@ -1,5 +1,5 @@ /* libguestfs Java bindings - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/java/com/redhat/et/libguestfs/LibGuestFSOutOfMemory.java b/java/com/redhat/et/libguestfs/LibGuestFSOutOfMemory.java index bc4c92982..4733c4ae5 100644 --- a/java/com/redhat/et/libguestfs/LibGuestFSOutOfMemory.java +++ b/java/com/redhat/et/libguestfs/LibGuestFSOutOfMemory.java @@ -1,5 +1,5 @@ /* libguestfs Java bindings - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/java/handle.c b/java/handle.c index 5d3324cd4..f22536187 100644 --- a/java/handle.c +++ b/java/handle.c @@ -1,5 +1,5 @@ /* libguestfs Java bindings. - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/java/run-bindtests b/java/run-bindtests index 223d32294..50c5393fe 100755 --- a/java/run-bindtests +++ b/java/run-bindtests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Java bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/java/run-java-tests b/java/run-java-tests index 2b18535d4..465f15164 100755 --- a/java/run-java-tests +++ b/java/run-java-tests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Java tests -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/java/t/GuestFS100Launch.java b/java/t/GuestFS100Launch.java index 0961a8d9d..36b78d4c8 100644 --- a/java/t/GuestFS100Launch.java +++ b/java/t/GuestFS100Launch.java @@ -1,5 +1,5 @@ /* libguestfs Java bindings - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/m4/guestfs-ocaml-gettext.m4 b/m4/guestfs-ocaml-gettext.m4 index 570e72239..258843bb1 100644 --- a/m4/guestfs-ocaml-gettext.m4 +++ b/m4/guestfs-ocaml-gettext.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_appliance.m4 b/m4/guestfs_appliance.m4 index b48da7493..890b1999c 100644 --- a/m4/guestfs_appliance.m4 +++ b/m4/guestfs_appliance.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_bash_completion.m4 b/m4/guestfs_bash_completion.m4 index 613fc5d67..1f171b79d 100644 --- a/m4/guestfs_bash_completion.m4 +++ b/m4/guestfs_bash_completion.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_c.m4 b/m4/guestfs_c.m4 index 7be006d92..58ca24c08 100644 --- a/m4/guestfs_c.m4 +++ b/m4/guestfs_c.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_daemon.m4 b/m4/guestfs_daemon.m4 index 12123df5d..eb5a6d5cf 100644 --- a/m4/guestfs_daemon.m4 +++ b/m4/guestfs_daemon.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_erlang.m4 b/m4/guestfs_erlang.m4 index 2782bee65..5e44ece29 100644 --- a/m4/guestfs_erlang.m4 +++ b/m4/guestfs_erlang.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_fuse.m4 b/m4/guestfs_fuse.m4 index faa474843..6eaacbe94 100644 --- a/m4/guestfs_fuse.m4 +++ b/m4/guestfs_fuse.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_gobject.m4 b/m4/guestfs_gobject.m4 index c233d0071..4b4eab80d 100644 --- a/m4/guestfs_gobject.m4 +++ b/m4/guestfs_gobject.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_golang.m4 b/m4/guestfs_golang.m4 index 64cd938e0..889f95a85 100644 --- a/m4/guestfs_golang.m4 +++ b/m4/guestfs_golang.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_haskell.m4 b/m4/guestfs_haskell.m4 index 3b64eb2ba..150f61490 100644 --- a/m4/guestfs_haskell.m4 +++ b/m4/guestfs_haskell.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_java.m4 b/m4/guestfs_java.m4 index 82cdc409a..347cab6da 100644 --- a/m4/guestfs_java.m4 +++ b/m4/guestfs_java.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_libraries.m4 b/m4/guestfs_libraries.m4 index 90123de2c..bff9df301 100644 --- a/m4/guestfs_libraries.m4 +++ b/m4/guestfs_libraries.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_lua.m4 b/m4/guestfs_lua.m4 index bfe4b90b9..9a08dabd3 100644 --- a/m4/guestfs_lua.m4 +++ b/m4/guestfs_lua.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_misc.m4 b/m4/guestfs_misc.m4 index e6f4b05e9..5dce207d7 100644 --- a/m4/guestfs_misc.m4 +++ b/m4/guestfs_misc.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_misc_libraries.m4 b/m4/guestfs_misc_libraries.m4 index 51d7ad75b..b45f66207 100644 --- a/m4/guestfs_misc_libraries.m4 +++ b/m4/guestfs_misc_libraries.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_ocaml.m4 b/m4/guestfs_ocaml.m4 index 06def5898..0deff615c 100644 --- a/m4/guestfs_ocaml.m4 +++ b/m4/guestfs_ocaml.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_perl.m4 b/m4/guestfs_perl.m4 index be688b4b4..93cb96451 100644 --- a/m4/guestfs_perl.m4 +++ b/m4/guestfs_perl.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_php.m4 b/m4/guestfs_php.m4 index 41ce9fbba..c730370bb 100644 --- a/m4/guestfs_php.m4 +++ b/m4/guestfs_php.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_progs.m4 b/m4/guestfs_progs.m4 index 1ac208132..c63e62f09 100644 --- a/m4/guestfs_progs.m4 +++ b/m4/guestfs_progs.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_python.m4 b/m4/guestfs_python.m4 index 6e6457570..74ac61964 100644 --- a/m4/guestfs_python.m4 +++ b/m4/guestfs_python.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_qemu.m4 b/m4/guestfs_qemu.m4 index b252e025b..fb02854f4 100644 --- a/m4/guestfs_qemu.m4 +++ b/m4/guestfs_qemu.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/m4/guestfs_ruby.m4 b/m4/guestfs_ruby.m4 index 94f03b83a..ba9d3ee3b 100644 --- a/m4/guestfs_ruby.m4 +++ b/m4/guestfs_ruby.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/make-fs/Makefile.am b/make-fs/Makefile.am index 8ce467e96..8d068b3a1 100644 --- a/make-fs/Makefile.am +++ b/make-fs/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-diff -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/make-fs/make-fs.c b/make-fs/make-fs.c index 7d0117305..7a3ecd3a9 100644 --- a/make-fs/make-fs.c +++ b/make-fs/make-fs.c @@ -1,5 +1,5 @@ /* virt-make-fs - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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 @@ -78,7 +78,7 @@ usage (int status) getprogname ()); else { printf (_("%s: make a filesystem from a tar archive or files\n" - "Copyright (C) 2010-2016 Red Hat Inc.\n" + "Copyright (C) 2010-2017 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" diff --git a/make-fs/test-virt-make-fs.sh b/make-fs/test-virt-make-fs.sh index 41f5291dc..164ac9fa9 100755 --- a/make-fs/test-virt-make-fs.sh +++ b/make-fs/test-virt-make-fs.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/make-fs/virt-make-fs.pod b/make-fs/virt-make-fs.pod index 68bf294b2..5a044f85d 100644 --- a/make-fs/virt-make-fs.pod +++ b/make-fs/virt-make-fs.pod @@ -232,4 +232,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2010-2016 Red Hat Inc. +Copyright (C) 2010-2017 Red Hat Inc. diff --git a/mllib/JSON.ml b/mllib/JSON.ml index 1198983a4..203cf2229 100644 --- a/mllib/JSON.ml +++ b/mllib/JSON.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/mllib/JSON.mli b/mllib/JSON.mli index b9b44f7f3..d68916710 100644 --- a/mllib/JSON.mli +++ b/mllib/JSON.mli @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/mllib/Makefile.am b/mllib/Makefile.am index 4cf495555..c8a9bca81 100644 --- a/mllib/Makefile.am +++ b/mllib/Makefile.am @@ -1,5 +1,5 @@ # libguestfs OCaml tools common code -# Copyright (C) 2011-2016 Red Hat Inc. +# Copyright (C) 2011-2017 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/mllib/URI.ml b/mllib/URI.ml index 6f2b30a81..c143ae2b9 100644 --- a/mllib/URI.ml +++ b/mllib/URI.ml @@ -1,5 +1,5 @@ (* interface to -a URI option parsing mini library - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/mllib/common_utils.ml b/mllib/common_utils.ml index 183833394..e9ae6a4a2 100644 --- a/mllib/common_utils.ml +++ b/mllib/common_utils.ml @@ -1,5 +1,5 @@ (* Common utilities for OCaml tools in libguestfs. - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/mllib/common_utils.mli b/mllib/common_utils.mli index 019070d39..722e528e5 100644 --- a/mllib/common_utils.mli +++ b/mllib/common_utils.mli @@ -1,5 +1,5 @@ (* Common utilities for OCaml tools in libguestfs. - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/mllib/common_utils_tests.ml b/mllib/common_utils_tests.ml index ee27b9359..77b0524c1 100644 --- a/mllib/common_utils_tests.ml +++ b/mllib/common_utils_tests.ml @@ -1,5 +1,5 @@ (* Common utilities for OCaml tools in libguestfs. - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/mllib/curl.ml b/mllib/curl.ml index fa37254b5..ed0b8960a 100644 --- a/mllib/curl.ml +++ b/mllib/curl.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/mllib/curl.mli b/mllib/curl.mli index c0c2fb0c7..aed89e797 100644 --- a/mllib/curl.mli +++ b/mllib/curl.mli @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/mllib/exit-c.c b/mllib/exit-c.c index eed58a38d..419d2e440 100644 --- a/mllib/exit-c.c +++ b/mllib/exit-c.c @@ -1,5 +1,5 @@ /* libguestfs OCaml tools common code - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/mllib/fnmatch-c.c b/mllib/fnmatch-c.c index dc2984e1b..61f302e0b 100644 --- a/mllib/fnmatch-c.c +++ b/mllib/fnmatch-c.c @@ -1,5 +1,5 @@ /* Binding for fnmatch. - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/mllib/fnmatch.ml b/mllib/fnmatch.ml index 7ea844fdd..fa47a6a77 100644 --- a/mllib/fnmatch.ml +++ b/mllib/fnmatch.ml @@ -1,5 +1,5 @@ (* Binding for fnmatch. - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/mllib/fnmatch.mli b/mllib/fnmatch.mli index 105e398f1..e8f3d8de8 100644 --- a/mllib/fnmatch.mli +++ b/mllib/fnmatch.mli @@ -1,5 +1,5 @@ (* Binding for fnmatch. - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/mllib/fsync-c.c b/mllib/fsync-c.c index 72e74ef9a..8e2b99593 100644 --- a/mllib/fsync-c.c +++ b/mllib/fsync-c.c @@ -1,5 +1,5 @@ /* libguestfs OCaml tools common code - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/mllib/fsync.ml b/mllib/fsync.ml index 56f1169e7..ade6b658d 100644 --- a/mllib/fsync.ml +++ b/mllib/fsync.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tools common code - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/mllib/guestfs_config.ml.in b/mllib/guestfs_config.ml.in index 2591eee15..4d1a5c5d0 100644 --- a/mllib/guestfs_config.ml.in +++ b/mllib/guestfs_config.ml.in @@ -1,6 +1,6 @@ (* configuration for mllib. * @configure_input@ - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/mllib/mkdtemp-c.c b/mllib/mkdtemp-c.c index a31e3a7bb..b245986bc 100644 --- a/mllib/mkdtemp-c.c +++ b/mllib/mkdtemp-c.c @@ -1,5 +1,5 @@ /* libguestfs OCaml tools common code - * Copyright (C) 2014-2016 Red Hat Inc. + * Copyright (C) 2014-2017 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/mllib/mkdtemp.ml b/mllib/mkdtemp.ml index 9ebf560ce..996bb60ec 100644 --- a/mllib/mkdtemp.ml +++ b/mllib/mkdtemp.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tools common code - * Copyright (C) 2014-2016 Red Hat Inc. + * Copyright (C) 2014-2017 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/mllib/planner.ml b/mllib/planner.ml index d22c9c9dd..12dfb267c 100644 --- a/mllib/planner.ml +++ b/mllib/planner.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/mllib/planner.mli b/mllib/planner.mli index 9075513cd..6b5a12d55 100644 --- a/mllib/planner.mli +++ b/mllib/planner.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/mllib/progress-c.c b/mllib/progress-c.c index 9162e4fd2..ac6bbfa31 100644 --- a/mllib/progress-c.c +++ b/mllib/progress-c.c @@ -1,5 +1,5 @@ /* libguestfs OCaml tools common code - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/mllib/progress.ml b/mllib/progress.ml index c2db53c5c..9e67dcbbe 100644 --- a/mllib/progress.ml +++ b/mllib/progress.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tools common code - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/mllib/statvfs-c.c b/mllib/statvfs-c.c index 5c1053184..c5d1751d7 100644 --- a/mllib/statvfs-c.c +++ b/mllib/statvfs-c.c @@ -1,5 +1,5 @@ /* virt tools interface to statvfs - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/mllib/stringMap.ml b/mllib/stringMap.ml index ea47a6e62..779f1b6cd 100644 --- a/mllib/stringMap.ml +++ b/mllib/stringMap.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/mllib/stringMap.mli b/mllib/stringMap.mli index b66853886..21b7f6f29 100644 --- a/mllib/stringMap.mli +++ b/mllib/stringMap.mli @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/mllib/uri-c.c b/mllib/uri-c.c index f3af817f3..ffb55306b 100644 --- a/mllib/uri-c.c +++ b/mllib/uri-c.c @@ -1,5 +1,5 @@ /* interface to -a URI option parsing mini library - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 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/ocaml-link.sh b/ocaml-link.sh index 159aa5b64..4153be2ad 100755 --- a/ocaml-link.sh +++ b/ocaml-link.sh @@ -1,5 +1,5 @@ #!/bin/bash - -# (C) Copyright 2015-2016 Red Hat Inc. +# (C) Copyright 2015-2017 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/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index 29c9466da..35f410b53 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -1,5 +1,5 @@ # libguestfs OCaml examples -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/ocaml/guestfs-c.c b/ocaml/guestfs-c.c index 16d57321c..9042752ec 100644 --- a/ocaml/guestfs-c.c +++ b/ocaml/guestfs-c.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/ocaml/guestfs-c.h b/ocaml/guestfs-c.h index b99acebe5..21cdaa659 100644 --- a/ocaml/guestfs-c.h +++ b/ocaml/guestfs-c.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/ocaml/t/guestfs_010_load.ml b/ocaml/t/guestfs_010_load.ml index 34198d11f..663559872 100644 --- a/ocaml/t/guestfs_010_load.ml +++ b/ocaml/t/guestfs_010_load.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_020_create.ml b/ocaml/t/guestfs_020_create.ml index 207aa7bb3..d69e4a8e1 100644 --- a/ocaml/t/guestfs_020_create.ml +++ b/ocaml/t/guestfs_020_create.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_030_create_flags.ml b/ocaml/t/guestfs_030_create_flags.ml index 56767ebd8..5bd8b0b3e 100644 --- a/ocaml/t/guestfs_030_create_flags.ml +++ b/ocaml/t/guestfs_030_create_flags.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_040_create_multiple.ml b/ocaml/t/guestfs_040_create_multiple.ml index cce681d3a..83a2c34ea 100644 --- a/ocaml/t/guestfs_040_create_multiple.ml +++ b/ocaml/t/guestfs_040_create_multiple.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_050_handle_properties.ml b/ocaml/t/guestfs_050_handle_properties.ml index 585b55aa5..84e3b5d60 100644 --- a/ocaml/t/guestfs_050_handle_properties.ml +++ b/ocaml/t/guestfs_050_handle_properties.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_060_explicit_close.ml b/ocaml/t/guestfs_060_explicit_close.ml index 2ffae42bc..b12e6d84a 100644 --- a/ocaml/t/guestfs_060_explicit_close.ml +++ b/ocaml/t/guestfs_060_explicit_close.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_065_implicit_close.ml b/ocaml/t/guestfs_065_implicit_close.ml index 7a133fd3b..d35b902fa 100644 --- a/ocaml/t/guestfs_065_implicit_close.ml +++ b/ocaml/t/guestfs_065_implicit_close.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_070_optargs.ml b/ocaml/t/guestfs_070_optargs.ml index 667ee0d6d..9960b1621 100644 --- a/ocaml/t/guestfs_070_optargs.ml +++ b/ocaml/t/guestfs_070_optargs.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_080_version.ml b/ocaml/t/guestfs_080_version.ml index ff1048547..5f14a84ae 100644 --- a/ocaml/t/guestfs_080_version.ml +++ b/ocaml/t/guestfs_080_version.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_100_launch.ml b/ocaml/t/guestfs_100_launch.ml index a7c49f882..2e3343794 100644 --- a/ocaml/t/guestfs_100_launch.ml +++ b/ocaml/t/guestfs_100_launch.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_410_close_event.ml b/ocaml/t/guestfs_410_close_event.ml index 08ae149f3..1e219a7f5 100644 --- a/ocaml/t/guestfs_410_close_event.ml +++ b/ocaml/t/guestfs_410_close_event.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_420_log_messages.ml b/ocaml/t/guestfs_420_log_messages.ml index bdbba64f2..093e6a37c 100644 --- a/ocaml/t/guestfs_420_log_messages.ml +++ b/ocaml/t/guestfs_420_log_messages.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/ocaml/t/guestfs_430_progress_messages.ml b/ocaml/t/guestfs_430_progress_messages.ml index a38214e0b..1808ff1b1 100644 --- a/ocaml/t/guestfs_430_progress_messages.ml +++ b/ocaml/t/guestfs_430_progress_messages.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tests - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/p2v/Makefile.am b/p2v/Makefile.am index 216ab30d7..dfb338090 100644 --- a/p2v/Makefile.am +++ b/p2v/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-p2v -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/p2v/about-authors.c b/p2v/about-authors.c index 88f48f9c5..61360fd34 100644 --- a/p2v/about-authors.c +++ b/p2v/about-authors.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/p2v/about-license.c b/p2v/about-license.c index e8c941235..70d7b770d 100644 --- a/p2v/about-license.c +++ b/p2v/about-license.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/p2v/config.c b/p2v/config.c index 21b82706d..054b07cd0 100644 --- a/p2v/config.c +++ b/p2v/config.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/p2v/conversion.c b/p2v/conversion.c index 48e6f931e..3dd484b90 100644 --- a/p2v/conversion.c +++ b/p2v/conversion.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/p2v/gui.c b/p2v/gui.c index 7547e452e..1f8907a2c 100644 --- a/p2v/gui.c +++ b/p2v/gui.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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 @@ -690,7 +690,7 @@ about_button_clicked (GtkWidget *w, gpointer data) gtk_show_about_dialog (GTK_WINDOW (conn_dlg), "program-name", getprogname (), "version", PACKAGE_VERSION_FULL " (" host_cpu ")", - "copyright", "\u00A9 2009-2016 Red Hat Inc.", + "copyright", "\u00A9 2009-2017 Red Hat Inc.", "comments", _("Virtualize a physical machine to run on KVM"), "license", gplv2plus, diff --git a/p2v/kernel.c b/p2v/kernel.c index e22510354..bb6f5d235 100644 --- a/p2v/kernel.c +++ b/p2v/kernel.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/p2v/launch-virt-p2v b/p2v/launch-virt-p2v index 908189cb5..e27e9ff4a 100755 --- a/p2v/launch-virt-p2v +++ b/p2v/launch-virt-p2v @@ -1,5 +1,5 @@ #!/bin/bash - -# (C) Copyright 2014-2016 Red Hat Inc. +# (C) Copyright 2014-2017 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/p2v/main.c b/p2v/main.c index f6014561b..6aba331b3 100644 --- a/p2v/main.c +++ b/p2v/main.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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 @@ -88,7 +88,7 @@ usage (int status) getprogname ()); else { printf (_("%s: Convert a physical machine to use KVM\n" - "Copyright (C) 2009-2016 Red Hat Inc.\n" + "Copyright (C) 2009-2017 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" diff --git a/p2v/p2v.h b/p2v/p2v.h index 2998fbd6a..e75d46e52 100644 --- a/p2v/p2v.h +++ b/p2v/p2v.h @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/p2v/p2v.ks.in b/p2v/p2v.ks.in index f4a6fcbcc..27ba565b1 100644 --- a/p2v/p2v.ks.in +++ b/p2v/p2v.ks.in @@ -1,5 +1,5 @@ # Kickstart file for creating the virt-p2v ISO. -# (C) Copyright 2014-2016 Red Hat Inc. +# (C) Copyright 2014-2017 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/p2v/p2v.service b/p2v/p2v.service index 6825a2243..e638401c2 100644 --- a/p2v/p2v.service +++ b/p2v/p2v.service @@ -1,5 +1,5 @@ # libguestfs virt-p2v ISO -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/p2v/ssh.c b/p2v/ssh.c index 5c657edb9..ac7f00f72 100644 --- a/p2v/ssh.c +++ b/p2v/ssh.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/p2v/test-virt-p2v-pxe.sh b/p2v/test-virt-p2v-pxe.sh index 334808df7..bae68449f 100755 --- a/p2v/test-virt-p2v-pxe.sh +++ b/p2v/test-virt-p2v-pxe.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs virt-p2v test script -# Copyright (C) 2014-2016 Red Hat Inc. +# Copyright (C) 2014-2017 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/p2v/test-virt-p2v-pxe.sshd_config.in b/p2v/test-virt-p2v-pxe.sshd_config.in index 06c6ab243..c1f283d1f 100644 --- a/p2v/test-virt-p2v-pxe.sshd_config.in +++ b/p2v/test-virt-p2v-pxe.sshd_config.in @@ -1,5 +1,5 @@ # libguestfs virt-p2v test script -# Copyright (C) 2014-2016 Red Hat Inc. +# Copyright (C) 2014-2017 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/p2v/test-virt-p2v-scp.sh b/p2v/test-virt-p2v-scp.sh index be37a0343..c8a405db4 100755 --- a/p2v/test-virt-p2v-scp.sh +++ b/p2v/test-virt-p2v-scp.sh @@ -1,5 +1,5 @@ #!/bin/bash - -# Copyright (C) 2014-2016 Red Hat Inc. +# Copyright (C) 2014-2017 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/p2v/virt-p2v-make-disk.in b/p2v/virt-p2v-make-disk.in index e99344a75..6b7f15a71 100644 --- a/p2v/virt-p2v-make-disk.in +++ b/p2v/virt-p2v-make-disk.in @@ -1,7 +1,7 @@ #!/bin/bash - # @configure_input@ # virt-p2v-make-disk -# Copyright (C) 2014-2016 Red Hat Inc. +# Copyright (C) 2014-2017 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/p2v/virt-p2v-make-disk.pod b/p2v/virt-p2v-make-disk.pod index 28b563e34..5530757ce 100644 --- a/p2v/virt-p2v-make-disk.pod +++ b/p2v/virt-p2v-make-disk.pod @@ -215,4 +215,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/p2v/virt-p2v-make-kickstart.pod b/p2v/virt-p2v-make-kickstart.pod index 808ed723e..adb15dd98 100644 --- a/p2v/virt-p2v-make-kickstart.pod +++ b/p2v/virt-p2v-make-kickstart.pod @@ -336,4 +336,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/p2v/virt-p2v.pod b/p2v/virt-p2v.pod index c75be2bc5..c9acb0a4b 100644 --- a/p2v/virt-p2v.pod +++ b/p2v/virt-p2v.pod @@ -785,4 +785,4 @@ Tingting Zheng =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/p2v/whole-file.c b/p2v/whole-file.c index c5e6a25b3..523fef041 100644 --- a/p2v/whole-file.c +++ b/p2v/whole-file.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/perl/Build.PL.in b/perl/Build.PL.in index 9af791714..01f67a1f4 100755 --- a/perl/Build.PL.in +++ b/perl/Build.PL.in @@ -1,6 +1,6 @@ #!/usr/bin/env perl # libguestfs Perl bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 Red Hat Inc. # @configure_input@ # # This program is free software; you can redistribute it and/or modify diff --git a/perl/Makefile.am b/perl/Makefile.am index f76f3df90..def7c0d1c 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -1,5 +1,5 @@ # libguestfs Perl bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/perl/t/100-launch.t b/perl/t/100-launch.t index cf1881129..165596e36 100644 --- a/perl/t/100-launch.t +++ b/perl/t/100-launch.t @@ -1,5 +1,5 @@ # libguestfs Perl bindings -*- perl -*- -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/php/run-php-tests.sh b/php/run-php-tests.sh index 0663b19d9..fd859401a 100755 --- a/php/run-php-tests.sh +++ b/php/run-php-tests.sh @@ -1,5 +1,5 @@ #!/bin/bash - -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/pick-guests.pl.in b/pick-guests.pl.in index fb100ed9b..868afa165 100755 --- a/pick-guests.pl.in +++ b/pick-guests.pl.in @@ -1,6 +1,6 @@ #!/usr/bin/env perl # @configure_input@ -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/po/Makefile.am b/po/Makefile.am index 135f97a06..cafc307ab 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/podwrapper.pl.in b/podwrapper.pl.in index 8f278defe..619d3af2b 100755 --- a/podwrapper.pl.in +++ b/podwrapper.pl.in @@ -1,6 +1,6 @@ #!/usr/bin/env perl # podwrapper.pl -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 Red Hat Inc. # @configure_input@ # # This program is free software; you can redistribute it and/or modify @@ -674,4 +674,4 @@ Richard W.M. Jones. =head1 COPYRIGHT -Copyright (C) 2012-2016 Red Hat Inc. +Copyright (C) 2012-2017 Red Hat Inc. diff --git a/python/MANIFEST.in b/python/MANIFEST.in index 5fe08f317..1adc8c77b 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/python/Makefile.am b/python/Makefile.am index 486b52e3f..fb812efba 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/python/handle.c b/python/handle.c index d9a4ba98e..f4cc8ca0d 100644 --- a/python/handle.c +++ b/python/handle.c @@ -1,5 +1,5 @@ /* libguestfs python bindings - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/python/run-bindtests b/python/run-bindtests index 1c11c1248..2c9e7ba30 100755 --- a/python/run-bindtests +++ b/python/run-bindtests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Python bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/python/run-python-tests b/python/run-python-tests index a3744307a..444892038 100755 --- a/python/run-python-tests +++ b/python/run-python-tests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Perl bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/python/setup.py.in b/python/setup.py.in index 4bb0118a7..656142623 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -1,6 +1,6 @@ # libguestfs Python bindings -*- python -*- # @configure_input@ -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/python/t/test090RetValues.py b/python/t/test090RetValues.py index d9a68d112..12c82d181 100644 --- a/python/t/test090RetValues.py +++ b/python/t/test090RetValues.py @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/python/t/test100Launch.py b/python/t/test100Launch.py index 4b2c1550f..06dda26dc 100644 --- a/python/t/test100Launch.py +++ b/python/t/test100Launch.py @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/python/t/test410CloseEvent.py b/python/t/test410CloseEvent.py index e0b38c78e..9380848fb 100644 --- a/python/t/test410CloseEvent.py +++ b/python/t/test410CloseEvent.py @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2011-2016 Red Hat Inc. +# Copyright (C) 2011-2017 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/rescue/Makefile.am b/rescue/Makefile.am index e26d6cada..2ffb2fa7e 100644 --- a/rescue/Makefile.am +++ b/rescue/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-rescue -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/rescue/rescue.c b/rescue/rescue.c index 0c0439657..673008594 100644 --- a/rescue/rescue.c +++ b/rescue/rescue.c @@ -60,7 +60,7 @@ usage (int status) getprogname ()); else { printf (_("%s: Run a rescue shell on a virtual machine\n" - "Copyright (C) 2009-2016 Red Hat Inc.\n" + "Copyright (C) 2009-2017 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" diff --git a/rescue/test-virt-rescue.pl b/rescue/test-virt-rescue.pl index 9eaeb4ecc..bdd8bba73 100755 --- a/rescue/test-virt-rescue.pl +++ b/rescue/test-virt-rescue.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # libguestfs -# Copyright (C) 2012-2016 Red Hat Inc. +# Copyright (C) 2012-2017 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/rescue/virt-rescue.pod b/rescue/virt-rescue.pod index f2cfef032..b8aa32637 100644 --- a/rescue/virt-rescue.pod +++ b/rescue/virt-rescue.pod @@ -414,4 +414,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/resize/Makefile.am b/resize/Makefile.am index 1aa0083d0..9dfba2dab 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-resize 2.0 tools -# Copyright (C) 2011-2016 Red Hat Inc. +# Copyright (C) 2011-2017 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/resize/resize.ml b/resize/resize.ml index 59ee5bf28..19cd8dfac 100644 --- a/resize/resize.ml +++ b/resize/resize.ml @@ -1,5 +1,5 @@ (* virt-resize - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/resize/test-virt-resize.pl b/resize/test-virt-resize.pl index 320e69426..972fa39fd 100755 --- a/resize/test-virt-resize.pl +++ b/resize/test-virt-resize.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/ruby/ext/guestfs/extconf.rb.in b/ruby/ext/guestfs/extconf.rb.in index 30b70bd8a..c4551fa6c 100644 --- a/ruby/ext/guestfs/extconf.rb.in +++ b/ruby/ext/guestfs/extconf.rb.in @@ -1,6 +1,6 @@ # libguestfs Ruby bindings -*- ruby -*- # @configure_input@ -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/ruby/ext/guestfs/handle.c b/ruby/ext/guestfs/handle.c index 95034cb86..aa10825bb 100644 --- a/ruby/ext/guestfs/handle.c +++ b/ruby/ext/guestfs/handle.c @@ -1,5 +1,5 @@ /* libguestfs ruby bindings - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/ruby/lib/guestfs.rb b/ruby/lib/guestfs.rb index af4d7c919..d48da871f 100644 --- a/ruby/lib/guestfs.rb +++ b/ruby/lib/guestfs.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 Red Hat Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/ruby/t/tc_010_load.rb b/ruby/t/tc_010_load.rb index 06922e17f..95da281b8 100644 --- a/ruby/t/tc_010_load.rb +++ b/ruby/t/tc_010_load.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/ruby/t/tc_020_create.rb b/ruby/t/tc_020_create.rb index 251512b75..7f96d3255 100644 --- a/ruby/t/tc_020_create.rb +++ b/ruby/t/tc_020_create.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/ruby/t/tc_030_create_flags.rb b/ruby/t/tc_030_create_flags.rb index c89d3ac25..8e5b0131c 100644 --- a/ruby/t/tc_030_create_flags.rb +++ b/ruby/t/tc_030_create_flags.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/ruby/t/tc_040_create_multiple.rb b/ruby/t/tc_040_create_multiple.rb index e832989e5..aed4880a1 100644 --- a/ruby/t/tc_040_create_multiple.rb +++ b/ruby/t/tc_040_create_multiple.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/ruby/t/tc_050_handle_properties.rb b/ruby/t/tc_050_handle_properties.rb index d8fddb007..4a20aa793 100644 --- a/ruby/t/tc_050_handle_properties.rb +++ b/ruby/t/tc_050_handle_properties.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/ruby/t/tc_060_explicit_close.rb b/ruby/t/tc_060_explicit_close.rb index 37e09f457..4e7851b89 100644 --- a/ruby/t/tc_060_explicit_close.rb +++ b/ruby/t/tc_060_explicit_close.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/ruby/t/tc_070_optargs.rb b/ruby/t/tc_070_optargs.rb index d24aebdc0..1f7ddd9ca 100644 --- a/ruby/t/tc_070_optargs.rb +++ b/ruby/t/tc_070_optargs.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/ruby/t/tc_100_launch.rb b/ruby/t/tc_100_launch.rb index 1f8902389..2c7473866 100644 --- a/ruby/t/tc_100_launch.rb +++ b/ruby/t/tc_100_launch.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/ruby/t/tc_410_close_event.rb b/ruby/t/tc_410_close_event.rb index b77d44f60..4d5dec0ba 100644 --- a/ruby/t/tc_410_close_event.rb +++ b/ruby/t/tc_410_close_event.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2011-2016 Red Hat Inc. +# Copyright (C) 2011-2017 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/ruby/t/tc_420_log_messages.rb b/ruby/t/tc_420_log_messages.rb index 44355fd12..c5bc23e58 100644 --- a/ruby/t/tc_420_log_messages.rb +++ b/ruby/t/tc_420_log_messages.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2011-2016 Red Hat Inc. +# Copyright (C) 2011-2017 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/ruby/t/tc_800_rhbz507346.rb b/ruby/t/tc_800_rhbz507346.rb index 60dd345c6..b97681b50 100644 --- a/ruby/t/tc_800_rhbz507346.rb +++ b/ruby/t/tc_800_rhbz507346.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/ruby/t/tc_810_rhbz664558c6.rb b/ruby/t/tc_810_rhbz664558c6.rb index dc7e9e487..c5c9676fd 100644 --- a/ruby/t/tc_810_rhbz664558c6.rb +++ b/ruby/t/tc_810_rhbz664558c6.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2011-2016 Red Hat Inc. +# Copyright (C) 2011-2017 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/ruby/t/tc_820_rhbz1046509.rb b/ruby/t/tc_820_rhbz1046509.rb index eb06eab9e..9a0fcef03 100644 --- a/ruby/t/tc_820_rhbz1046509.rb +++ b/ruby/t/tc_820_rhbz1046509.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/ruby/t/test_helper.rb b/ruby/t/test_helper.rb index 6b78eefa6..d9531aea2 100644 --- a/ruby/t/test_helper.rb +++ b/ruby/t/test_helper.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/run.in b/run.in index 2172987bb..4cad1304f 100755 --- a/run.in +++ b/run.in @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs 'run' programs locally script -# Copyright (C) 2011-2016 Red Hat Inc. +# Copyright (C) 2011-2017 Red Hat Inc. # # @configure_input@ # diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am index afca88bc2..ecfcd4193 100644 --- a/sparsify/Makefile.am +++ b/sparsify/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-sparsify tool -# Copyright (C) 2011-2016 Red Hat Inc. +# Copyright (C) 2011-2017 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/sparsify/cmdline.ml b/sparsify/cmdline.ml index 2a9dd48f8..5403d92d7 100644 --- a/sparsify/cmdline.ml +++ b/sparsify/cmdline.ml @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/sparsify/cmdline.mli b/sparsify/cmdline.mli index 316ae4331..0f23a36a0 100644 --- a/sparsify/cmdline.mli +++ b/sparsify/cmdline.mli @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/sparsify/copying.ml b/sparsify/copying.ml index 9c66428b2..a05ed6cb4 100644 --- a/sparsify/copying.ml +++ b/sparsify/copying.ml @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/sparsify/in_place.ml b/sparsify/in_place.ml index 541189215..88f30c0b3 100644 --- a/sparsify/in_place.ml +++ b/sparsify/in_place.ml @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/sparsify/sparsify.ml b/sparsify/sparsify.ml index ebdc9c444..60c6d468e 100644 --- a/sparsify/sparsify.ml +++ b/sparsify/sparsify.ml @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/sparsify/test-virt-sparsify-in-place-fstrim-unsupported.sh b/sparsify/test-virt-sparsify-in-place-fstrim-unsupported.sh index d6a300d37..b9fa96f15 100755 --- a/sparsify/test-virt-sparsify-in-place-fstrim-unsupported.sh +++ b/sparsify/test-virt-sparsify-in-place-fstrim-unsupported.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs virt-sparsify --in-place test script -# Copyright (C) 2011-2016 Red Hat Inc. +# Copyright (C) 2011-2017 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/sparsify/test-virt-sparsify-in-place.sh b/sparsify/test-virt-sparsify-in-place.sh index 8797c27a3..9d35ebafd 100755 --- a/sparsify/test-virt-sparsify-in-place.sh +++ b/sparsify/test-virt-sparsify-in-place.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs virt-sparsify --in-place test script -# Copyright (C) 2011-2016 Red Hat Inc. +# Copyright (C) 2011-2017 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/sparsify/utils.ml b/sparsify/utils.ml index ba715f31f..3bb64b737 100644 --- a/sparsify/utils.ml +++ b/sparsify/utils.ml @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 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/sparsify/virt-sparsify.pod b/sparsify/virt-sparsify.pod index fa72c2306..d8e96065e 100644 --- a/sparsify/virt-sparsify.pod +++ b/sparsify/virt-sparsify.pod @@ -468,4 +468,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2011-2016 Red Hat Inc. +Copyright (C) 2011-2017 Red Hat Inc. diff --git a/src/actions-support.c b/src/actions-support.c index 46fa8db75..1312f9928 100644 --- a/src/actions-support.c +++ b/src/actions-support.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/alloc.c b/src/alloc.c index d6f70c205..399b6deae 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/appliance-cpu.c b/src/appliance-cpu.c index 724120beb..6a9fb0d7e 100644 --- a/src/appliance-cpu.c +++ b/src/appliance-cpu.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/appliance-kcmdline.c b/src/appliance-kcmdline.c index 677166888..76023a39a 100644 --- a/src/appliance-kcmdline.c +++ b/src/appliance-kcmdline.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/appliance-uefi.c b/src/appliance-uefi.c index c1a0284a0..55d80d128 100644 --- a/src/appliance-uefi.c +++ b/src/appliance-uefi.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/appliance.c b/src/appliance.c index 9b603d094..f12918573 100644 --- a/src/appliance.c +++ b/src/appliance.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/canonical-name.c b/src/canonical-name.c index 8b5f493e1..ae7b4688b 100644 --- a/src/canonical-name.c +++ b/src/canonical-name.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/create.c b/src/create.c index e1c1aa0c5..6f1584ed3 100644 --- a/src/create.c +++ b/src/create.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/errors.c b/src/errors.c index b1ef491e5..c2af611ee 100644 --- a/src/errors.c +++ b/src/errors.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/fuse.c b/src/fuse.c index 83cda79d9..0180f8f71 100644 --- a/src/fuse.c +++ b/src/fuse.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/guestfs-internal-frontend.h b/src/guestfs-internal-frontend.h index bc5750602..41fba1a4d 100644 --- a/src/guestfs-internal-frontend.h +++ b/src/guestfs-internal-frontend.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2013-2016 Red Hat Inc. + * Copyright (C) 2013-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h index 175015b21..40dad351d 100644 --- a/src/guestfs-internal.h +++ b/src/guestfs-internal.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/guestfs.pod b/src/guestfs.pod index aaadb40ad..e02cda6f8 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -3561,4 +3561,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/src/handle.c b/src/handle.c index d86327662..ded14823c 100644 --- a/src/handle.c +++ b/src/handle.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/launch-direct.c b/src/launch-direct.c index 64e52e8ad..efedf921e 100644 --- a/src/launch-direct.c +++ b/src/launch-direct.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/launch-libvirt.c b/src/launch-libvirt.c index 8779dcb57..168bba6ac 100644 --- a/src/launch-libvirt.c +++ b/src/launch-libvirt.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/launch-uml.c b/src/launch-uml.c index 8c4879510..c391af309 100644 --- a/src/launch-uml.c +++ b/src/launch-uml.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/launch-unix.c b/src/launch-unix.c index 212de6925..8ce4ca5b4 100644 --- a/src/launch-unix.c +++ b/src/launch-unix.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/launch.c b/src/launch.c index eaa14ccb6..17c4ceee5 100644 --- a/src/launch.c +++ b/src/launch.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/match.c b/src/match.c index 149495987..eb66239eb 100644 --- a/src/match.c +++ b/src/match.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/private-data.c b/src/private-data.c index 64fe9ef87..f448894b4 100644 --- a/src/private-data.c +++ b/src/private-data.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/proto.c b/src/proto.c index 769aecc64..99a4f4c43 100644 --- a/src/proto.c +++ b/src/proto.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/qemu.c b/src/qemu.c index c51133859..e61bc3c44 100644 --- a/src/qemu.c +++ b/src/qemu.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/unit-tests.c b/src/unit-tests.c index 06d4d2736..b26384524 100644 --- a/src/unit-tests.c +++ b/src/unit-tests.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2014-2016 Red Hat Inc. + * Copyright (C) 2014-2017 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/src/utils.c b/src/utils.c index 0b8962c0e..4b0eaedcd 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/whole-file.c b/src/whole-file.c index a8d149767..fb9f113ec 100644 --- a/src/whole-file.c +++ b/src/whole-file.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2011-2016 Red Hat Inc. + * Copyright (C) 2011-2017 Red Hat Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/subdir-rules.mk b/subdir-rules.mk index 66ea99eec..c6b21fd07 100644 --- a/subdir-rules.mk +++ b/subdir-rules.mk @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/sysprep/Makefile.am b/sysprep/Makefile.am index aa1a578e1..a106a201c 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-sysprep tool -# Copyright (C) 2012-2016 Red Hat Inc. +# Copyright (C) 2012-2017 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/sysprep/main.ml b/sysprep/main.ml index 2fa416f5e..3dc8f50e7 100644 --- a/sysprep/main.ml +++ b/sysprep/main.ml @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/sysprep/sysprep_operation_backup_files.ml b/sysprep/sysprep_operation_backup_files.ml index 0334b3318..5e89989d9 100644 --- a/sysprep/sysprep_operation_backup_files.ml +++ b/sysprep/sysprep_operation_backup_files.ml @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2016 Red Hat Inc. + * Copyright (C) 2012-2017 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/sysprep/virt-sysprep.pod b/sysprep/virt-sysprep.pod index 0e59b4c1d..3a50b255c 100644 --- a/sysprep/virt-sysprep.pod +++ b/sysprep/virt-sysprep.pod @@ -621,6 +621,6 @@ Wanlong Gao, Fujitsu Ltd. =head1 COPYRIGHT -Copyright (C) 2011-2016 Red Hat Inc. +Copyright (C) 2011-2017 Red Hat Inc. Copyright (C) 2012 Fujitsu Ltd. diff --git a/test-data/Makefile.am b/test-data/Makefile.am index 0ac73544c..30f06fe76 100644 --- a/test-data/Makefile.am +++ b/test-data/Makefile.am @@ -1,5 +1,5 @@ # libguestfs test images -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/test-data/binaries/Makefile.am b/test-data/binaries/Makefile.am index 05c1eb9ab..b7f4cfdc2 100644 --- a/test-data/binaries/Makefile.am +++ b/test-data/binaries/Makefile.am @@ -1,5 +1,5 @@ # libguestfs test images -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/test-data/blank-disks/Makefile.am b/test-data/blank-disks/Makefile.am index aa20358d7..f372a8ed3 100644 --- a/test-data/blank-disks/Makefile.am +++ b/test-data/blank-disks/Makefile.am @@ -1,5 +1,5 @@ # libguestfs test images -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/test-data/fake-virt-tools/Makefile.am b/test-data/fake-virt-tools/Makefile.am index 16696056c..0f96ace70 100644 --- a/test-data/fake-virt-tools/Makefile.am +++ b/test-data/fake-virt-tools/Makefile.am @@ -1,5 +1,5 @@ # libguestfs test images -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/test-data/fake-virtio-win/Makefile.am b/test-data/fake-virtio-win/Makefile.am index 33470fbc8..57f6e19ea 100644 --- a/test-data/fake-virtio-win/Makefile.am +++ b/test-data/fake-virtio-win/Makefile.am @@ -1,5 +1,5 @@ # libguestfs test images -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/test-data/files/Makefile.am b/test-data/files/Makefile.am index b32eb0be9..9c48a7ca7 100644 --- a/test-data/files/Makefile.am +++ b/test-data/files/Makefile.am @@ -1,5 +1,5 @@ # libguestfs test images -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/test-data/phony-guests/Makefile.am b/test-data/phony-guests/Makefile.am index 1439b3e7c..799580946 100644 --- a/test-data/phony-guests/Makefile.am +++ b/test-data/phony-guests/Makefile.am @@ -1,5 +1,5 @@ # libguestfs test images -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/test-data/phony-guests/make-fedora-img.pl b/test-data/phony-guests/make-fedora-img.pl index 5a6adab25..21b3312b4 100755 --- a/test-data/phony-guests/make-fedora-img.pl +++ b/test-data/phony-guests/make-fedora-img.pl @@ -1,6 +1,6 @@ #!/usr/bin/env perl # libguestfs -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/test-data/phony-guests/make-windows-img.sh b/test-data/phony-guests/make-windows-img.sh index d5c4501ef..2d18ea489 100755 --- a/test-data/phony-guests/make-windows-img.sh +++ b/test-data/phony-guests/make-windows-img.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2010-2016 Red Hat Inc. +# Copyright (C) 2010-2017 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/test-tool/Makefile.am b/test-tool/Makefile.am index b1a032583..df285a2e9 100644 --- a/test-tool/Makefile.am +++ b/test-tool/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod index 20158e3b8..468399334 100644 --- a/test-tool/libguestfs-test-tool.pod +++ b/test-tool/libguestfs-test-tool.pod @@ -187,4 +187,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2016 Red Hat Inc. +Copyright (C) 2009-2017 Red Hat Inc. diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c index a5297baab..20e2a32fa 100644 --- a/test-tool/test-tool.c +++ b/test-tool/test-tool.c @@ -1,5 +1,5 @@ /* libguestfs-test-tool - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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 @@ -54,7 +54,7 @@ static void usage (void) { printf (_("libguestfs-test-tool: interactive test tool\n" - "Copyright (C) 2009-2016 Red Hat Inc.\n" + "Copyright (C) 2009-2017 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/tests/9p/Makefile.am b/tests/9p/Makefile.am index eb698fae2..53538bf1d 100644 --- a/tests/9p/Makefile.am +++ b/tests/9p/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/tests/btrfs/Makefile.am b/tests/btrfs/Makefile.am index 3c91c8bf5..fe72e4408 100644 --- a/tests/btrfs/Makefile.am +++ b/tests/btrfs/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/tests/c-api/Makefile.am b/tests/c-api/Makefile.am index 708c6ebc2..599e49922 100644 --- a/tests/c-api/Makefile.am +++ b/tests/c-api/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/tests/c-api/test-add-libvirt-dom.c b/tests/c-api/test-add-libvirt-dom.c index 612b86e97..672e8612f 100644 --- a/tests/c-api/test-add-libvirt-dom.c +++ b/tests/c-api/test-add-libvirt-dom.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2016 Red Hat Inc. + * Copyright (C) 2010-2017 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/tests/c-api/tests-main.c b/tests/c-api/tests-main.c index 5db407e03..0fd895423 100644 --- a/tests/c-api/tests-main.c +++ b/tests/c-api/tests-main.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/tests/c-api/tests.h b/tests/c-api/tests.h index d8d588179..2df9e9c61 100644 --- a/tests/c-api/tests.h +++ b/tests/c-api/tests.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2016 Red Hat Inc. + * Copyright (C) 2009-2017 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/tests/charsets/Makefile.am b/tests/charsets/Makefile.am index 41df74488..a28586736 100644 --- a/tests/charsets/Makefile.am +++ b/tests/charsets/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2016 Red Hat Inc. +# Copyright (C) 2009-2017 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/tests/disks/test-qemu-drive-libvirt.sh b/tests/disks/test-qemu-drive-libvirt.sh index b2656ba9a..3a78dab0d 100755 --- a/tests/disks/test-qemu-drive-libvirt.sh +++ b/tests/disks/test-qemu-drive-libvirt.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2013-2016 Red Hat Inc. +# Copyright (C) 2013-2017 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/tests/disks/test-qemu-drive-libvirt.xml.in b/tests/disks/test-qemu-drive-libvirt.xml.in index f0b7fe036..61c51cc12 100644 --- a/tests/disks/test-qemu-drive-libvirt.xml.in +++ b/tests/disks/test-qemu-drive-libvirt.xml.in @@ -1,6 +1,6 @@