Add license
This commit is contained in:
parent
ec6b908085
commit
5355fea2a5
9 changed files with 54 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue