diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-20 21:07:54 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-09-20 21:07:54 +0200 |
commit | ecfc610acff6a9359ae5e7f0b225c5b26b189591 (patch) | |
tree | 80e83e8d1113cd0e3241b897f8728505e704aced /src/task.cc | |
parent | cb5f269b13429f0e1ffbc41426227983e5ccaeba (diff) |
Use 2-clause BSD-license for all source files.
Diffstat (limited to 'src/task.cc')
-rw-r--r-- | src/task.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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 <unistd.h> |