diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-07-18 14:59:02 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-07-18 14:59:02 +0000 |
commit | be795a72ebdc1124932ebca1a85388567485b9b5 (patch) | |
tree | c1f62797ddfb9bd45b851ccb2d8f31cc46ef3b1b /w3mimg | |
parent | fix indent again (diff) | |
download | w3m-be795a72ebdc1124932ebca1a85388567485b9b5.tar.gz w3m-be795a72ebdc1124932ebca1a85388567485b9b5.zip |
rcsid comment
Diffstat (limited to 'w3mimg')
-rw-r--r-- | w3mimg/fb/fb.c | 1 | ||||
-rw-r--r-- | w3mimg/fb/fb.h | 1 | ||||
-rw-r--r-- | w3mimg/fb/fb_gdkpixbuf.c | 1 | ||||
-rw-r--r-- | w3mimg/fb/fb_gdkpixbuf.h | 1 | ||||
-rw-r--r-- | w3mimg/fb/fb_img.c | 1 | ||||
-rw-r--r-- | w3mimg/fb/fb_img.h | 1 | ||||
-rw-r--r-- | w3mimg/fb/fb_imlib2.c | 1 | ||||
-rw-r--r-- | w3mimg/fb/fb_imlib2.h | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/w3mimg/fb/fb.c b/w3mimg/fb/fb.c index 5ac319b..f7fd04f 100644 --- a/w3mimg/fb/fb.c +++ b/w3mimg/fb/fb.c @@ -1,3 +1,4 @@ +/* $Id: fb.c,v 1.2 2002/07/18 15:01:31 ukai Exp $ */ /************************************************************************** fb.c 0.2 Copyright (C) 2002, hito **************************************************************************/ diff --git a/w3mimg/fb/fb.h b/w3mimg/fb/fb.h index 00c0862..a0c8c67 100644 --- a/w3mimg/fb/fb.h +++ b/w3mimg/fb/fb.h @@ -1,3 +1,4 @@ +/* $Id: fb.h,v 1.3 2002/07/18 15:01:31 ukai Exp $ */ #ifndef fb_header #define fb_header #include <linux/fb.h> diff --git a/w3mimg/fb/fb_gdkpixbuf.c b/w3mimg/fb/fb_gdkpixbuf.c index 8a505ce..1799df6 100644 --- a/w3mimg/fb/fb_gdkpixbuf.c +++ b/w3mimg/fb/fb_gdkpixbuf.c @@ -1,3 +1,4 @@ +/* $Id: fb_gdkpixbuf.c,v 1.4 2002/07/18 15:01:31 ukai Exp $ */ /************************************************************************** fb_gdkpixbuf.c 0.2 Copyright (C) 2002, hito **************************************************************************/ diff --git a/w3mimg/fb/fb_gdkpixbuf.h b/w3mimg/fb/fb_gdkpixbuf.h index 7a0d1f7..13aa600 100644 --- a/w3mimg/fb/fb_gdkpixbuf.h +++ b/w3mimg/fb/fb_gdkpixbuf.h @@ -1,3 +1,4 @@ +/* $Id: fb_gdkpixbuf.h,v 1.3 2002/07/18 15:01:31 ukai Exp $ */ #ifndef fb_gdkpixbuf_header #define fb_gdkpixbuf_header diff --git a/w3mimg/fb/fb_img.c b/w3mimg/fb/fb_img.c index 06da9ac..d62b2fd 100644 --- a/w3mimg/fb/fb_img.c +++ b/w3mimg/fb/fb_img.c @@ -1,3 +1,4 @@ +/* $Id: fb_img.c,v 1.2 2002/07/18 15:01:31 ukai Exp $ */ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> diff --git a/w3mimg/fb/fb_img.h b/w3mimg/fb/fb_img.h index 4637f1c..1283576 100644 --- a/w3mimg/fb/fb_img.h +++ b/w3mimg/fb/fb_img.h @@ -1,3 +1,4 @@ +/* $Id: fb_img.h,v 1.3 2002/07/18 15:01:31 ukai Exp $ */ #ifndef fb_img_header #define fb_img_header #include "config.h" diff --git a/w3mimg/fb/fb_imlib2.c b/w3mimg/fb/fb_imlib2.c index 3c42ce8..bfc23f7 100644 --- a/w3mimg/fb/fb_imlib2.c +++ b/w3mimg/fb/fb_imlib2.c @@ -1,3 +1,4 @@ +/* $Id: fb_imlib2.c,v 1.4 2002/07/18 15:01:31 ukai Exp $ */ /************************************************************************** fb_imlib2.c 0.2 Copyright (C) 2002, hito **************************************************************************/ diff --git a/w3mimg/fb/fb_imlib2.h b/w3mimg/fb/fb_imlib2.h index cb5a216..1cf35b1 100644 --- a/w3mimg/fb/fb_imlib2.h +++ b/w3mimg/fb/fb_imlib2.h @@ -1,3 +1,4 @@ +/* $Id: fb_imlib2.h,v 1.3 2002/07/18 15:01:31 ukai Exp $ */ #ifndef fb_imlib2_header #define fb_imlib2_header |