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.c4
-rw-r--r--libparted/fs/r/hfs/advfs.h3
-rw-r--r--libparted/fs/r/hfs/advfs_plus.c4
-rw-r--r--libparted/fs/r/hfs/advfs_plus.h3
-rw-r--r--libparted/fs/r/hfs/cache.c4
-rw-r--r--libparted/fs/r/hfs/cache.h4
-rw-r--r--libparted/fs/r/hfs/file.c4
-rw-r--r--libparted/fs/r/hfs/file.h3
-rw-r--r--libparted/fs/r/hfs/file_plus.c4
-rw-r--r--libparted/fs/r/hfs/file_plus.h3
-rw-r--r--libparted/fs/r/hfs/hfs.c2
-rw-r--r--libparted/fs/r/hfs/hfs.h4
-rw-r--r--libparted/fs/r/hfs/journal.c4
-rw-r--r--libparted/fs/r/hfs/journal.h3
-rw-r--r--libparted/fs/r/hfs/probe.c4
-rw-r--r--libparted/fs/r/hfs/probe.h4
-rw-r--r--libparted/fs/r/hfs/reloc.c4
-rw-r--r--libparted/fs/r/hfs/reloc.h3
-rw-r--r--libparted/fs/r/hfs/reloc_plus.c4
-rw-r--r--libparted/fs/r/hfs/reloc_plus.h3
20 files changed, 39 insertions, 32 deletions
diff --git a/libparted/fs/r/hfs/advfs.c b/libparted/fs/r/hfs/advfs.c
index 1ce4319..9ad4d53 100644
--- a/libparted/fs/r/hfs/advfs.c
+++ b/libparted/fs/r/hfs/advfs.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/advfs.h b/libparted/fs/r/hfs/advfs.h
index b7ec4bc..f5bb8a7 100644
--- a/libparted/fs/r/hfs/advfs.h
+++ b/libparted/fs/r/hfs/advfs.h
@@ -1,6 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2014, 2019 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014, 2019-2020 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/r/hfs/advfs_plus.c b/libparted/fs/r/hfs/advfs_plus.c
index 2141746..94a2a33 100644
--- a/libparted/fs/r/hfs/advfs_plus.c
+++ b/libparted/fs/r/hfs/advfs_plus.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/advfs_plus.h b/libparted/fs/r/hfs/advfs_plus.h
index ae5982d..50fde3c 100644
--- a/libparted/fs/r/hfs/advfs_plus.h
+++ b/libparted/fs/r/hfs/advfs_plus.h
@@ -1,6 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2014, 2019 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014, 2019-2020 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/r/hfs/cache.c b/libparted/fs/r/hfs/cache.c
index fc11fe9..5848aaf 100644
--- a/libparted/fs/r/hfs/cache.c
+++ b/libparted/fs/r/hfs/cache.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/cache.h b/libparted/fs/r/hfs/cache.h
index 98f6155..cd46d3b 100644
--- a/libparted/fs/r/hfs/cache.h
+++ b/libparted/fs/r/hfs/cache.h
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/file.c b/libparted/fs/r/hfs/file.c
index fa8f0ff..31ce0fe 100644
--- a/libparted/fs/r/hfs/file.c
+++ b/libparted/fs/r/hfs/file.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/file.h b/libparted/fs/r/hfs/file.h
index 12e1c6b..022219f 100644
--- a/libparted/fs/r/hfs/file.h
+++ b/libparted/fs/r/hfs/file.h
@@ -1,6 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2014, 2019 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014, 2019-2020 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/r/hfs/file_plus.c b/libparted/fs/r/hfs/file_plus.c
index 95c5643..94bb43e 100644
--- a/libparted/fs/r/hfs/file_plus.c
+++ b/libparted/fs/r/hfs/file_plus.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/file_plus.h b/libparted/fs/r/hfs/file_plus.h
index 685920d..866ad59 100644
--- a/libparted/fs/r/hfs/file_plus.h
+++ b/libparted/fs/r/hfs/file_plus.h
@@ -1,6 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2014, 2019 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014, 2019-2020 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/r/hfs/hfs.c b/libparted/fs/r/hfs/hfs.c
index 1da093c..a8ced19 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 Free Software
+ Copyright (C) 2000, 2003-2005, 2007, 2009-2014, 2019-2020 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 0a9392a..db7a2e1 100644
--- a/libparted/fs/r/hfs/hfs.h
+++ b/libparted/fs/r/hfs/hfs.h
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2003-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2003-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/journal.c b/libparted/fs/r/hfs/journal.c
index 157e6d5..482809d 100644
--- a/libparted/fs/r/hfs/journal.c
+++ b/libparted/fs/r/hfs/journal.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/journal.h b/libparted/fs/r/hfs/journal.h
index 2dffa3a..76b44db 100644
--- a/libparted/fs/r/hfs/journal.h
+++ b/libparted/fs/r/hfs/journal.h
@@ -1,6 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2014, 2019 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014, 2019-2020 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/r/hfs/probe.c b/libparted/fs/r/hfs/probe.c
index c9546fa..e008d59 100644
--- a/libparted/fs/r/hfs/probe.c
+++ b/libparted/fs/r/hfs/probe.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/probe.h b/libparted/fs/r/hfs/probe.h
index ef22372..da0b642 100644
--- a/libparted/fs/r/hfs/probe.h
+++ b/libparted/fs/r/hfs/probe.h
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/reloc.c b/libparted/fs/r/hfs/reloc.c
index 68b14ae..e5b4b6c 100644
--- a/libparted/fs/r/hfs/reloc.c
+++ b/libparted/fs/r/hfs/reloc.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/reloc.h b/libparted/fs/r/hfs/reloc.h
index fc14b28..5d15f12 100644
--- a/libparted/fs/r/hfs/reloc.h
+++ b/libparted/fs/r/hfs/reloc.h
@@ -1,6 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2014, 2019 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014, 2019-2020 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/r/hfs/reloc_plus.c b/libparted/fs/r/hfs/reloc_plus.c
index 44c0a77..2627ba8 100644
--- a/libparted/fs/r/hfs/reloc_plus.c
+++ b/libparted/fs/r/hfs/reloc_plus.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2014, 2019 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014, 2019-2020 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/r/hfs/reloc_plus.h b/libparted/fs/r/hfs/reloc_plus.h
index ff40f8a..ed2925e 100644
--- a/libparted/fs/r/hfs/reloc_plus.h
+++ b/libparted/fs/r/hfs/reloc_plus.h
@@ -1,6 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2014, 2019 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014, 2019-2020 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