summaryrefslogtreecommitdiff
path: root/libparted/fs/r/hfs
diff options
context:
space:
mode:
Diffstat (limited to 'libparted/fs/r/hfs')
-rw-r--r--libparted/fs/r/hfs/advfs.c2
-rw-r--r--libparted/fs/r/hfs/advfs.h2
-rw-r--r--libparted/fs/r/hfs/advfs_plus.c2
-rw-r--r--libparted/fs/r/hfs/advfs_plus.h2
-rw-r--r--libparted/fs/r/hfs/cache.c2
-rw-r--r--libparted/fs/r/hfs/cache.h2
-rw-r--r--libparted/fs/r/hfs/file.c2
-rw-r--r--libparted/fs/r/hfs/file.h2
-rw-r--r--libparted/fs/r/hfs/file_plus.c2
-rw-r--r--libparted/fs/r/hfs/file_plus.h2
-rw-r--r--libparted/fs/r/hfs/hfs.c2
-rw-r--r--libparted/fs/r/hfs/hfs.h2
-rw-r--r--libparted/fs/r/hfs/journal.c2
-rw-r--r--libparted/fs/r/hfs/journal.h2
-rw-r--r--libparted/fs/r/hfs/probe.c2
-rw-r--r--libparted/fs/r/hfs/probe.h2
-rw-r--r--libparted/fs/r/hfs/reloc.c2
-rw-r--r--libparted/fs/r/hfs/reloc.h2
-rw-r--r--libparted/fs/r/hfs/reloc_plus.c2
-rw-r--r--libparted/fs/r/hfs/reloc_plus.h2
20 files changed, 20 insertions, 20 deletions
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