Skip to content

Commit

Permalink
Add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarbade committed Sep 27, 2022
1 parent a8ec2a3 commit 7e5e5f1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 6 additions & 0 deletions mediapipe_api/framework/formats/float_vector.cc
Original file line number Diff line number Diff line change
@@ -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 <vector>
Expand Down

0 comments on commit 7e5e5f1

Please sign in to comment.