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 /opentrack/plugin-support.hpp | |
parent | e6828869411281e089c7ec9d5d27dfa0d136daf2 (diff) |
opentrack-api: add copyright notices
Code without a license defaults to having all rights reserved.
Diffstat (limited to 'opentrack/plugin-support.hpp')
-rw-r--r-- | opentrack/plugin-support.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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" |