summaryrefslogtreecommitdiff
path: root/libparted/fs/fat
diff options
context:
space:
mode:
Diffstat (limited to 'libparted/fs/fat')
-rw-r--r--libparted/fs/fat/bootsector.c2
-rw-r--r--libparted/fs/fat/bootsector.h3
-rw-r--r--libparted/fs/fat/calc.c4
-rw-r--r--libparted/fs/fat/calc.h3
-rw-r--r--libparted/fs/fat/clstdup.c3
-rw-r--r--libparted/fs/fat/clstdup.h2
-rw-r--r--libparted/fs/fat/context.c3
-rw-r--r--libparted/fs/fat/context.h3
-rw-r--r--libparted/fs/fat/count.c3
-rw-r--r--libparted/fs/fat/count.h2
-rw-r--r--libparted/fs/fat/fat.c2
-rw-r--r--libparted/fs/fat/fat.h3
-rw-r--r--libparted/fs/fat/fatio.c3
-rw-r--r--libparted/fs/fat/fatio.h3
-rw-r--r--libparted/fs/fat/resize.c2
-rw-r--r--libparted/fs/fat/table.c2
-rw-r--r--libparted/fs/fat/table.h3
-rw-r--r--libparted/fs/fat/traverse.c3
-rw-r--r--libparted/fs/fat/traverse.h2
19 files changed, 20 insertions, 31 deletions
diff --git a/libparted/fs/fat/bootsector.c b/libparted/fs/fat/bootsector.c
index b987918..3c87bde 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-2010 Free Software
+ Copyright (C) 1998-2000, 2002, 2004, 2007, 2009-2011 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 5a12fdf..d049ed7 100644
--- a/libparted/fs/fat/bootsector.h
+++ b/libparted/fs/fat/bootsector.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 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/fat/calc.c b/libparted/fs/fat/calc.c
index 723d099..75eff57 100644
--- a/libparted/fs/fat/calc.c
+++ b/libparted/fs/fat/calc.c
@@ -1,7 +1,7 @@
/*
libparted
- Copyright (C) 1998-2000, 2002, 2007, 2009-2010 Free Software
- Foundation, Inc.
+ Copyright (C) 1998-2000, 2002, 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/fat/calc.h b/libparted/fs/fat/calc.h
index 714bf19..d5ab8a3 100644
--- a/libparted/fs/fat/calc.h
+++ b/libparted/fs/fat/calc.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 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/fat/clstdup.c b/libparted/fs/fat/clstdup.c
index 80d410f..0d2a625 100644
--- a/libparted/fs/fat/clstdup.c
+++ b/libparted/fs/fat/clstdup.c
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2001, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2001, 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/fat/clstdup.h b/libparted/fs/fat/clstdup.h
index da3a2c0..77ef089 100644
--- a/libparted/fs/fat/clstdup.h
+++ b/libparted/fs/fat/clstdup.h
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1999, 2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999, 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/fat/context.c b/libparted/fs/fat/context.c
index 1244f4f..40f3ad1 100644
--- a/libparted/fs/fat/context.c
+++ b/libparted/fs/fat/context.c
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 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/fat/context.h b/libparted/fs/fat/context.h
index e7a437f..704db90 100644
--- a/libparted/fs/fat/context.h
+++ b/libparted/fs/fat/context.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1999-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1999-2000, 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/fat/count.c b/libparted/fs/fat/count.c
index 0db54f1..2c91178 100644
--- a/libparted/fs/fat/count.c
+++ b/libparted/fs/fat/count.c
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 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/fat/count.h b/libparted/fs/fat/count.h
index ffd431e..622e796 100644
--- a/libparted/fs/fat/count.h
+++ b/libparted/fs/fat/count.h
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1999-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1999-2000, 2007-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/fat/fat.c b/libparted/fs/fat/fat.c
index efc8d79..9742954 100644
--- a/libparted/fs/fat/fat.c
+++ b/libparted/fs/fat/fat.c
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1998-2001, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2001, 2007-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/fat/fat.h b/libparted/fs/fat/fat.h
index 62401fe..70355b6 100644
--- a/libparted/fs/fat/fat.h
+++ b/libparted/fs/fat/fat.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2001, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2001, 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/fat/fatio.c b/libparted/fs/fat/fatio.c
index 9b78ac4..7769e10 100644
--- a/libparted/fs/fat/fatio.c
+++ b/libparted/fs/fat/fatio.c
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 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/fat/fatio.h b/libparted/fs/fat/fatio.h
index 3e50dfb..ad236fa 100644
--- a/libparted/fs/fat/fatio.h
+++ b/libparted/fs/fat/fatio.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 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/fat/resize.c b/libparted/fs/fat/resize.c
index 15e49ba..ffe59c7 100644
--- a/libparted/fs/fat/resize.c
+++ b/libparted/fs/fat/resize.c
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-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/fat/table.c b/libparted/fs/fat/table.c
index daa35d0..68697b3 100644
--- a/libparted/fs/fat/table.c
+++ b/libparted/fs/fat/table.c
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-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/fat/table.h b/libparted/fs/fat/table.h
index 4e2058c..e25d82f 100644
--- a/libparted/fs/fat/table.h
+++ b/libparted/fs/fat/table.h
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007, 2009-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 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/fat/traverse.c b/libparted/fs/fat/traverse.c
index 3621a05..424c877 100644
--- a/libparted/fs/fat/traverse.c
+++ b/libparted/fs/fat/traverse.c
@@ -1,7 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2005, 2007-2010 Free Software Foundation,
- Inc.
+ Copyright (C) 1998-2000, 2005, 2007-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/fat/traverse.h b/libparted/fs/fat/traverse.h
index 06577f6..1ad3c37 100644
--- a/libparted/fs/fat/traverse.h
+++ b/libparted/fs/fat/traverse.h
@@ -1,6 +1,6 @@
/*
libparted
- Copyright (C) 1998-2000, 2007-2010 Free Software Foundation, Inc.
+ Copyright (C) 1998-2000, 2007-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