diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-07 07:45:35 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-07 07:45:35 +0200 |
commit | 71b9202dbd592996478cb3ab67a84c23fd98368e (patch) | |
tree | 326bc2e2f4123370b6fc1ad280d561d286af97cc | |
parent | e6828869411281e089c7ec9d5d27dfa0d136daf2 (diff) |
opentrack-api: add copyright notices
Code without a license defaults to having all rights reserved.
-rw-r--r-- | opentrack/mappings.hpp | 7 | ||||
-rw-r--r-- | opentrack/options.hpp | 2 | ||||
-rw-r--r-- | opentrack/plugin-support.hpp | 4 | ||||
-rw-r--r-- | opentrack/selected-libraries.hpp | 8 | ||||
-rw-r--r-- | opentrack/shortcuts.h | 8 | ||||
-rw-r--r-- | opentrack/simple-mat.hpp | 8 | ||||
-rw-r--r-- | opentrack/state.hpp | 8 | ||||
-rw-r--r-- | opentrack/thread.hpp | 8 | ||||
-rw-r--r-- | opentrack/timer.hpp | 8 | ||||
-rw-r--r-- | opentrack/tracker.h | 8 | ||||
-rw-r--r-- | opentrack/work.hpp | 8 |
11 files changed, 74 insertions, 3 deletions
diff --git a/opentrack/mappings.hpp b/opentrack/mappings.hpp index 3336dcd8..650e6f99 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 a10ba382..f4deb8a1 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 32f79e0e..ec8bb3c8 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 ffaf882c..2813cd27 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 ee0d9777..520042f0 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 1cea967e..e111305a 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 bfbf113e..e4cb0f04 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 b1db9158..946f2972 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 eb956213..fd710499 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 d4dc149f..8aeaf1c5 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 eb5bd4ff..39eb12fb 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" |