summaryrefslogtreecommitdiff
path: root/mkfs
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs')
-rw-r--r--mkfs/mkfs.c5
-rw-r--r--mkfs/mkfs.h5
-rw-r--r--mkfs/options.c5
3 files changed, 15 insertions, 0 deletions
diff --git a/mkfs/mkfs.c b/mkfs/mkfs.c
index a5719cd..79dded9 100644
--- a/mkfs/mkfs.c
+++ b/mkfs/mkfs.c
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * mkfs.c
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#include "mkfs.h"
static int process_file(data_writer_t *data, file_info_t *fi, bool quiet,
diff --git a/mkfs/mkfs.h b/mkfs/mkfs.h
index 3576c12..e6e1517 100644
--- a/mkfs/mkfs.h
+++ b/mkfs/mkfs.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * mkfs.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef MKFS_H
#define MKFS_H
diff --git a/mkfs/options.c b/mkfs/options.c
index f14e6ef..471844f 100644
--- a/mkfs/options.c
+++ b/mkfs/options.c
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * options.c
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#include "mkfs.h"
static struct option long_opts[] = {