From a198e8d7559c3f78806748e550ec92ccfcc6f240 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 24 Mar 2023 15:36:42 -0700 Subject: maint: Update copyright statements to 2022 By running make update-copyright --- libparted/fs/Makefile.am | 2 +- libparted/fs/amiga/a-interface.c | 2 +- libparted/fs/amiga/affs.c | 2 +- libparted/fs/amiga/affs.h | 2 +- libparted/fs/amiga/amiga.c | 2 +- libparted/fs/amiga/amiga.h | 2 +- libparted/fs/amiga/apfs.c | 2 +- libparted/fs/amiga/apfs.h | 2 +- libparted/fs/amiga/asfs.c | 2 +- libparted/fs/amiga/asfs.h | 2 +- libparted/fs/btrfs/btrfs.c | 2 +- libparted/fs/ext2/ext2.h | 2 +- libparted/fs/ext2/ext2_fs.h | 2 +- libparted/fs/ext2/interface.c | 2 +- libparted/fs/f2fs/f2fs.c | 2 +- libparted/fs/f2fs/f2fs.h | 2 +- libparted/fs/fat/bootsector.c | 2 +- libparted/fs/fat/bootsector.h | 2 +- libparted/fs/fat/count.h | 2 +- libparted/fs/fat/fat.c | 2 +- libparted/fs/fat/fat.h | 2 +- libparted/fs/hfs/hfs.c | 2 +- libparted/fs/hfs/hfs.h | 2 +- libparted/fs/hfs/probe.c | 2 +- libparted/fs/hfs/probe.h | 2 +- libparted/fs/jfs/jfs.c | 2 +- libparted/fs/linux_swap/linux_swap.c | 2 +- libparted/fs/nilfs2/nilfs2.c | 2 +- libparted/fs/ntfs/ntfs.c | 2 +- libparted/fs/r/fat/bootsector.c | 2 +- libparted/fs/r/fat/bootsector.h | 2 +- libparted/fs/r/fat/calc.c | 2 +- libparted/fs/r/fat/calc.h | 2 +- libparted/fs/r/fat/clstdup.c | 2 +- libparted/fs/r/fat/clstdup.h | 2 +- libparted/fs/r/fat/context.c | 2 +- libparted/fs/r/fat/context.h | 2 +- libparted/fs/r/fat/count.c | 2 +- libparted/fs/r/fat/count.h | 2 +- libparted/fs/r/fat/fat.c | 2 +- libparted/fs/r/fat/fat.h | 2 +- libparted/fs/r/fat/fatio.c | 2 +- libparted/fs/r/fat/fatio.h | 2 +- libparted/fs/r/fat/resize.c | 2 +- libparted/fs/r/fat/table.c | 2 +- libparted/fs/r/fat/table.h | 2 +- libparted/fs/r/fat/traverse.c | 2 +- libparted/fs/r/fat/traverse.h | 2 +- libparted/fs/r/filesys.c | 2 +- libparted/fs/r/hfs/advfs.c | 2 +- libparted/fs/r/hfs/advfs.h | 2 +- libparted/fs/r/hfs/advfs_plus.c | 2 +- libparted/fs/r/hfs/advfs_plus.h | 2 +- libparted/fs/r/hfs/cache.c | 2 +- libparted/fs/r/hfs/cache.h | 2 +- libparted/fs/r/hfs/file.c | 2 +- libparted/fs/r/hfs/file.h | 2 +- libparted/fs/r/hfs/file_plus.c | 2 +- libparted/fs/r/hfs/file_plus.h | 2 +- libparted/fs/r/hfs/hfs.c | 2 +- libparted/fs/r/hfs/hfs.h | 2 +- libparted/fs/r/hfs/journal.c | 2 +- libparted/fs/r/hfs/journal.h | 2 +- libparted/fs/r/hfs/probe.c | 2 +- libparted/fs/r/hfs/probe.h | 2 +- libparted/fs/r/hfs/reloc.c | 2 +- libparted/fs/r/hfs/reloc.h | 2 +- libparted/fs/r/hfs/reloc_plus.c | 2 +- libparted/fs/r/hfs/reloc_plus.h | 2 +- libparted/fs/reiserfs/reiserfs.c | 2 +- libparted/fs/reiserfs/reiserfs.h | 2 +- libparted/fs/udf/udf.c | 2 +- libparted/fs/ufs/ufs.c | 2 +- libparted/fs/xfs/xfs.c | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) (limited to 'libparted/fs') diff --git a/libparted/fs/Makefile.am b/libparted/fs/Makefile.am index 6a8485f..41a60d9 100644 --- a/libparted/fs/Makefile.am +++ b/libparted/fs/Makefile.am @@ -1,5 +1,5 @@ # This file is part of GNU Parted -# Copyright (C) 1999-2001, 2007, 2009-2014, 2019-2022 Free Software Foundation, +# Copyright (C) 1999-2001, 2007, 2009-2014, 2019-2023 Free Software Foundation, # Inc. # # This file may be modified and/or distributed without restriction. diff --git a/libparted/fs/amiga/a-interface.c b/libparted/fs/amiga/a-interface.c index a7f31ed..0ae84dd 100644 --- a/libparted/fs/amiga/a-interface.c +++ b/libparted/fs/amiga/a-interface.c @@ -1,6 +1,6 @@ /* interface.c -- parted support amiga file systems - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/amiga/affs.c b/libparted/fs/amiga/affs.c index f11201e..750eab2 100644 --- a/libparted/fs/amiga/affs.c +++ b/libparted/fs/amiga/affs.c @@ -1,6 +1,6 @@ /* affs.c -- parted support for affs file systems - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/amiga/affs.h b/libparted/fs/amiga/affs.h index c313a63..d1650f2 100644 --- a/libparted/fs/amiga/affs.h +++ b/libparted/fs/amiga/affs.h @@ -1,7 +1,7 @@ /* affs.h -- parted suppoer for affs filesystems header files - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/amiga/amiga.c b/libparted/fs/amiga/amiga.c index 980740e..1a909fc 100644 --- a/libparted/fs/amiga/amiga.c +++ b/libparted/fs/amiga/amiga.c @@ -1,6 +1,6 @@ /* libparted/fs_amiga - amiga file system support. - Copyright (C) 2000-2001, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2000-2001, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/amiga/amiga.h b/libparted/fs/amiga/amiga.h index 79b1bc0..30f5b82 100644 --- a/libparted/fs/amiga/amiga.h +++ b/libparted/fs/amiga/amiga.h @@ -1,6 +1,6 @@ /* util.h -- amiga partition table headers. - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/amiga/apfs.c b/libparted/fs/amiga/apfs.c index c1455e1..aeaa1f3 100644 --- a/libparted/fs/amiga/apfs.c +++ b/libparted/fs/amiga/apfs.c @@ -1,6 +1,6 @@ /* apfs.c -- parted support for apfs file systems - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/amiga/apfs.h b/libparted/fs/amiga/apfs.h index 7788bfc..972941b 100644 --- a/libparted/fs/amiga/apfs.h +++ b/libparted/fs/amiga/apfs.h @@ -1,6 +1,6 @@ /* apfs.h -- parted support for apfs file systems header files - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/amiga/asfs.c b/libparted/fs/amiga/asfs.c index d3d55d6..c4c65e5 100644 --- a/libparted/fs/amiga/asfs.c +++ b/libparted/fs/amiga/asfs.c @@ -1,6 +1,6 @@ /* asfs.c -- parted asfs filesystem support - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/amiga/asfs.h b/libparted/fs/amiga/asfs.h index 3fb6930..2b70a94 100644 --- a/libparted/fs/amiga/asfs.h +++ b/libparted/fs/amiga/asfs.h @@ -1,6 +1,6 @@ /* asfs.h -- parted asfs filesystem support header files - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/btrfs/btrfs.c b/libparted/fs/btrfs/btrfs.c index f78dc47..6eded8b 100644 --- a/libparted/fs/btrfs/btrfs.c +++ b/libparted/fs/btrfs/btrfs.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2013-2014, 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2013-2014, 2019-2023 Free Software Foundation, 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 diff --git a/libparted/fs/ext2/ext2.h b/libparted/fs/ext2/ext2.h index f9b5ecd..d23f63e 100644 --- a/libparted/fs/ext2/ext2.h +++ b/libparted/fs/ext2/ext2.h @@ -1,6 +1,6 @@ /* ext2.h -- ext2 header - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/ext2/ext2_fs.h b/libparted/fs/ext2/ext2_fs.h index a62aca1..1eca7ab 100644 --- a/libparted/fs/ext2/ext2_fs.h +++ b/libparted/fs/ext2/ext2_fs.h @@ -15,7 +15,7 @@ /* * EXT2_*_*() convienience macros added by Andrew Clausen - * Copyright (C) 2000, 2009-2014, 2019-2022 Free Software Foundation, Inc. + * Copyright (C) 2000, 2009-2014, 2019-2023 Free Software Foundation, Inc. */ #ifndef _EXT2_FS_H diff --git a/libparted/fs/ext2/interface.c b/libparted/fs/ext2/interface.c index 3b47866..7e0b197 100644 --- a/libparted/fs/ext2/interface.c +++ b/libparted/fs/ext2/interface.c @@ -1,6 +1,6 @@ /* interface.c -- parted binding glue to libext2resize - Copyright (C) 1998-2000, 2007-2014, 2019-2022 Free Software Foundation, + Copyright (C) 1998-2000, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/f2fs/f2fs.c b/libparted/fs/f2fs/f2fs.c index 6d32670..68ed092 100644 --- a/libparted/fs/f2fs/f2fs.c +++ b/libparted/fs/f2fs/f2fs.c @@ -1,6 +1,6 @@ /* libparted/fs/f2fs - Flash-Friendly File System - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, 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 diff --git a/libparted/fs/f2fs/f2fs.h b/libparted/fs/f2fs/f2fs.h index 88ad0eb..9341337 100644 --- a/libparted/fs/f2fs/f2fs.h +++ b/libparted/fs/f2fs/f2fs.h @@ -1,6 +1,6 @@ /* libparted/fs/f2fs - Flash-Friendly File System - Copyright (C) 2020-2022 Free Software Foundation, Inc. + Copyright (C) 2020-2023 Free Software Foundation, 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 diff --git a/libparted/fs/fat/bootsector.c b/libparted/fs/fat/bootsector.c index 1b0e3b9..f02685b 100644 --- a/libparted/fs/fat/bootsector.c +++ b/libparted/fs/fat/bootsector.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2002, 2004, 2007, 2009-2014, 2019-2022 Free + Copyright (C) 1998-2000, 2002, 2004, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/fat/bootsector.h b/libparted/fs/fat/bootsector.h index 9f3cd6a..328ba2f 100644 --- a/libparted/fs/fat/bootsector.h +++ b/libparted/fs/fat/bootsector.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/fat/count.h b/libparted/fs/fat/count.h index 3d8cb21..bb7d6af 100644 --- a/libparted/fs/fat/count.h +++ b/libparted/fs/fat/count.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1999-2000, 2007-2014, 2019-2022 Free Software Foundation, + Copyright (C) 1999-2000, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/fat/fat.c b/libparted/fs/fat/fat.c index 4df802e..c04f178 100644 --- a/libparted/fs/fat/fat.c +++ b/libparted/fs/fat/fat.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2001, 2007-2014, 2019-2022 Free Software Foundation, + Copyright (C) 1998-2001, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/fat/fat.h b/libparted/fs/fat/fat.h index fa6a567..f5302d9 100644 --- a/libparted/fs/fat/fat.h +++ b/libparted/fs/fat/fat.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2001, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2001, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/hfs/hfs.c b/libparted/fs/hfs/hfs.c index dca1be6..3684646 100644 --- a/libparted/fs/hfs/hfs.c +++ b/libparted/fs/hfs/hfs.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2000, 2003-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2000, 2003-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/hfs/hfs.h b/libparted/fs/hfs/hfs.h index c9ceade..5b9138c 100644 --- a/libparted/fs/hfs/hfs.h +++ b/libparted/fs/hfs/hfs.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2003-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2003-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/hfs/probe.c b/libparted/fs/hfs/probe.c index d2119f7..d02ca28 100644 --- a/libparted/fs/hfs/probe.c +++ b/libparted/fs/hfs/probe.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/hfs/probe.h b/libparted/fs/hfs/probe.h index 3362d52..29ce880 100644 --- a/libparted/fs/hfs/probe.h +++ b/libparted/fs/hfs/probe.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/jfs/jfs.c b/libparted/fs/jfs/jfs.c index 5ff8848..f00bd9f 100644 --- a/libparted/fs/jfs/jfs.c +++ b/libparted/fs/jfs/jfs.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2001, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2001, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/linux_swap/linux_swap.c b/libparted/fs/linux_swap/linux_swap.c index 8878cdf..60100b0 100644 --- a/libparted/fs/linux_swap/linux_swap.c +++ b/libparted/fs/linux_swap/linux_swap.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 1999-2000, 2002, 2007-2014, 2019-2022 Free Software + Copyright (C) 1999-2000, 2002, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/nilfs2/nilfs2.c b/libparted/fs/nilfs2/nilfs2.c index fa45fb5..6204542 100644 --- a/libparted/fs/nilfs2/nilfs2.c +++ b/libparted/fs/nilfs2/nilfs2.c @@ -3,7 +3,7 @@ * * Written by Jiro SEKIBA * - * Copyright (C) 2011-2014, 2019-2022 Free Software Foundation, Inc. + * Copyright (C) 2011-2014, 2019-2023 Free Software Foundation, 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 diff --git a/libparted/fs/ntfs/ntfs.c b/libparted/fs/ntfs/ntfs.c index aaa29c5..9829f39 100644 --- a/libparted/fs/ntfs/ntfs.c +++ b/libparted/fs/ntfs/ntfs.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2000, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/bootsector.c b/libparted/fs/r/fat/bootsector.c index 31ed7ef..85ccc0f 100644 --- a/libparted/fs/r/fat/bootsector.c +++ b/libparted/fs/r/fat/bootsector.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2002, 2004, 2007, 2009-2014, 2019-2022 Free + Copyright (C) 1998-2000, 2002, 2004, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/bootsector.h b/libparted/fs/r/fat/bootsector.h index d9fbf0b..699d6cf 100644 --- a/libparted/fs/r/fat/bootsector.h +++ b/libparted/fs/r/fat/bootsector.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/calc.c b/libparted/fs/r/fat/calc.c index 45c1709..4ba1030 100644 --- a/libparted/fs/r/fat/calc.c +++ b/libparted/fs/r/fat/calc.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2002, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2002, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/calc.h b/libparted/fs/r/fat/calc.h index d078713..d4884c1 100644 --- a/libparted/fs/r/fat/calc.h +++ b/libparted/fs/r/fat/calc.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/clstdup.c b/libparted/fs/r/fat/clstdup.c index 4c18259..6a3054f 100644 --- a/libparted/fs/r/fat/clstdup.c +++ b/libparted/fs/r/fat/clstdup.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2001, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2001, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/clstdup.h b/libparted/fs/r/fat/clstdup.h index 46c249d..23e51b4 100644 --- a/libparted/fs/r/fat/clstdup.h +++ b/libparted/fs/r/fat/clstdup.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1999, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 1999, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/context.c b/libparted/fs/r/fat/context.c index 82b1b95..c782323 100644 --- a/libparted/fs/r/fat/context.c +++ b/libparted/fs/r/fat/context.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/context.h b/libparted/fs/r/fat/context.h index 0c8c8f6..9a76a47 100644 --- a/libparted/fs/r/fat/context.h +++ b/libparted/fs/r/fat/context.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1999-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1999-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/count.c b/libparted/fs/r/fat/count.c index d5f60ac..e23404b 100644 --- a/libparted/fs/r/fat/count.c +++ b/libparted/fs/r/fat/count.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/count.h b/libparted/fs/r/fat/count.h index 3d8cb21..bb7d6af 100644 --- a/libparted/fs/r/fat/count.h +++ b/libparted/fs/r/fat/count.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1999-2000, 2007-2014, 2019-2022 Free Software Foundation, + Copyright (C) 1999-2000, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/fat.c b/libparted/fs/r/fat/fat.c index 969d07e..6583b5b 100644 --- a/libparted/fs/r/fat/fat.c +++ b/libparted/fs/r/fat/fat.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2001, 2007-2014, 2019-2022 Free Software Foundation, + Copyright (C) 1998-2001, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/fat.h b/libparted/fs/r/fat/fat.h index a969a29..54f0669 100644 --- a/libparted/fs/r/fat/fat.h +++ b/libparted/fs/r/fat/fat.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2001, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2001, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/fatio.c b/libparted/fs/r/fat/fatio.c index 1c852b4..3a947ff 100644 --- a/libparted/fs/r/fat/fatio.c +++ b/libparted/fs/r/fat/fatio.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/fatio.h b/libparted/fs/r/fat/fatio.h index afa026c..53ebed7 100644 --- a/libparted/fs/r/fat/fatio.h +++ b/libparted/fs/r/fat/fatio.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/resize.c b/libparted/fs/r/fat/resize.c index b72afa1..78dede4 100644 --- a/libparted/fs/r/fat/resize.c +++ b/libparted/fs/r/fat/resize.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007-2014, 2019-2022 Free Software Foundation, + Copyright (C) 1998-2000, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/table.c b/libparted/fs/r/fat/table.c index 4f0d60c..ec0907f 100644 --- a/libparted/fs/r/fat/table.c +++ b/libparted/fs/r/fat/table.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007-2014, 2019-2022 Free Software Foundation, + Copyright (C) 1998-2000, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/table.h b/libparted/fs/r/fat/table.h index 96cc866..a70241b 100644 --- a/libparted/fs/r/fat/table.h +++ b/libparted/fs/r/fat/table.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/traverse.c b/libparted/fs/r/fat/traverse.c index 736bd63..42eeff9 100644 --- a/libparted/fs/r/fat/traverse.c +++ b/libparted/fs/r/fat/traverse.c @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2005, 2007-2014, 2019-2022 Free Software + Copyright (C) 1998-2000, 2005, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/fat/traverse.h b/libparted/fs/r/fat/traverse.h index 4e56051..02318ba 100644 --- a/libparted/fs/r/fat/traverse.h +++ b/libparted/fs/r/fat/traverse.h @@ -1,6 +1,6 @@ /* libparted - Copyright (C) 1998-2000, 2007-2014, 2019-2022 Free Software Foundation, + Copyright (C) 1998-2000, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/filesys.c b/libparted/fs/r/filesys.c index 6e795bc..856238c 100644 --- a/libparted/fs/r/filesys.c +++ b/libparted/fs/r/filesys.c @@ -1,5 +1,5 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 1999-2001, 2007-2014, 2019-2022 Free Software Foundation, + Copyright (C) 1999-2001, 2007-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/advfs.c b/libparted/fs/r/hfs/advfs.c index b37d76f..cb66e9e 100644 --- a/libparted/fs/r/hfs/advfs.c +++ b/libparted/fs/r/hfs/advfs.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/advfs.h b/libparted/fs/r/hfs/advfs.h index edae12a..094298e 100644 --- a/libparted/fs/r/hfs/advfs.h +++ b/libparted/fs/r/hfs/advfs.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2004, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/advfs_plus.c b/libparted/fs/r/hfs/advfs_plus.c index 872ceb2..6104460 100644 --- a/libparted/fs/r/hfs/advfs_plus.c +++ b/libparted/fs/r/hfs/advfs_plus.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/advfs_plus.h b/libparted/fs/r/hfs/advfs_plus.h index bae0d0c..61972c2 100644 --- a/libparted/fs/r/hfs/advfs_plus.h +++ b/libparted/fs/r/hfs/advfs_plus.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2004, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/cache.c b/libparted/fs/r/hfs/cache.c index 545ff88..255f1fd 100644 --- a/libparted/fs/r/hfs/cache.c +++ b/libparted/fs/r/hfs/cache.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/cache.h b/libparted/fs/r/hfs/cache.h index e10a285..d009fd9 100644 --- a/libparted/fs/r/hfs/cache.h +++ b/libparted/fs/r/hfs/cache.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/file.c b/libparted/fs/r/hfs/file.c index 5cc7c13..6024d84 100644 --- a/libparted/fs/r/hfs/file.c +++ b/libparted/fs/r/hfs/file.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/file.h b/libparted/fs/r/hfs/file.h index c191b20..f8cb485 100644 --- a/libparted/fs/r/hfs/file.h +++ b/libparted/fs/r/hfs/file.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2004, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/file_plus.c b/libparted/fs/r/hfs/file_plus.c index 12778d8..aeff5ee 100644 --- a/libparted/fs/r/hfs/file_plus.c +++ b/libparted/fs/r/hfs/file_plus.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/file_plus.h b/libparted/fs/r/hfs/file_plus.h index 9500a0c..cd54f3f 100644 --- a/libparted/fs/r/hfs/file_plus.h +++ b/libparted/fs/r/hfs/file_plus.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2004, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/hfs.c b/libparted/fs/r/hfs/hfs.c index 44741f2..8959b47 100644 --- a/libparted/fs/r/hfs/hfs.c +++ b/libparted/fs/r/hfs/hfs.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2000, 2003-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2000, 2003-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/hfs.h b/libparted/fs/r/hfs/hfs.h index c9ceade..5b9138c 100644 --- a/libparted/fs/r/hfs/hfs.h +++ b/libparted/fs/r/hfs/hfs.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2003-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2003-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/journal.c b/libparted/fs/r/hfs/journal.c index b59e5e7..7a2a8dc 100644 --- a/libparted/fs/r/hfs/journal.c +++ b/libparted/fs/r/hfs/journal.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/journal.h b/libparted/fs/r/hfs/journal.h index fdfaba3..66eb2b1 100644 --- a/libparted/fs/r/hfs/journal.h +++ b/libparted/fs/r/hfs/journal.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2004, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/probe.c b/libparted/fs/r/hfs/probe.c index 463cba1..ee4ae31 100644 --- a/libparted/fs/r/hfs/probe.c +++ b/libparted/fs/r/hfs/probe.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/probe.h b/libparted/fs/r/hfs/probe.h index 854ac4a..21be916 100644 --- a/libparted/fs/r/hfs/probe.h +++ b/libparted/fs/r/hfs/probe.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/reloc.c b/libparted/fs/r/hfs/reloc.c index 9d99f16..05ec76a 100644 --- a/libparted/fs/r/hfs/reloc.c +++ b/libparted/fs/r/hfs/reloc.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/reloc.h b/libparted/fs/r/hfs/reloc.h index be76817..d8b1e6d 100644 --- a/libparted/fs/r/hfs/reloc.h +++ b/libparted/fs/r/hfs/reloc.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2004, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/reloc_plus.c b/libparted/fs/r/hfs/reloc_plus.c index a1ca742..904929c 100644 --- a/libparted/fs/r/hfs/reloc_plus.c +++ b/libparted/fs/r/hfs/reloc_plus.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/r/hfs/reloc_plus.h b/libparted/fs/r/hfs/reloc_plus.h index 2708115..8c5998a 100644 --- a/libparted/fs/r/hfs/reloc_plus.h +++ b/libparted/fs/r/hfs/reloc_plus.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2004, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2004, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/reiserfs/reiserfs.c b/libparted/fs/reiserfs/reiserfs.c index e41f3ce..0638f3e 100644 --- a/libparted/fs/reiserfs/reiserfs.c +++ b/libparted/fs/reiserfs/reiserfs.c @@ -1,6 +1,6 @@ /* reiserfs.c -- ReiserFS detection - Copyright (C) 2001-2002, 2007, 2009-2014, 2019-2022 Free Software + Copyright (C) 2001-2002, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/reiserfs/reiserfs.h b/libparted/fs/reiserfs/reiserfs.h index a5613da..ee92b62 100644 --- a/libparted/fs/reiserfs/reiserfs.h +++ b/libparted/fs/reiserfs/reiserfs.h @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2000, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2000, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/udf/udf.c b/libparted/fs/udf/udf.c index a3a4edb..a48a42e 100644 --- a/libparted/fs/udf/udf.c +++ b/libparted/fs/udf/udf.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2018-2022 Free Software Foundation, Inc. + Copyright (C) 2018-2023 Free Software Foundation, 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 diff --git a/libparted/fs/ufs/ufs.c b/libparted/fs/ufs/ufs.c index 40d6e4e..d2bf421 100644 --- a/libparted/fs/ufs/ufs.c +++ b/libparted/fs/ufs/ufs.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2001, 2007, 2009-2014, 2019-2022 Free Software Foundation, + Copyright (C) 2001, 2007, 2009-2014, 2019-2023 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/libparted/fs/xfs/xfs.c b/libparted/fs/xfs/xfs.c index ec38d23..f5cf96a 100644 --- a/libparted/fs/xfs/xfs.c +++ b/libparted/fs/xfs/xfs.c @@ -1,6 +1,6 @@ /* libparted - a library for manipulating disk partitions - Copyright (C) 2001, 2009-2014, 2019-2022 Free Software Foundation, Inc. + Copyright (C) 2001, 2009-2014, 2019-2023 Free Software Foundation, 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 -- cgit v1.2.1