summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--compat/euler.hpp7
-rw-r--r--compat/meta.hpp7
-rw-r--r--compat/run-in-thread.hpp7
-rw-r--r--gui/init.cpp7
-rw-r--r--gui/keyboard.h7
-rw-r--r--logic/extensions.hpp7
6 files changed, 42 insertions, 0 deletions
diff --git a/compat/euler.hpp b/compat/euler.hpp
index 147f4c50..a4c58ffb 100644
--- a/compat/euler.hpp
+++ b/compat/euler.hpp
@@ -1,5 +1,12 @@
#pragma once
+/* Copyright (c) 2016-2018 Stanislaw Halik
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ */
+
#include "export.hpp"
#include "simple-mat.hpp"
diff --git a/compat/meta.hpp b/compat/meta.hpp
index 900c515f..e4c49ef6 100644
--- a/compat/meta.hpp
+++ b/compat/meta.hpp
@@ -1,5 +1,12 @@
#pragma once
+/* Copyright (c) 2017 Stanislaw Halik
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ */
+
#include <type_traits>
#include <tuple>
#include <cstddef>
diff --git a/compat/run-in-thread.hpp b/compat/run-in-thread.hpp
index ba99d0b9..67f4b1f5 100644
--- a/compat/run-in-thread.hpp
+++ b/compat/run-in-thread.hpp
@@ -1,5 +1,12 @@
#pragma once
+/* Copyright (c) 2016 Stanislaw Halik
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ */
+
#include "ndebug-guard.hpp"
#include <cassert>
diff --git a/gui/init.cpp b/gui/init.cpp
index a53df491..3ed4ff48 100644
--- a/gui/init.cpp
+++ b/gui/init.cpp
@@ -1,5 +1,12 @@
#include "init.hpp"
+/* Copyright (c) 2013-2017 Stanislaw Halik
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ */
+
#if defined(Q_CREATOR_RUN)
# pragma clang diagnostic ignored "-Wmain"
#endif
diff --git a/gui/keyboard.h b/gui/keyboard.h
index 9ca50df1..c17a7bad 100644
--- a/gui/keyboard.h
+++ b/gui/keyboard.h
@@ -1,5 +1,12 @@
#pragma once
+/* Copyright (c) 2015, 2017 Stanislaw Halik
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ */
+
#include "export.hpp"
#ifdef _WIN32
diff --git a/logic/extensions.hpp b/logic/extensions.hpp
index 1c1cf39d..4d6763b2 100644
--- a/logic/extensions.hpp
+++ b/logic/extensions.hpp
@@ -1,5 +1,12 @@
#pragma once
+/* Copyright (c) 2017 Stanislaw Halik
+ *
+ * Permission to use, copy, modify, and/or distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ */
+
#include "api/plugin-support.hpp"
#include "options/options.hpp"