diff options
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> |