Update copyright dates for 2023

Run this command across the source:

  perl -pi.bak -e 's/(20[012][0-9])-20[12][012]/$1-2023/g' `git ls-files`

and remove changes to po{,-docs}/*.po{,t} (these will be regenerated
later when we run 'make dist').
This commit is contained in:
Richard W.M. Jones
2023-02-07 10:46:27 +00:00
parent e4f0733bd7
commit e2c7bddf10
470 changed files with 476 additions and 476 deletions

View File

@@ -1,5 +1,5 @@
/* guestmount - mount guests using libguestfs and FUSE
* Copyright (C) 2009-2020 Red Hat Inc.
* Copyright (C) 2009-2023 Red Hat Inc.
*
* This 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-2020 Red Hat Inc.\n"
"Copyright (C) 2009-2023 Red Hat Inc.\n"
"Usage:\n"
" %s [--options] mountpoint\n"
"Options:\n"