diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-31 09:53:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-06 04:21:38 +0200 |
commit | 1efa9efe5df2310afea1c10cc5f371461447fffa (patch) | |
tree | 6856482b5a9cde5274a762a9f6de1bc95cb56778 /tracker-steamvr/steamvr.cpp | |
parent | 053a8fc1add282b38364ebc97625d2821c379108 (diff) |
tracker/steamvr: add copyright
Diffstat (limited to 'tracker-steamvr/steamvr.cpp')
-rw-r--r-- | tracker-steamvr/steamvr.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tracker-steamvr/steamvr.cpp b/tracker-steamvr/steamvr.cpp index 93f81f00..303efd06 100644 --- a/tracker-steamvr/steamvr.cpp +++ b/tracker-steamvr/steamvr.cpp @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2017, Benjamin Flegel + * Copyright (c) 2017, 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. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. + */ + #include "steamvr.hpp" #include "api/plugin-api.hpp" #include "compat/util.hpp" |