diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-20 04:58:33 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-20 04:58:33 +0200 |
commit | c7baa095275b9936654321b23fc8f46165180d32 (patch) | |
tree | 5f93223c3b2e6ba2d03713f874f402394edf5ab7 /opentrack | |
parent | 8cc9e744da96d9bb5e84b41f3052f69074a05438 (diff) |
add my own copyright
We need copyright on contributions or else it defaults to granting no
rights.
Diffstat (limited to 'opentrack')
-rw-r--r-- | opentrack/camera-names.hpp | 8 | ||||
-rw-r--r-- | opentrack/main-settings.hpp | 8 | ||||
-rw-r--r-- | opentrack/opencv-calibration.hpp | 8 | ||||
-rw-r--r-- | opentrack/opencv-camera-dialog.hpp | 8 | ||||
-rw-r--r-- | opentrack/plugin-api.hpp | 8 | ||||
-rw-r--r-- | opentrack/shortcuts.cpp | 9 | ||||
-rw-r--r-- | opentrack/tracker.cpp | 2 |
7 files changed, 49 insertions, 2 deletions
diff --git a/opentrack/camera-names.hpp b/opentrack/camera-names.hpp index fd869e6b..4ae07a9f 100644 --- a/opentrack/camera-names.hpp +++ b/opentrack/camera-names.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 <QList> diff --git a/opentrack/main-settings.hpp b/opentrack/main-settings.hpp index 250d4563..c643929a 100644 --- a/opentrack/main-settings.hpp +++ b/opentrack/main-settings.hpp @@ -1,3 +1,11 @@ +/* Copyright (c) 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 <QString> diff --git a/opentrack/opencv-calibration.hpp b/opentrack/opencv-calibration.hpp index 6dee9908..71f30850 100644 --- a/opentrack/opencv-calibration.hpp +++ b/opentrack/opencv-calibration.hpp @@ -1,3 +1,11 @@ +/* Copyright (c) 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 <QCoreApplication> #include <QString> diff --git a/opentrack/opencv-camera-dialog.hpp b/opentrack/opencv-camera-dialog.hpp index cd3d38e7..0d4a51af 100644 --- a/opentrack/opencv-camera-dialog.hpp +++ b/opentrack/opencv-camera-dialog.hpp @@ -1,3 +1,11 @@ +/* Copyright (c) 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 <QTimer> diff --git a/opentrack/plugin-api.hpp b/opentrack/plugin-api.hpp index 021f5017..b0da4950 100644 --- a/opentrack/plugin-api.hpp +++ b/opentrack/plugin-api.hpp @@ -1,3 +1,11 @@ +/* Copyright (c) 2013-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 "export.hpp" diff --git a/opentrack/shortcuts.cpp b/opentrack/shortcuts.cpp index e81b6bb0..ed1701c7 100644 --- a/opentrack/shortcuts.cpp +++ b/opentrack/shortcuts.cpp @@ -1,7 +1,14 @@ +/* Copyright (c) 2014, 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. + */ + #include "shortcuts.h" #include <QMutexLocker> - #if defined(_WIN32) #include <windows.h> diff --git a/opentrack/tracker.cpp b/opentrack/tracker.cpp index 1ab350d5..e03342e4 100644 --- a/opentrack/tracker.cpp +++ b/opentrack/tracker.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2013 Stanislaw Halik <sthalik@misaki.pl> +/* Copyright (c) 2012-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 |