]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
src: add missing copyright header to loblksize
authorOmar Sandoval <osandov@fb.com>
Fri, 10 Nov 2017 21:20:51 +0000 (13:20 -0800)
committerOmar Sandoval <osandov@fb.com>
Fri, 10 Nov 2017 21:34:40 +0000 (13:34 -0800)
Signed-off-by: Omar Sandoval <osandov@fb.com>
src/loblksize.c

index 7d9ec556e3e113772ba1d6a92563f5933bef0cd1..e32488f6e9cb69325b9078ac6238169674611499 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2017 Omar Sandoval
+ *
+ * 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 <errno.h>
 #include <fcntl.h>
 #include <stdbool.h>