diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2011-09-10 23:22:51 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2011-09-10 23:47:37 -0500 |
commit | 3691bcc7ffef37fa1371eae2204c7d2909555662 (patch) | |
tree | 2a46350d64b7f48258717afcc09d088776b457c3 /src/storage | |
parent | 34c7bc6e532a06e0557dcccde90cac66a33b02b9 (diff) |
Add legalese to source files.
Diffstat (limited to 'src/storage')
-rw-r--r-- | src/storage/main.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/storage/main.c b/src/storage/main.c index 278a55e..98f72fe 100644 --- a/src/storage/main.c +++ b/src/storage/main.c @@ -1,3 +1,21 @@ +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ +/* + * main.c + * Copyright (C) David Barksdale 2011 <amatus.amongus@gmail.com> + * + * foofs 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. + * + * foofs 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 <dirent.h> #include <errno.h> #include <fcntl.h> |