aboutsummaryrefslogtreecommitdiffstats
path: root/yage/util
diff options
context:
space:
mode:
Diffstat (limited to 'yage/util')
-rw-r--r--yage/util/active.cpp8
-rw-r--r--yage/util/active.h8
-rw-r--r--yage/util/syncqueue.h8
3 files changed, 24 insertions, 0 deletions
diff --git a/yage/util/active.cpp b/yage/util/active.cpp
index 13e7fc38..1516b7d3 100644
--- a/yage/util/active.cpp
+++ b/yage/util/active.cpp
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * active.cpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
+ * MIT License, see LICENSE file for more details.
+ * ----------------------------------------------------------------------------
+ */
+
#include "active.h"
namespace yage
diff --git a/yage/util/active.h b/yage/util/active.h
index ca8d30ad..b7137a47 100644
--- a/yage/util/active.h
+++ b/yage/util/active.h
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * active.h
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
+ * MIT License, see LICENSE file for more details.
+ * ----------------------------------------------------------------------------
+ */
+
#ifndef YAGE_UTIL_ACTIVE_H
#define YAGE_UTIL_ACTIVE_H
diff --git a/yage/util/syncqueue.h b/yage/util/syncqueue.h
index a23b1857..ab9204e3 100644
--- a/yage/util/syncqueue.h
+++ b/yage/util/syncqueue.h
@@ -1,3 +1,11 @@
+/* ----------------------------------------------------------------------------
+ * syncqueue.h
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
+ * MIT License, see LICENSE file for more details.
+ * ----------------------------------------------------------------------------
+ */
+
#ifndef YAGE_UTIL_SYNCQUEUE_H
#define YAGE_UTIL_SYNCQUEUE_H