From 4015529ddb3b2190017571ab834a3ddbee762b77 Mon Sep 17 00:00:00 2001 From: oscfdezdz <42654671+oscfdezdz@users.noreply.github.com> Date: Sun, 29 Sep 2024 23:43:40 +0200 Subject: [PATCH] cleanup: Add license headers To exm-rating and exm-comment-tile source files. --- src/exm-comment-tile.c | 20 ++++++++++++++++++++ src/exm-rating.c | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/src/exm-comment-tile.c b/src/exm-comment-tile.c index dd7ff906..4601aad1 100644 --- a/src/exm-comment-tile.c +++ b/src/exm-comment-tile.c @@ -1,3 +1,23 @@ +/* exm-comment-tile.c + * + * Copyright 2022-2024 Matthew Jakeman + * + * 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 . + * + * SPDX-License-Identifier: GPL-3.0-or-later + */ + #include "exm-comment-tile.h" #include diff --git a/src/exm-rating.c b/src/exm-rating.c index cf1db6f8..916aab5d 100644 --- a/src/exm-rating.c +++ b/src/exm-rating.c @@ -1,3 +1,23 @@ +/* exm-rating.c + * + * Copyright 2022-2024 Matthew Jakeman + * + * 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 . + * + * SPDX-License-Identifier: GPL-3.0-or-later + */ + #include "exm-rating.h" #include