mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Update copyright dates for 2017
Run the following command over the source: perl -pi.bak -e 's/(20[01][0-9])-2016/$1-2017/g' `git ls-files` (Thanks Rich for the perl snippet, as used in past years.)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# libguestfs
|
||||
# Copyright (C) 2009-2016 Red Hat Inc.
|
||||
# Copyright (C) 2009-2017 Red Hat Inc.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* guestmount - mount guests using libguestfs and FUSE
|
||||
* Copyright (C) 2009-2016 Red Hat Inc.
|
||||
* Copyright (C) 2009-2017 Red Hat Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -103,7 +103,7 @@ usage (int status)
|
||||
else {
|
||||
printf (_("%s: FUSE module for libguestfs\n"
|
||||
"%s lets you mount a virtual machine filesystem\n"
|
||||
"Copyright (C) 2009-2016 Red Hat Inc.\n"
|
||||
"Copyright (C) 2009-2017 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] mountpoint\n"
|
||||
"Options:\n"
|
||||
|
||||
@@ -440,4 +440,4 @@ Richard W.M. Jones (C<rjones at redhat dot com>)
|
||||
|
||||
=head1 COPYRIGHT
|
||||
|
||||
Copyright (C) 2009-2016 Red Hat Inc.
|
||||
Copyright (C) 2009-2017 Red Hat Inc.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Test FUSE.
|
||||
* Copyright (C) 2009-2016 Red Hat Inc.
|
||||
* Copyright (C) 2009-2017 Red Hat Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
||||
Reference in New Issue
Block a user