summaryrefslogtreecommitdiffstats
path: root/src/djinterop/enginelibrary/el_track_impl.cpp
diff options
context:
space:
mode:
authorhaslersn <sebastian.hasler@gmx.net>2019-07-07 18:42:27 +0200
committerhaslersn <sebastian.hasler@gmx.net>2019-07-08 00:39:02 +0200
commitc04e05dede66e46e2d1a66fab657bf3a9f7e4d44 (patch)
tree1f28de3d19fabee649c665f58433b0ac7f3d7313 /src/djinterop/enginelibrary/el_track_impl.cpp
parent051e269b09a16a937f9ddc04f2e9e8d92e5c042f (diff)
src, test: Remove header guards
Because of `sqlite_modern_cpp.h` as a dependency, libdjinterop can already only be compiled with a compiler that supports `#pragma once`. Therefore, we can remove header guards from all headers in `./src/` and `./test/`. Header guards are still present in `./include`. This way, libdjinterop can still be used in a project compiled without `#pragma once` support.
Diffstat (limited to 'src/djinterop/enginelibrary/el_track_impl.cpp')
-rw-r--r--src/djinterop/enginelibrary/el_track_impl.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/djinterop/enginelibrary/el_track_impl.cpp b/src/djinterop/enginelibrary/el_track_impl.cpp
index 3702080..b84347f 100644
--- a/src/djinterop/enginelibrary/el_track_impl.cpp
+++ b/src/djinterop/enginelibrary/el_track_impl.cpp
@@ -1,3 +1,20 @@
+/*
+ This file is part of libdjinterop.
+
+ libdjinterop is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ libdjinterop is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with libdjinterop. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <cmath>
#include <djinterop/djinterop.hpp>