From 0e26077a64ab666e2588f69253c44733cafa225e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 5 Apr 2021 19:58:18 +0200 Subject: [PATCH] Add license headers --- command.c | 16 ++++++++++++++++ command.h | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/command.c b/command.c index 8f7b9bdca9..2505891e1e 100644 --- a/command.c +++ b/command.c @@ -1,3 +1,19 @@ +/* RetroArch - A frontend for libretro. + * Copyright (C) 2010-2014 - Hans-Kristian Arntzen + * Copyright (C) 2011-2017 - Daniel De Matteis + * Copyright (C) 2021 - David G.F. + * + * RetroArch 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 Found- + * ation, either version 3 of the License, or (at your option) any later version. + * + * RetroArch 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 RetroArch. + * If not, see . + */ #include #include diff --git a/command.h b/command.h index 90d28f2871..083f88e38f 100644 --- a/command.h +++ b/command.h @@ -1,7 +1,7 @@ /* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * Copyright (C) 2011-2016 - Daniel De Matteis - * Copyright (C) 2016-2019 - Brad Parker + * Copyright (C) 2021 - David G.F. * * RetroArch 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 Found-