From 1cb2e96c098864e37d842957108a11e49c5a8a4b Mon Sep 17 00:00:00 2001 From: Florian Reimold <11774314+FlorianReimold@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:24:11 +0100 Subject: [PATCH] Added another missing license header --- src/lib.rs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 310410f..cbe1473 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,19 @@ +/******************************************************************************** + * Copyright (c) 2024 Kopernikus Automotive + * + * This program and the accompanying materials are made available under the + * terms of the Apache License, Version 2.0 which is available at + * https://www.apache.org/licenses/LICENSE-2.0. + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations + * under the License. + * + * SPDX-License-Identifier: Apache-2.0 + ********************************************************************************/ + use anyhow::Result; use std::{ env, ffi,