From 2e20e4bbdba248708cf8f202bd23ecaf87bed1c7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 4 May 2016 17:13:25 +0200 Subject: [PATCH] Add header --- gfx/video_frame.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/gfx/video_frame.h b/gfx/video_frame.h index 4b3654862b..81348bdee8 100644 --- a/gfx/video_frame.h +++ b/gfx/video_frame.h @@ -1,3 +1,18 @@ +/* RetroArch - A frontend for libretro. + * Copyright (C) 2011-2016 - 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 . + */ + #ifndef _VIDEO_FRAME_H #define _VIDEO_FRAME_H