From b25d0da3633407b2b12915097f7ae92022f3dabb Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 4 Oct 2011 14:28:36 +0000 Subject: [PATCH] Add copyright. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5143 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/icons/logo.c | 36 ++++++++++++++++++++++++++++++++++++ bertos/icons/logo.h | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 79 insertions(+) diff --git a/bertos/icons/logo.c b/bertos/icons/logo.c index bdf14a3b..4764e2f9 100644 --- a/bertos/icons/logo.c +++ b/bertos/icons/logo.c @@ -1,3 +1,39 @@ +/** + * \file + * + * + * \brief BeRTOS bitmap logo defines. + * + */ + #include "logo.h" #include diff --git a/bertos/icons/logo.h b/bertos/icons/logo.h index e0bbc636..9a1caf68 100644 --- a/bertos/icons/logo.h +++ b/bertos/icons/logo.h @@ -1,3 +1,46 @@ +/** + * \file + * + * + * \brief BeRTOS bitmap logo defines. + * + * $WIZ$ module_name = "logo" + * + */ + +#ifndef ICONS_LOGO_H +#define ICONS_LOGO_H + #include extern const struct Image bertos_logo; + +#endif /* ICONS_LOGO_H */ -- 2.25.1