summaryrefslogtreecommitdiff
path: root/libparted/fs/r
diff options
context:
space:
mode:
Diffstat (limited to 'libparted/fs/r')
-rw-r--r--libparted/fs/r/fat/bootsector.c2
-rw-r--r--libparted/fs/r/fat/bootsector.h2
-rw-r--r--libparted/fs/r/fat/calc.c2
-rw-r--r--libparted/fs/r/fat/calc.h2
-rw-r--r--libparted/fs/r/fat/clstdup.c2
-rw-r--r--libparted/fs/r/fat/clstdup.h2
-rw-r--r--libparted/fs/r/fat/context.c2
-rw-r--r--libparted/fs/r/fat/context.h2
-rw-r--r--libparted/fs/r/fat/count.c2
-rw-r--r--libparted/fs/r/fat/count.h2
-rw-r--r--libparted/fs/r/fat/fat.c2
-rw-r--r--libparted/fs/r/fat/fat.h2
-rw-r--r--libparted/fs/r/fat/fatio.c2
-rw-r--r--libparted/fs/r/fat/fatio.h2
-rw-r--r--libparted/fs/r/fat/resize.c2
-rw-r--r--libparted/fs/r/fat/table.c2
-rw-r--r--libparted/fs/r/fat/table.h2
-rw-r--r--libparted/fs/r/fat/traverse.c2
-rw-r--r--libparted/fs/r/fat/traverse.h2
-rw-r--r--libparted/fs/r/filesys.c2
-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
40 files changed, 40 insertions, 40 deletions
diff --git a/libparted/fs/r/fat/bootsector.c b/libparted/fs/r/fat/bootsector.c
index fcb9782..1d2b601 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-2013 Free Software
+ Copyright (C) 1998-2000, 2002, 2004, 2007, 2009-2014 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 6e8b9ce..e92842c 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2014 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/fat/calc.c b/libparted/fs/r/fat/calc.c
index c4c8dba..43a094b 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-2013 Free Software Foundation,
+ Copyright (C) 1998-2000, 2002, 2007, 2009-2014 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 4d80954..f1bfa7e 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2014 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/fat/clstdup.c b/libparted/fs/r/fat/clstdup.c
index 4acbbc8..437948d 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2001, 2007, 2009-2014 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/fat/clstdup.h b/libparted/fs/r/fat/clstdup.h
index a811c4c..761d5ca 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2007, 2009-2014 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/fat/context.c b/libparted/fs/r/fat/context.c
index 7767f14..f67547a 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2014 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/fat/context.h b/libparted/fs/r/fat/context.h
index 5701b1b..7a9fd97 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999-2000, 2007, 2009-2014 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/fat/count.c b/libparted/fs/r/fat/count.c
index e551fef..7949e47 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2014 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/fat/count.h b/libparted/fs/r/fat/count.h
index 2c675a3..379930c 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999-2000, 2007-2014 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/fat/fat.c b/libparted/fs/r/fat/fat.c
index 8d7420b..5aa72d8 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2001, 2007-2014 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/fat/fat.h b/libparted/fs/r/fat/fat.h
index 943c5e5..704ae55 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2001, 2007, 2009-2014 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/fat/fatio.c b/libparted/fs/r/fat/fatio.c
index 75dca0c..5c3a440 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2014 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/fat/fatio.h b/libparted/fs/r/fat/fatio.h
index f23ab01..11401f2 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2014 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/fat/resize.c b/libparted/fs/r/fat/resize.c
index 046382b..919acf0 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-2014 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/fat/table.c b/libparted/fs/r/fat/table.c
index 62bc3b3..adb78a6 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-2014 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/fat/table.h b/libparted/fs/r/fat/table.h
index 16180f1..b6517ae 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007, 2009-2014 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/fat/traverse.c b/libparted/fs/r/fat/traverse.c
index 623b6a9..f2efbdf 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2005, 2007-2014 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/fat/traverse.h b/libparted/fs/r/fat/traverse.h
index 95633cb..1c42f07 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-2014 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/filesys.c b/libparted/fs/r/filesys.c
index 4b8b831..d5d56a7 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 1999-2001, 2007-2014 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.c b/libparted/fs/r/hfs/advfs.c
index b5609d6..2398478 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 434d215..60c375d 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014 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 b7a95d1..0c5f1c3 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 2825c54..130ba65 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014 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 45d8d93..68be366 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 6196698..a71cd32 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 70ad3ab..cfb7136 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 f8a6594..6cbc1de 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014 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 2a271da..33c7797 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 0d0c910..ec717e7 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014 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 26c789a..a1c37cc 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-2013 Free Software Foundation,
+ Copyright (C) 2000, 2003-2005, 2007, 2009-2014 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 c3c79d8..6cd27ca 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2003-2005, 2007, 2009-2014 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 54a065d..9080e14 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 12551c4..117b440 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014 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 76b21dc..a1c7f4e 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 c779843..734f102 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 abc6b1b..a4af6d3 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 a5fccaf..74a03ce 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014 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 6c2408c..5f4d0b9 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2014 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 dc71478..4e17462 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-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2014 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