diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-02-17 10:56:24 +0100 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-02-17 10:56:24 +0100 |
commit | 7f2103eb4c91b4c1801ddfefeda5ac8d8b7c49d8 (patch) | |
tree | b033405e0f7c9de4ec4fd8351fee4c5f0a3b26c9 /tracker-kinect-face/kinect_face_tracker.h | |
parent | 5b23ad4e24a920636b70ad99872ce8221a3a4aac (diff) |
Kinect: Copyright fix and minor cmake changes.
Diffstat (limited to 'tracker-kinect-face/kinect_face_tracker.h')
-rw-r--r-- | tracker-kinect-face/kinect_face_tracker.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tracker-kinect-face/kinect_face_tracker.h b/tracker-kinect-face/kinect_face_tracker.h index 3ed28bea..e708328d 100644 --- a/tracker-kinect-face/kinect_face_tracker.h +++ b/tracker-kinect-face/kinect_face_tracker.h @@ -1,5 +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 <cmath> |