From fa8dc4c83529f8b08658bb925f643ed4c1820230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Thu, 12 Dec 2019 14:33:00 -0500 Subject: [PATCH] callbacks: add missing header --- src/callbacks.cpp | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/callbacks.cpp b/src/callbacks.cpp index 70b623b8..f8eb199a 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -1,3 +1,25 @@ +/* + * Copyright (C) 2014-2019 Savoir-faire Linux Inc. + * Author(s) : Adrien Béraud <adrien.beraud@savoirfairelinux.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. + */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "callbacks.h" namespace dht { -- GitLab