Also updated a few copyright dates to 2024.
And fixed some missing EXTRA_DIST entries, found by
'make dist && make maintainer-check-extra-dist':
Checking for differences between EXTRA_DIST and git ...
tests/alibaba-cloud-arm/sbin/timeout
tests/alibaba-cloud-x86/sbin/timeout
virt-what-cvm.pod
# Makefile for virt-what
-# Copyright (C) 2008-2011 Red Hat Inc.
+# Copyright (C) 2008-2024 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
CLEANFILES = virt-what *~
-EXTRA_DIST = .gitignore virt-what.in virt-what.pod
+EXTRA_DIST = .gitignore virt-what.in virt-what.pod virt-what-cvm.pod
SUBDIRS = . tests
# Commit everything in the current directory and set the commit
# message to the current version number.
maintainer-commit:
- git commit -a -m "Version $(VERSION)."
+ git commit -a -m "Version $(VERSION)"
# Tag HEAD with the current version.
maintainer-tag:
- git tag -a v$(VERSION) -m "Version $(VERSION)." -f
+ git tag -a v$(VERSION) -m "Version $(VERSION)" -f
virt-what
-Copyright (C) 2008-2011 Red Hat Inc.
+Copyright (C) 2008-2024 Red Hat Inc.
----------------------------------------------------------------------
This is a collection of scripts which you can use to work out what
# virt-what
-# Copyright (C) 2008-2022 Red Hat Inc.
+# Copyright (C) 2008-2024 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-AC_INIT([virt-what],[1.25])
+AC_INIT([virt-what],[1.26])
AM_INIT_AUTOMAKE([foreign])
dnl Check for basic C environment.
# Makefile for virt-what
-# Copyright (C) 2008-2011 Red Hat Inc.
+# Copyright (C) 2008-2024 Red Hat Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
proc/cpuinfo \
proc/self/status \
sbin/dmidecode \
+ sbin/timeout \
sbin/uname \
sbin/virt-what-cpuid-helper
proc/cpuinfo \
proc/self/status \
sbin/dmidecode \
+ sbin/timeout \
sbin/uname \
sbin/virt-what-cpuid-helper
=head1 COPYRIGHT
-(C) Copyright 2008-2022 Red Hat Inc.,
+(C) Copyright 2008-2024 Red Hat Inc.,
L<http://people.redhat.com/~rjones/virt-what/>
This program is free software; you can redistribute it and/or modify