summaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/engagement.c7
-rw-r--r--src/bin/engagement_private.h13
2 files changed, 17 insertions, 3 deletions
diff --git a/src/bin/engagement.c b/src/bin/engagement.c
index f5463ca..4482a0c 100644
--- a/src/bin/engagement.c
+++ b/src/bin/engagement.c
@@ -1,3 +1,10 @@
+/*
+ * (c) Copyright 2016 Olliver Schinagl
+ * Author: Olliver Schinagl <oliver@schinagl.nl>
+ *
+ * SPDX-License-Identifier: AGPL-3.0+
+ */
+
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
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_ */