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 --- src/bundleparquet/main.cpp | 2 ++ src/bundleparquet/spliturl.cpp | 2 ++ src/bundleparquet/spliturl.hpp | 2 ++ 3 files changed, 6 insertions(+) (limited to 'src/bundleparquet') 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 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #include #include 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 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #include #include 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 @@ // vim:set sw=2 ts=2 sts et: +// +// Copyright 2024 Rutger Broekhoff. Licensed under the EUPL. #include #include -- cgit v1.2.3