From 4f5cb257dc47dcff1b1306e4ae702669dfa93197 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Fri, 3 May 2024 22:53:53 +0200 Subject: Add license notice at the top of all source files --- lib/libtmi8/src/kv1_index.cpp | 2 ++ lib/libtmi8/src/kv1_lexer.cpp | 2 ++ lib/libtmi8/src/kv1_parser.cpp | 2 ++ lib/libtmi8/src/kv1_types.cpp | 2 ++ lib/libtmi8/src/kv6_parquet.cpp | 2 ++ 5 files changed, 10 insertions(+) (limited to 'lib/libtmi8/src') diff --git a/lib/libtmi8/src/kv1_index.cpp b/lib/libtmi8/src/kv1_index.cpp index 23e9596..dc07e88 100644 --- a/lib/libtmi8/src/kv1_index.cpp +++ b/lib/libtmi8/src/kv1_index.cpp @@ -1,4 +1,6 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #include diff --git a/lib/libtmi8/src/kv1_lexer.cpp b/lib/libtmi8/src/kv1_lexer.cpp index 028127b..9b0e3f8 100644 --- a/lib/libtmi8/src/kv1_lexer.cpp +++ b/lib/libtmi8/src/kv1_lexer.cpp @@ -1,4 +1,6 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #include diff --git a/lib/libtmi8/src/kv1_parser.cpp b/lib/libtmi8/src/kv1_parser.cpp index ac0c6bf..78a45a6 100644 --- a/lib/libtmi8/src/kv1_parser.cpp +++ b/lib/libtmi8/src/kv1_parser.cpp @@ -1,4 +1,6 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #include diff --git a/lib/libtmi8/src/kv1_types.cpp b/lib/libtmi8/src/kv1_types.cpp index 49e306e..996bae8 100644 --- a/lib/libtmi8/src/kv1_types.cpp +++ b/lib/libtmi8/src/kv1_types.cpp @@ -1,4 +1,6 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #include diff --git a/lib/libtmi8/src/kv6_parquet.cpp b/lib/libtmi8/src/kv6_parquet.cpp index ca70b7f..4ee37e5 100644 --- a/lib/libtmi8/src/kv6_parquet.cpp +++ b/lib/libtmi8/src/kv6_parquet.cpp @@ -1,4 +1,6 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #include -- cgit v1.2.3