From 5980fa86c1fc90849102bbc24679423f978e2a50 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 9 Jan 2018 02:02:39 +0100 Subject: Add authorship info in headers doc Signed-off-by: pacien --- include/gui/textview.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/gui/textview.h') diff --git a/include/gui/textview.h b/include/gui/textview.h index 7414336..91106c0 100644 --- a/include/gui/textview.h +++ b/include/gui/textview.h @@ -1,11 +1,13 @@ #ifndef UPEM_MORPHING_TEXTVIEW #define UPEM_MORPHING_TEXTVIEW -#include "component.h" - /** * File: textview.h + * + * Author: + * Adam NAILI */ +#include "component.h" typedef struct { Component component; -- cgit v1.2.3