From 400a11610f09d5b660de3af2c56b8d4cb2697e9c Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 29 Jun 2020 06:10:40 +0200 Subject: [PATCH] Add license headers. --- src/cgi.cpp | 16 ++++++++++++++++ src/cgi.hpp | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/cgi.cpp b/src/cgi.cpp index 96a2825..cc104ae 100644 --- a/src/cgi.cpp +++ b/src/cgi.cpp @@ -1,3 +1,19 @@ +/* This file is part of FediBlock-backend. + * Copyright © 2020 tastytea + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, version 3. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + #include "cgi.hpp" #include diff --git a/src/cgi.hpp b/src/cgi.hpp index b821c6a..96e251c 100644 --- a/src/cgi.hpp +++ b/src/cgi.hpp @@ -1,3 +1,19 @@ +/* This file is part of FediBlock-backend. + * Copyright © 2020 tastytea + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, version 3. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + #ifndef FEDIBLOCK_BACKEND_CGI_HPP #define FEDIBLOCK_BACKEND_CGI_HPP