diff options
Diffstat (limited to 'src/execute.cc')
-rw-r--r-- | src/execute.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/execute.cc b/src/execute.cc index 414ce70..610ccdd 100644 --- a/src/execute.cc +++ b/src/execute.cc @@ -1,3 +1,6 @@ +// -*- c++ -*- +// Distributed under the BSD 2-Clause License. +// See accompanying file LICENSE for details. #include "execute.h" #include <unistd.h> |