From 7f2103eb4c91b4c1801ddfefeda5ac8d8b7c49d8 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Sun, 17 Feb 2019 10:56:24 +0100 Subject: Kinect: Copyright fix and minor cmake changes. --- tracker-kinect-face/kinect_face_tracker.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tracker-kinect-face/kinect_face_tracker.cpp') 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 + * 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" -- cgit v1.2.3