From 6919a34f88acd4209bd3a3ef72f12a55f4979e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Thu, 10 Mar 2022 19:49:53 -0500 Subject: [PATCH] c: add license header --- c/opendht.cpp | 18 ++++++++++++++++++ c/opendht_c.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/c/opendht.cpp b/c/opendht.cpp index c2b312e6..6fa30ab6 100644 --- a/c/opendht.cpp +++ b/c/opendht.cpp @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2014-2021 Savoir-faire Linux Inc. + * Author : 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/>. + */ + #include "opendht_c.h" #include "opendht.h" diff --git a/c/opendht_c.h b/c/opendht_c.h index 0c7d31e9..10e1298a 100644 --- a/c/opendht_c.h +++ b/c/opendht_c.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2014-2021 Savoir-faire Linux Inc. + * Author : 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/>. + */ + #pragma once #ifdef __cplusplus -- GitLab