diff options
31 files changed, 62 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 | ||
diff --git a/src/augmentkv6/main.cpp b/src/augmentkv6/main.cpp index 81a54d3..303721f 100644 --- a/src/augmentkv6/main.cpp +++ b/src/augmentkv6/main.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 <chrono> | 5 | #include <chrono> |
4 | #include <cstdio> | 6 | #include <cstdio> |
diff --git a/src/bundleparquet/main.cpp b/src/bundleparquet/main.cpp index 05fd881..e727227 100644 --- a/src/bundleparquet/main.cpp +++ b/src/bundleparquet/main.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 <chrono> | 5 | #include <chrono> |
4 | #include <deque> | 6 | #include <deque> |
diff --git a/src/bundleparquet/spliturl.cpp b/src/bundleparquet/spliturl.cpp index f5328a9..91f897d 100644 --- a/src/bundleparquet/spliturl.cpp +++ b/src/bundleparquet/spliturl.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 <cstring> | 5 | #include <cstring> |
4 | #include <iostream> | 6 | #include <iostream> |
diff --git a/src/bundleparquet/spliturl.hpp b/src/bundleparquet/spliturl.hpp index d8150e0..07301fb 100644 --- a/src/bundleparquet/spliturl.hpp +++ b/src/bundleparquet/spliturl.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 | #include <optional> | 5 | #include <optional> |
4 | #include <string> | 6 | #include <string> |
diff --git a/src/filterkv6/main.cpp b/src/filterkv6/main.cpp index a32220a..c880932 100644 --- a/src/filterkv6/main.cpp +++ b/src/filterkv6/main.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 <chrono> | 5 | #include <chrono> |
4 | #include <deque> | 6 | #include <deque> |
diff --git a/src/querykv1/cliopts.cpp b/src/querykv1/cliopts.cpp index bef7a98..4dbf819 100644 --- a/src/querykv1/cliopts.cpp +++ b/src/querykv1/cliopts.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 <cstdlib> | 5 | #include <cstdlib> |
4 | #include <cstdio> | 6 | #include <cstdio> |
diff --git a/src/querykv1/cliopts.hpp b/src/querykv1/cliopts.hpp index c4bab99..f754220 100644 --- a/src/querykv1/cliopts.hpp +++ b/src/querykv1/cliopts.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_QUERYKV1_CLIOPTS_HPP | 5 | #ifndef OEUF_QUERYKV1_CLIOPTS_HPP |
4 | #define OEUF_QUERYKV1_CLIOPTS_HPP | 6 | #define OEUF_QUERYKV1_CLIOPTS_HPP |
diff --git a/src/querykv1/daterange.cpp b/src/querykv1/daterange.cpp index 5ce42bf..d828085 100644 --- a/src/querykv1/daterange.cpp +++ b/src/querykv1/daterange.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 "daterange.hpp" | 5 | #include "daterange.hpp" |
4 | 6 | ||
diff --git a/src/querykv1/daterange.hpp b/src/querykv1/daterange.hpp index e34c39c..17849df 100644 --- a/src/querykv1/daterange.hpp +++ b/src/querykv1/daterange.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_QUERYKV1_DATERANGE_HPP | 5 | #ifndef OEUF_QUERYKV1_DATERANGE_HPP |
4 | #define OEUF_QUERYKV1_DATERANGE_HPP | 6 | #define OEUF_QUERYKV1_DATERANGE_HPP |
diff --git a/src/querykv1/joparoute.cpp b/src/querykv1/joparoute.cpp index 94ed359..25fdda2 100644 --- a/src/querykv1/joparoute.cpp +++ b/src/querykv1/joparoute.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 <cstdio> | 5 | #include <cstdio> |
4 | #include <iostream> | 6 | #include <iostream> |
diff --git a/src/querykv1/joparoute.hpp b/src/querykv1/joparoute.hpp index ade94e8..59070e1 100644 --- a/src/querykv1/joparoute.hpp +++ b/src/querykv1/joparoute.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_QUERYKV1_JOPAROUTE_HPP | 5 | #ifndef OEUF_QUERYKV1_JOPAROUTE_HPP |
4 | #define OEUF_QUERYKV1_JOPAROUTE_HPP | 6 | #define OEUF_QUERYKV1_JOPAROUTE_HPP |
diff --git a/src/querykv1/journeyinfo.cpp b/src/querykv1/journeyinfo.cpp index bd29490..0064598 100644 --- a/src/querykv1/journeyinfo.cpp +++ b/src/querykv1/journeyinfo.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 <iostream> | 5 | #include <iostream> |
4 | 6 | ||
diff --git a/src/querykv1/journeyinfo.hpp b/src/querykv1/journeyinfo.hpp index 2a2118d..58f2184 100644 --- a/src/querykv1/journeyinfo.hpp +++ b/src/querykv1/journeyinfo.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_QUERYKV1_JOURNEYINFO_HPP | 5 | #ifndef OEUF_QUERYKV1_JOURNEYINFO_HPP |
4 | #define OEUF_QUERYKV1_JOURNEYINFO_HPP | 6 | #define OEUF_QUERYKV1_JOURNEYINFO_HPP |
diff --git a/src/querykv1/journeyroute.cpp b/src/querykv1/journeyroute.cpp index 013ea1c..4dedf67 100644 --- a/src/querykv1/journeyroute.cpp +++ b/src/querykv1/journeyroute.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 <iostream> | 5 | #include <iostream> |
4 | #include <string_view> | 6 | #include <string_view> |
diff --git a/src/querykv1/journeyroute.hpp b/src/querykv1/journeyroute.hpp index ccd996c..7c5b2a1 100644 --- a/src/querykv1/journeyroute.hpp +++ b/src/querykv1/journeyroute.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_QUERYKV1_JOURNEYROUTE_HPP | 5 | #ifndef OEUF_QUERYKV1_JOURNEYROUTE_HPP |
4 | #define OEUF_QUERYKV1_JOURNEYROUTE_HPP | 6 | #define OEUF_QUERYKV1_JOURNEYROUTE_HPP |
diff --git a/src/querykv1/journeys.cpp b/src/querykv1/journeys.cpp index 96566b2..fdf5014 100644 --- a/src/querykv1/journeys.cpp +++ b/src/querykv1/journeys.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 <iostream> | 5 | #include <iostream> |
4 | #include <map> | 6 | #include <map> |
diff --git a/src/querykv1/journeys.hpp b/src/querykv1/journeys.hpp index cf615c7..3acb50d 100644 --- a/src/querykv1/journeys.hpp +++ b/src/querykv1/journeys.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_QUERYKV1_JOURNEYS_HPP | 5 | #ifndef OEUF_QUERYKV1_JOURNEYS_HPP |
4 | #define OEUF_QUERYKV1_JOURNEYS_HPP | 6 | #define OEUF_QUERYKV1_JOURNEYS_HPP |
diff --git a/src/querykv1/main.cpp b/src/querykv1/main.cpp index 6c606ba..9580328 100644 --- a/src/querykv1/main.cpp +++ b/src/querykv1/main.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 <chrono> | 5 | #include <chrono> |
4 | #include <cstdio> | 6 | #include <cstdio> |
diff --git a/src/querykv1/schedule.cpp b/src/querykv1/schedule.cpp index 2bcfe0a..47feceb 100644 --- a/src/querykv1/schedule.cpp +++ b/src/querykv1/schedule.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 <iostream> | 5 | #include <iostream> |
4 | #include <string_view> | 6 | #include <string_view> |
diff --git a/src/querykv1/schedule.hpp b/src/querykv1/schedule.hpp index 100bd4c..4f9c452 100644 --- a/src/querykv1/schedule.hpp +++ b/src/querykv1/schedule.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_QUERYKV1_SCHEDULE_HPP | 5 | #ifndef OEUF_QUERYKV1_SCHEDULE_HPP |
4 | #define OEUF_QUERYKV1_SCHEDULE_HPP | 6 | #define OEUF_QUERYKV1_SCHEDULE_HPP |
diff --git a/src/recvkv6/main.cpp b/src/recvkv6/main.cpp index 2ac3669..3a3338b 100644 --- a/src/recvkv6/main.cpp +++ b/src/recvkv6/main.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 <array> | 5 | #include <array> |
4 | #include <cassert> | 6 | #include <cassert> |