Skip to content

Commit 30084d2

Browse files
committed
Update copyright dates for 2025
Automated using this command: perl -pi.bak -e 's/(20[012][0-9])-20[12][01234]/$1-2025/g' `git ls-files`
1 parent a81b809 commit 30084d2

File tree

160 files changed

+175
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+175
-175
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# guestfs tools
2-
# Copyright (C) 2009-2023 Red Hat Inc.
2+
# Copyright (C) 2009-2025 Red Hat Inc.
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Upstream git repository:
1111

1212
https://github.com/libguestfs/guestfs-tools
1313

14-
Copyright (C) 2009-2024 Red Hat Inc.
14+
Copyright (C) 2009-2025 Red Hat Inc.
1515

1616
The programs are distributed under the GPLv2+. Some parts are LGPLv2+
1717
licensed. See individual files for license details, and COPYING and

bash/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# libguestfs
2-
# Copyright (C) 2013-2023 Red Hat Inc.
2+
# Copyright (C) 2013-2025 Red Hat Inc.
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

bash/virt-alignment-scan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# virt-tools bash completion script -*- shell-script -*-
2-
# Copyright (C) 2010-2023 Red Hat Inc.
2+
# Copyright (C) 2010-2025 Red Hat Inc.
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

bash/virt-win-reg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# libguestfs-test-tool bash completion script -*- shell-script -*-
2-
# Copyright (C) 2014-2023 Red Hat Inc.
2+
# Copyright (C) 2014-2025 Red Hat Inc.
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

bugs-in-changelog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -
22
# bugs-in-changelog.sh
3-
# Copyright (C) 2009-2023 Red Hat Inc.
3+
# Copyright (C) 2009-2025 Red Hat Inc.
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

build-aux/guestfs-test-driver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
scriptversion=2013-07-13.22; # UTC
55

6-
# Copyright (C) 2011-2023 Free Software Foundation, Inc.
6+
# Copyright (C) 2011-2025 Free Software Foundation, Inc.
77
#
88
# This program is free software; you can redistribute it and/or modify
99
# it under the terms of the GNU General Public License as published by

builder/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# libguestfs virt-builder tool
2-
# Copyright (C) 2013-2023 Red Hat Inc.
2+
# Copyright (C) 2013-2025 Red Hat Inc.
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

builder/builder.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(* virt-builder
2-
* Copyright (C) 2013-2023 Red Hat Inc.
2+
* Copyright (C) 2013-2025 Red Hat Inc.
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

builder/cache.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(* virt-builder
2-
* Copyright (C) 2013-2023 Red Hat Inc.
2+
* Copyright (C) 2013-2025 Red Hat Inc.
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)