From dbb3109105ebee6382bdf16d2cf311b05a166b2c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 20 Feb 2014 20:01:33 +0100 Subject: [PATCH] (PSP2) add header --- psp1/psp2_video.c | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/psp1/psp2_video.c b/psp1/psp2_video.c index eef9a2fd86..52bda7ae62 100644 --- a/psp1/psp2_video.c +++ b/psp1/psp2_video.c @@ -1,4 +1,19 @@ -#include +/* RetroArch - A frontend for libretro. + * Copyright (C) 2010-2014 - Hans-Kristian Arntzen + * Copyright (C) 2011-2014 - Daniel De Matteis + * + * 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 #include