From 7e5e5f14414197e35994571c6303bf65c5dde0d2 Mon Sep 17 00:00:00 2001 From: Martin Garbade Date: Tue, 27 Sep 2022 11:36:33 +0200 Subject: [PATCH] Add license headers --- .../Runtime/Scripts/Framework/Packet/FloatVectorPacket.cs | 6 ++++++ .../Runtime/Scripts/Framework/Packet/MatrixPacket.cs | 8 ++++++-- mediapipe_api/framework/formats/float_vector.cc | 6 ++++++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/Packet/FloatVectorPacket.cs b/Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/Packet/FloatVectorPacket.cs index 2495fa2df..26bbdae5f 100644 --- a/Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/Packet/FloatVectorPacket.cs +++ b/Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/Packet/FloatVectorPacket.cs @@ -1,3 +1,9 @@ +// Copyright (c) 2021 homuler +// +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file or at +// https://opensource.org/licenses/MIT. + using System; using System.Collections.Generic; using System.Linq; diff --git a/Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/Packet/MatrixPacket.cs b/Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/Packet/MatrixPacket.cs index 3b8bea782..4bbe84443 100644 --- a/Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/Packet/MatrixPacket.cs +++ b/Packages/com.github.homuler.mediapipe/Runtime/Scripts/Framework/Packet/MatrixPacket.cs @@ -1,6 +1,10 @@ +// Copyright (c) 2021 homuler +// +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file or at +// https://opensource.org/licenses/MIT. - -using Google.Protobuf; +using Google.Protobuf; using System; namespace Mediapipe diff --git a/mediapipe_api/framework/formats/float_vector.cc b/mediapipe_api/framework/formats/float_vector.cc index 5abe9fd46..d4e6f3328 100644 --- a/mediapipe_api/framework/formats/float_vector.cc +++ b/mediapipe_api/framework/formats/float_vector.cc @@ -1,3 +1,9 @@ +// Copyright (c) 2021 homuler +// +// Use of this source code is governed by an MIT-style +// license that can be found in the LICENSE file or at +// https://opensource.org/licenses/MIT. + #include "mediapipe_api/framework/formats/float_vector.h" #include