diff options
-rw-r--r-- | tools/cxsocket.c | 10 | ||||
-rw-r--r-- | vdrlogo_32x32.c | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/tools/cxsocket.c b/tools/cxsocket.c index a8a1953e..d8830290 100644 --- a/tools/cxsocket.c +++ b/tools/cxsocket.c @@ -1,3 +1,13 @@ +/* + * cxsocket.h: Socket wrapper classes + * + * See the main source file 'xineliboutput.c' for copyright information and + * how to reach the author. + * + * $Id: cxsocket.c,v 1.2 2006-12-19 17:23:47 phintuka Exp $ + * + */ + /*static*/ int cxsocket_c_dummy; /* #warning TODO: socket helper classes / functions */ diff --git a/vdrlogo_32x32.c b/vdrlogo_32x32.c index 0eb162cb..b5abd5dc 100644 --- a/vdrlogo_32x32.c +++ b/vdrlogo_32x32.c @@ -1,3 +1,13 @@ +/* + * vdrlogo_32x32.c: 32x32 logo icon + * + * See the main source file 'xineliboutput.c' for copyright information and + * how to reach the author. + * + * $Id: vdrlogo_32x32.c,v 1.2 2006-12-19 17:27:49 phintuka Exp $ + * + */ + /* GIMP RGBA C-Source image dump (vdrlogo_32x32.c) */ static const struct { |