From ecfc610acff6a9359ae5e7f0b225c5b26b189591 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 20 Sep 2021 21:07:54 +0200 Subject: Use 2-clause BSD-license for all source files. --- src/task.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/task.cc') diff --git a/src/task.cc b/src/task.cc index 4cdfa5e..1c6c233 100644 --- a/src/task.cc +++ b/src/task.cc @@ -1,3 +1,6 @@ +// -*- c++ -*- +// Distributed under the BSD 2-Clause License. +// See accompanying file LICENSE for details. #include "task.h" #include -- cgit v1.2.3