aboutsummaryrefslogtreecommitdiffstats
path: root/yage/util
diff options
context:
space:
mode:
Diffstat (limited to 'yage/util')
-rw-r--r--yage/util/active.cpp1
-rw-r--r--yage/util/active.h1
-rw-r--r--yage/util/noncopyable.h9
-rw-r--r--yage/util/syncqueue.h1
4 files changed, 12 insertions, 0 deletions
diff --git a/yage/util/active.cpp b/yage/util/active.cpp
index 0eaeeb80..def68632 100644
--- a/yage/util/active.cpp
+++ b/yage/util/active.cpp
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: active.cpp
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/util/active.h b/yage/util/active.h
index 9b5cb4dd..379273ee 100644
--- a/yage/util/active.h
+++ b/yage/util/active.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: active.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
diff --git a/yage/util/noncopyable.h b/yage/util/noncopyable.h
index a2bf5e75..220bd16b 100644
--- a/yage/util/noncopyable.h
+++ b/yage/util/noncopyable.h
@@ -1,3 +1,12 @@
+/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
+ * @file: noncopyable.h
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
+ * MIT License, see LICENSE file for more details.
+ * ----------------------------------------------------------------------------
+ */
+
#pragma once
namespace yage
diff --git a/yage/util/syncqueue.h b/yage/util/syncqueue.h
index d47d10a0..7f08fcba 100644
--- a/yage/util/syncqueue.h
+++ b/yage/util/syncqueue.h
@@ -1,4 +1,5 @@
/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
* @file: syncqueue.h
*
* Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>