diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-02-17 11:02:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-17 11:02:50 +0100 |
commit | 7d5575efd88fa6b6ee24367d0d16e0dafeeac49e (patch) | |
tree | b033405e0f7c9de4ec4fd8351fee4c5f0a3b26c9 /tracker-kinect-face/kinect_face_tracker.cpp | |
parent | 5b23ad4e24a920636b70ad99872ce8221a3a4aac (diff) | |
parent | 7f2103eb4c91b4c1801ddfefeda5ac8d8b7c49d8 (diff) |
Merge pull request #875 from opentrack/kinect-copyright
Kinect: Copyright fix and minor cmake changes.
Diffstat (limited to 'tracker-kinect-face/kinect_face_tracker.cpp')
-rw-r--r-- | tracker-kinect-face/kinect_face_tracker.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tracker-kinect-face/kinect_face_tracker.cpp b/tracker-kinect-face/kinect_face_tracker.cpp index d4cf89e3..e7b77133 100644 --- a/tracker-kinect-face/kinect_face_tracker.cpp +++ b/tracker-kinect-face/kinect_face_tracker.cpp @@ -1,4 +1,10 @@ +/* Copyright (c) 2019, Stéphane Lenclud <github@lenclud.com> + * 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. + */ #include "kinect_face_tracker.h" |