From 61cdc02db055e82d30e6f1c6b3b274a19274ed7c Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Thu, 8 Aug 2013 08:35:06 -0400 Subject: update exfat to latest commits for io issues --- exfat/mkfs/cbm.c | 10 ++++++---- exfat/mkfs/cbm.h | 10 ++++++---- exfat/mkfs/fat.c | 10 ++++++---- exfat/mkfs/fat.h | 10 ++++++---- exfat/mkfs/main.c | 10 ++++++---- exfat/mkfs/mkexfat.c | 10 ++++++---- exfat/mkfs/mkexfat.h | 10 ++++++---- exfat/mkfs/rootdir.c | 10 ++++++---- exfat/mkfs/rootdir.h | 10 ++++++---- exfat/mkfs/uct.c | 10 ++++++---- exfat/mkfs/uct.h | 10 ++++++---- exfat/mkfs/uctc.c | 10 ++++++---- exfat/mkfs/uctc.h | 10 ++++++---- exfat/mkfs/vbr.c | 10 ++++++---- exfat/mkfs/vbr.h | 10 ++++++---- 15 files changed, 90 insertions(+), 60 deletions(-) (limited to 'exfat/mkfs') diff --git a/exfat/mkfs/cbm.c b/exfat/mkfs/cbm.c index f255fb10a..0110b4065 100644 --- a/exfat/mkfs/cbm.c +++ b/exfat/mkfs/cbm.c @@ -2,11 +2,12 @@ cbm.c (09.11.10) Clusters Bitmap creation code. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/exfat/mkfs/cbm.h b/exfat/mkfs/cbm.h index 64883c730..b9d285013 100644 --- a/exfat/mkfs/cbm.h +++ b/exfat/mkfs/cbm.h @@ -2,11 +2,12 @@ cbm.h (09.11.10) Clusters Bitmap creation code. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MKFS_CBM_H_INCLUDED diff --git a/exfat/mkfs/fat.c b/exfat/mkfs/fat.c index 158f59f6d..9ed90223e 100644 --- a/exfat/mkfs/fat.c +++ b/exfat/mkfs/fat.c @@ -2,11 +2,12 @@ fat.c (09.11.10) File Allocation Table creation code. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/exfat/mkfs/fat.h b/exfat/mkfs/fat.h index f7eb395cf..1327f0acc 100644 --- a/exfat/mkfs/fat.h +++ b/exfat/mkfs/fat.h @@ -2,11 +2,12 @@ fat.h (09.11.10) File Allocation Table creation code. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MKFS_FAT_H_INCLUDED diff --git a/exfat/mkfs/main.c b/exfat/mkfs/main.c index 12bb838b5..3c3c3829f 100644 --- a/exfat/mkfs/main.c +++ b/exfat/mkfs/main.c @@ -2,11 +2,12 @@ main.c (15.08.10) Creates exFAT file system. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/exfat/mkfs/mkexfat.c b/exfat/mkfs/mkexfat.c index aeb48a26c..c5c86d9b8 100644 --- a/exfat/mkfs/mkexfat.c +++ b/exfat/mkfs/mkexfat.c @@ -2,11 +2,12 @@ mkexfat.c (22.04.12) FS creation engine. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/exfat/mkfs/mkexfat.h b/exfat/mkfs/mkexfat.h index 47a13b00b..d0685afa7 100644 --- a/exfat/mkfs/mkexfat.h +++ b/exfat/mkfs/mkexfat.h @@ -2,11 +2,12 @@ mkexfat.h (09.11.10) FS creation engine. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MKFS_MKEXFAT_H_INCLUDED diff --git a/exfat/mkfs/rootdir.c b/exfat/mkfs/rootdir.c index 4890e120f..49d364324 100644 --- a/exfat/mkfs/rootdir.c +++ b/exfat/mkfs/rootdir.c @@ -2,11 +2,12 @@ rootdir.c (09.11.10) Root directory creation code. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/exfat/mkfs/rootdir.h b/exfat/mkfs/rootdir.h index f3e7843ac..2d1d3453c 100644 --- a/exfat/mkfs/rootdir.h +++ b/exfat/mkfs/rootdir.h @@ -2,11 +2,12 @@ rootdir.h (09.11.10) Root directory creation code. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MKFS_ROOTDIR_H_INCLUDED diff --git a/exfat/mkfs/uct.c b/exfat/mkfs/uct.c index 1d22b095d..5f173233c 100644 --- a/exfat/mkfs/uct.c +++ b/exfat/mkfs/uct.c @@ -2,11 +2,12 @@ uct.c (09.11.10) Upper Case Table creation code. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "uct.h" diff --git a/exfat/mkfs/uct.h b/exfat/mkfs/uct.h index f726debb1..ef3339218 100644 --- a/exfat/mkfs/uct.h +++ b/exfat/mkfs/uct.h @@ -2,11 +2,12 @@ uct.h (09.11.10) Upper Case Table creation code. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MKFS_UCT_H_INCLUDED diff --git a/exfat/mkfs/uctc.c b/exfat/mkfs/uctc.c index b4358d999..1ee8efe3f 100644 --- a/exfat/mkfs/uctc.c +++ b/exfat/mkfs/uctc.c @@ -2,11 +2,12 @@ uctc.c (30.04.12) Upper Case Table contents. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "uctc.h" diff --git a/exfat/mkfs/uctc.h b/exfat/mkfs/uctc.h index 499a60ed1..3e7dee0ef 100644 --- a/exfat/mkfs/uctc.h +++ b/exfat/mkfs/uctc.h @@ -2,11 +2,12 @@ uctc.h (30.10.10) Upper Case Table declaration. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MKFS_UCTC_H_INCLUDED diff --git a/exfat/mkfs/vbr.c b/exfat/mkfs/vbr.c index 935c96bee..bbf1304d9 100644 --- a/exfat/mkfs/vbr.c +++ b/exfat/mkfs/vbr.c @@ -2,11 +2,12 @@ vbr.c (09.11.10) Volume Boot Record creation code. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff --git a/exfat/mkfs/vbr.h b/exfat/mkfs/vbr.h index 738d8d763..fec88bc1e 100644 --- a/exfat/mkfs/vbr.h +++ b/exfat/mkfs/vbr.h @@ -2,11 +2,12 @@ vbr.h (09.11.10) Volume Boot Record creation code. + Free exFAT implementation. Copyright (C) 2011-2013 Andrew Nayenko - This program is free software: you can redistribute it and/or modify + 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 - the Free Software Foundation, either version 3 of the License, or + the Free Software Foundation, either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +15,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program. If not, see . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef MKFS_VBR_H_INCLUDED -- cgit v1.2.3