From d13badca5061b3948d0f2e26e39b9b922933d78e Mon Sep 17 00:00:00 2001 From: Andrei Korigodski Date: Fri, 14 Sep 2018 14:51:26 +0300 Subject: [PATCH] Improve copyright notices --- clever/src/camera_markers.cpp | 4 +++- clever/src/optical_flow.cpp | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/clever/src/camera_markers.cpp b/clever/src/camera_markers.cpp index e5edb2d2..0f869056 100644 --- a/clever/src/camera_markers.cpp +++ b/clever/src/camera_markers.cpp @@ -4,7 +4,9 @@ * * Author: Oleg Kalachev * - * Licensed under the MIT License. See LICENSE.md in the project root for license information. + * Distributed under MIT License (available at https://opensource.org/licenses/MIT). + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. */ #include diff --git a/clever/src/optical_flow.cpp b/clever/src/optical_flow.cpp index 248a9159..eca1be5c 100644 --- a/clever/src/optical_flow.cpp +++ b/clever/src/optical_flow.cpp @@ -4,7 +4,9 @@ * * Author: Oleg Kalachev * - * Licensed under the MIT License. See LICENSE.md in the project root for license information. + * Distributed under MIT License (available at https://opensource.org/licenses/MIT). + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. */ #include