diff options
| author | Niklas | 2011-11-09 15:27:51 +0100 |
|---|---|---|
| committer | Niklas | 2011-11-09 15:27:51 +0100 |
| commit | 04fec063699f742fcd2ea552ef8c77fb402ce870 (patch) | |
| tree | 1a7146b53084dc49fa742ed4ca7e318ebb4aad2b /common | |
| parent | added some comments (diff) | |
| download | fbgui-04fec063699f742fcd2ea552ef8c77fb402ce870.tar.gz fbgui-04fec063699f742fcd2ea552ef8c77fb402ce870.tar.xz fbgui-04fec063699f742fcd2ea552ef8c77fb402ce870.zip | |
some documentation changes (adding comments) and doxygen files)
Diffstat (limited to 'common')
| -rw-r--r-- | common/fbgui.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/common/fbgui.h b/common/fbgui.h index acbda66..9e2c0be 100644 --- a/common/fbgui.h +++ b/common/fbgui.h @@ -1,3 +1,18 @@ +/** + * Copyright (c) 2010,2011 - RZ Uni Freiburg + * Copyright (c) 2010,2011 - OpenSLX Project + * + * This program/file is free software distributed under the GPL version 2. + * See http://openslx.org/COPYING + * + * If you have any feedback please consult http://openslx.org/feedback and + * send your feedback to feedback@openslx.org + * + * General information about OpenSLX can be found under http://openslx.org + */ + + + #ifndef COMMON_FBGUI_H #define COMMON_FBGUI_H |
