From 4836c1349a6ae23130a7834c1475a53c22e7cda6 Mon Sep 17 00:00:00 2001 From: James Uren Date: Mon, 27 Jan 2025 11:26:59 +0000 Subject: [PATCH] Fix test CPP file's copyright notices --- .../opentrackio-parser/src/opentrackIO_parser.cpp | 9 +++++++++ .../opentrackio-parser/src/opentrackIOlib.cpp | 2 +- .../opentrackio-parser/src/opentrackIOlib.h | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIO_parser.cpp b/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIO_parser.cpp index fd216c06..9ca20c2f 100644 --- a/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIO_parser.cpp +++ b/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIO_parser.cpp @@ -1,3 +1,12 @@ +// opentrackIO_parser.cpp +// +// Reference code for decoding opentrackIO messages +// Copyright Contributors to the SMTPE RIS OSVP Metadata Project +// +// License: this code is open-source under the FreeBSD License +// +// nlohmann JSON library licensed under the MIT License, Copyright (c) 2013-2022 Niels Lohmann + #include #include #include diff --git a/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIOlib.cpp b/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIOlib.cpp index 5228f450..314e19e5 100644 --- a/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIOlib.cpp +++ b/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIOlib.cpp @@ -1,7 +1,7 @@ // opentrackIOlib.cpp // // Library reference code for decoding opentrackIO messages -// Copyright (c) 2024 Steve Rosenbluth, RiS OSVP camera tracking committee +// Copyright Contributors to the SMTPE RIS OSVP Metadata Project // // License: this code is open-source under the FreeBSD License // nlohmann JSON library licensed under the MIT License, Copyright � 2013-2022 Niels Lohmann diff --git a/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIOlib.h b/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIOlib.h index 5f1adebd..9cec1247 100644 --- a/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIOlib.h +++ b/src/test/cpp/opentrackio-parser/opentrackio-parser/src/opentrackIOlib.h @@ -1,7 +1,7 @@ // opentrackIOlib.h // // Reference code for decoding opentrackIO messages -// Copyright (c) 2024 Steve Rosenbluth, RiS OSVP camera tracking committee +// Copyright Contributors to the SMTPE RIS OSVP Metadata Project // // License: this code is open-source under the FreeBSD License //