Add license

This commit is contained in:
Chris Josten 2020-12-28 21:43:03 +01:00
parent ec6b908085
commit 5355fea2a5
9 changed files with 54 additions and 0 deletions

View file

@ -1,3 +1,7 @@
// Copyright Chris Josten 2020
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// https://www.boost.org/LICENSE_1_0.txt)
import std.functional;
import vibe.vibe;

View file

@ -1,3 +1,7 @@
// Copyright Chris Josten 2020
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// https://www.boost.org/LICENSE_1_0.txt)
import std.array;
import std.algorithm;
import std.datetime;