OSDN Git Service

Remove CVS Id
authorNARUSE, Yui <naruse@users.sourceforge.jp>
Wed, 20 Feb 2013 07:59:01 +0000 (16:59 +0900)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Wed, 20 Feb 2013 07:59:01 +0000 (16:59 +0900)
nkf.c
nkf.h
utf8tbl.c
utf8tbl.h

diff --git a/nkf.c b/nkf.c
index 4c2ba8e..388d345 100644 (file)
--- a/nkf.c
+++ b/nkf.c
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 1987, Fujitsu LTD. (Itaru ICHIKAWA).
- * Copyright (c) 1996-2010, The nkf Project.
+ * Copyright (c) 1996-2013, The nkf Project.
  *
  * This software is provided 'as-is', without any express or implied
  * warranty. In no event will the authors be held liable for any damages
diff --git a/nkf.h b/nkf.h
index 9f0f151..cbe5f56 100755 (executable)
--- a/nkf.h
+++ b/nkf.h
@@ -2,7 +2,6 @@
  * 
  * nkf.h - Header file for nkf
  * 
- * $Id: nkf.h,v 1.6 2008/11/07 02:43:43 naruse Exp $
  */
 
 #ifndef NKF_H
index 7a1caca..e493c6b 100644 (file)
--- a/utf8tbl.c
+++ b/utf8tbl.c
@@ -1,7 +1,6 @@
 /*
  * utf8tbl.c - Convertion Table for nkf
  *
- * $Id: utf8tbl.c,v 1.23 2008/02/07 19:25:29 naruse Exp $
  */
 
 #include "config.h"
index 082fb01..96b61ed 100644 (file)
--- a/utf8tbl.h
+++ b/utf8tbl.h
@@ -1,7 +1,6 @@
 /*
  * utf8tbl.h - Header file for Convertion Table
  *
- * $Id: utf8tbl.h,v 1.3 2008/01/23 09:10:25 naruse Exp $
  */
 
 #ifndef _UTF8TBL_H_