mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Update copyright dates for 2019.
This command run over the source: perl -pi.bak -e 's/(20[01][0-9])-2018/$1-2019/g' `git ls-files`
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -507,4 +507,4 @@ Richard W.M. Jones L<http://people.redhat.com/~rjones/>
|
||||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
Copyright (C) 2009-2018 Red Hat Inc.
|
||||
Copyright (C) 2009-2019 Red Hat Inc.
|
||||
|
||||
Reference in New Issue
Block a user