aboutsummaryrefslogtreecommitdiffstats
path: root/fsck
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2010-01-10 19:53:49 +0000
committerrelan <relan@users.noreply.github.com>2015-08-24 08:26:11 +0300
commita43ba0c36d311dcb8e1f953e21760b8d1a902429 (patch)
treecc4d4f590f4344cc4ac36442b82eb31e71704a5f /fsck
parent7788e8b47cd2ed389f1b8532da244276be72d4ec (diff)
downloadandroid_external_exfat-a43ba0c36d311dcb8e1f953e21760b8d1a902429.tar.gz
android_external_exfat-a43ba0c36d311dcb8e1f953e21760b8d1a902429.tar.bz2
android_external_exfat-a43ba0c36d311dcb8e1f953e21760b8d1a902429.zip
Change source files headings to meet FSF recommendations.
Diffstat (limited to 'fsck')
-rw-r--r--fsck/main.c25
1 files changed, 18 insertions, 7 deletions
diff --git a/fsck/main.c b/fsck/main.c
index a5a7b7f..bc5a2d2 100644
--- a/fsck/main.c
+++ b/fsck/main.c
@@ -1,11 +1,22 @@
/*
- * main.c
- * exFAT file system checker.
- *
- * Created by Andrew Nayenko on 02.09.09.
- * This software is distributed under the GNU General Public License
- * version 3 or any later.
- */
+ main.c (02.09.09)
+ exFAT file system checker.
+
+ Copyright (C) 2009, 2010 Andrew Nayenko
+
+ 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
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ 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 <http://www.gnu.org/licenses/>.
+*/
#include <stdio.h>
#include <string.h>