diff --git a/Makefile.am b/Makefile.am index 5d1d7b53d..76aaa1ca8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 aede9a4c9..64f9bb10d 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-2018 Red Hat Inc. +Copyright (C) 2009-2019 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 6cba8d158..fc424b1d0 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 a2c0bc62f..671d2e410 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-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/appliance/make.sh.in b/appliance/make.sh.in index 8d2408fba..4dd729595 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -1,6 +1,6 @@ #!/bin/bash - # @configure_input@ -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 9af1550d2..4f595cd04 100644 --- a/bash/Makefile.am +++ b/bash/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2013-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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 4cf116756..880d25921 100644 --- a/bash/guestfish +++ b/bash/guestfish @@ -1,5 +1,5 @@ # guestfish bash completion script -*- shell-script -*- -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 b3704fca5..0eb398ff1 100644 --- a/bash/guestmount +++ b/bash/guestmount @@ -1,5 +1,5 @@ # guestmount bash completion script -*- shell-script -*- -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 14ee42aa5..1014677f6 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-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 beabb9216..2f763716a 100644 --- a/bash/virt-rescue +++ b/bash/virt-rescue @@ -1,5 +1,5 @@ # virt-rescue bash completion script -*- shell-script -*- -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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-v2v-copy-to-local b/bash/virt-v2v-copy-to-local index 25500d595..8360b0b98 100644 --- a/bash/virt-v2v-copy-to-local +++ b/bash/virt-v2v-copy-to-local @@ -1,5 +1,5 @@ # virt-v2v-copy-to-local bash completion script -*- shell-script -*- -# Copyright (C) 2014-2018 Red Hat Inc. +# Copyright (C) 2014-2019 Red Hat Inc. # # This program is free 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 1b774f689..5bb442ec6 100755 --- a/bugs-in-changelog.sh +++ b/bugs-in-changelog.sh @@ -1,6 +1,6 @@ #!/bin/bash - # bugs-in-changelog.sh -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 86120901f..5229e5b22 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-2018 Free Software Foundation, Inc. +# Copyright (C) 2011-2019 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 dc68e9d03..b564fadd6 100644 --- a/builder/Makefile.am +++ b/builder/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-builder tool -# Copyright (C) 2013-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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 2ed7cb97a..c7cbcaedb 100644 --- a/builder/builder.ml +++ b/builder/builder.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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 e72e22599..ba93cf19b 100644 --- a/builder/cache.ml +++ b/builder/cache.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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 f67afa2c4..44cbc3840 100644 --- a/builder/cache.mli +++ b/builder/cache.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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 bd099e218..67be6a130 100644 --- a/builder/cmdline.ml +++ b/builder/cmdline.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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 916d7eb92..198c6acfa 100644 --- a/builder/cmdline.mli +++ b/builder/cmdline.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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 edad214fb..f038f0bf3 100644 --- a/builder/index.ml +++ b/builder/index.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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 8b65e3da8..3516c17b3 100644 --- a/builder/index.mli +++ b/builder/index.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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 ecbc4afb4..211015395 100644 --- a/builder/ini_reader.ml +++ b/builder/ini_reader.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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 bf32851a3..e1054986e 100644 --- a/builder/ini_reader.mli +++ b/builder/ini_reader.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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 b8472d521..8689ffa20 100644 --- a/builder/languages.ml +++ b/builder/languages.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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/paths.mli b/builder/paths.mli index dfed1c7d1..d5addc56b 100644 --- a/builder/paths.mli +++ b/builder/paths.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2014-2018 Red Hat Inc. + * Copyright (C) 2014-2019 Red Hat Inc. * * This program is free 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/repository_main.ml b/builder/repository_main.ml index 60ee96299..60fd743d6 100644 --- a/builder/repository_main.ml +++ b/builder/repository_main.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2016-2018 SUSE Inc. + * Copyright (C) 2016-2019 SUSE Inc. * * This program is free 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/repository_main.mli b/builder/repository_main.mli index 20c2e81fe..2cdd47606 100644 --- a/builder/repository_main.mli +++ b/builder/repository_main.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2016-2018 SUSE Inc. + * Copyright (C) 2016-2019 SUSE Inc. * * This program is free 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 3204d0e3e..b070dba4d 100644 --- a/builder/templates/Makefile.am +++ b/builder/templates/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-builder tool -# Copyright (C) 2013-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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/make-template.ml b/builder/templates/make-template.ml index 5dc912cc0..d969991f6 100755 --- a/builder/templates/make-template.ml +++ b/builder/templates/make-template.ml @@ -1,6 +1,6 @@ #!/usr/bin/env ocaml (* libguestfs - * Copyright (C) 2016-2018 Red Hat Inc. + * Copyright (C) 2016-2019 Red Hat Inc. * * This program is free 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 53a8f0773..2796be39b 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-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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 538a43be9..0a7742795 100644 --- a/builder/utils.ml +++ b/builder/utils.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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.mli b/builder/utils.mli index c7631636c..5f34d6776 100644 --- a/builder/utils.mli +++ b/builder/utils.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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/virt-builder-repository.pod b/builder/virt-builder-repository.pod index 631a680f2..b34952431 100644 --- a/builder/virt-builder-repository.pod +++ b/builder/virt-builder-repository.pod @@ -209,4 +209,4 @@ Cédric Bosdonnat L =head1 COPYRIGHT -Copyright (C) 2016-2018 SUSE Inc. +Copyright (C) 2016-2019 SUSE Inc. diff --git a/cat/Makefile.am b/cat/Makefile.am index 8fc209dbc..9fee8cc1c 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-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 afba541ca..25107e25f 100644 --- a/cat/log.c +++ b/cat/log.c @@ -1,5 +1,5 @@ /* virt-log - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -70,7 +70,7 @@ usage (int status) getprogname ()); else { printf (_("%s: display log files in a virtual machine\n" - "Copyright (C) 2010-2018 Red Hat Inc.\n" + "Copyright (C) 2010-2019 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 b0cf95e56..9b69a83c3 100755 --- a/cat/test-virt-cat.sh +++ b/cat/test-virt-cat.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 9ff5d499b..22488cea3 100755 --- a/cat/test-virt-filesystems.sh +++ b/cat/test-virt-filesystems.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 de08759ee..a621f4bf4 100755 --- a/cat/test-virt-log.sh +++ b/cat/test-virt-log.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 5841824c3..8de000c5f 100644 --- a/cat/virt-log.pod +++ b/cat/virt-log.pod @@ -167,4 +167,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2010-2018 Red Hat Inc. +Copyright (C) 2010-2019 Red Hat Inc. diff --git a/cat/virt-ls.pod b/cat/virt-ls.pod index f00000b12..8d6a9fe37 100644 --- a/cat/virt-ls.pod +++ b/cat/virt-ls.pod @@ -548,4 +548,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/common/edit/Makefile.am b/common/edit/Makefile.am index 3e13cefc7..d31d57268 100644 --- a/common/edit/Makefile.am +++ b/common/edit/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/edit/file-edit.c b/common/edit/file-edit.c index eb5936a0c..ef56ed13d 100644 --- a/common/edit/file-edit.c +++ b/common/edit/file-edit.c @@ -1,5 +1,5 @@ /* libguestfs - shared file editing - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/edit/file-edit.h b/common/edit/file-edit.h index d2a9d8f33..4120b6d0a 100644 --- a/common/edit/file-edit.h +++ b/common/edit/file-edit.h @@ -1,5 +1,5 @@ /* libguestfs - shared file editing - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/miniexpect/Makefile.am b/common/miniexpect/Makefile.am index fe28eeb0a..f223b8d79 100644 --- a/common/miniexpect/Makefile.am +++ b/common/miniexpect/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-p2v -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/mlaugeas/Makefile.am b/common/mlaugeas/Makefile.am index 2c1a6e0fd..3baae008e 100644 --- a/common/mlaugeas/Makefile.am +++ b/common/mlaugeas/Makefile.am @@ -1,5 +1,5 @@ # libguestfs OCaml tools common code -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/mlaugeas/augeas-c.c b/common/mlaugeas/augeas-c.c index 084814de4..3e0ba67ba 100644 --- a/common/mlaugeas/augeas-c.c +++ b/common/mlaugeas/augeas-c.c @@ -1,5 +1,5 @@ /* Augeas OCaml bindings - * Copyright (C) 2008-2018 Red Hat Inc., Richard W.M. Jones + * Copyright (C) 2008-2019 Red Hat Inc., Richard W.M. Jones * * 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/common/mlgettext/Makefile.am b/common/mlgettext/Makefile.am index b918f90c3..712feb11b 100644 --- a/common/mlgettext/Makefile.am +++ b/common/mlgettext/Makefile.am @@ -1,5 +1,5 @@ # Wrapper around ocaml-gettext. -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/mlgettext/common_gettext.mli b/common/mlgettext/common_gettext.mli index e307f7f5d..8c12cf0ee 100644 --- a/common/mlgettext/common_gettext.mli +++ b/common/mlgettext/common_gettext.mli @@ -1,5 +1,5 @@ (* Wrapper around ocaml-gettext. - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlprogress/Makefile.am b/common/mlprogress/Makefile.am index af006d228..9c5ef9baf 100644 --- a/common/mlprogress/Makefile.am +++ b/common/mlprogress/Makefile.am @@ -1,5 +1,5 @@ # libguestfs OCaml tools common code -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/mlprogress/progress-c.c b/common/mlprogress/progress-c.c index a7e1060f9..d7cc8b7c3 100644 --- a/common/mlprogress/progress-c.c +++ b/common/mlprogress/progress-c.c @@ -1,5 +1,5 @@ /* libguestfs OCaml tools common code - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlprogress/progress.ml b/common/mlprogress/progress.ml index 0f6efda95..4114259c1 100644 --- a/common/mlprogress/progress.ml +++ b/common/mlprogress/progress.ml @@ -1,5 +1,5 @@ (* libguestfs OCaml tools common code - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlstdutils/Makefile.am b/common/mlstdutils/Makefile.am index 75252eb46..ba11c11a0 100644 --- a/common/mlstdutils/Makefile.am +++ b/common/mlstdutils/Makefile.am @@ -1,5 +1,5 @@ # libguestfs OCaml tools common code -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/mlstdutils/guestfs_config.ml.in b/common/mlstdutils/guestfs_config.ml.in index c90c99581..0ab95bd92 100644 --- a/common/mlstdutils/guestfs_config.ml.in +++ b/common/mlstdutils/guestfs_config.ml.in @@ -1,6 +1,6 @@ (* configuration for mllib. * @configure_input@ - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlstdutils/std_utils.ml b/common/mlstdutils/std_utils.ml index df443058f..5a92dccc9 100644 --- a/common/mlstdutils/std_utils.ml +++ b/common/mlstdutils/std_utils.ml @@ -1,5 +1,5 @@ (* Common utilities for OCaml tools in libguestfs. - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlstdutils/std_utils.mli b/common/mlstdutils/std_utils.mli index 62cb8e9ff..ca4e940cf 100644 --- a/common/mlstdutils/std_utils.mli +++ b/common/mlstdutils/std_utils.mli @@ -1,5 +1,5 @@ (* Common utilities for OCaml tools in libguestfs. - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlstdutils/std_utils_tests.ml b/common/mlstdutils/std_utils_tests.ml index aa48f5f39..81f512cbf 100644 --- a/common/mlstdutils/std_utils_tests.ml +++ b/common/mlstdutils/std_utils_tests.ml @@ -1,5 +1,5 @@ (* Utilities for OCaml tools in libguestfs. - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlstdutils/stringMap.ml b/common/mlstdutils/stringMap.ml index fa2c386c7..08ff7bbb1 100644 --- a/common/mlstdutils/stringMap.ml +++ b/common/mlstdutils/stringMap.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlstdutils/stringMap.mli b/common/mlstdutils/stringMap.mli index dbb14b7a6..c36963d77 100644 --- a/common/mlstdutils/stringMap.mli +++ b/common/mlstdutils/stringMap.mli @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlstdutils/stringSet.ml b/common/mlstdutils/stringSet.ml index e823c3984..f7b2da227 100644 --- a/common/mlstdutils/stringSet.ml +++ b/common/mlstdutils/stringSet.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlstdutils/stringSet.mli b/common/mlstdutils/stringSet.mli index a280e2e97..2a0576a7e 100644 --- a/common/mlstdutils/stringSet.mli +++ b/common/mlstdutils/stringSet.mli @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/JSON.ml b/common/mltools/JSON.ml index 7418f1372..51c05e7fe 100644 --- a/common/mltools/JSON.ml +++ b/common/mltools/JSON.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/JSON.mli b/common/mltools/JSON.mli index 810de6460..c16567666 100644 --- a/common/mltools/JSON.mli +++ b/common/mltools/JSON.mli @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/JSON_parser-c.c b/common/mltools/JSON_parser-c.c index be1f011d1..bf38dd1bf 100644 --- a/common/mltools/JSON_parser-c.c +++ b/common/mltools/JSON_parser-c.c @@ -1,5 +1,5 @@ /* JSON parser - * Copyright (C) 2015-2018 Red Hat Inc. + * Copyright (C) 2015-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/JSON_parser.ml b/common/mltools/JSON_parser.ml index 7c01ddf04..7ef184f1a 100644 --- a/common/mltools/JSON_parser.ml +++ b/common/mltools/JSON_parser.ml @@ -1,5 +1,5 @@ (* JSON parser - * Copyright (C) 2015-2018 Red Hat Inc. + * Copyright (C) 2015-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/JSON_parser.mli b/common/mltools/JSON_parser.mli index a62d387cd..8e62fa6f5 100644 --- a/common/mltools/JSON_parser.mli +++ b/common/mltools/JSON_parser.mli @@ -1,5 +1,5 @@ (* JSON parser - * Copyright (C) 2015-2018 Red Hat Inc. + * Copyright (C) 2015-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/Makefile.am b/common/mltools/Makefile.am index bb0173653..37d10e610 100644 --- a/common/mltools/Makefile.am +++ b/common/mltools/Makefile.am @@ -1,5 +1,5 @@ # libguestfs OCaml tools common code -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/mltools/URI.ml b/common/mltools/URI.ml index 7f9e62554..7153cd6f0 100644 --- a/common/mltools/URI.ml +++ b/common/mltools/URI.ml @@ -1,5 +1,5 @@ (* interface to -a URI option parsing mini library - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/curl.ml b/common/mltools/curl.ml index 41a4b79c3..6dba97534 100644 --- a/common/mltools/curl.ml +++ b/common/mltools/curl.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/curl.mli b/common/mltools/curl.mli index 5723e5e38..a3e98dc68 100644 --- a/common/mltools/curl.mli +++ b/common/mltools/curl.mli @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/planner.ml b/common/mltools/planner.ml index 3eadc9760..4703d3a74 100644 --- a/common/mltools/planner.ml +++ b/common/mltools/planner.ml @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/planner.mli b/common/mltools/planner.mli index 9840a8efa..e260c4fe8 100644 --- a/common/mltools/planner.mli +++ b/common/mltools/planner.mli @@ -1,5 +1,5 @@ (* virt-builder - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/registry.ml b/common/mltools/registry.ml index 1ed465910..0610a6ab2 100644 --- a/common/mltools/registry.ml +++ b/common/mltools/registry.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/registry.mli b/common/mltools/registry.mli index 5cbcacf5e..9fd001058 100644 --- a/common/mltools/registry.mli +++ b/common/mltools/registry.mli @@ -1,5 +1,5 @@ (* mllib - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/test-getopt.sh b/common/mltools/test-getopt.sh index a5e977720..2673d2ad0 100755 --- a/common/mltools/test-getopt.sh +++ b/common/mltools/test-getopt.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2016-2018 Red Hat Inc. +# Copyright (C) 2016-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/mltools/tools_utils.ml b/common/mltools/tools_utils.ml index 298d89b4d..3c7e1b846 100644 --- a/common/mltools/tools_utils.ml +++ b/common/mltools/tools_utils.ml @@ -1,5 +1,5 @@ (* Common utilities for OCaml tools in libguestfs. - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/tools_utils.mli b/common/mltools/tools_utils.mli index ea4a683f0..ab70f583e 100644 --- a/common/mltools/tools_utils.mli +++ b/common/mltools/tools_utils.mli @@ -1,5 +1,5 @@ (* Common utilities for OCaml tools in libguestfs. - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/tools_utils_tests.ml b/common/mltools/tools_utils_tests.ml index 490942310..1489fe699 100644 --- a/common/mltools/tools_utils_tests.ml +++ b/common/mltools/tools_utils_tests.ml @@ -1,5 +1,5 @@ (* Common utilities for OCaml tools in libguestfs. - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/uri-c.c b/common/mltools/uri-c.c index e54acccbc..2a8837cd9 100644 --- a/common/mltools/uri-c.c +++ b/common/mltools/uri-c.c @@ -1,5 +1,5 @@ /* interface to -a URI option parsing mini library - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/xpath_helpers.ml b/common/mltools/xpath_helpers.ml index d1c6227b9..aa6ebebdf 100644 --- a/common/mltools/xpath_helpers.ml +++ b/common/mltools/xpath_helpers.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mltools/xpath_helpers.mli b/common/mltools/xpath_helpers.mli index 147fdaa86..5abfeabdc 100644 --- a/common/mltools/xpath_helpers.mli +++ b/common/mltools/xpath_helpers.mli @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlutils/Makefile.am b/common/mlutils/Makefile.am index 77feafa56..45f401268 100644 --- a/common/mlutils/Makefile.am +++ b/common/mlutils/Makefile.am @@ -1,5 +1,5 @@ # libguestfs OCaml tools common code -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/mlutils/c_utils-c.c b/common/mlutils/c_utils-c.c index 83cf76398..ef847637f 100644 --- a/common/mlutils/c_utils-c.c +++ b/common/mlutils/c_utils-c.c @@ -1,5 +1,5 @@ /* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlutils/c_utils.ml b/common/mlutils/c_utils.ml index 0f9d1943d..c3bc7bc21 100644 --- a/common/mlutils/c_utils.ml +++ b/common/mlutils/c_utils.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlutils/c_utils.mli b/common/mlutils/c_utils.mli index d2ad6fc1d..c54a2605d 100644 --- a/common/mlutils/c_utils.mli +++ b/common/mlutils/c_utils.mli @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlutils/c_utils_unit_tests.ml b/common/mlutils/c_utils_unit_tests.ml index f0e68e545..ebc5db1ab 100644 --- a/common/mlutils/c_utils_unit_tests.ml +++ b/common/mlutils/c_utils_unit_tests.ml @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlutils/unix_utils-c.c b/common/mlutils/unix_utils-c.c index 3344ff42f..33099611c 100644 --- a/common/mlutils/unix_utils-c.c +++ b/common/mlutils/unix_utils-c.c @@ -1,5 +1,5 @@ /* libguestfs OCaml tools common code - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlutils/unix_utils.ml b/common/mlutils/unix_utils.ml index 6726a1363..52eb824dd 100644 --- a/common/mlutils/unix_utils.ml +++ b/common/mlutils/unix_utils.ml @@ -1,5 +1,5 @@ (* mllib - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlutils/unix_utils.mli b/common/mlutils/unix_utils.mli index 04bce88f2..4fcea4a33 100644 --- a/common/mlutils/unix_utils.mli +++ b/common/mlutils/unix_utils.mli @@ -1,5 +1,5 @@ (* mllib - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/mlvisit/Makefile.am b/common/mlvisit/Makefile.am index 7230415e7..53024a1b2 100644 --- a/common/mlvisit/Makefile.am +++ b/common/mlvisit/Makefile.am @@ -1,5 +1,5 @@ # libguestfs OCaml tools common code -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/mlxml/Makefile.am b/common/mlxml/Makefile.am index 7f36b743a..82ab803d1 100644 --- a/common/mlxml/Makefile.am +++ b/common/mlxml/Makefile.am @@ -1,5 +1,5 @@ # libguestfs OCaml tools common code -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/mlxml/xml-c.c b/common/mlxml/xml-c.c index 3ebecb25e..d3db7e227 100644 --- a/common/mlxml/xml-c.c +++ b/common/mlxml/xml-c.c @@ -1,5 +1,5 @@ /* Bindings for libxml2 - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * Copyright (C) 2017 SUSE Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/common/mlxml/xml.ml b/common/mlxml/xml.ml index 5b5c09c00..d5fda7291 100644 --- a/common/mlxml/xml.ml +++ b/common/mlxml/xml.ml @@ -1,5 +1,5 @@ (* Bindings for libxml2 - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * Copyright (C) 2017 SUSE Inc. * * This program is free software; you can redistribute it and/or modify diff --git a/common/mlxml/xml.mli b/common/mlxml/xml.mli index f561bd673..364677eb6 100644 --- a/common/mlxml/xml.mli +++ b/common/mlxml/xml.mli @@ -1,5 +1,5 @@ (* virt-v2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/options/Makefile.am b/common/options/Makefile.am index 3fa5cf999..d7c036fb8 100644 --- a/common/options/Makefile.am +++ b/common/options/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/options/display-options.c b/common/options/display-options.c index e952bcc84..72e481a0d 100644 --- a/common/options/display-options.c +++ b/common/options/display-options.c @@ -1,5 +1,5 @@ /* libguestfs - implement --short-options and --long-options - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/options/display-options.h b/common/options/display-options.h index 85f6e151f..f8d6c3027 100644 --- a/common/options/display-options.h +++ b/common/options/display-options.h @@ -1,5 +1,5 @@ /* libguestfs - implement --short-options and --long-options - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/parallel/Makefile.am b/common/parallel/Makefile.am index febbe8dac..6df910037 100644 --- a/common/parallel/Makefile.am +++ b/common/parallel/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-df -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/parallel/domains.h b/common/parallel/domains.h index b203d1dbd..6caa29b6b 100644 --- a/common/parallel/domains.h +++ b/common/parallel/domains.h @@ -1,5 +1,5 @@ /* virt-df & virt-alignment-scan domains code. - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/progress/Makefile.am b/common/progress/Makefile.am index 1582fc635..794215c6e 100644 --- a/common/progress/Makefile.am +++ b/common/progress/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/qemuopts/qemuopts-tests.c b/common/qemuopts/qemuopts-tests.c index f8e68aef4..99535bec2 100644 --- a/common/qemuopts/qemuopts-tests.c +++ b/common/qemuopts/qemuopts-tests.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2014-2018 Red Hat Inc. + * Copyright (C) 2014-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/qemuopts/qemuopts.c b/common/qemuopts/qemuopts.c index 53dc8c2a3..b12fe38f0 100644 --- a/common/qemuopts/qemuopts.c +++ b/common/qemuopts/qemuopts.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/common/qemuopts/qemuopts.h b/common/qemuopts/qemuopts.h index ce5e6a6ab..08efcd9a7 100644 --- a/common/qemuopts/qemuopts.h +++ b/common/qemuopts/qemuopts.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/common/utils/cleanups.h b/common/utils/cleanups.h index 0e1ae1dfb..1d19adbab 100644 --- a/common/utils/cleanups.h +++ b/common/utils/cleanups.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 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/common/utils/gnulib-cleanups.c b/common/utils/gnulib-cleanups.c index 1948aab64..fbd25d187 100644 --- a/common/utils/gnulib-cleanups.c +++ b/common/utils/gnulib-cleanups.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 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/common/utils/guestfs-utils.h b/common/utils/guestfs-utils.h index b6508c669..1459a4c3c 100644 --- a/common/utils/guestfs-utils.h +++ b/common/utils/guestfs-utils.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 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/common/utils/libxml2-cleanups.c b/common/utils/libxml2-cleanups.c index c032b0956..829c620a8 100644 --- a/common/utils/libxml2-cleanups.c +++ b/common/utils/libxml2-cleanups.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 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/common/utils/libxml2-writer-macros.h b/common/utils/libxml2-writer-macros.h index a99b245bb..66a7a8fde 100644 --- a/common/utils/libxml2-writer-macros.h +++ b/common/utils/libxml2-writer-macros.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/common/utils/utils.c b/common/utils/utils.c index 2af537bb1..48e7ed4d1 100644 --- a/common/utils/utils.c +++ b/common/utils/utils.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/common/visit/visit.c b/common/visit/visit.c index 5f98927ca..d9936618c 100644 --- a/common/visit/visit.c +++ b/common/visit/visit.c @@ -1,5 +1,5 @@ /* virt-ls visitor function - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/visit/visit.h b/common/visit/visit.h index 2f50f3013..571db55af 100644 --- a/common/visit/visit.h +++ b/common/visit/visit.h @@ -1,5 +1,5 @@ /* virt-ls visitor function - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/windows/Makefile.am b/common/windows/Makefile.am index 6fddace39..23b712b45 100644 --- a/common/windows/Makefile.am +++ b/common/windows/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/common/windows/windows.c b/common/windows/windows.c index ee4a0170c..355d79a7c 100644 --- a/common/windows/windows.c +++ b/common/windows/windows.c @@ -1,5 +1,5 @@ /* libguestfs - shared Windows path for tools - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/common/windows/windows.h b/common/windows/windows.h index 951314b25..c89990e9b 100644 --- a/common/windows/windows.h +++ b/common/windows/windows.h @@ -1,5 +1,5 @@ /* libguestfs - shared Windows path for tools - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 25a1d6f3d..143435b36 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 277eb6bca..9c9c88900 100755 --- a/contrib/autobuild/autobuild.sh +++ b/contrib/autobuild/autobuild.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs autobuild script -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 665c5441e..0eeaf719f 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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 4db6fa9b3..9c0012546 100644 --- a/customize/Makefile.am +++ b/customize/Makefile.am @@ -1,5 +1,5 @@ # virt-customize -# Copyright (C) 2014-2018 Red Hat Inc. +# Copyright (C) 2014-2019 Red Hat Inc. # # This program is free 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/customize_main.mli b/customize/customize_main.mli index 401a4b91f..568198c83 100644 --- a/customize/customize_main.mli +++ b/customize/customize_main.mli @@ -1,5 +1,5 @@ (* virt-customize - * Copyright (C) 2014-2018 Red Hat Inc. + * Copyright (C) 2014-2019 Red Hat Inc. * * This program is free 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 1140d73a5..7adea37f4 100644 --- a/customize/firstboot.ml +++ b/customize/firstboot.ml @@ -1,5 +1,5 @@ (* virt-customize - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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 125d501ff..fb3088618 100644 --- a/customize/firstboot.mli +++ b/customize/firstboot.mli @@ -1,5 +1,5 @@ (* virt-customize - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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 88fcc0ca4..d57c6fabb 100644 --- a/customize/hostname.ml +++ b/customize/hostname.ml @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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 b31592491..f88a17a09 100644 --- a/customize/hostname.mli +++ b/customize/hostname.mli @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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 489096aeb..0ffaccad3 100644 --- a/customize/password.ml +++ b/customize/password.ml @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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 f5b73f242..5420cdb7f 100644 --- a/customize/password.mli +++ b/customize/password.mli @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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 7aea6851e..a0c5c00fa 100644 --- a/customize/random_seed.ml +++ b/customize/random_seed.ml @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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 56a80b2be..a67f1f21d 100644 --- a/customize/random_seed.mli +++ b/customize/random_seed.mli @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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/test-firstboot.sh b/customize/test-firstboot.sh index bf26b2da6..6c091c96e 100755 --- a/customize/test-firstboot.sh +++ b/customize/test-firstboot.sh @@ -1,6 +1,6 @@ #!/bin/bash - # Test firstboot functionality. -# Copyright (C) 2016-2018 Red Hat Inc. +# Copyright (C) 2016-2019 Red Hat Inc. # # This program is free 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 997e8bb3f..d1b568040 100644 --- a/customize/virt-customize.pod +++ b/customize/virt-customize.pod @@ -323,4 +323,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2011-2018 Red Hat Inc. +Copyright (C) 2011-2019 Red Hat Inc. diff --git a/daemon/blkid.ml b/daemon/blkid.ml index 2feaac364..a94dcd052 100644 --- a/daemon/blkid.ml +++ b/daemon/blkid.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/btrfs.ml b/daemon/btrfs.ml index 0e01507b5..e669cf7f6 100644 --- a/daemon/btrfs.ml +++ b/daemon/btrfs.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/callbacks.mli b/daemon/callbacks.mli index 678b51d6c..afa3cbcf4 100644 --- a/daemon/callbacks.mli +++ b/daemon/callbacks.mli @@ -1,5 +1,5 @@ (* guestfsd - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/checksum.c b/daemon/checksum.c index a354bbdd4..8422e60a7 100644 --- a/daemon/checksum.c +++ b/daemon/checksum.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/chroot.ml b/daemon/chroot.ml index 7ceaa854f..0dec9a8d2 100644 --- a/daemon/chroot.ml +++ b/daemon/chroot.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/chroot.mli b/daemon/chroot.mli index 592ede6b4..1e0768ffa 100644 --- a/daemon/chroot.mli +++ b/daemon/chroot.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 28efa4e27..0ed7f842f 100644 --- a/daemon/cpmv.c +++ b/daemon/cpmv.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 faaf1237e..66bfdc49e 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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.ml b/daemon/daemon.ml index f24d64a13..57a387bd2 100644 --- a/daemon/daemon.ml +++ b/daemon/daemon.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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.mli b/daemon/daemon.mli index c893b4a1e..4640e3612 100644 --- a/daemon/daemon.mli +++ b/daemon/daemon.mli @@ -1,5 +1,5 @@ (* guestfsd - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_utils_tests.ml b/daemon/daemon_utils_tests.ml index 88e17e7aa..4c6880a06 100644 --- a/daemon/daemon_utils_tests.ml +++ b/daemon/daemon_utils_tests.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 044c4382b..8bba4a1c8 100644 --- a/daemon/debug.c +++ b/daemon/debug.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/device-name-translation.c b/daemon/device-name-translation.c index 869a07024..ed826bbae 100644 --- a/daemon/device-name-translation.c +++ b/daemon/device-name-translation.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 d24d728e6..4abefaac1 100644 --- a/daemon/devsparts.c +++ b/daemon/devsparts.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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.ml b/daemon/devsparts.ml index 54108bb0d..c082c32fb 100644 --- a/daemon/devsparts.ml +++ b/daemon/devsparts.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 58f26cfba..dfea8a79d 100644 --- a/daemon/du.c +++ b/daemon/du.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 c42626702..95c32a618 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 588954c65..ce9f9f11d 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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.ml b/daemon/file.ml index a410aa178..0085da4bc 100644 --- a/daemon/file.ml +++ b/daemon/file.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/filearch.ml b/daemon/filearch.ml index a892ba851..8e3a19dba 100644 --- a/daemon/filearch.ml +++ b/daemon/filearch.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 8af2ccd29..e165f866c 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/findfs.ml b/daemon/findfs.ml index c24a194e3..fe24877a5 100644 --- a/daemon/findfs.ml +++ b/daemon/findfs.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 c86643baa..19c610d0e 100644 --- a/daemon/format.c +++ b/daemon/format.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 936e56901..e1017c2f4 100644 --- a/daemon/grub.c +++ b/daemon/grub.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 ae428e573..5400adf64 100644 --- a/daemon/guestfsd.c +++ b/daemon/guestfsd.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 584e6dadf..a122e789f 100644 --- a/daemon/guestfsd.pod +++ b/daemon/guestfsd.pod @@ -151,4 +151,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/daemon/inotify.c b/daemon/inotify.c index 2e01a2a44..a4a00c865 100644 --- a/daemon/inotify.c +++ b/daemon/inotify.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect.ml b/daemon/inspect.ml index ce62c17f2..5f8242d1b 100644 --- a/daemon/inspect.ml +++ b/daemon/inspect.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_fs.ml b/daemon/inspect_fs.ml index da98946af..a0cc18fd8 100644 --- a/daemon/inspect_fs.ml +++ b/daemon/inspect_fs.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_fs.mli b/daemon/inspect_fs.mli index 1027a8638..89d6b635e 100644 --- a/daemon/inspect_fs.mli +++ b/daemon/inspect_fs.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_fs_unix.ml b/daemon/inspect_fs_unix.ml index 742f1e5fe..57a24ef01 100644 --- a/daemon/inspect_fs_unix.ml +++ b/daemon/inspect_fs_unix.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_fs_unix.mli b/daemon/inspect_fs_unix.mli index 76ab2f743..1c5bfd724 100644 --- a/daemon/inspect_fs_unix.mli +++ b/daemon/inspect_fs_unix.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_fs_unix_fstab.ml b/daemon/inspect_fs_unix_fstab.ml index 9d54dadda..9f9478144 100644 --- a/daemon/inspect_fs_unix_fstab.ml +++ b/daemon/inspect_fs_unix_fstab.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_fs_unix_fstab.mli b/daemon/inspect_fs_unix_fstab.mli index 2ca06debc..3b96191b6 100644 --- a/daemon/inspect_fs_unix_fstab.mli +++ b/daemon/inspect_fs_unix_fstab.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_fs_windows.ml b/daemon/inspect_fs_windows.ml index af52dee2d..e382ff5fe 100644 --- a/daemon/inspect_fs_windows.ml +++ b/daemon/inspect_fs_windows.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_fs_windows.mli b/daemon/inspect_fs_windows.mli index 028fa7fd4..70ae51a5d 100644 --- a/daemon/inspect_fs_windows.mli +++ b/daemon/inspect_fs_windows.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_types.ml b/daemon/inspect_types.ml index 70b34c51c..ac1d7501f 100644 --- a/daemon/inspect_types.ml +++ b/daemon/inspect_types.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_types.mli b/daemon/inspect_types.mli index 7493aa3a6..fecc481da 100644 --- a/daemon/inspect_types.mli +++ b/daemon/inspect_types.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_utils.ml b/daemon/inspect_utils.ml index b94c98cd1..ea444afe6 100644 --- a/daemon/inspect_utils.ml +++ b/daemon/inspect_utils.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/inspect_utils.mli b/daemon/inspect_utils.mli index 6d8f4ae07..79c56d852 100644 --- a/daemon/inspect_utils.mli +++ b/daemon/inspect_utils.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 79957bf1f..bf4a81d80 100644 --- a/daemon/is.c +++ b/daemon/is.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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.ml b/daemon/is.ml index 22e9989e7..0c80bb8a2 100644 --- a/daemon/is.ml +++ b/daemon/is.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/ldm.ml b/daemon/ldm.ml index b48b0f4eb..2c1a3deb4 100644 --- a/daemon/ldm.ml +++ b/daemon/ldm.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/link.ml b/daemon/link.ml index 978f966e4..ffa8e7262 100644 --- a/daemon/link.ml +++ b/daemon/link.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/listfs.ml b/daemon/listfs.ml index 63d6e4f84..bf4dca6d4 100644 --- a/daemon/listfs.ml +++ b/daemon/listfs.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 4fe2c24e4..fa815e5c1 100644 --- a/daemon/lvm.c +++ b/daemon/lvm.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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.ml b/daemon/lvm.ml index ef45ed4bc..d0c72be74 100644 --- a/daemon/lvm.ml +++ b/daemon/lvm.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_utils.ml b/daemon/lvm_utils.ml index a891193df..92f964489 100644 --- a/daemon/lvm_utils.ml +++ b/daemon/lvm_utils.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_utils.mli b/daemon/lvm_utils.mli index b25a9a706..811df3ea0 100644 --- a/daemon/lvm_utils.mli +++ b/daemon/lvm_utils.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/md.ml b/daemon/md.ml index 798d22d07..25bb0ee76 100644 --- a/daemon/md.ml +++ b/daemon/md.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 cc3c08fb8..aa830dd3c 100644 --- a/daemon/mkfs.c +++ b/daemon/mkfs.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/mount.ml b/daemon/mount.ml index 4fe85d3b6..981b739c2 100644 --- a/daemon/mount.ml +++ b/daemon/mount.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/mount_utils.ml b/daemon/mount_utils.ml index a53959de3..c1e0b60ee 100644 --- a/daemon/mount_utils.ml +++ b/daemon/mount_utils.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/mount_utils.mli b/daemon/mount_utils.mli index 72421adfa..305b10b5f 100644 --- a/daemon/mount_utils.mli +++ b/daemon/mount_utils.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/mountable.ml b/daemon/mountable.ml index 3b641f198..e753127ae 100644 --- a/daemon/mountable.ml +++ b/daemon/mountable.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/mountable.mli b/daemon/mountable.mli index b832203ac..897596414 100644 --- a/daemon/mountable.mli +++ b/daemon/mountable.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 08d3cd97e..913f6dd70 100644 --- a/daemon/ntfs.c +++ b/daemon/ntfs.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 cadf2508b..2e481eb94 100644 --- a/daemon/ntfsclone.c +++ b/daemon/ntfsclone.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 d67c6c507..070ed4790 100644 --- a/daemon/parted.c +++ b/daemon/parted.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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.ml b/daemon/parted.ml index 42ccb84c5..2a6b3c057 100644 --- a/daemon/parted.ml +++ b/daemon/parted.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 20cf99e9e..da8ef390a 100644 --- a/daemon/proto.c +++ b/daemon/proto.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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.ml b/daemon/realpath.ml index f7dff783a..1f9196658 100644 --- a/daemon/realpath.ml +++ b/daemon/realpath.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/statvfs.ml b/daemon/statvfs.ml index 86ab89634..fac4d2ef7 100644 --- a/daemon/statvfs.ml +++ b/daemon/statvfs.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/stubs-macros.h b/daemon/stubs-macros.h index 53622a070..e8b6c500b 100644 --- a/daemon/stubs-macros.h +++ b/daemon/stubs-macros.h @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 ce5985dd9..06fac3633 100644 --- a/daemon/sync.c +++ b/daemon/sync.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/sysroot.ml b/daemon/sysroot.ml index 0bc8e82ae..56300de4f 100644 --- a/daemon/sysroot.ml +++ b/daemon/sysroot.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/sysroot.mli b/daemon/sysroot.mli index 39f0c519c..b4f96636f 100644 --- a/daemon/sysroot.mli +++ b/daemon/sysroot.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 d46335cf0..300e99448 100644 --- a/daemon/tar.c +++ b/daemon/tar.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 540a86437..bb9211e57 100644 --- a/daemon/upload.c +++ b/daemon/upload.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/utils.c b/daemon/utils.c index f7270135f..c3f88bcab 100644 --- a/daemon/utils.c +++ b/daemon/utils.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/utils.ml b/daemon/utils.ml index c9dfcce77..f79a4dc02 100644 --- a/daemon/utils.ml +++ b/daemon/utils.ml @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/utils.mli b/daemon/utils.mli index 997f4062c..b96b85e63 100644 --- a/daemon/utils.mli +++ b/daemon/utils.mli @@ -1,5 +1,5 @@ (* guestfs-inspection - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 b10f6bddf..bc5c2df97 100644 --- a/daemon/xattr.c +++ b/daemon/xattr.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 35f05c4df..932d0fd01 100644 --- a/daemon/zero.c +++ b/daemon/zero.c @@ -1,5 +1,5 @@ /* libguestfs - the guestfsd daemon - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 33b816877..d561200fb 100755 --- a/df/test-virt-df.sh +++ b/df/test-virt-df.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 92c6d971a..64be70507 100644 --- a/df/virt-df.h +++ b/df/virt-df.h @@ -1,5 +1,5 @@ /* virt-df - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 0fb842874..de6e6b4e5 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-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/dib/output_format.ml b/dib/output_format.ml index 1ea46795c..d4e00ebb1 100644 --- a/dib/output_format.ml +++ b/dib/output_format.ml @@ -1,5 +1,5 @@ (* virt-dib - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dib/output_format.mli b/dib/output_format.mli index 4ac6944cb..4c48fe4d5 100644 --- a/dib/output_format.mli +++ b/dib/output_format.mli @@ -1,5 +1,5 @@ (* virt-dib - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dib/output_format_docker.ml b/dib/output_format_docker.ml index c39aa9820..7c306f8e0 100644 --- a/dib/output_format_docker.ml +++ b/dib/output_format_docker.ml @@ -1,5 +1,5 @@ (* virt-dib - * Copyright (C) 2016-2018 Red Hat Inc. + * Copyright (C) 2016-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dib/output_format_qcow2.ml b/dib/output_format_qcow2.ml index 52783d5cc..1870ae7d2 100644 --- a/dib/output_format_qcow2.ml +++ b/dib/output_format_qcow2.ml @@ -1,5 +1,5 @@ (* virt-dib - * Copyright (C) 2015-2018 Red Hat Inc. + * Copyright (C) 2015-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dib/output_format_raw.ml b/dib/output_format_raw.ml index bbf338298..f13b7d80b 100644 --- a/dib/output_format_raw.ml +++ b/dib/output_format_raw.ml @@ -1,5 +1,5 @@ (* virt-dib - * Copyright (C) 2015-2018 Red Hat Inc. + * Copyright (C) 2015-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dib/output_format_tar.ml b/dib/output_format_tar.ml index ab662f317..860020132 100644 --- a/dib/output_format_tar.ml +++ b/dib/output_format_tar.ml @@ -1,5 +1,5 @@ (* virt-dib - * Copyright (C) 2015-2018 Red Hat Inc. + * Copyright (C) 2015-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/dib/output_format_vhd.ml b/dib/output_format_vhd.ml index 7258f03cc..2cd0e7ee4 100644 --- a/dib/output_format_vhd.ml +++ b/dib/output_format_vhd.ml @@ -1,5 +1,5 @@ (* virt-dib - * Copyright (C) 2015-2018 Red Hat Inc. + * Copyright (C) 2015-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/diff/diff.c b/diff/diff.c index 4c801b4f7..c04b5f185 100644 --- a/diff/diff.c +++ b/diff/diff.c @@ -107,7 +107,7 @@ usage (int status) getprogname ()); else { printf (_("%s: list differences between virtual machines\n" - "Copyright (C) 2010-2018 Red Hat Inc.\n" + "Copyright (C) 2010-2019 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 f8c0bceb4..36ee10ced 100644 --- a/diff/virt-diff.pod +++ b/diff/virt-diff.pod @@ -278,4 +278,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/docs/Makefile.am b/docs/Makefile.am index a73e3712d..4147c7636 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,5 +1,5 @@ # libguestfs documentation -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 72b6a6d0e..e112b92c9 100644 --- a/docs/guestfs-building.pod +++ b/docs/guestfs-building.pod @@ -881,4 +881,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/docs/guestfs-faq.pod b/docs/guestfs-faq.pod index 6b59c9748..946869584 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-2018 Red Hat Inc. +Copyright (C) 2012-2019 Red Hat Inc. diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index 0c83db21c..ff8b955af 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -1226,4 +1226,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/docs/guestfs-internals.pod b/docs/guestfs-internals.pod index a96ceb782..d3a4cf19f 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-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/docs/guestfs-performance.pod b/docs/guestfs-performance.pod index 18dacc34d..ddece042b 100644 --- a/docs/guestfs-performance.pod +++ b/docs/guestfs-performance.pod @@ -631,4 +631,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2012-2018 Red Hat Inc. +Copyright (C) 2012-2019 Red Hat Inc. diff --git a/docs/guestfs-recipes.pod b/docs/guestfs-recipes.pod index 124d8b9ea..b77eb1d70 100644 --- a/docs/guestfs-recipes.pod +++ b/docs/guestfs-recipes.pod @@ -738,4 +738,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/docs/guestfs-release-notes.pod b/docs/guestfs-release-notes.pod index 524a8dd2b..17a171eae 100644 --- a/docs/guestfs-release-notes.pod +++ b/docs/guestfs-release-notes.pod @@ -7053,4 +7053,4 @@ Richard W.M. Jones =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/docs/guestfs-security.pod b/docs/guestfs-security.pod index 4a7dbf6e2..fd41e0f49 100644 --- a/docs/guestfs-security.pod +++ b/docs/guestfs-security.pod @@ -420,4 +420,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/docs/make-internal-documentation.pl b/docs/make-internal-documentation.pl index e08adad70..1585859c5 100755 --- a/docs/make-internal-documentation.pl +++ b/docs/make-internal-documentation.pl @@ -318,4 +318,4 @@ Richard W.M. Jones. =head1 COPYRIGHT -Copyright (C) 2012-2018 Red Hat Inc. +Copyright (C) 2012-2019 Red Hat Inc. diff --git a/edit/Makefile.am b/edit/Makefile.am index 0a0e5b904..85615719c 100644 --- a/edit/Makefile.am +++ b/edit/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-edit -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 eb1f1fd5f..4b9f1bed1 100644 --- a/edit/edit.c +++ b/edit/edit.c @@ -1,5 +1,5 @@ /* virt-edit - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -69,7 +69,7 @@ usage (int status) getprogname ()); else { printf (_("%s: Edit a file in a virtual machine\n" - "Copyright (C) 2009-2018 Red Hat Inc.\n" + "Copyright (C) 2009-2019 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 811f6d3d3..1bbcfb75c 100755 --- a/edit/test-virt-edit.sh +++ b/edit/test-virt-edit.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 8f222d379..3cb3ce6da 100644 --- a/edit/virt-edit.pod +++ b/edit/virt-edit.pod @@ -414,4 +414,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/erlang/main.c b/erlang/main.c index 83216de6b..c6e0e60b3 100644 --- a/erlang/main.c +++ b/erlang/main.c @@ -1,5 +1,5 @@ /* libguestfs Erlang bindings. - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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 2e5a14f77..97fe47248 100755 --- a/erlang/run-bindtests +++ b/erlang/run-bindtests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Erlang bindings -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 fc5a3e832..84b0b70c6 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-2018 Red Hat Inc. +% Copyright (C) 2009-2019 Red Hat Inc. % % This program is free 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 3656f2d73..e8d8f6550 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-2018 Red Hat Inc. +% Copyright (C) 2009-2019 Red Hat Inc. % % This program is free 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 143044ac9..877d972c2 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-2018 Red Hat Inc. +% Copyright (C) 2009-2019 Red Hat Inc. % % This program is free 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 e00a97d61..7a216ffe6 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-2018 Red Hat Inc. +% Copyright (C) 2009-2019 Red Hat Inc. % % This program is free 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 6d287effb..c7c407360 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-2018 Red Hat Inc. +% Copyright (C) 2009-2019 Red Hat Inc. % % This program is free 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 bb0f5f734..c596ce17f 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ # libguestfs C examples -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 c6955b89c..79816d2cc 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-2018 Red Hat Inc. +Copyright (C) 2010-2019 Red Hat Inc. diff --git a/fish/Makefile.am b/fish/Makefile.am index ff111383f..aa8e5add8 100644 --- a/fish/Makefile.am +++ b/fish/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 a0aaffdad..9c20f405c 100644 --- a/fish/alloc.c +++ b/fish/alloc.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 5c576c06e..a941ee76e 100644 --- a/fish/copy.c +++ b/fish/copy.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 c0e4abd30..21fd41c66 100644 --- a/fish/destpaths.c +++ b/fish/destpaths.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 7f119f30f..851cf9247 100644 --- a/fish/display.c +++ b/fish/display.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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 462714344..9a1f7ea59 100644 --- a/fish/echo.c +++ b/fish/echo.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 cc16bfa39..c70dcacbe 100644 --- a/fish/edit.c +++ b/fish/edit.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 7afd6b0f4..2498de2f1 100644 --- a/fish/events.c +++ b/fish/events.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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 3851bfed3..2070e370e 100644 --- a/fish/fish.c +++ b/fish/fish.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -117,7 +117,7 @@ usage (int status) else { printf (_("%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" - "Copyright (C) 2009-2018 Red Hat Inc.\n" + "Copyright (C) 2009-2019 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 a9744cdeb..7b320f856 100644 --- a/fish/glob.c +++ b/fish/glob.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 9df88845c..06644c5b8 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -1678,4 +1678,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/fish/help.c b/fish/help.c index 524ab17b9..941d8d7a0 100644 --- a/fish/help.c +++ b/fish/help.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 d0e4056a9..a64fe2149 100644 --- a/fish/hexedit.c +++ b/fish/hexedit.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 661355747..50e1f633b 100644 --- a/fish/lcd.c +++ b/fish/lcd.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 62358d9f4..7c19bdee9 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-2018 Red Hat Inc. +Copyright (C) 2011-2019 Red Hat Inc. diff --git a/fish/man.c b/fish/man.c index 4ada78e61..29646572b 100644 --- a/fish/man.c +++ b/fish/man.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 debf7c4f9..30328346a 100644 --- a/fish/more.c +++ b/fish/more.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 4266d06c2..82c49c78a 100644 --- a/fish/prep-boot.c +++ b/fish/prep-boot.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 6d070d2ff..43d5131f2 100644 --- a/fish/prep-disk.c +++ b/fish/prep-disk.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 443a5c18e..355c41149 100644 --- a/fish/prep-fs.c +++ b/fish/prep-fs.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 740620847..2ba0d1885 100644 --- a/fish/prep-lv.c +++ b/fish/prep-lv.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 be9620021..9a60e31c3 100644 --- a/fish/prep-part.c +++ b/fish/prep-part.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 b3bd12838..010606d85 100644 --- a/fish/prep.c +++ b/fish/prep.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 6ab787d78..8ee084495 100644 --- a/fish/rc.c +++ b/fish/rc.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 49d3a0f36..dfda51a0a 100644 --- a/fish/reopen.c +++ b/fish/reopen.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 0d511f538..a91a0b6ff 100644 --- a/fish/setenv.c +++ b/fish/setenv.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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 a13b93a0f..c9360349f 100644 --- a/fish/supported.c +++ b/fish/supported.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 dc1d530cc..5f070d04b 100755 --- a/fish/test-mount-local.sh +++ b/fish/test-mount-local.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs -# Copyright (C) 2012-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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 85afcff4d..8bbb898cc 100644 --- a/fish/tilde.c +++ b/fish/tilde.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 98c1d4c03..bdb07758e 100644 --- a/fish/time.c +++ b/fish/time.c @@ -1,5 +1,5 @@ /* guestfish - guest filesystem shell - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 93a8d6c3c..57f342dd7 100644 --- a/fuse/Makefile.am +++ b/fuse/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 7f323f1fc..6c35bcca7 100644 --- a/fuse/guestmount.c +++ b/fuse/guestmount.c @@ -1,5 +1,5 @@ /* guestmount - mount guests using libguestfs and FUSE - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -105,7 +105,7 @@ usage (int status) else { printf (_("%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" - "Copyright (C) 2009-2018 Red Hat Inc.\n" + "Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod index bd4d6bf6f..9319d093c 100644 --- a/fuse/guestmount.pod +++ b/fuse/guestmount.pod @@ -460,4 +460,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/fuse/test-fuse.c b/fuse/test-fuse.c index ac0a49348..757417c51 100644 --- a/fuse/test-fuse.c +++ b/fuse/test-fuse.c @@ -1,5 +1,5 @@ /* Test FUSE. - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 5f09057e6..7572fb7cc 100644 --- a/generator/GObject.ml +++ b/generator/GObject.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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 24f06d5fc..6cc26f169 100644 --- a/generator/GObject.mli +++ b/generator/GObject.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 5d75b75d8..07872d49c 100644 --- a/generator/Makefile.am +++ b/generator/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 467a1f0d8..bd4f73b85 100644 --- a/generator/OCaml.ml +++ b/generator/OCaml.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 4ace7cf32..ae41564d5 100644 --- a/generator/OCaml.mli +++ b/generator/OCaml.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 6c3abf344..c1b5d842e 100644 --- a/generator/XDR.ml +++ b/generator/XDR.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 33db67672..4e2bd93a1 100644 --- a/generator/XDR.mli +++ b/generator/XDR.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 11419f8dd..45b4ff492 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 a29c18e7c..fb0354016 100644 --- a/generator/actions.mli +++ b/generator/actions.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_augeas.ml b/generator/actions_augeas.ml index 8a74ec5e1..3c419e2fc 100644 --- a/generator/actions_augeas.ml +++ b/generator/actions_augeas.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_augeas.mli b/generator/actions_augeas.mli index eb16d5276..ad4e4d4bc 100644 --- a/generator/actions_augeas.mli +++ b/generator/actions_augeas.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_core.ml b/generator/actions_core.ml index f237a3c8b..7b6568b90 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_core.mli b/generator/actions_core.mli index 17836617e..20b19bf1e 100644 --- a/generator/actions_core.mli +++ b/generator/actions_core.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_core_deprecated.ml b/generator/actions_core_deprecated.ml index fafb9adad..93c716627 100644 --- a/generator/actions_core_deprecated.ml +++ b/generator/actions_core_deprecated.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_core_deprecated.mli b/generator/actions_core_deprecated.mli index 17836617e..20b19bf1e 100644 --- a/generator/actions_core_deprecated.mli +++ b/generator/actions_core_deprecated.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_debug.ml b/generator/actions_debug.ml index d48ec7f1a..abd08cfe0 100644 --- a/generator/actions_debug.ml +++ b/generator/actions_debug.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_debug.mli b/generator/actions_debug.mli index 17836617e..20b19bf1e 100644 --- a/generator/actions_debug.mli +++ b/generator/actions_debug.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_hivex.ml b/generator/actions_hivex.ml index cc7a8a96e..eaf8cba25 100644 --- a/generator/actions_hivex.ml +++ b/generator/actions_hivex.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_hivex.mli b/generator/actions_hivex.mli index eb16d5276..ad4e4d4bc 100644 --- a/generator/actions_hivex.mli +++ b/generator/actions_hivex.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_hivex_deprecated.ml b/generator/actions_hivex_deprecated.ml index b5cf44cd5..7ec469465 100644 --- a/generator/actions_hivex_deprecated.ml +++ b/generator/actions_hivex_deprecated.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_hivex_deprecated.mli b/generator/actions_hivex_deprecated.mli index eb16d5276..ad4e4d4bc 100644 --- a/generator/actions_hivex_deprecated.mli +++ b/generator/actions_hivex_deprecated.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_inspection.ml b/generator/actions_inspection.ml index d913f53e3..7c033ae4f 100644 --- a/generator/actions_inspection.ml +++ b/generator/actions_inspection.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_inspection.mli b/generator/actions_inspection.mli index 17836617e..20b19bf1e 100644 --- a/generator/actions_inspection.mli +++ b/generator/actions_inspection.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_inspection_deprecated.ml b/generator/actions_inspection_deprecated.ml index b633c25c2..0d5b48c49 100644 --- a/generator/actions_inspection_deprecated.ml +++ b/generator/actions_inspection_deprecated.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_inspection_deprecated.mli b/generator/actions_inspection_deprecated.mli index 17836617e..20b19bf1e 100644 --- a/generator/actions_inspection_deprecated.mli +++ b/generator/actions_inspection_deprecated.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_internal_tests.ml b/generator/actions_internal_tests.ml index c8e759c0f..23f1f8281 100644 --- a/generator/actions_internal_tests.ml +++ b/generator/actions_internal_tests.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_internal_tests.mli b/generator/actions_internal_tests.mli index 8935b2724..f3d51d7b1 100644 --- a/generator/actions_internal_tests.mli +++ b/generator/actions_internal_tests.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_properties.ml b/generator/actions_properties.ml index f0f283f72..a713609ae 100644 --- a/generator/actions_properties.ml +++ b/generator/actions_properties.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_properties.mli b/generator/actions_properties.mli index a3ce5f20c..3695cc70a 100644 --- a/generator/actions_properties.mli +++ b/generator/actions_properties.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_properties_deprecated.ml b/generator/actions_properties_deprecated.ml index 2593c8d6a..d1ad0094b 100644 --- a/generator/actions_properties_deprecated.ml +++ b/generator/actions_properties_deprecated.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_properties_deprecated.mli b/generator/actions_properties_deprecated.mli index a3ce5f20c..3695cc70a 100644 --- a/generator/actions_properties_deprecated.mli +++ b/generator/actions_properties_deprecated.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_tsk.ml b/generator/actions_tsk.ml index 54d89f3cd..aedd3115c 100644 --- a/generator/actions_tsk.ml +++ b/generator/actions_tsk.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_tsk.mli b/generator/actions_tsk.mli index 17836617e..20b19bf1e 100644 --- a/generator/actions_tsk.mli +++ b/generator/actions_tsk.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_yara.ml b/generator/actions_yara.ml index dc1c21bfd..fd5b8407b 100644 --- a/generator/actions_yara.ml +++ b/generator/actions_yara.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_yara.mli b/generator/actions_yara.mli index 17836617e..20b19bf1e 100644 --- a/generator/actions_yara.mli +++ b/generator/actions_yara.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/authors.ml b/generator/authors.ml index 2b2858bae..095eb5177 100644 --- a/generator/authors.ml +++ b/generator/authors.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2017-2018 Red Hat Inc. + * Copyright (C) 2017-2019 Red Hat Inc. * * This program is free 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 31e4cc9bc..58d7897b3 100644 --- a/generator/bindtests.ml +++ b/generator/bindtests.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 8df9dd68a..6f469b3a1 100644 --- a/generator/bindtests.mli +++ b/generator/bindtests.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 0366866e2..86f7d89a3 100644 --- a/generator/c.ml +++ b/generator/c.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 49a3d3849..3b399f77c 100644 --- a/generator/c.mli +++ b/generator/c.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 6d285c17d..62a3c6284 100644 --- a/generator/checks.ml +++ b/generator/checks.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 a51b4e4ea..8bf67c36b 100644 --- a/generator/checks.mli +++ b/generator/checks.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 6ec9166e2..26fec8416 100644 --- a/generator/csharp.ml +++ b/generator/csharp.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 09bd60d3a..714dc1194 100644 --- a/generator/csharp.mli +++ b/generator/csharp.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 2df890fc1..7678a674f 100644 --- a/generator/customize.mli +++ b/generator/customize.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 265f0a475..a4e136aaa 100644 --- a/generator/daemon.ml +++ b/generator/daemon.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 f0268ba99..2de6c874f 100644 --- a/generator/daemon.mli +++ b/generator/daemon.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 b480d036e..0606c923b 100644 --- a/generator/docstrings.ml +++ b/generator/docstrings.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -68,7 +68,7 @@ let version_added = function Some (sprintf "%d.%d.%d" major minor release) | _ -> None -let copyright_years = "2009-2018" +let copyright_years = "2009-2019" (* Generate a header block in a number of standard styles. *) type comment_style = diff --git a/generator/docstrings.mli b/generator/docstrings.mli index 1702a0234..18d1ae255 100644 --- a/generator/docstrings.mli +++ b/generator/docstrings.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 b365b4521..6e0c86809 100644 --- a/generator/erlang.mli +++ b/generator/erlang.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 fa6fddfa4..ce2a01819 100644 --- a/generator/errnostring.mli +++ b/generator/errnostring.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 3b4779de6..69cc05fbe 100644 --- a/generator/events.mli +++ b/generator/events.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 708c1b3a9..a0df28e9e 100644 --- a/generator/fish.ml +++ b/generator/fish.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 63d4371fe..365a6e048 100644 --- a/generator/fish.mli +++ b/generator/fish.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_commands.ml b/generator/fish_commands.ml index d04402487..74838d5ea 100644 --- a/generator/fish_commands.ml +++ b/generator/fish_commands.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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_commands.mli b/generator/fish_commands.mli index b04b014b7..54a919a8d 100644 --- a/generator/fish_commands.mli +++ b/generator/fish_commands.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 4307d74ad..991e50f1e 100644 --- a/generator/golang.mli +++ b/generator/golang.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 04163b71f..b6181f182 100644 --- a/generator/haskell.ml +++ b/generator/haskell.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 62dd10316..92dec28e6 100644 --- a/generator/haskell.mli +++ b/generator/haskell.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 a5874a3ff..215b92f0d 100644 --- a/generator/java.ml +++ b/generator/java.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 fccbd22b0..f52b268d5 100644 --- a/generator/java.mli +++ b/generator/java.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 4197b15a5..5cacb15af 100644 --- a/generator/lua.mli +++ b/generator/lua.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 72f31ecab..7974550c5 100644 --- a/generator/main.ml +++ b/generator/main.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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.mli b/generator/main.mli index 70938bdcb..f8e4ace33 100644 --- a/generator/main.mli +++ b/generator/main.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 2ae08f38b..f4dfb83da 100644 --- a/generator/optgroups.ml +++ b/generator/optgroups.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 585e290a2..fbd9cdea7 100644 --- a/generator/optgroups.mli +++ b/generator/optgroups.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/p2v_config.mli b/generator/p2v_config.mli index 43a02e5f1..0027ae221 100644 --- a/generator/p2v_config.mli +++ b/generator/p2v_config.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 cd0595640..f39795df6 100644 --- a/generator/perl.ml +++ b/generator/perl.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 77eccbd23..022485f2f 100644 --- a/generator/perl.mli +++ b/generator/perl.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 bd31fc748..e07813f68 100644 --- a/generator/php.ml +++ b/generator/php.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 ec6f2e442..28d436cab 100644 --- a/generator/php.mli +++ b/generator/php.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 c8df838d4..4bcd661a6 100644 --- a/generator/pr.ml +++ b/generator/pr.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 f150cf428..6172ba897 100644 --- a/generator/pr.mli +++ b/generator/pr.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 a0a1925da..17d654dad 100644 --- a/generator/prepopts.ml +++ b/generator/prepopts.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 6719dfef9..b7975d655 100644 --- a/generator/prepopts.mli +++ b/generator/prepopts.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/proc_nr.ml b/generator/proc_nr.ml index 2adf8a32f..efa8c5d21 100644 --- a/generator/proc_nr.ml +++ b/generator/proc_nr.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/proc_nr.mli b/generator/proc_nr.mli index a4e5e2413..26b51d80d 100644 --- a/generator/proc_nr.mli +++ b/generator/proc_nr.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 8fa0b17c0..a70faec8c 100644 --- a/generator/python.ml +++ b/generator/python.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 ef2252f29..b2582dd3d 100644 --- a/generator/python.mli +++ b/generator/python.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 350ed182e..4a090a2b9 100644 --- a/generator/ruby.ml +++ b/generator/ruby.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 ea90a543c..b3b221165 100644 --- a/generator/ruby.mli +++ b/generator/ruby.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 14ee2813f..8a0fa3ae8 100644 --- a/generator/structs.ml +++ b/generator/structs.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 4862dd338..107ac872a 100644 --- a/generator/structs.mli +++ b/generator/structs.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 bc77fef1f..8f3734b0d 100644 --- a/generator/tests_c_api.ml +++ b/generator/tests_c_api.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 f18a53422..ac0b0d86d 100644 --- a/generator/tests_c_api.mli +++ b/generator/tests_c_api.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 130482652..d19e70230 100644 --- a/generator/types.ml +++ b/generator/types.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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.mli b/generator/types.mli index 0fba812f6..a38ed710c 100644 --- a/generator/types.mli +++ b/generator/types.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 c7c289927..460b61384 100644 --- a/generator/utils.ml +++ b/generator/utils.ml @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 ad5ae67b0..913484672 100644 --- a/generator/utils.mli +++ b/generator/utils.mli @@ -1,5 +1,5 @@ (* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 94849702f..ab6b2d55e 100644 --- a/get-kernel/get_kernel.ml +++ b/get-kernel/get_kernel.ml @@ -1,5 +1,5 @@ (* virt-get-kernel - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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.mli b/get-kernel/get_kernel.mli index d3fae60f9..a5acd558c 100644 --- a/get-kernel/get_kernel.mli +++ b/get-kernel/get_kernel.mli @@ -1,5 +1,5 @@ (* virt-get-kernel - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 Red Hat Inc. * * This program is free 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 30704aee4..3802412e2 100644 --- a/get-kernel/virt-get-kernel.pod +++ b/get-kernel/virt-get-kernel.pod @@ -216,4 +216,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2013-2018 Red Hat Inc. +Copyright (C) 2013-2019 Red Hat Inc. diff --git a/gobject/Makefile.inc b/gobject/Makefile.inc index 5aa2dcafe..067f861a9 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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/guestfs-gobject.pod b/gobject/guestfs-gobject.pod index 4b3d0cac2..0f76aa0a2 100644 --- a/gobject/guestfs-gobject.pod +++ b/gobject/guestfs-gobject.pod @@ -61,4 +61,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2012-2018 Red Hat Inc. +Copyright (C) 2012-2019 Red Hat Inc. diff --git a/gobject/run-tests-retvalues b/gobject/run-tests-retvalues index cbcbf97c4..a6e151aaa 100755 --- a/gobject/run-tests-retvalues +++ b/gobject/run-tests-retvalues @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs GObject bindings -# Copyright (C) 2012-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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 8497a96db..a16b52856 100644 --- a/haskell/Guestfs030Config.hs +++ b/haskell/Guestfs030Config.hs @@ -1,5 +1,5 @@ {- libguestfs Haskell bindings - Copyright (C) 2009-2018 Red Hat Inc. + Copyright (C) 2009-2019 Red Hat Inc. This program is free 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 b6c822329..e4d8c9be8 100644 --- a/haskell/Guestfs050LVCreate.hs +++ b/haskell/Guestfs050LVCreate.hs @@ -1,5 +1,5 @@ {- libguestfs Haskell bindings - Copyright (C) 2009-2018 Red Hat Inc. + Copyright (C) 2009-2019 Red Hat Inc. This program is free 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 82ff4be77..185a9e857 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-inspector -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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-luks.sh.in b/inspector/test-virt-inspector-luks.sh.in index 8579846f6..2d713f16b 100755 --- a/inspector/test-virt-inspector-luks.sh.in +++ b/inspector/test-virt-inspector-luks.sh.in @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs virt-inspector test script -# Copyright (C) 2012-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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.in b/inspector/test-virt-inspector.sh.in index 3a3391e0b..191f6fbc0 100755 --- a/inspector/test-virt-inspector.sh.in +++ b/inspector/test-virt-inspector.sh.in @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs virt-inspector test script -# Copyright (C) 2012-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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 8498adf2a..24ca515bb 100755 --- a/inspector/test-xmllint.sh.in +++ b/inspector/test-xmllint.sh.in @@ -1,6 +1,6 @@ #!/bin/bash - # @configure_input@ -# Copyright (C) 2012-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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 1bad9a853..936d065a2 100644 --- a/java/Makefile.am +++ b/java/Makefile.am @@ -1,5 +1,5 @@ # libguestfs Java bindings -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 93ec5e129..b5b1806c5 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 76405e74f..6b2a2acd3 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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 a7eb532a0..9c3208d7a 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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 75efcb335..e63ccf464 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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 39f44b066..34481202e 100644 --- a/java/handle.c +++ b/java/handle.c @@ -1,5 +1,5 @@ /* libguestfs Java bindings. - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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 6bf2b76b8..9ec696951 100755 --- a/java/run-bindtests +++ b/java/run-bindtests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Java bindings -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 79b64cc09..eeea52100 100755 --- a/java/run-java-tests +++ b/java/run-java-tests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Java tests -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 bdea97e52..2e6b32479 100644 --- a/java/t/GuestFS100Launch.java +++ b/java/t/GuestFS100Launch.java @@ -1,5 +1,5 @@ /* libguestfs Java bindings - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/actions-support.c b/lib/actions-support.c index 79a8fbdb7..1194abaec 100644 --- a/lib/actions-support.c +++ b/lib/actions-support.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/alloc.c b/lib/alloc.c index ee83b183d..590536f5e 100644 --- a/lib/alloc.c +++ b/lib/alloc.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/appliance-cpu.c b/lib/appliance-cpu.c index fa1bae3f9..b012fe4b3 100644 --- a/lib/appliance-cpu.c +++ b/lib/appliance-cpu.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/appliance-kcmdline.c b/lib/appliance-kcmdline.c index b8718bf2b..8eb4999af 100644 --- a/lib/appliance-kcmdline.c +++ b/lib/appliance-kcmdline.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/appliance-uefi.c b/lib/appliance-uefi.c index 700f5b9fe..a33291a6a 100644 --- a/lib/appliance-uefi.c +++ b/lib/appliance-uefi.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 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/lib/appliance.c b/lib/appliance.c index 0fa37339e..e55954b7c 100644 --- a/lib/appliance.c +++ b/lib/appliance.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 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/lib/canonical-name.c b/lib/canonical-name.c index 6b7ba14f0..42a0fd2a6 100644 --- a/lib/canonical-name.c +++ b/lib/canonical-name.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/conn-socket.c b/lib/conn-socket.c index 9ba756032..bcad29481 100644 --- a/lib/conn-socket.c +++ b/lib/conn-socket.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 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/lib/create.c b/lib/create.c index fcc5855e0..e2a59b88d 100644 --- a/lib/create.c +++ b/lib/create.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 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/lib/errors.c b/lib/errors.c index c87f97ec2..da6b3e734 100644 --- a/lib/errors.c +++ b/lib/errors.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/fuse.c b/lib/fuse.c index 52dc0bd99..d01373c6b 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/guestfs-internal-all.h b/lib/guestfs-internal-all.h index 29e29e0e4..7b68cc57a 100644 --- a/lib/guestfs-internal-all.h +++ b/lib/guestfs-internal-all.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2013-2018 Red Hat Inc. + * Copyright (C) 2013-2019 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/lib/guestfs-internal.h b/lib/guestfs-internal.h index 57647d11c..75b8a5c8e 100644 --- a/lib/guestfs-internal.h +++ b/lib/guestfs-internal.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/guestfs.pod b/lib/guestfs.pod index e1998c7eb..53cece2da 100644 --- a/lib/guestfs.pod +++ b/lib/guestfs.pod @@ -3500,4 +3500,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/lib/handle.c b/lib/handle.c index 297ff6d67..f61fdbcd3 100644 --- a/lib/handle.c +++ b/lib/handle.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/launch-direct.c b/lib/launch-direct.c index b51c6d5a7..ee2dcb884 100644 --- a/lib/launch-direct.c +++ b/lib/launch-direct.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/launch-libvirt.c b/lib/launch-libvirt.c index 592f33c4c..bc5978cc4 100644 --- a/lib/launch-libvirt.c +++ b/lib/launch-libvirt.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/launch-uml.c b/lib/launch-uml.c index b8825cf56..da20c17d9 100644 --- a/lib/launch-uml.c +++ b/lib/launch-uml.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/launch-unix.c b/lib/launch-unix.c index 9af481fd9..4794a7b13 100644 --- a/lib/launch-unix.c +++ b/lib/launch-unix.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/launch.c b/lib/launch.c index d9c46be7b..eb7f85cd7 100644 --- a/lib/launch.c +++ b/lib/launch.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/match.c b/lib/match.c index b7f59955f..e232812ad 100644 --- a/lib/match.c +++ b/lib/match.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 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/lib/private-data.c b/lib/private-data.c index 62d265fdb..9ae1844fa 100644 --- a/lib/private-data.c +++ b/lib/private-data.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/proto.c b/lib/proto.c index 2b39908f3..42f80969d 100644 --- a/lib/proto.c +++ b/lib/proto.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/qemu.c b/lib/qemu.c index 3d060adb0..10bb83105 100644 --- a/lib/qemu.c +++ b/lib/qemu.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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/lib/unit-tests.c b/lib/unit-tests.c index 75fa2b871..e1ca70a1b 100644 --- a/lib/unit-tests.c +++ b/lib/unit-tests.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2014-2018 Red Hat Inc. + * Copyright (C) 2014-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/lib/whole-file.c b/lib/whole-file.c index 42e7ce6fa..5ca91664f 100644 --- a/lib/whole-file.c +++ b/lib/whole-file.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 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-appliance.m4 b/m4/guestfs-appliance.m4 index 7c60642ac..5a7af51c9 100644 --- a/m4/guestfs-appliance.m4 +++ b/m4/guestfs-appliance.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 1975b8c03..eee5067b2 100644 --- a/m4/guestfs-bash-completion.m4 +++ b/m4/guestfs-bash-completion.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 430ca9412..3fd44ed6b 100644 --- a/m4/guestfs-c.m4 +++ b/m4/guestfs-c.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 a7569ccd5..af639fb04 100644 --- a/m4/guestfs-daemon.m4 +++ b/m4/guestfs-daemon.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 83a4c982f..b5980ccad 100644 --- a/m4/guestfs-erlang.m4 +++ b/m4/guestfs-erlang.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 16c0167ea..d796cad0b 100644 --- a/m4/guestfs-fuse.m4 +++ b/m4/guestfs-fuse.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 6b44a5632..195f92f4c 100644 --- a/m4/guestfs-gobject.m4 +++ b/m4/guestfs-gobject.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 3bdad087b..375550061 100644 --- a/m4/guestfs-golang.m4 +++ b/m4/guestfs-golang.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 4c6a3da71..33d4aa2e2 100644 --- a/m4/guestfs-haskell.m4 +++ b/m4/guestfs-haskell.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 1ca9912b0..027e694d7 100644 --- a/m4/guestfs-java.m4 +++ b/m4/guestfs-java.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 6b2e8db94..0941140bd 100644 --- a/m4/guestfs-libraries.m4 +++ b/m4/guestfs-libraries.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 2957bc318..88193edc6 100644 --- a/m4/guestfs-lua.m4 +++ b/m4/guestfs-lua.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 1a89285a2..e5d584c72 100644 --- a/m4/guestfs-misc-libraries.m4 +++ b/m4/guestfs-misc-libraries.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 3a4e752d0..5d2adf367 100644 --- a/m4/guestfs-misc.m4 +++ b/m4/guestfs-misc.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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-gettext.m4 b/m4/guestfs-ocaml-gettext.m4 index b375301b3..5ff46de9a 100644 --- a/m4/guestfs-ocaml-gettext.m4 +++ b/m4/guestfs-ocaml-gettext.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 fea11a334..3c504ce7e 100644 --- a/m4/guestfs-ocaml.m4 +++ b/m4/guestfs-ocaml.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 6d27f6fd2..71d02d972 100644 --- a/m4/guestfs-perl.m4 +++ b/m4/guestfs-perl.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 d39dd7028..c2ce20491 100644 --- a/m4/guestfs-php.m4 +++ b/m4/guestfs-php.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 757d50d88..5a402813b 100644 --- a/m4/guestfs-progs.m4 +++ b/m4/guestfs-progs.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 77e307fc6..7d4c991bb 100644 --- a/m4/guestfs-python.m4 +++ b/m4/guestfs-python.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 39d93ea8d..62616ffff 100644 --- a/m4/guestfs-qemu.m4 +++ b/m4/guestfs-qemu.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 ba3a6ab01..c550aa0ab 100644 --- a/m4/guestfs-ruby.m4 +++ b/m4/guestfs-ruby.m4 @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 72345624a..5ba5fb577 100644 --- a/make-fs/Makefile.am +++ b/make-fs/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-diff -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 978aafd81..5d8c3a385 100644 --- a/make-fs/make-fs.c +++ b/make-fs/make-fs.c @@ -1,5 +1,5 @@ /* virt-make-fs - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -81,7 +81,7 @@ usage (int status) getprogname ()); else { printf (_("%s: make a filesystem from a tar archive or files\n" - "Copyright (C) 2010-2018 Red Hat Inc.\n" + "Copyright (C) 2010-2019 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 c37aaf198..79d058b6a 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-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 d99c40ab3..76ccbd120 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-2018 Red Hat Inc. +Copyright (C) 2010-2019 Red Hat Inc. diff --git a/ocaml-dep.sh.in b/ocaml-dep.sh.in index 9bd35ba27..9de8497fd 100755 --- a/ocaml-dep.sh.in +++ b/ocaml-dep.sh.in @@ -1,5 +1,5 @@ #!/bin/bash - -# (C) Copyright 2009-2018 Red Hat Inc. +# (C) Copyright 2009-2019 Red Hat Inc. # @configure_input@ # # This program is free software; you can redistribute it and/or modify diff --git a/ocaml-link.sh.in b/ocaml-link.sh.in index 6819c641e..129c6fb0e 100755 --- a/ocaml-link.sh.in +++ b/ocaml-link.sh.in @@ -1,7 +1,7 @@ #!/bin/bash - # Script used to link OCaml programs. # @configure_input@ -# (C) Copyright 2015-2018 Red Hat Inc. +# (C) Copyright 2015-2019 Red Hat Inc. # # This program is free 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 6da337db3..a420f5b31 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -1,5 +1,5 @@ # libguestfs OCaml examples -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 dcd7b8b8e..3b5fb198f 100644 --- a/ocaml/guestfs-c.c +++ b/ocaml/guestfs-c.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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 b64690b06..f05dbd8e7 100644 --- a/ocaml/guestfs-c.h +++ b/ocaml/guestfs-c.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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 39ad80c1e..6d5314536 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 d43565280..d4c02b665 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 b24709fe4..b2c20c820 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 7bbe2a966..f0ace835d 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 2f70504d3..9e8240676 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 cacbf0121..8d4d532b3 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 04770597a..f80769fdd 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 ef485e8d9..08e45080e 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 a244a92d5..0b1df16e9 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 9fb4f931c..95415e923 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 60c9933b4..ab7c34e69 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 c67231805..ade2bb539 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 5f2a1366f..8e59bb64f 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-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 cfdec535d..92e2c5050 100644 --- a/p2v/Makefile.am +++ b/p2v/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-p2v -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 dd056c69a..7dd201a0d 100644 --- a/p2v/conversion.c +++ b/p2v/conversion.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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/cpuid.c b/p2v/cpuid.c index e1e381bf0..ef3574deb 100644 --- a/p2v/cpuid.c +++ b/p2v/cpuid.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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-gtk2-compat.h b/p2v/gui-gtk2-compat.h index 132fca713..65569ddbe 100644 --- a/p2v/gui-gtk2-compat.h +++ b/p2v/gui-gtk2-compat.h @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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-gtk3-compat.h b/p2v/gui-gtk3-compat.h index 04923535e..11a9ae120 100644 --- a/p2v/gui-gtk3-compat.h +++ b/p2v/gui-gtk3-compat.h @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 1fd980044..aa794b2b4 100644 --- a/p2v/gui.c +++ b/p2v/gui.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -642,7 +642,7 @@ about_button_clicked (GtkWidget *w, gpointer data) g_object_set (G_OBJECT (dialog), "program-name", getprogname (), "version", PACKAGE_VERSION_FULL " (" host_cpu ")", - "copyright", "\u00A9 2009-2018 Red Hat Inc.", + "copyright", "\u00A9 2009-2019 Red Hat Inc.", "comments", _("Virtualize a physical machine to run on KVM"), #if GTK_CHECK_VERSION(3,0,0) /* gtk >= 3 */ diff --git a/p2v/kernel.c b/p2v/kernel.c index 33fff0356..e9a0630ae 100644 --- a/p2v/kernel.c +++ b/p2v/kernel.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 3240a662f..925aa6d6a 100755 --- a/p2v/launch-virt-p2v +++ b/p2v/launch-virt-p2v @@ -1,5 +1,5 @@ #!/bin/bash - -# (C) Copyright 2014-2018 Red Hat Inc. +# (C) Copyright 2014-2019 Red Hat Inc. # # This program is free 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 a5f13924e..424bccfb3 100644 --- a/p2v/main.c +++ b/p2v/main.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -93,7 +93,7 @@ usage (int status) getprogname ()); else { printf (_("%s: Convert a physical machine to use KVM\n" - "Copyright (C) 2009-2018 Red Hat Inc.\n" + "Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" diff --git a/p2v/nbd.c b/p2v/nbd.c index c33f92f17..8b80803da 100644 --- a/p2v/nbd.c +++ b/p2v/nbd.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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.h b/p2v/p2v.h index ee661514c..2447cf05e 100644 --- a/p2v/p2v.h +++ b/p2v/p2v.h @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 1f00522c1..32f3665f0 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-2018 Red Hat Inc. +# (C) Copyright 2014-2019 Red Hat Inc. # # This program is free 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 9a4d36366..7096eb175 100644 --- a/p2v/p2v.service +++ b/p2v/p2v.service @@ -1,5 +1,5 @@ # libguestfs virt-p2v ISO -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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/physical-xml.c b/p2v/physical-xml.c index 7d80ab9c5..08f443014 100644 --- a/p2v/physical-xml.c +++ b/p2v/physical-xml.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 db43c42a3..c8528033d 100644 --- a/p2v/ssh.c +++ b/p2v/ssh.c @@ -1,5 +1,5 @@ /* virt-p2v - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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-nbdkit.sh b/p2v/test-virt-p2v-nbdkit.sh index 91efcecfd..58037d799 100755 --- a/p2v/test-virt-p2v-nbdkit.sh +++ b/p2v/test-virt-p2v-nbdkit.sh @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs virt-p2v test script -# Copyright (C) 2014-2018 Red Hat Inc. +# Copyright (C) 2014-2019 Red Hat Inc. # # This program is free 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 115d1730f..360853f8a 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-2018 Red Hat Inc. +# Copyright (C) 2014-2019 Red Hat Inc. # # This program is free 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 f419c3638..d6ce5789c 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-2018 Red Hat Inc. +# Copyright (C) 2014-2019 Red Hat Inc. # # This program is free 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 18d363de9..53f9781fc 100755 --- a/p2v/test-virt-p2v-scp.sh +++ b/p2v/test-virt-p2v-scp.sh @@ -1,5 +1,5 @@ #!/bin/bash - -# Copyright (C) 2014-2018 Red Hat Inc. +# Copyright (C) 2014-2019 Red Hat Inc. # # This program is free 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 ee65716f2..4cf8f5661 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-2018 Red Hat Inc. +# Copyright (C) 2014-2019 Red Hat Inc. # # This program is free 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 4b0301ca8..05b8a3d9e 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-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/p2v/virt-p2v-make-kickstart.in b/p2v/virt-p2v-make-kickstart.in index f265c391e..97610cdd1 100644 --- a/p2v/virt-p2v-make-kickstart.in +++ b/p2v/virt-p2v-make-kickstart.in @@ -1,7 +1,7 @@ #!/bin/bash - # @configure_input@ # virt-p2v-make-kickstart -# Copyright (C) 2014-2018 Red Hat Inc. +# Copyright (C) 2014-2019 Red Hat Inc. # # This program is free 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-kickstart.pod b/p2v/virt-p2v-make-kickstart.pod index 26034a23c..f4abdf8d7 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-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/p2v/virt-p2v.pod b/p2v/virt-p2v.pod index 92fa7ec7a..758021134 100644 --- a/p2v/virt-p2v.pod +++ b/p2v/virt-p2v.pod @@ -754,4 +754,4 @@ Tingting Zheng =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/p2v/whole-file.c b/p2v/whole-file.c index a33f20ba9..63597e0c0 100644 --- a/p2v/whole-file.c +++ b/p2v/whole-file.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 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 ae2baf841..574412220 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 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 d1fbccffd..49bf6cc63 100644 --- a/perl/Makefile.am +++ b/perl/Makefile.am @@ -1,5 +1,5 @@ # libguestfs Perl bindings -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 39700d362..7ac685981 100644 --- a/perl/t/100-launch.t +++ b/perl/t/100-launch.t @@ -1,5 +1,5 @@ # libguestfs Perl bindings -*- perl -*- -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 e9448f34a..b405f3ba2 100755 --- a/php/run-php-tests.sh +++ b/php/run-php-tests.sh @@ -1,5 +1,5 @@ #!/bin/bash - -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 d9a0e2b35..9816815de 100755 --- a/pick-guests.pl.in +++ b/pick-guests.pl.in @@ -1,6 +1,6 @@ #!/usr/bin/env perl # @configure_input@ -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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-docs/cs.po b/po-docs/cs.po index a86ddde37..e49170d3f 100644 --- a/po-docs/cs.po +++ b/po-docs/cs.po @@ -1950,7 +1950,7 @@ msgstr "" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2386,7 +2386,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -7691,7 +7691,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -9522,7 +9522,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -10682,7 +10682,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -17312,7 +17312,7 @@ msgstr "" #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -78210,7 +78210,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -116329,7 +116329,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/de.po b/po-docs/de.po index 17d9b2616..d52ae9b90 100644 --- a/po-docs/de.po +++ b/po-docs/de.po @@ -1940,7 +1940,7 @@ msgstr "Richard W.M. Jones (C)" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2381,7 +2381,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -7819,7 +7819,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -9654,7 +9654,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -10828,7 +10828,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -17470,7 +17470,7 @@ msgstr "" #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -78730,7 +78730,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -117309,7 +117309,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/en_GB.po b/po-docs/en_GB.po index 251a19be0..d6844b601 100644 --- a/po-docs/en_GB.po +++ b/po-docs/en_GB.po @@ -2138,7 +2138,7 @@ msgstr "Richard W.M. Jones (C)" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2581,7 +2581,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -8087,7 +8087,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -10049,7 +10049,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -11227,7 +11227,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -18352,7 +18352,7 @@ msgstr "L, L, L." #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -86003,7 +86003,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -131265,7 +131265,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/es.po b/po-docs/es.po index 111f4e2b2..d3d0297d9 100644 --- a/po-docs/es.po +++ b/po-docs/es.po @@ -1912,7 +1912,7 @@ msgstr "" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2348,7 +2348,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -7638,7 +7638,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -9469,7 +9469,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -10630,7 +10630,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -17260,7 +17260,7 @@ msgstr "" #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -78258,7 +78258,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -116840,7 +116840,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/eu.po b/po-docs/eu.po index 07dc1af6c..2b0d3f07a 100644 --- a/po-docs/eu.po +++ b/po-docs/eu.po @@ -1911,7 +1911,7 @@ msgstr "Richard W.M. Jones (C)" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2347,7 +2347,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -7637,7 +7637,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -9468,7 +9468,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -10628,7 +10628,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -17258,7 +17258,7 @@ msgstr "" #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -78158,7 +78158,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -116277,7 +116277,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/fr.po b/po-docs/fr.po index 85bda1cd0..77b831c95 100644 --- a/po-docs/fr.po +++ b/po-docs/fr.po @@ -1995,7 +1995,7 @@ msgstr "" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2434,7 +2434,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -7914,7 +7914,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -9802,7 +9802,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -10962,7 +10962,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -17713,7 +17713,7 @@ msgstr "" #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -82034,7 +82034,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -124558,7 +124558,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/ja.po b/po-docs/ja.po index c9987bcc9..118701453 100644 --- a/po-docs/ja.po +++ b/po-docs/ja.po @@ -2118,7 +2118,7 @@ msgstr "Richard W.M. Jones (C)" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2558,7 +2558,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -8018,7 +8018,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -9938,7 +9938,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -11108,7 +11108,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -17867,7 +17867,7 @@ msgstr "L, L, L." #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -81308,7 +81308,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -124075,7 +124075,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/libguestfs-docs.pot b/po-docs/libguestfs-docs.pot index 6eb59bcca..9ebf5599e 100644 --- a/po-docs/libguestfs-docs.pot +++ b/po-docs/libguestfs-docs.pot @@ -1114,7 +1114,7 @@ msgstr "" #. type: textblock #: ../appliance/libguestfs-make-fixed-appliance.pod:154 ../cat/virt-ls.pod:551 ../daemon/guestfsd.pod:154 ../df/virt-df.pod:270 ../diff/virt-diff.pod:281 ../docs/guestfs-building.pod:884 ../docs/guestfs-hacking.pod:1229 ../docs/guestfs-internals.pod:415 ../docs/guestfs-recipes.pod:741 ../docs/guestfs-release-notes.pod:6678 ../docs/guestfs-security.pod:423 ../edit/virt-edit.pod:417 ../fish/guestfish.pod:1681 ../fuse/guestmount.pod:463 ../lib/guestfs.pod:3513 ../p2v/virt-p2v-make-disk.pod:218 ../p2v/virt-p2v-make-kickstart.pod:339 ../p2v/virt-p2v.pod:757 ../rescue/virt-rescue.pod:510 ../test-tool/libguestfs-test-tool.pod:190 ../tools/virt-list-partitions:280 ../v2v/virt-v2v-copy-to-local.pod:126 ../v2v/virt-v2v-input-vmware.pod:650 ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -1490,7 +1490,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -6592,7 +6592,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -8383,7 +8383,7 @@ msgstr "" #: ../customize/customize-options.pod:9 ../fish/guestfish-actions.pod:9 ../fish/guestfish-commands.pod:9 ../fish/guestfish-prepopts.pod:9 ../lib/guestfs-actions.pod:9 ../lib/guestfs-availability.pod:9 ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -9405,7 +9405,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -16005,7 +16005,7 @@ msgstr "" #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -76259,7 +76259,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -113770,7 +113770,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/nl.po b/po-docs/nl.po index a50ddd87c..e8712e0c2 100644 --- a/po-docs/nl.po +++ b/po-docs/nl.po @@ -1911,7 +1911,7 @@ msgstr "" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2347,7 +2347,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -7637,7 +7637,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -9468,7 +9468,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -10628,7 +10628,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -17258,7 +17258,7 @@ msgstr "" #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -78158,7 +78158,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -116279,7 +116279,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/pt_BR.po b/po-docs/pt_BR.po index 1694183e2..ad0bf4baa 100644 --- a/po-docs/pt_BR.po +++ b/po-docs/pt_BR.po @@ -1907,7 +1907,7 @@ msgstr "" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2343,7 +2343,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -7633,7 +7633,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -9464,7 +9464,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -10624,7 +10624,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -17254,7 +17254,7 @@ msgstr "" #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -78148,7 +78148,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -116267,7 +116267,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/tg.po b/po-docs/tg.po index edc5826e1..0af6e1687 100644 --- a/po-docs/tg.po +++ b/po-docs/tg.po @@ -1910,7 +1910,7 @@ msgstr "" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2346,7 +2346,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -7636,7 +7636,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -9467,7 +9467,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -10627,7 +10627,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -17257,7 +17257,7 @@ msgstr "" #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -78153,7 +78153,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -116278,7 +116278,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/uk.po b/po-docs/uk.po index 5483cca6c..77519546b 100644 --- a/po-docs/uk.po +++ b/po-docs/uk.po @@ -2198,7 +2198,7 @@ msgstr "Richard W.M. Jones (C)" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2656,7 +2656,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -9404,7 +9404,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -11700,7 +11700,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -13106,7 +13106,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -20838,7 +20838,7 @@ msgstr "L, L, L." #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -86353,7 +86353,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -130960,7 +130960,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po-docs/zh_CN.po b/po-docs/zh_CN.po index ef4f380df..18b93f35a 100644 --- a/po-docs/zh_CN.po +++ b/po-docs/zh_CN.po @@ -1914,7 +1914,7 @@ msgstr "" #: ../v2v/virt-v2v-input-xen.pod:128 ../v2v/virt-v2v-output-local.pod:153 #: ../v2v/virt-v2v-output-openstack.pod:222 ../v2v/virt-v2v-output-rhv.pod:209 #: ../v2v/virt-v2v-support.pod:154 ../v2v/virt-v2v.pod:1647 -msgid "Copyright (C) 2009-2018 Red Hat Inc." +msgid "Copyright (C) 2009-2019 Red Hat Inc." msgstr "" #. type: =end @@ -2350,7 +2350,7 @@ msgstr "" #. type: textblock #: ../builder/virt-builder-repository.pod:212 -msgid "Copyright (C) 2016-2018 SUSE Inc." +msgid "Copyright (C) 2016-2019 SUSE Inc." msgstr "" #. type: textblock @@ -7640,7 +7640,7 @@ msgstr "" #. type: textblock #: ../cat/virt-log.pod:170 ../examples/guestfs-examples.pod:75 #: ../make-fs/virt-make-fs.pod:235 -msgid "Copyright (C) 2010-2018 Red Hat Inc." +msgid "Copyright (C) 2010-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -9471,7 +9471,7 @@ msgstr "" #: ../lib/guestfs-structs.pod:9 #, no-wrap msgid "" -" Copyright (C) 2009-2018 Red Hat Inc.\n" +" Copyright (C) 2009-2019 Red Hat Inc.\n" "\n" msgstr "" @@ -10631,7 +10631,7 @@ msgstr "" #. type: textblock #: ../customize/virt-customize.pod:326 ../fish/libguestfs-tools.conf.pod:102 #: ../sparsify/virt-sparsify.pod:493 ../sysprep/virt-sysprep.pod:641 -msgid "Copyright (C) 2011-2018 Red Hat Inc." +msgid "Copyright (C) 2011-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -17261,7 +17261,7 @@ msgstr "" #. type: textblock #: ../docs/guestfs-faq.pod:1423 ../docs/guestfs-performance.pod:634 #: ../gobject/guestfs-gobject.pod:64 -msgid "Copyright (C) 2012-2018 Red Hat Inc." +msgid "Copyright (C) 2012-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -78161,7 +78161,7 @@ msgstr "" #. type: textblock #: ../get-kernel/virt-get-kernel.pod:219 -msgid "Copyright (C) 2013-2018 Red Hat Inc." +msgid "Copyright (C) 2013-2019 Red Hat Inc." msgstr "" #. type: textblock @@ -116314,7 +116314,7 @@ msgstr "" #. type: textblock #: ../v2v/test-harness/virt-v2v-test-harness.pod:279 -msgid "Copyright (C) 2014-2018 Red Hat Inc." +msgid "Copyright (C) 2014-2019 Red Hat Inc." msgstr "" #. type: textblock diff --git a/po/Makefile.am b/po/Makefile.am index 414736d4a..4a82c6260 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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/ca.po b/po/ca.po index 001f1a329..5a39a039a 100644 --- a/po/ca.po +++ b/po/ca.po @@ -214,7 +214,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -652,7 +652,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -713,7 +713,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3098,7 +3098,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3778,7 +3778,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5068,7 +5068,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5440,7 +5440,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5588,7 +5588,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5705,7 +5705,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/cs.po b/po/cs.po index e422fa8f2..efcaad5c4 100644 --- a/po/cs.po +++ b/po/cs.po @@ -214,7 +214,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -660,7 +660,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -721,7 +721,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3110,7 +3110,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3792,7 +3792,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5082,7 +5082,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5472,7 +5472,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5620,7 +5620,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5737,7 +5737,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/de.po b/po/de.po index 742fc378d..1aef9b01c 100644 --- a/po/de.po +++ b/po/de.po @@ -222,7 +222,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -660,7 +660,7 @@ msgstr "IUse%" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -721,7 +721,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3111,7 +3111,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3795,7 +3795,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5087,7 +5087,7 @@ msgstr "read: %s: Unerwartetes Dateiende" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5459,7 +5459,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5607,7 +5607,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5724,7 +5724,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/en_GB.po b/po/en_GB.po index 8f40c6332..533826d89 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -254,7 +254,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -692,7 +692,7 @@ msgstr "IUse%" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -753,7 +753,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3138,7 +3138,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3818,7 +3818,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5108,7 +5108,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5480,7 +5480,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5628,7 +5628,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5745,7 +5745,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/es.po b/po/es.po index c60faad21..6bf1c96fb 100644 --- a/po/es.po +++ b/po/es.po @@ -261,7 +261,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -701,7 +701,7 @@ msgstr "UtilizaciónI%" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -762,7 +762,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3190,7 +3190,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3898,7 +3898,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5209,7 +5209,7 @@ msgstr "read: %s: fin de archivo no esperado" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5581,7 +5581,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5729,7 +5729,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5846,7 +5846,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/eu.po b/po/eu.po index 5d40926db..410b447e9 100644 --- a/po/eu.po +++ b/po/eu.po @@ -220,7 +220,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -658,7 +658,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -719,7 +719,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3104,7 +3104,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3784,7 +3784,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5074,7 +5074,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5446,7 +5446,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5594,7 +5594,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5711,7 +5711,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/fr.po b/po/fr.po index eb0ce9c1a..9680c39d0 100644 --- a/po/fr.po +++ b/po/fr.po @@ -263,7 +263,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -702,7 +702,7 @@ msgstr "IUtilisation%" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -763,7 +763,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3206,7 +3206,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3922,7 +3922,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5245,7 +5245,7 @@ msgstr "lire : %s : fin de fichier inattendue" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5617,7 +5617,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5765,7 +5765,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5899,7 +5899,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/gu.po b/po/gu.po index 56ea27aab..4f3cc1954 100644 --- a/po/gu.po +++ b/po/gu.po @@ -221,7 +221,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -659,7 +659,7 @@ msgstr "IUse%" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -720,7 +720,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3105,7 +3105,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3790,7 +3790,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5080,7 +5080,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5452,7 +5452,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5600,7 +5600,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5717,7 +5717,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/hi.po b/po/hi.po index 29b446dd4..61eabdb74 100644 --- a/po/hi.po +++ b/po/hi.po @@ -221,7 +221,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -659,7 +659,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -720,7 +720,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3105,7 +3105,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3787,7 +3787,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5077,7 +5077,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5449,7 +5449,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5597,7 +5597,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5714,7 +5714,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/ja.po b/po/ja.po index e74b0b48d..81bb5a446 100644 --- a/po/ja.po +++ b/po/ja.po @@ -259,7 +259,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -702,7 +702,7 @@ msgstr "I使用%" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -763,7 +763,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3173,7 +3173,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3891,7 +3891,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5233,7 +5233,7 @@ msgstr "read: %s: 予期しない EOF がありました" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5605,7 +5605,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5753,7 +5753,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5886,7 +5886,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/kn.po b/po/kn.po index a65e05121..ec70e7213 100644 --- a/po/kn.po +++ b/po/kn.po @@ -220,7 +220,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -658,7 +658,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -719,7 +719,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3108,7 +3108,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3793,7 +3793,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5083,7 +5083,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5455,7 +5455,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5603,7 +5603,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5720,7 +5720,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/libguestfs.pot b/po/libguestfs.pot index 7a8ea7f9c..25821033c 100644 --- a/po/libguestfs.pot +++ b/po/libguestfs.pot @@ -217,7 +217,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -655,7 +655,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -716,7 +716,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3101,7 +3101,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3781,7 +3781,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5071,7 +5071,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5443,7 +5443,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5591,7 +5591,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5708,7 +5708,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/ml.po b/po/ml.po index 575d038c1..af69c4851 100644 --- a/po/ml.po +++ b/po/ml.po @@ -220,7 +220,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -658,7 +658,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -719,7 +719,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3107,7 +3107,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3790,7 +3790,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5080,7 +5080,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5452,7 +5452,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5600,7 +5600,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5717,7 +5717,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/mr.po b/po/mr.po index e10091181..ea972107f 100644 --- a/po/mr.po +++ b/po/mr.po @@ -255,7 +255,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -693,7 +693,7 @@ msgstr "IUse%" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -754,7 +754,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3144,7 +3144,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3837,7 +3837,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5134,7 +5134,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5506,7 +5506,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5654,7 +5654,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5771,7 +5771,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/nl.po b/po/nl.po index cc421df22..f3fecff72 100644 --- a/po/nl.po +++ b/po/nl.po @@ -256,7 +256,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -696,7 +696,7 @@ msgstr "IUse%" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -757,7 +757,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3165,7 +3165,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3868,7 +3868,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5178,7 +5178,7 @@ msgstr "lezen: %s: onverwacht einde van bestand" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5550,7 +5550,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5698,7 +5698,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5825,7 +5825,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/or.po b/po/or.po index f39126466..79d2df790 100644 --- a/po/or.po +++ b/po/or.po @@ -220,7 +220,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -658,7 +658,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -719,7 +719,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3105,7 +3105,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3787,7 +3787,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5077,7 +5077,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5449,7 +5449,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5597,7 +5597,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5714,7 +5714,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/pa.po b/po/pa.po index 899600772..bda433c38 100644 --- a/po/pa.po +++ b/po/pa.po @@ -255,7 +255,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -693,7 +693,7 @@ msgstr "IUse%" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -754,7 +754,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3141,7 +3141,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3834,7 +3834,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5132,7 +5132,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5504,7 +5504,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5652,7 +5652,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5769,7 +5769,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/pl.po b/po/pl.po index e521ae1de..3e38b0ccf 100644 --- a/po/pl.po +++ b/po/pl.po @@ -261,7 +261,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -699,7 +699,7 @@ msgstr "IUżyte%" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -760,7 +760,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3174,7 +3174,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3884,7 +3884,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5200,7 +5200,7 @@ msgstr "odczyt: %s: nieoczekiwany koniec pliku" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5572,7 +5572,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5720,7 +5720,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5847,7 +5847,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 804e046fe..5325eec2e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -214,7 +214,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -652,7 +652,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -713,7 +713,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3098,7 +3098,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3778,7 +3778,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5068,7 +5068,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5440,7 +5440,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5588,7 +5588,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5705,7 +5705,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/ru.po b/po/ru.po index 4a168b1e8..f1213defe 100644 --- a/po/ru.po +++ b/po/ru.po @@ -221,7 +221,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -659,7 +659,7 @@ msgstr "|Использовано, %" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -720,7 +720,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3105,7 +3105,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3785,7 +3785,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5075,7 +5075,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5447,7 +5447,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5595,7 +5595,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5712,7 +5712,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/ta.po b/po/ta.po index c143cca23..c59317e42 100644 --- a/po/ta.po +++ b/po/ta.po @@ -220,7 +220,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -658,7 +658,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -719,7 +719,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3105,7 +3105,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3788,7 +3788,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5078,7 +5078,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5450,7 +5450,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5598,7 +5598,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5715,7 +5715,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/te.po b/po/te.po index 396872946..9350a2e50 100644 --- a/po/te.po +++ b/po/te.po @@ -220,7 +220,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -658,7 +658,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -719,7 +719,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3104,7 +3104,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3786,7 +3786,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5076,7 +5076,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5448,7 +5448,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5596,7 +5596,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5713,7 +5713,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/tg.po b/po/tg.po index bd3d9540e..4dcc720c4 100644 --- a/po/tg.po +++ b/po/tg.po @@ -219,7 +219,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -657,7 +657,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -718,7 +718,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3103,7 +3103,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3783,7 +3783,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5073,7 +5073,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5445,7 +5445,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5593,7 +5593,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5710,7 +5710,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/uk.po b/po/uk.po index bd0df7f6c..aa87d1d67 100644 --- a/po/uk.po +++ b/po/uk.po @@ -296,7 +296,7 @@ msgstr "%s: не вдалося визначити підтом для %s: %s: % #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -819,7 +819,7 @@ msgstr "% IВикористання" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -885,7 +885,7 @@ msgstr "Кінець різниці" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3333,7 +3333,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -4131,7 +4131,7 @@ msgstr "не вдалося обробити параметр --lvm (%s)" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5619,7 +5619,7 @@ msgstr "читання: %s: неочікуваний кінець файла" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -6035,7 +6035,7 @@ msgstr "Скасувати перетворення" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -6191,7 +6191,7 @@ msgstr " дистрибутив: %s" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -6334,7 +6334,7 @@ msgstr "# %s належить до типу «%s»\n" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 7e2155389..07cfdd681 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -220,7 +220,7 @@ msgstr "" #, c-format msgid "" "%s: display log files in a virtual machine\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -658,7 +658,7 @@ msgstr "" #, c-format msgid "" "%s: list differences between virtual machines\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domain1 -D domain2\n" " %s [--options] -a disk1.img -A disk2.img [-a|-A ...]\n" @@ -719,7 +719,7 @@ msgstr "" #, c-format msgid "" "%s: Edit a file in a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname file [file ...]\n" " %s [--options] -a disk.img [-a disk.img ...] file [file ...]\n" @@ -3104,7 +3104,7 @@ msgstr "" msgid "" "%s: guest filesystem shell\n" "%s lets you edit virtual machine filesystems\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] cmd [: cmd : cmd ...]\n" "Options:\n" @@ -3784,7 +3784,7 @@ msgstr "" msgid "" "%s: FUSE module for libguestfs\n" "%s lets you mount a virtual machine filesystem\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] mountpoint\n" "Options:\n" @@ -5074,7 +5074,7 @@ msgstr "" #, c-format msgid "" "%s: make a filesystem from a tar archive or files\n" -"Copyright (C) 2010-2018 Red Hat Inc.\n" +"Copyright (C) 2010-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] input.tar output.img\n" " %s [--options] input.tar.gz output.img\n" @@ -5446,7 +5446,7 @@ msgstr "" #, c-format msgid "" "%s: Convert a physical machine to use KVM\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options]\n" "Options:\n" @@ -5594,7 +5594,7 @@ msgstr "" #, c-format msgid "" "%s: Run a rescue shell on a virtual machine\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" @@ -5711,7 +5711,7 @@ msgstr "" #, c-format msgid "" "libguestfs-test-tool: interactive test tool\n" -"Copyright (C) 2009-2018 Red Hat Inc.\n" +"Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " libguestfs-test-tool [--options]\n" "Options:\n" diff --git a/podwrapper.pl.in b/podwrapper.pl.in index 7c3c6d682..2b276c4f3 100755 --- a/podwrapper.pl.in +++ b/podwrapper.pl.in @@ -1,6 +1,6 @@ #!/usr/bin/env perl # podwrapper.pl -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # @configure_input@ # # This program is free software; you can redistribute it and/or modify @@ -675,4 +675,4 @@ Richard W.M. Jones. =head1 COPYRIGHT -Copyright (C) 2012-2018 Red Hat Inc. +Copyright (C) 2012-2019 Red Hat Inc. diff --git a/python/MANIFEST.in b/python/MANIFEST.in index 3d6103f4d..9de894c3c 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 ef500d65d..673de3157 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 1ffa4588a..e84a04195 100644 --- a/python/handle.c +++ b/python/handle.c @@ -1,5 +1,5 @@ /* libguestfs python bindings - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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 b963aafd1..4be131655 100755 --- a/python/run-bindtests +++ b/python/run-bindtests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Python bindings -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 eb0d14335..1425dbb37 100755 --- a/python/run-python-tests +++ b/python/run-python-tests @@ -1,6 +1,6 @@ #!/bin/sh - # libguestfs Perl bindings -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 7ad712ada..079920d0e 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -1,6 +1,6 @@ # libguestfs Python bindings -*- python -*- # @configure_input@ -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 77bb3f640..17b57c954 100644 --- a/python/t/test090RetValues.py +++ b/python/t/test090RetValues.py @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2013-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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 461a9b747..0f6aa6b8d 100644 --- a/python/t/test100Launch.py +++ b/python/t/test100Launch.py @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 2b950b603..1a94dd5b3 100644 --- a/python/t/test410CloseEvent.py +++ b/python/t/test410CloseEvent.py @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free 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/tests_helper.py.in b/python/t/tests_helper.py.in index 29536beef..93783430e 100644 --- a/python/t/tests_helper.py.in +++ b/python/t/tests_helper.py.in @@ -1,5 +1,5 @@ # libguestfs Python bindings -# Copyright (C) 2016-2018 Red Hat Inc. +# Copyright (C) 2016-2019 Red Hat Inc. # @configure_input@ # # This program is free software; you can redistribute it and/or modify diff --git a/rescue/Makefile.am b/rescue/Makefile.am index 6666ad98a..d911484fd 100644 --- a/rescue/Makefile.am +++ b/rescue/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-rescue -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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/escape.c b/rescue/escape.c index 12e761346..e7fc0ca8e 100644 --- a/rescue/escape.c +++ b/rescue/escape.c @@ -1,5 +1,5 @@ /* virt-rescue - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 929c881f0..419242381 100644 --- a/rescue/rescue.c +++ b/rescue/rescue.c @@ -1,5 +1,5 @@ /* virt-rescue - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -81,7 +81,7 @@ usage (int status) getprogname ()); else { printf (_("%s: Run a rescue shell on a virtual machine\n" - "Copyright (C) 2009-2018 Red Hat Inc.\n" + "Copyright (C) 2009-2019 Red Hat Inc.\n" "Usage:\n" " %s [--options] -d domname\n" " %s [--options] -a disk.img [-a disk.img ...]\n" diff --git a/rescue/rescue.h b/rescue/rescue.h index 492cf5a93..de04f21d2 100644 --- a/rescue/rescue.h +++ b/rescue/rescue.h @@ -1,5 +1,5 @@ /* virt-rescue - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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/suggest.c b/rescue/suggest.c index 7b832eefc..2bdc0f84b 100644 --- a/rescue/suggest.c +++ b/rescue/suggest.c @@ -1,5 +1,5 @@ /* virt-rescue - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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/test-virt-rescue.pl b/rescue/test-virt-rescue.pl index eaa4ef41e..8b375663e 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-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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 c3391e8d3..c7be8b8af 100644 --- a/rescue/virt-rescue.pod +++ b/rescue/virt-rescue.pod @@ -507,4 +507,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2009-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/resize/Makefile.am b/resize/Makefile.am index 7a4367023..56bdf39c9 100644 --- a/resize/Makefile.am +++ b/resize/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-resize 2.0 tools -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free 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 63f911d2c..b79792cda 100644 --- a/resize/resize.ml +++ b/resize/resize.ml @@ -1,5 +1,5 @@ (* virt-resize - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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.mli b/resize/resize.mli index b0ca885c7..047aaa66a 100644 --- a/resize/resize.mli +++ b/resize/resize.mli @@ -1,5 +1,5 @@ (* virt-resize - * Copyright (C) 2010-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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 58bc86d92..f277a8458 100755 --- a/resize/test-virt-resize.pl +++ b/resize/test-virt-resize.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# Copyright (C) 2010-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 c7f528f77..3ed871529 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 71c105259..c5cf66070 100644 --- a/ruby/ext/guestfs/handle.c +++ b/ruby/ext/guestfs/handle.c @@ -1,5 +1,5 @@ /* libguestfs ruby bindings - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 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 72c1479c6..d0913d8ae 100644 --- a/ruby/lib/guestfs.rb +++ b/ruby/lib/guestfs.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 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 211803231..1b208b9f4 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 8f96f062c..34d302fee 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 ed43ec42f..7820db112 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-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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 7a03d897b..670fb2ebb 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-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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 9326fbe3e..f5a783d45 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-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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 dcde27b99..811a8bd14 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-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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 72acf58f7..987b52005 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-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 6bca46d3a..22ac02769 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 7b53af3c2..18603b901 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-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free 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 c3208858d..22c1c1deb 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-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free 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 83339366a..db0ad67c5 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 00c490a8e..2859ec305 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-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free 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 a584eaab7..bde461579 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-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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 464859c55..70a72fa78 100644 --- a/ruby/t/test_helper.rb +++ b/ruby/t/test_helper.rb @@ -1,5 +1,5 @@ # libguestfs Ruby bindings -*- ruby -*- -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 26194d4c6..488e1b937 100755 --- a/run.in +++ b/run.in @@ -1,6 +1,6 @@ #!/bin/bash - # libguestfs 'run' programs locally script -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # @configure_input@ # diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am index 2dce5e582..e164bbfa2 100644 --- a/sparsify/Makefile.am +++ b/sparsify/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-sparsify tool -# Copyright (C) 2011-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free 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 903b7e3c1..9101ad504 100644 --- a/sparsify/cmdline.ml +++ b/sparsify/cmdline.ml @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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 09a95887a..4ec1560db 100644 --- a/sparsify/cmdline.mli +++ b/sparsify/cmdline.mli @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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 43fb15e77..56e0255ad 100644 --- a/sparsify/copying.ml +++ b/sparsify/copying.ml @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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.mli b/sparsify/copying.mli index d3a561275..963fe5503 100644 --- a/sparsify/copying.mli +++ b/sparsify/copying.mli @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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 50d94e88d..7da83dafd 100644 --- a/sparsify/in_place.ml +++ b/sparsify/in_place.ml @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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.mli b/sparsify/in_place.mli index 8e6a035fb..ecae81945 100644 --- a/sparsify/in_place.mli +++ b/sparsify/in_place.mli @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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 6499139fa..902f08f85 100644 --- a/sparsify/sparsify.ml +++ b/sparsify/sparsify.ml @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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.mli b/sparsify/sparsify.mli index f052302c2..70c38398a 100644 --- a/sparsify/sparsify.mli +++ b/sparsify/sparsify.mli @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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 e5afab682..984170e61 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-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free 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 e9eb97a50..00b925b77 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-2018 Red Hat Inc. +# Copyright (C) 2011-2019 Red Hat Inc. # # This program is free 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 10f560401..11837dd49 100644 --- a/sparsify/utils.ml +++ b/sparsify/utils.ml @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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.mli b/sparsify/utils.mli index 15e1d95a6..437eea577 100644 --- a/sparsify/utils.mli +++ b/sparsify/utils.mli @@ -1,5 +1,5 @@ (* virt-sparsify - * Copyright (C) 2011-2018 Red Hat Inc. + * Copyright (C) 2011-2019 Red Hat Inc. * * This program is free 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 8a074ec61..3f5f9995f 100644 --- a/sparsify/virt-sparsify.pod +++ b/sparsify/virt-sparsify.pod @@ -490,4 +490,4 @@ Richard W.M. Jones L =head1 COPYRIGHT -Copyright (C) 2011-2018 Red Hat Inc. +Copyright (C) 2011-2019 Red Hat Inc. diff --git a/subdir-rules.mk b/subdir-rules.mk index ef3ba0941..3a20cb10d 100644 --- a/subdir-rules.mk +++ b/subdir-rules.mk @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 6ed4ac713..e6269c3f7 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -1,5 +1,5 @@ # libguestfs virt-sysprep tool -# Copyright (C) 2012-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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 047c38cd3..04fd7b23c 100644 --- a/sysprep/main.ml +++ b/sysprep/main.ml @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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.mli b/sysprep/main.mli index 00c159fcd..20042a1ec 100644 --- a/sysprep/main.mli +++ b/sysprep/main.mli @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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 805d68b26..7712b20ee 100644 --- a/sysprep/sysprep_operation_backup_files.ml +++ b/sysprep/sysprep_operation_backup_files.ml @@ -1,5 +1,5 @@ (* virt-sysprep - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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 4df33b1db..8d248db94 100644 --- a/sysprep/virt-sysprep.pod +++ b/sysprep/virt-sysprep.pod @@ -638,6 +638,6 @@ Wanlong Gao, Fujitsu Ltd. =head1 COPYRIGHT -Copyright (C) 2011-2018 Red Hat Inc. +Copyright (C) 2011-2019 Red Hat Inc. Copyright (C) 2012 Fujitsu Ltd. diff --git a/test-data/Makefile.am b/test-data/Makefile.am index 5678a5f05..30d95efab 100644 --- a/test-data/Makefile.am +++ b/test-data/Makefile.am @@ -1,5 +1,5 @@ # libguestfs test images -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 5845b293e..5293dd697 100644 --- a/test-data/binaries/Makefile.am +++ b/test-data/binaries/Makefile.am @@ -1,5 +1,5 @@ # libguestfs test images -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 e4d73c8a5..da5692da3 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 06fda10c5..cf2e842a2 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 b2667bf04..f2543fb40 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 d7065ce62..5dfa540cd 100644 --- a/test-data/files/Makefile.am +++ b/test-data/files/Makefile.am @@ -1,5 +1,5 @@ # libguestfs test images -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 6a0d23e04..d835f3ec2 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-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 4ba49b0ca..86a9ab43b 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-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 d7c3ec9cf..8676b5ac0 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-2018 Red Hat Inc. +# Copyright (C) 2010-2019 Red Hat Inc. # # This program is free 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 e44fa8943..065c8a2fa 100644 --- a/test-tool/Makefile.am +++ b/test-tool/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 d4034a038..1106f6821 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-2018 Red Hat Inc. +Copyright (C) 2009-2019 Red Hat Inc. diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c index 73e084e50..b6a4a966f 100644 --- a/test-tool/test-tool.c +++ b/test-tool/test-tool.c @@ -1,5 +1,5 @@ /* libguestfs-test-tool - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -55,7 +55,7 @@ static void usage (void) { printf (_("libguestfs-test-tool: interactive test tool\n" - "Copyright (C) 2009-2018 Red Hat Inc.\n" + "Copyright (C) 2009-2019 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 87abd589b..ca0d13bd9 100644 --- a/tests/9p/Makefile.am +++ b/tests/9p/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 3186f4ff5..7b61dd8f9 100644 --- a/tests/btrfs/Makefile.am +++ b/tests/btrfs/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 0d2e03d8e..1e4cb200e 100644 --- a/tests/c-api/Makefile.am +++ b/tests/c-api/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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 c73cdaee0..10224d102 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-2018 Red Hat Inc. + * Copyright (C) 2010-2019 Red Hat Inc. * * This program is free 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-threads.c b/tests/c-api/test-threads.c index 4b681fcfc..cf7035a96 100644 --- a/tests/c-api/test-threads.c +++ b/tests/c-api/test-threads.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2015-2018 Red Hat Inc. + * Copyright (C) 2015-2019 Red Hat Inc. * * This program is free 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 9e44939ad..14e7798ee 100644 --- a/tests/c-api/tests-main.c +++ b/tests/c-api/tests-main.c @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 e09befc6a..d5ba3bf86 100644 --- a/tests/c-api/tests.h +++ b/tests/c-api/tests.h @@ -1,5 +1,5 @@ /* libguestfs - * Copyright (C) 2009-2018 Red Hat Inc. + * Copyright (C) 2009-2019 Red Hat Inc. * * This program is free 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 d63f04546..a071c252f 100644 --- a/tests/charsets/Makefile.am +++ b/tests/charsets/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2018 Red Hat Inc. +# Copyright (C) 2009-2019 Red Hat Inc. # # This program is free 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-255-disks.sh b/tests/disks/test-255-disks.sh index afd432bd1..5a372d004 100755 --- a/tests/disks/test-255-disks.sh +++ b/tests/disks/test-255-disks.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2012-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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-27-disks.sh b/tests/disks/test-27-disks.sh index 7bf7a34d3..4b89a6b74 100755 --- a/tests/disks/test-27-disks.sh +++ b/tests/disks/test-27-disks.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2012-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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-add-disks.c b/tests/disks/test-add-disks.c index a7365d1d1..73a497ebc 100644 --- a/tests/disks/test-add-disks.c +++ b/tests/disks/test-add-disks.c @@ -1,5 +1,5 @@ /* Test libguestfs with large/maximum number of disks. - * Copyright (C) 2012-2018 Red Hat Inc. + * Copyright (C) 2012-2019 Red Hat Inc. * * This program is free 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-add-lots-of-disks.sh b/tests/disks/test-add-lots-of-disks.sh index 78fdf4415..65e64235d 100755 --- a/tests/disks/test-add-lots-of-disks.sh +++ b/tests/disks/test-add-lots-of-disks.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2012-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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-max-disks.sh b/tests/disks/test-max-disks.sh index bdaa22960..ec649b644 100755 --- a/tests/disks/test-max-disks.sh +++ b/tests/disks/test-max-disks.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2012-2018 Red Hat Inc. +# Copyright (C) 2012-2019 Red Hat Inc. # # This program is free 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 ab8052de1..e49c69b43 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-2018 Red Hat Inc. +# Copyright (C) 2013-2019 Red Hat Inc. # # This program is free 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 508154fd3..ebcba4ca1 100644 --- a/tests/disks/test-qemu-drive-libvirt.xml.in +++ b/tests/disks/test-qemu-drive-libvirt.xml.in @@ -1,6 +1,6 @@