aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-30 06:53:25 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-30 06:53:25 +0200
commit7e00faaca0207eb6ee6cf109c09cc489d8fb7e3f (patch)
tree6cb236ccadeb001b70d64d6fd7f52dad3c0b3623 /include
parent3811f48ced97ec0fe56b48f0d9d906a43037e2fd (diff)
Add propper copyright headers to all source files
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/compress.h5
-rw-r--r--include/data_reader.h5
-rw-r--r--include/data_writer.h5
-rw-r--r--include/fstree.h5
-rw-r--r--include/highlevel.h5
-rw-r--r--include/id_table.h5
-rw-r--r--include/meta_reader.h5
-rw-r--r--include/meta_writer.h5
-rw-r--r--include/squashfs.h5
-rw-r--r--include/str_table.h5
-rw-r--r--include/tar.h5
-rw-r--r--include/util.h5
12 files changed, 60 insertions, 0 deletions
diff --git a/include/compress.h b/include/compress.h
index 33488ad..7c90b2c 100644
--- a/include/compress.h
+++ b/include/compress.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * compress.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef COMPRESS_H
#define COMPRESS_H
diff --git a/include/data_reader.h b/include/data_reader.h
index ecac517..c6d85f1 100644
--- a/include/data_reader.h
+++ b/include/data_reader.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * data_reader.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef DATA_READER_H
#define DATA_READER_H
diff --git a/include/data_writer.h b/include/data_writer.h
index f5ad572..dc63592 100644
--- a/include/data_writer.h
+++ b/include/data_writer.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * data_writer.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef DATA_WRITER_H
#define DATA_WRITER_H
diff --git a/include/fstree.h b/include/fstree.h
index c327fc6..608ff97 100644
--- a/include/fstree.h
+++ b/include/fstree.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * fstree.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef FSTREE_H
#define FSTREE_H
diff --git a/include/highlevel.h b/include/highlevel.h
index 2a29410..7ff7b41 100644
--- a/include/highlevel.h
+++ b/include/highlevel.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * highlevel.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef HIGHLEVEL_H
#define HIGHLEVEL_H
diff --git a/include/id_table.h b/include/id_table.h
index 7aef468..dcc8a18 100644
--- a/include/id_table.h
+++ b/include/id_table.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * id_table.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef ID_TABLE_H
#define ID_TABLE_H
diff --git a/include/meta_reader.h b/include/meta_reader.h
index d0c9670..2d790d8 100644
--- a/include/meta_reader.h
+++ b/include/meta_reader.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * meta_reader.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef META_READER_H
#define META_READER_H
diff --git a/include/meta_writer.h b/include/meta_writer.h
index 0d7dfdf..762cc38 100644
--- a/include/meta_writer.h
+++ b/include/meta_writer.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * meta_writer.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef META_WRITER_H
#define META_WRITER_H
diff --git a/include/squashfs.h b/include/squashfs.h
index bb5b855..bd3db7b 100644
--- a/include/squashfs.h
+++ b/include/squashfs.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * squashfs.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef SQUASHFS_H
#define SQUASHFS_H
diff --git a/include/str_table.h b/include/str_table.h
index 56b601a..634854a 100644
--- a/include/str_table.h
+++ b/include/str_table.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * str_table.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef STR_TABLE_H
#define STR_TABLE_H
diff --git a/include/tar.h b/include/tar.h
index e6a506a..cb56ff0 100644
--- a/include/tar.h
+++ b/include/tar.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * tar.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef TAR_H
#define TAR_H
diff --git a/include/util.h b/include/util.h
index 2d5d521..9d5cc94 100644
--- a/include/util.h
+++ b/include/util.h
@@ -1,4 +1,9 @@
/* SPDX-License-Identifier: GPL-3.0-or-later */
+/*
+ * util.h
+ *
+ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
+ */
#ifndef UTIL_H
#define UTIL_H