diff options
| -rw-r--r-- | matrix.c | 3 | ||||
| -rw-r--r-- | matrix.h | 2 | ||||
| -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 | 
10 files changed, 10 insertions, 3 deletions
| @@ -1,7 +1,6 @@ - +/*  $Id: matrix.c,v 1.7 2002/07/18 14:59:02 ukai Exp $ */  /*    * matrix.h, matrix.c: Liner equation solver using LU decomposition. - * $Id: matrix.c,v 1.6 2001/11/30 10:10:24 ukai Exp $   *   * by K.Okabe  Aug. 1999    * @@ -1,6 +1,6 @@ +/* $Id: matrix.h,v 1.7 2002/07/18 14:59:02 ukai Exp $ */  /*    * matrix.h, matrix.c: Liner equation solver using LU decomposition. - * $Id: matrix.h,v 1.6 2002/07/18 14:31:07 ukai Exp $   *    * by K.Okabe  Aug. 1999   *  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 | 
