summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/mappings.hpp7
-rw-r--r--opentrack/options.hpp2
-rw-r--r--opentrack/plugin-support.hpp4
-rw-r--r--opentrack/selected-libraries.hpp8
-rw-r--r--opentrack/shortcuts.h8
-rw-r--r--opentrack/simple-mat.hpp8
-rw-r--r--opentrack/state.hpp8
-rw-r--r--opentrack/thread.hpp8
-rw-r--r--opentrack/timer.hpp8
-rw-r--r--opentrack/tracker.h8
-rw-r--r--opentrack/work.hpp8
11 files changed, 74 insertions, 3 deletions
diff --git a/opentrack/mappings.hpp b/opentrack/mappings.hpp
index 3336dcd87..650e6f997 100644
--- a/opentrack/mappings.hpp
+++ b/opentrack/mappings.hpp
@@ -1,3 +1,10 @@
+/* Copyright (c) 2014-2015 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.
+ */
+
#pragma once
#include <QSettings>
diff --git a/opentrack/options.hpp b/opentrack/options.hpp
index a10ba3824..f4deb8a13 100644
--- a/opentrack/options.hpp
+++ b/opentrack/options.hpp
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2014 Stanislaw Halik
+/* Copyright (c) 2013-2015 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
diff --git a/opentrack/plugin-support.hpp b/opentrack/plugin-support.hpp
index 32f79e0e8..ec8bb3c8e 100644
--- a/opentrack/plugin-support.hpp
+++ b/opentrack/plugin-support.hpp
@@ -1,5 +1,3 @@
-#pragma once
-
/* Copyright (c) 2015 Stanislaw Halik
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -7,6 +5,8 @@
* copyright notice and this permission notice appear in all copies.
*/
+#pragma once
+
#include "plugin-api.hpp"
#include "options.hpp"
diff --git a/opentrack/selected-libraries.hpp b/opentrack/selected-libraries.hpp
index ffaf882c7..2813cd279 100644
--- a/opentrack/selected-libraries.hpp
+++ b/opentrack/selected-libraries.hpp
@@ -1,3 +1,11 @@
+/* Copyright (c) 2014-2015, Stanislaw Halik <sthalik@misaki.pl>
+
+ * 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.
+ */
+
#pragma once
#include "opentrack/plugin-support.hpp"
diff --git a/opentrack/shortcuts.h b/opentrack/shortcuts.h
index ee0d9777d..520042f0c 100644
--- a/opentrack/shortcuts.h
+++ b/opentrack/shortcuts.h
@@ -1,3 +1,11 @@
+/* Copyright (c) 2014-2015, Stanislaw Halik <sthalik@misaki.pl>
+
+ * 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.
+ */
+
#pragma once
#include <QObject>
#include <QWidget>
diff --git a/opentrack/simple-mat.hpp b/opentrack/simple-mat.hpp
index 1cea967ec..e111305a8 100644
--- a/opentrack/simple-mat.hpp
+++ b/opentrack/simple-mat.hpp
@@ -1,3 +1,11 @@
+/* Copyright (c) 2014-2015, Stanislaw Halik <sthalik@misaki.pl>
+
+ * 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.
+ */
+
#pragma once
#include <algorithm>
#include <initializer_list>
diff --git a/opentrack/state.hpp b/opentrack/state.hpp
index bfbf113ef..e4cb0f04b 100644
--- a/opentrack/state.hpp
+++ b/opentrack/state.hpp
@@ -1,3 +1,11 @@
+/* Copyright (c) 2014-2015, Stanislaw Halik <sthalik@misaki.pl>
+
+ * 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.
+ */
+
#pragma once
#include <vector>
diff --git a/opentrack/thread.hpp b/opentrack/thread.hpp
index b1db91587..946f2972a 100644
--- a/opentrack/thread.hpp
+++ b/opentrack/thread.hpp
@@ -1,3 +1,11 @@
+/* Copyright (c) 2014-2015, Stanislaw Halik <sthalik@misaki.pl>
+
+ * 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.
+ */
+
#pragma once
#include <QDebug>
diff --git a/opentrack/timer.hpp b/opentrack/timer.hpp
index eb9562135..fd7104994 100644
--- a/opentrack/timer.hpp
+++ b/opentrack/timer.hpp
@@ -1,3 +1,11 @@
+/* Copyright (c) 2014-2015, Stanislaw Halik <sthalik@misaki.pl>
+
+ * 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.
+ */
+
#pragma once
#include <ctime>
#if defined (_WIN32)
diff --git a/opentrack/tracker.h b/opentrack/tracker.h
index d4dc149fa..8aeaf1c50 100644
--- a/opentrack/tracker.h
+++ b/opentrack/tracker.h
@@ -1,3 +1,11 @@
+/* Copyright (c) 2014-2015, Stanislaw Halik <sthalik@misaki.pl>
+
+ * 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.
+ */
+
#pragma once
#include <vector>
diff --git a/opentrack/work.hpp b/opentrack/work.hpp
index eb5bd4ff2..39eb12fbe 100644
--- a/opentrack/work.hpp
+++ b/opentrack/work.hpp
@@ -1,3 +1,11 @@
+/* Copyright (c) 2014-2015, Stanislaw Halik <sthalik@misaki.pl>
+
+ * 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.
+ */
+
#pragma once
#include "opentrack/main-settings.hpp"