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/include/tmi8/kv1_index.hpp | 2 ++ lib/libtmi8/include/tmi8/kv1_lexer.hpp | 2 ++ lib/libtmi8/include/tmi8/kv1_parser.hpp | 2 ++ lib/libtmi8/include/tmi8/kv1_types.hpp | 2 ++ lib/libtmi8/include/tmi8/kv6_parquet.hpp | 2 ++ 5 files changed, 10 insertions(+) (limited to 'lib/libtmi8/include/tmi8') diff --git a/lib/libtmi8/include/tmi8/kv1_index.hpp b/lib/libtmi8/include/tmi8/kv1_index.hpp index 621acf6..564e1ed 100644 --- a/lib/libtmi8/include/tmi8/kv1_index.hpp +++ b/lib/libtmi8/include/tmi8/kv1_index.hpp @@ -1,4 +1,6 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #ifndef OEUF_LIBTMI8_KV1_INDEX_HPP #define OEUF_LIBTMI8_KV1_INDEX_HPP diff --git a/lib/libtmi8/include/tmi8/kv1_lexer.hpp b/lib/libtmi8/include/tmi8/kv1_lexer.hpp index df6a57c..38f2ece 100644 --- a/lib/libtmi8/include/tmi8/kv1_lexer.hpp +++ b/lib/libtmi8/include/tmi8/kv1_lexer.hpp @@ -1,4 +1,6 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #ifndef OEUF_LIBTMI8_KV1_LEXER_HPP #define OEUF_LIBTMI8_KV1_LEXER_HPP diff --git a/lib/libtmi8/include/tmi8/kv1_parser.hpp b/lib/libtmi8/include/tmi8/kv1_parser.hpp index ccd8ec6..cbfe18e 100644 --- a/lib/libtmi8/include/tmi8/kv1_parser.hpp +++ b/lib/libtmi8/include/tmi8/kv1_parser.hpp @@ -1,4 +1,6 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #ifndef OEUF_LIBTMI8_KV1_PARSER_HPP #define OEUF_LIBTMI8_KV1_PARSER_HPP diff --git a/lib/libtmi8/include/tmi8/kv1_types.hpp b/lib/libtmi8/include/tmi8/kv1_types.hpp index d4a0760..455ac65 100644 --- a/lib/libtmi8/include/tmi8/kv1_types.hpp +++ b/lib/libtmi8/include/tmi8/kv1_types.hpp @@ -1,4 +1,6 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #ifndef OEUF_LIBTMI8_KV1_TYPES_HPP #define OEUF_LIBTMI8_KV1_TYPES_HPP diff --git a/lib/libtmi8/include/tmi8/kv6_parquet.hpp b/lib/libtmi8/include/tmi8/kv6_parquet.hpp index 33b57ca..775d6c6 100644 --- a/lib/libtmi8/include/tmi8/kv6_parquet.hpp +++ b/lib/libtmi8/include/tmi8/kv6_parquet.hpp @@ -1,4 +1,6 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #ifndef OEUF_LIBTMI8_KV6_PARQUET_HPP #define OEUF_LIBTMI8_KV6_PARQUET_HPP -- cgit v1.2.3