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_ar.h | |
parent | cb5f269b13429f0e1ffbc41426227983e5ccaeba (diff) |
Use 2-clause BSD-license for all source files.
Diffstat (limited to 'src/task_ar.h')
-rw-r--r-- | src/task_ar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/task_ar.h b/src/task_ar.h index bfa21a2..abdc3ae 100644 --- a/src/task_ar.h +++ b/src/task_ar.h @@ -1,4 +1,6 @@ // -*- c++ -*- +// Distributed under the BSD 2-Clause License. +// See accompanying file LICENSE for details. #pragma once #include "task.h" |