summaryrefslogtreecommitdiffstats
path: root/src/bin/engagement_private.h
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2016-03-17 08:26:29 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2016-03-18 20:42:52 (GMT)
commitfc992cd1e4b83fa307755adffa0e9058ee37b086 (patch)
tree504e11e4b60f9e4b5ce290790a43932f846c589f /src/bin/engagement_private.h
parent9500d3fbd3c205d0912d04fe507406d2ee52218e (diff)
downloadengagement-fc992cd1e4b83fa307755adffa0e9058ee37b086.zip
engagement-fc992cd1e4b83fa307755adffa0e9058ee37b086.tar.gz
engagement-fc992cd1e4b83fa307755adffa0e9058ee37b086.tar.bz2
Add copyright header to all files
This patch adds copyright info to source and header files Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Diffstat (limited to 'src/bin/engagement_private.h')
-rw-r--r--src/bin/engagement_private.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/bin/engagement_private.h b/src/bin/engagement_private.h
index 6e49a8b..9eb4355 100644
--- a/src/bin/engagement_private.h
+++ b/src/bin/engagement_private.h
@@ -1,6 +1,13 @@
-#ifndef ENGAGEMENT_PRIVATE_H_
-# define ENGAGEMENT_PRIVATE_H_
+/*
+ * (c) Copyright 2016 Olliver Schinagl
+ * Author: Olliver Schinagl <oliver@schinagl.nl>
+ *
+ * SPDX-License-Identifier: AGPL-3.0+
+ */
+
+#ifndef _ENGAGEMENT_PRIVATE_H_
+#define _ENGAGEMENT_PRIVATE_H_
// FIXME: put some private stuff related to your binary
-#endif
+#endif /* _ENGAGEMENT_PRIVATE_H_ */