diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-03-22 10:52:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-22 10:52:46 +0100 |
commit | 50e1aa528fa433339405d1a2139a0acdc799c0d1 (patch) | |
tree | de4ac65edf86c811376da3c61e8896a4c9766838 /tracker-kinect-face | |
parent | 8553a64aa9eddfa9c7ed166ecb220f1a8c115b78 (diff) |
Fixing copyrights (#918)
Diffstat (limited to 'tracker-kinect-face')
-rw-r--r-- | tracker-kinect-face/camera_kinect_ir.cpp | 11 | ||||
-rw-r--r-- | tracker-kinect-face/camera_kinect_ir.h | 11 | ||||
-rw-r--r-- | tracker-kinect-face/kinect_face_settings.cpp | 2 | ||||
-rw-r--r-- | tracker-kinect-face/kinect_face_settings.h | 2 | ||||
-rw-r--r-- | tracker-kinect-face/kinect_face_tracker.h | 2 |
5 files changed, 15 insertions, 13 deletions
diff --git a/tracker-kinect-face/camera_kinect_ir.cpp b/tracker-kinect-face/camera_kinect_ir.cpp index edae6289..5c18f4f4 100644 --- a/tracker-kinect-face/camera_kinect_ir.cpp +++ b/tracker-kinect-face/camera_kinect_ir.cpp @@ -1,8 +1,9 @@ -/* 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. +/* Copyright (c) 2019, Stephane 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 "camera_kinect_ir.h" diff --git a/tracker-kinect-face/camera_kinect_ir.h b/tracker-kinect-face/camera_kinect_ir.h index f38c342a..dbe6fd63 100644 --- a/tracker-kinect-face/camera_kinect_ir.h +++ b/tracker-kinect-face/camera_kinect_ir.h @@ -1,8 +1,9 @@ -/* 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. +/* Copyright (c) 2019, Stephane 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. */ #pragma once diff --git a/tracker-kinect-face/kinect_face_settings.cpp b/tracker-kinect-face/kinect_face_settings.cpp index 394bbe06..ebdf22cc 100644 --- a/tracker-kinect-face/kinect_face_settings.cpp +++ b/tracker-kinect-face/kinect_face_settings.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2019, Stéphane Lenclud <github@lenclud.com> +/* Copyright (c) 2019, Stephane Lenclud <github@lenclud.com> * Permission to use, copy, modify, and/or distribute this * software for any purpose with or without fee is hereby granted, diff --git a/tracker-kinect-face/kinect_face_settings.h b/tracker-kinect-face/kinect_face_settings.h index 4a18cc3a..6a828969 100644 --- a/tracker-kinect-face/kinect_face_settings.h +++ b/tracker-kinect-face/kinect_face_settings.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2019, Stéphane Lenclud <github@lenclud.com> +/* Copyright (c) 2019, Stephane Lenclud <github@lenclud.com> * Permission to use, copy, modify, and/or distribute this * software for any purpose with or without fee is hereby granted, diff --git a/tracker-kinect-face/kinect_face_tracker.h b/tracker-kinect-face/kinect_face_tracker.h index e708328d..c261eb33 100644 --- a/tracker-kinect-face/kinect_face_tracker.h +++ b/tracker-kinect-face/kinect_face_tracker.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2019, Stéphane Lenclud <github@lenclud.com> +/* Copyright (c) 2019, Stephane Lenclud <github@lenclud.com> * Permission to use, copy, modify, and/or distribute this * software for any purpose with or without fee is hereby granted, |