From 71b9202dbd592996478cb3ab67a84c23fd98368e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 7 Jul 2015 07:45:35 +0200 Subject: opentrack-api: add copyright notices Code without a license defaults to having all rights reserved. --- opentrack/mappings.hpp | 7 +++++++ opentrack/options.hpp | 2 +- opentrack/plugin-support.hpp | 4 ++-- opentrack/selected-libraries.hpp | 8 ++++++++ opentrack/shortcuts.h | 8 ++++++++ opentrack/simple-mat.hpp | 8 ++++++++ opentrack/state.hpp | 8 ++++++++ opentrack/thread.hpp | 8 ++++++++ opentrack/timer.hpp | 8 ++++++++ opentrack/tracker.h | 8 ++++++++ opentrack/work.hpp | 8 ++++++++ 11 files changed, 74 insertions(+), 3 deletions(-) (limited to 'opentrack') 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 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 + + * 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 + + * 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 #include 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 + + * 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 #include 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 + + * 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 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 + + * 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 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 + + * 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 #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 + + * 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 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 + + * 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" -- cgit v1.2.3