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