aboutsummaryrefslogtreecommitdiffstats
path: root/src/bundleparquet
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 /src/bundleparquet
parentb9ad155255dfc6b8d853cee27581dbbb074f61af (diff)
downloadoeuf-4f5cb257dc47dcff1b1306e4ae702669dfa93197.tar.gz
oeuf-4f5cb257dc47dcff1b1306e4ae702669dfa93197.zip
Add license notice at the top of all source files
Diffstat (limited to 'src/bundleparquet')
-rw-r--r--src/bundleparquet/main.cpp2
-rw-r--r--src/bundleparquet/spliturl.cpp2
-rw-r--r--src/bundleparquet/spliturl.hpp2
3 files changed, 6 insertions, 0 deletions
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>