aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libtmi8
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-05-03 22:53:53 +0200
committerLibravatar Rutger Broekhoff2024-05-03 22:53:53 +0200
commit4f5cb257dc47dcff1b1306e4ae702669dfa93197 (patch)
tree10442361a27406137bb0e3e1afec1db70558e464 /lib/libtmi8
parentb9ad155255dfc6b8d853cee27581dbbb074f61af (diff)
downloadoeuf-4f5cb257dc47dcff1b1306e4ae702669dfa93197.tar.gz
oeuf-4f5cb257dc47dcff1b1306e4ae702669dfa93197.zip
Add license notice at the top of all source files
Diffstat (limited to 'lib/libtmi8')
-rw-r--r--lib/libtmi8/include/tmi8/kv1_index.hpp2
-rw-r--r--lib/libtmi8/include/tmi8/kv1_lexer.hpp2
-rw-r--r--lib/libtmi8/include/tmi8/kv1_parser.hpp2
-rw-r--r--lib/libtmi8/include/tmi8/kv1_types.hpp2
-rw-r--r--lib/libtmi8/include/tmi8/kv6_parquet.hpp2
-rw-r--r--lib/libtmi8/src/kv1_index.cpp2
-rw-r--r--lib/libtmi8/src/kv1_lexer.cpp2
-rw-r--r--lib/libtmi8/src/kv1_parser.cpp2
-rw-r--r--lib/libtmi8/src/kv1_types.cpp2
-rw-r--r--lib/libtmi8/src/kv6_parquet.cpp2
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