external/flexkalman: Add some missing copyright/license headers

This commit is contained in:
Ryan Pavlik 2021-02-11 09:43:22 -06:00
parent 268738c45d
commit 1d9ea3f195
2 changed files with 9 additions and 0 deletions

View file

@ -1,4 +1,7 @@
---
# Copyright 2015, 2016, Sensics, Inc.
# Copyright 2019, Collabora, Ltd.
# SPDX-License-Identifier: Apache-2.0
Language: Cpp
BasedOnStyle: LLVM
Standard: Auto

View file

@ -1,5 +1,11 @@
# FlexibleKalmanFilter
<!--
Copyright 2015-2016, Sensics, Inc.
Copyright 2019-2020, Collabora, Ltd.
SPDX-License-Identifier: Apache-2.0
-->
## About
This is a C++ template-based header library for building Kalman-style filters, using [Eigen](http://eigen.tuxfamily.org) linear algebra data types and algorithms.