X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=libexfat%2Fexfat.h;h=e2539b9fc39bc30a443b5cccc90b6ecee7c35ef4;hb=ceedfebcac9ecec2187836eb70a0c7413265dfee;hp=9a9d5966018572fc62132d5fdabf6f7f8abcb64e;hpb=9481a090d383c53f2e0a393b4d029ecbdc8c3232;p=android-x86%2Fexternal-exfat.git diff --git a/libexfat/exfat.h b/libexfat/exfat.h index 9a9d596..e2539b9 100644 --- a/libexfat/exfat.h +++ b/libexfat/exfat.h @@ -3,11 +3,12 @@ Definitions of structures and constants used in exFAT file system implementation. + Free exFAT implementation. Copyright (C) 2010-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, @@ -15,8 +16,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 EXFAT_H_INCLUDED