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