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