summaryrefslogtreecommitdiff
path: root/libparted/fs/hfs
diff options
context:
space:
mode:
Diffstat (limited to 'libparted/fs/hfs')
-rw-r--r--libparted/fs/hfs/advfs.c3
-rw-r--r--libparted/fs/hfs/advfs.h2
-rw-r--r--libparted/fs/hfs/advfs_plus.c3
-rw-r--r--libparted/fs/hfs/advfs_plus.h2
-rw-r--r--libparted/fs/hfs/cache.c3
-rw-r--r--libparted/fs/hfs/cache.h3
-rw-r--r--libparted/fs/hfs/file.c3
-rw-r--r--libparted/fs/hfs/file.h2
-rw-r--r--libparted/fs/hfs/file_plus.c3
-rw-r--r--libparted/fs/hfs/file_plus.h2
-rw-r--r--libparted/fs/hfs/hfs.c4
-rw-r--r--libparted/fs/hfs/hfs.h3
-rw-r--r--libparted/fs/hfs/journal.c3
-rw-r--r--libparted/fs/hfs/journal.h2
-rw-r--r--libparted/fs/hfs/probe.c3
-rw-r--r--libparted/fs/hfs/probe.h3
-rw-r--r--libparted/fs/hfs/reloc.c3
-rw-r--r--libparted/fs/hfs/reloc.h2
-rw-r--r--libparted/fs/hfs/reloc_plus.c3
-rw-r--r--libparted/fs/hfs/reloc_plus.h2
20 files changed, 21 insertions, 33 deletions
diff --git a/libparted/fs/hfs/advfs.c b/libparted/fs/hfs/advfs.c
index 6781e2e..a8adfb3 100644
--- a/libparted/fs/hfs/advfs.c
+++ b/libparted/fs/hfs/advfs.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/advfs.h b/libparted/fs/hfs/advfs.h
index d608038..aff503e 100644
--- a/libparted/fs/hfs/advfs.h
+++ b/libparted/fs/hfs/advfs.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/hfs/advfs_plus.c b/libparted/fs/hfs/advfs_plus.c
index c17e9cb..08d2f61 100644
--- a/libparted/fs/hfs/advfs_plus.c
+++ b/libparted/fs/hfs/advfs_plus.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/advfs_plus.h b/libparted/fs/hfs/advfs_plus.h
index 86a7753..fdf61c6 100644
--- a/libparted/fs/hfs/advfs_plus.h
+++ b/libparted/fs/hfs/advfs_plus.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/hfs/cache.c b/libparted/fs/hfs/cache.c
index 3d5238e..63e9fa0 100644
--- a/libparted/fs/hfs/cache.c
+++ b/libparted/fs/hfs/cache.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/cache.h b/libparted/fs/hfs/cache.h
index 09722b3..e0c73e0 100644
--- a/libparted/fs/hfs/cache.h
+++ b/libparted/fs/hfs/cache.h
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/file.c b/libparted/fs/hfs/file.c
index 77213e4..e291ea6 100644
--- a/libparted/fs/hfs/file.c
+++ b/libparted/fs/hfs/file.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/file.h b/libparted/fs/hfs/file.h
index 707cf9c..a16f835 100644
--- a/libparted/fs/hfs/file.h
+++ b/libparted/fs/hfs/file.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/hfs/file_plus.c b/libparted/fs/hfs/file_plus.c
index df905cd..94bd0e3 100644
--- a/libparted/fs/hfs/file_plus.c
+++ b/libparted/fs/hfs/file_plus.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/file_plus.h b/libparted/fs/hfs/file_plus.h
index ecae326..e2dcbd2 100644
--- a/libparted/fs/hfs/file_plus.h
+++ b/libparted/fs/hfs/file_plus.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/hfs/hfs.c b/libparted/fs/hfs/hfs.c
index d5f1f23..87b4daa 100644
--- a/libparted/fs/hfs/hfs.c
+++ b/libparted/fs/hfs/hfs.c
@@ -1,7 +1,7 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2000, 2003-2005, 2007, 2009-2010 Free Software
- Foundation, Inc.
+ Copyright (C) 2000, 2003-2005, 2007, 2009-2011 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/hfs/hfs.h b/libparted/fs/hfs/hfs.h
index 3f3c0d5..fe5de2c 100644
--- a/libparted/fs/hfs/hfs.h
+++ b/libparted/fs/hfs/hfs.h
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2003-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2003-2005, 2007, 2009-2011 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/hfs/journal.c b/libparted/fs/hfs/journal.c
index 2680a69..6e5c267 100644
--- a/libparted/fs/hfs/journal.c
+++ b/libparted/fs/hfs/journal.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/journal.h b/libparted/fs/hfs/journal.h
index 98dbb36..4a40e02 100644
--- a/libparted/fs/hfs/journal.h
+++ b/libparted/fs/hfs/journal.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/hfs/probe.c b/libparted/fs/hfs/probe.c
index e56fef9..1d83a32 100644
--- a/libparted/fs/hfs/probe.c
+++ b/libparted/fs/hfs/probe.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/probe.h b/libparted/fs/hfs/probe.h
index 1da3c03..48d14b2 100644
--- a/libparted/fs/hfs/probe.h
+++ b/libparted/fs/hfs/probe.h
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/reloc.c b/libparted/fs/hfs/reloc.c
index afbe212..5666d7c 100644
--- a/libparted/fs/hfs/reloc.c
+++ b/libparted/fs/hfs/reloc.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/reloc.h b/libparted/fs/hfs/reloc.h
index e876b82..536c071 100644
--- a/libparted/fs/hfs/reloc.h
+++ b/libparted/fs/hfs/reloc.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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/hfs/reloc_plus.c b/libparted/fs/hfs/reloc_plus.c
index bc4cfda..6dc3f34 100644
--- a/libparted/fs/hfs/reloc_plus.c
+++ b/libparted/fs/hfs/reloc_plus.c
@@ -1,7 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004-2005, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 2004-2005, 2007, 2009-2011 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/hfs/reloc_plus.h b/libparted/fs/hfs/reloc_plus.h
index 2a39b48..2b2e12c 100644
--- a/libparted/fs/hfs/reloc_plus.h
+++ b/libparted/fs/hfs/reloc_plus.h
@@ -1,6 +1,6 @@
/*
libparted - a library for manipulating disk partitions
- Copyright (C) 2004, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2009-2011 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