diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtmi8/include/tmi8/kv1_index.hpp | 2 | ||||
-rw-r--r-- | lib/libtmi8/include/tmi8/kv1_lexer.hpp | 2 | ||||
-rw-r--r-- | lib/libtmi8/include/tmi8/kv1_parser.hpp | 2 | ||||
-rw-r--r-- | lib/libtmi8/include/tmi8/kv1_types.hpp | 2 | ||||
-rw-r--r-- | lib/libtmi8/include/tmi8/kv6_parquet.hpp | 2 | ||||
-rw-r--r-- | lib/libtmi8/src/kv1_index.cpp | 2 | ||||
-rw-r--r-- | lib/libtmi8/src/kv1_lexer.cpp | 2 | ||||
-rw-r--r-- | lib/libtmi8/src/kv1_parser.cpp | 2 | ||||
-rw-r--r-- | lib/libtmi8/src/kv1_types.cpp | 2 | ||||
-rw-r--r-- | lib/libtmi8/src/kv6_parquet.cpp | 2 |
10 files changed, 20 insertions, 0 deletions
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 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
2 | // | ||
3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
2 | 4 | ||
3 | #ifndef OEUF_LIBTMI8_KV1_INDEX_HPP | 5 | #ifndef OEUF_LIBTMI8_KV1_INDEX_HPP |
4 | #define OEUF_LIBTMI8_KV1_INDEX_HPP | 6 | #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 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
2 | // | ||
3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
2 | 4 | ||
3 | #ifndef OEUF_LIBTMI8_KV1_LEXER_HPP | 5 | #ifndef OEUF_LIBTMI8_KV1_LEXER_HPP |
4 | #define OEUF_LIBTMI8_KV1_LEXER_HPP | 6 | #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 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
2 | // | ||
3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
2 | 4 | ||
3 | #ifndef OEUF_LIBTMI8_KV1_PARSER_HPP | 5 | #ifndef OEUF_LIBTMI8_KV1_PARSER_HPP |
4 | #define OEUF_LIBTMI8_KV1_PARSER_HPP | 6 | #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 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
2 | // | ||
3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
2 | 4 | ||
3 | #ifndef OEUF_LIBTMI8_KV1_TYPES_HPP | 5 | #ifndef OEUF_LIBTMI8_KV1_TYPES_HPP |
4 | #define OEUF_LIBTMI8_KV1_TYPES_HPP | 6 | #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 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
2 | // | ||
3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
2 | 4 | ||
3 | #ifndef OEUF_LIBTMI8_KV6_PARQUET_HPP | 5 | #ifndef OEUF_LIBTMI8_KV6_PARQUET_HPP |
4 | #define OEUF_LIBTMI8_KV6_PARQUET_HPP | 6 | #define OEUF_LIBTMI8_KV6_PARQUET_HPP |
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 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
2 | // | ||
3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
2 | 4 | ||
3 | #include <tmi8/kv1_index.hpp> | 5 | #include <tmi8/kv1_index.hpp> |
4 | 6 | ||
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 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
2 | // | ||
3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
2 | 4 | ||
3 | #include <tmi8/kv1_lexer.hpp> | 5 | #include <tmi8/kv1_lexer.hpp> |
4 | 6 | ||
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 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
2 | // | ||
3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
2 | 4 | ||
3 | #include <tmi8/kv1_parser.hpp> | 5 | #include <tmi8/kv1_parser.hpp> |
4 | 6 | ||
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 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
2 | // | ||
3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
2 | 4 | ||
3 | #include <boost/container_hash/hash.hpp> | 5 | #include <boost/container_hash/hash.hpp> |
4 | 6 | ||
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 @@ | |||
1 | // vim:set sw=2 ts=2 sts et: | 1 | // vim:set sw=2 ts=2 sts et: |
2 | // | ||
3 | // Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. | ||
2 | 4 | ||
3 | #include <tmi8/kv6_parquet.hpp> | 5 | #include <tmi8/kv6_parquet.hpp> |
4 | 6 | ||