From ec5537a35fa8a1a5d9d1b5218e9bc34999eda650 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 16 Aug 2012 03:47:55 +0000 Subject: [PATCH] cleaned up $ --- qse/cmd/awk/awk.c | 2 +- qse/include/qse/awk/Awk.hpp | 2 +- qse/include/qse/awk/StdAwk.hpp | 2 +- qse/include/qse/awk/awk.h | 2 +- qse/include/qse/awk/std.h | 2 +- qse/include/qse/cmn/Mmged.hpp | 2 +- qse/include/qse/cmn/Mmgr.hpp | 2 +- qse/include/qse/cmn/StdMmgr.hpp | 2 +- qse/include/qse/cmn/chr.h | 2 +- qse/include/qse/cmn/dll.h | 2 +- qse/include/qse/cmn/fio.h | 2 +- qse/include/qse/cmn/htb.h | 2 +- qse/include/qse/cmn/lda.h | 2 +- qse/include/qse/cmn/mem.h | 2 +- qse/include/qse/cmn/opt.h | 2 +- qse/include/qse/cmn/pio.h | 2 +- qse/include/qse/cmn/rex.h | 2 +- qse/include/qse/cmn/sio.h | 2 +- qse/include/qse/cmn/sll.h | 2 +- qse/include/qse/cmn/stdio.h | 2 +- qse/include/qse/cmn/str.h | 2 +- qse/include/qse/cmn/time.h | 2 +- qse/include/qse/cmn/tio.h | 2 +- qse/include/qse/cut/Cut.hpp | 2 +- qse/include/qse/cut/StdCut.hpp | 2 +- qse/include/qse/cut/cut.h | 2 +- qse/include/qse/sed/Sed.hpp | 2 +- qse/include/qse/sed/StdSed.hpp | 2 +- qse/include/qse/sed/sed.h | 2 +- qse/lib/awk/Awk.cpp | 2 +- qse/lib/awk/StdAwk.cpp | 2 +- qse/lib/awk/awk.c | 2 +- qse/lib/awk/awk.h | 2 +- qse/lib/awk/err.c | 2 +- qse/lib/awk/err.h | 2 +- qse/lib/awk/fnc.c | 2 +- qse/lib/awk/fnc.h | 2 +- qse/lib/awk/misc.c | 2 +- qse/lib/awk/misc.h | 2 +- qse/lib/awk/parse.c | 2 +- qse/lib/awk/parse.h | 2 +- qse/lib/awk/rec.c | 2 +- qse/lib/awk/rio.c | 2 +- qse/lib/awk/rio.h | 2 +- qse/lib/awk/run.c | 2 +- qse/lib/awk/run.h | 2 +- qse/lib/awk/std.c | 2 +- qse/lib/awk/tree.c | 2 +- qse/lib/awk/tree.h | 2 +- qse/lib/awk/val.c | 2 +- qse/lib/awk/val.h | 2 +- qse/lib/cmn/assert.c | 2 +- qse/lib/cmn/chr.c | 2 +- qse/lib/cmn/dll.c | 2 +- qse/lib/cmn/fio.c | 2 +- qse/lib/cmn/htb.c | 2 +- qse/lib/cmn/lda.c | 2 +- qse/lib/cmn/main.c | 2 +- qse/lib/cmn/mem.c | 2 +- qse/lib/cmn/mem.h | 2 +- qse/lib/cmn/opt.c | 2 +- qse/lib/cmn/path-basename.c | 2 +- qse/lib/cmn/pio.c | 2 +- qse/lib/cmn/rex.c | 2 +- qse/lib/cmn/sio.c | 2 +- qse/lib/cmn/sll.c | 2 +- qse/lib/cmn/stdio.c | 2 +- qse/lib/cmn/str-beg.c | 2 +- qse/lib/cmn/str-cat.c | 2 +- qse/lib/cmn/str-chr.c | 2 +- qse/lib/cmn/str-cmp.c | 2 +- qse/lib/cmn/str-cnv.c | 2 +- qse/lib/cmn/str-cpy.c | 2 +- qse/lib/cmn/str-del.c | 2 +- qse/lib/cmn/str-dup.c | 2 +- qse/lib/cmn/str-dynm.c | 2 +- qse/lib/cmn/str-dynw.c | 2 +- qse/lib/cmn/str-end.c | 2 +- qse/lib/cmn/str-excl.c | 2 +- qse/lib/cmn/str-fcpy.c | 2 +- qse/lib/cmn/str-incl.c | 2 +- qse/lib/cmn/str-len.c | 2 +- qse/lib/cmn/str-pac.c | 2 +- qse/lib/cmn/str-pbrk.c | 2 +- qse/lib/cmn/str-put.c | 2 +- qse/lib/cmn/str-rev.c | 2 +- qse/lib/cmn/str-rot.c | 2 +- qse/lib/cmn/str-set.c | 2 +- qse/lib/cmn/str-spl.c | 2 +- qse/lib/cmn/str-spn.c | 2 +- qse/lib/cmn/str-str.c | 2 +- qse/lib/cmn/str-subst.c | 2 +- qse/lib/cmn/str-tok.c | 2 +- qse/lib/cmn/str-trm.c | 2 +- qse/lib/cmn/str-word.c | 2 +- qse/lib/cmn/syscall.h | 2 +- qse/lib/cmn/time.c | 2 +- qse/lib/cmn/tio.c | 2 +- qse/lib/cut/Cut.cpp | 2 +- qse/lib/cut/StdCut.cpp | 2 +- qse/lib/cut/cut.h | 2 +- qse/lib/cut/err.c | 2 +- qse/lib/cut/std.c | 2 +- qse/lib/sed/Sed.cpp | 2 +- qse/lib/sed/StdSed.cpp | 2 +- qse/lib/sed/err.c | 2 +- qse/lib/sed/sed.c | 2 +- qse/lib/sed/sed.h | 2 +- 108 files changed, 108 insertions(+), 108 deletions(-) diff --git a/qse/cmd/awk/awk.c b/qse/cmd/awk/awk.c index b8aba26e..a00a82aa 100644 --- a/qse/cmd/awk/awk.c +++ b/qse/cmd/awk/awk.c @@ -1,5 +1,5 @@ /* - * $Id: awk.c 549 2011-08-14 09:07:31Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/awk/Awk.hpp b/qse/include/qse/awk/Awk.hpp index a1acc541..a15aa0fa 100644 --- a/qse/include/qse/awk/Awk.hpp +++ b/qse/include/qse/awk/Awk.hpp @@ -1,5 +1,5 @@ /* - * $Id: Awk.hpp 570 2011-09-20 04:40:45Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/awk/StdAwk.hpp b/qse/include/qse/awk/StdAwk.hpp index 38386432..1e1f87df 100644 --- a/qse/include/qse/awk/StdAwk.hpp +++ b/qse/include/qse/awk/StdAwk.hpp @@ -1,5 +1,5 @@ /* - * $Id: StdAwk.hpp 516 2011-07-23 09:03:48Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/awk/awk.h b/qse/include/qse/awk/awk.h index adaaf250..37374ec6 100644 --- a/qse/include/qse/awk/awk.h +++ b/qse/include/qse/awk/awk.h @@ -1,5 +1,5 @@ /* - * $Id: awk.h 570 2011-09-20 04:40:45Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/awk/std.h b/qse/include/qse/awk/std.h index e42e03b6..84bd0d72 100644 --- a/qse/include/qse/awk/std.h +++ b/qse/include/qse/awk/std.h @@ -1,5 +1,5 @@ /* - * $Id: std.h 441 2011-04-22 14:28:43Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/Mmged.hpp b/qse/include/qse/cmn/Mmged.hpp index d6621cd3..86469808 100644 --- a/qse/include/qse/cmn/Mmged.hpp +++ b/qse/include/qse/cmn/Mmged.hpp @@ -1,5 +1,5 @@ /* - * $Id: Sed.hpp 127 2009-05-07 13:15:04Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/Mmgr.hpp b/qse/include/qse/cmn/Mmgr.hpp index 9f39f8ce..6a73a7f7 100644 --- a/qse/include/qse/cmn/Mmgr.hpp +++ b/qse/include/qse/cmn/Mmgr.hpp @@ -1,5 +1,5 @@ /* - * $Id: Sed.hpp 127 2009-05-07 13:15:04Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/StdMmgr.hpp b/qse/include/qse/cmn/StdMmgr.hpp index 6e0dc090..8771de0d 100644 --- a/qse/include/qse/cmn/StdMmgr.hpp +++ b/qse/include/qse/cmn/StdMmgr.hpp @@ -1,5 +1,5 @@ /* - * $Id: Sed.hpp 127 2009-05-07 13:15:04Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/chr.h b/qse/include/qse/cmn/chr.h index daf01079..588ab8e7 100644 --- a/qse/include/qse/cmn/chr.h +++ b/qse/include/qse/cmn/chr.h @@ -1,5 +1,5 @@ /* - * $Id: chr.h 555 2011-08-24 06:54:19Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/dll.h b/qse/include/qse/cmn/dll.h index 1416ac9c..ada18560 100644 --- a/qse/include/qse/cmn/dll.h +++ b/qse/include/qse/cmn/dll.h @@ -1,5 +1,5 @@ /* - * $Id: dll.h 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/fio.h b/qse/include/qse/cmn/fio.h index ef40e5dc..e31ffdb8 100644 --- a/qse/include/qse/cmn/fio.h +++ b/qse/include/qse/cmn/fio.h @@ -1,5 +1,5 @@ /* - * $Id: fio.h 569 2011-09-19 06:51:02Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/htb.h b/qse/include/qse/cmn/htb.h index a0dcae18..e13779b9 100644 --- a/qse/include/qse/cmn/htb.h +++ b/qse/include/qse/cmn/htb.h @@ -1,5 +1,5 @@ /* - * $Id: htb.h 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/lda.h b/qse/include/qse/cmn/lda.h index fcd6a7da..6115baaf 100644 --- a/qse/include/qse/cmn/lda.h +++ b/qse/include/qse/cmn/lda.h @@ -1,5 +1,5 @@ /* - * $Id: lda.h 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/mem.h b/qse/include/qse/cmn/mem.h index 44417179..e270dc7f 100644 --- a/qse/include/qse/cmn/mem.h +++ b/qse/include/qse/cmn/mem.h @@ -1,5 +1,5 @@ /* - * $Id: mem.h 549 2011-08-14 09:07:31Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/opt.h b/qse/include/qse/cmn/opt.h index 92c0e9e2..fbc55414 100644 --- a/qse/include/qse/cmn/opt.h +++ b/qse/include/qse/cmn/opt.h @@ -1,5 +1,5 @@ /* - * $Id: opt.h 441 2011-04-22 14:28:43Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/pio.h b/qse/include/qse/cmn/pio.h index aad4990a..9243809c 100644 --- a/qse/include/qse/cmn/pio.h +++ b/qse/include/qse/cmn/pio.h @@ -1,5 +1,5 @@ /* - * $Id: pio.h 565 2011-09-11 02:48:21Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/rex.h b/qse/include/qse/cmn/rex.h index 8dbfee65..b67aea1b 100644 --- a/qse/include/qse/cmn/rex.h +++ b/qse/include/qse/cmn/rex.h @@ -1,5 +1,5 @@ /* - * $Id: rex.h 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/sio.h b/qse/include/qse/cmn/sio.h index 5f64babb..e1c5636c 100644 --- a/qse/include/qse/cmn/sio.h +++ b/qse/include/qse/cmn/sio.h @@ -1,5 +1,5 @@ /* - * $Id: sio.h 569 2011-09-19 06:51:02Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/sll.h b/qse/include/qse/cmn/sll.h index 651ed6dd..b52c6ada 100644 --- a/qse/include/qse/cmn/sll.h +++ b/qse/include/qse/cmn/sll.h @@ -1,5 +1,5 @@ /* - * $Id: sll.h 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/stdio.h b/qse/include/qse/cmn/stdio.h index 934d7fa5..687feffd 100644 --- a/qse/include/qse/cmn/stdio.h +++ b/qse/include/qse/cmn/stdio.h @@ -1,5 +1,5 @@ /* - * $Id: stdio.h 419 2008-10-13 11:32:58Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/str.h b/qse/include/qse/cmn/str.h index 6ad89eb5..ddff4933 100644 --- a/qse/include/qse/cmn/str.h +++ b/qse/include/qse/cmn/str.h @@ -1,5 +1,5 @@ /* - * $Id: str.h 576 2011-09-23 14:52:22Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/time.h b/qse/include/qse/cmn/time.h index 85a87594..c696aba7 100644 --- a/qse/include/qse/cmn/time.h +++ b/qse/include/qse/cmn/time.h @@ -1,5 +1,5 @@ /* - * $Id: time.h 441 2011-04-22 14:28:43Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cmn/tio.h b/qse/include/qse/cmn/tio.h index a1ab2f33..759e0d91 100644 --- a/qse/include/qse/cmn/tio.h +++ b/qse/include/qse/cmn/tio.h @@ -1,5 +1,5 @@ /* - * $Id: tio.h 565 2011-09-11 02:48:21Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cut/Cut.hpp b/qse/include/qse/cut/Cut.hpp index a258aa26..4d311f13 100644 --- a/qse/include/qse/cut/Cut.hpp +++ b/qse/include/qse/cut/Cut.hpp @@ -1,5 +1,5 @@ /* - * $Id: Cut.hpp 319 2009-12-19 03:06:28Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cut/StdCut.hpp b/qse/include/qse/cut/StdCut.hpp index c7be2bc8..6a6d476f 100644 --- a/qse/include/qse/cut/StdCut.hpp +++ b/qse/include/qse/cut/StdCut.hpp @@ -1,5 +1,5 @@ /* - * $Id: StdCut.hpp 319 2009-12-19 03:06:28Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/cut/cut.h b/qse/include/qse/cut/cut.h index 6d01caf3..a6f5ab3f 100644 --- a/qse/include/qse/cut/cut.h +++ b/qse/include/qse/cut/cut.h @@ -1,5 +1,5 @@ /* - * $Id: cut.h 287 2009-09-15 10:01:02Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/sed/Sed.hpp b/qse/include/qse/sed/Sed.hpp index 541f2e1c..5d5ea661 100644 --- a/qse/include/qse/sed/Sed.hpp +++ b/qse/include/qse/sed/Sed.hpp @@ -1,5 +1,5 @@ /* - * $Id: Sed.hpp 571 2011-09-20 14:04:48Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/sed/StdSed.hpp b/qse/include/qse/sed/StdSed.hpp index 7bde8985..d4d6085f 100644 --- a/qse/include/qse/sed/StdSed.hpp +++ b/qse/include/qse/sed/StdSed.hpp @@ -1,5 +1,5 @@ /* - * $Id: StdSed.hpp 507 2011-07-15 15:53:49Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/include/qse/sed/sed.h b/qse/include/qse/sed/sed.h index 76ee3983..05c713ba 100644 --- a/qse/include/qse/sed/sed.h +++ b/qse/include/qse/sed/sed.h @@ -1,5 +1,5 @@ /* - * $Id: sed.h 576 2011-09-23 14:52:22Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/Awk.cpp b/qse/lib/awk/Awk.cpp index 43ad2059..f2c6ef53 100644 --- a/qse/lib/awk/Awk.cpp +++ b/qse/lib/awk/Awk.cpp @@ -1,5 +1,5 @@ /* - * $Id: Awk.cpp 570 2011-09-20 04:40:45Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/StdAwk.cpp b/qse/lib/awk/StdAwk.cpp index ca4174ca..e120183f 100644 --- a/qse/lib/awk/StdAwk.cpp +++ b/qse/lib/awk/StdAwk.cpp @@ -1,5 +1,5 @@ /* - * $Id: StdAwk.cpp 538 2011-08-09 16:08:26Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/awk.c b/qse/lib/awk/awk.c index 13ad6855..23fc56e3 100644 --- a/qse/lib/awk/awk.c +++ b/qse/lib/awk/awk.c @@ -1,5 +1,5 @@ /* - * $Id: awk.c 474 2011-05-23 16:52:37Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/awk.h b/qse/lib/awk/awk.h index 42a0547e..7edb51db 100644 --- a/qse/lib/awk/awk.h +++ b/qse/lib/awk/awk.h @@ -1,5 +1,5 @@ /* - * $Id: awk.h 483 2011-05-25 15:25:51Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/err.c b/qse/lib/awk/err.c index 71c46a1f..4b2d0829 100644 --- a/qse/lib/awk/err.c +++ b/qse/lib/awk/err.c @@ -1,5 +1,5 @@ /* - * $Id: err.c 568 2011-09-17 15:41:26Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/err.h b/qse/lib/awk/err.h index dd610c30..473ea402 100644 --- a/qse/lib/awk/err.h +++ b/qse/lib/awk/err.h @@ -1,5 +1,5 @@ /* - * $Id: misc.h 135 2009-05-15 13:31:43Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/fnc.c b/qse/lib/awk/fnc.c index 341c2b70..f7faa601 100644 --- a/qse/lib/awk/fnc.c +++ b/qse/lib/awk/fnc.c @@ -1,5 +1,5 @@ /* - * $Id: fnc.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/fnc.h b/qse/lib/awk/fnc.h index 04ead848..03641290 100644 --- a/qse/lib/awk/fnc.h +++ b/qse/lib/awk/fnc.h @@ -1,5 +1,5 @@ /* - * $Id: fnc.h 473 2011-05-23 03:38:03Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/misc.c b/qse/lib/awk/misc.c index d95a76d0..fa9918e0 100644 --- a/qse/lib/awk/misc.c +++ b/qse/lib/awk/misc.c @@ -1,5 +1,5 @@ /* - * $Id: misc.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/misc.h b/qse/lib/awk/misc.h index 81ccc7c6..04f8a54b 100644 --- a/qse/lib/awk/misc.h +++ b/qse/lib/awk/misc.h @@ -1,5 +1,5 @@ /* - * $Id: misc.h 515 2011-07-22 15:43:03Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/parse.c b/qse/lib/awk/parse.c index 7939fd8a..d2ccba2d 100644 --- a/qse/lib/awk/parse.c +++ b/qse/lib/awk/parse.c @@ -1,5 +1,5 @@ /* - * $Id: parse.c 554 2011-08-22 05:26:26Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/parse.h b/qse/lib/awk/parse.h index 5a6e63b7..af7e42b7 100644 --- a/qse/lib/awk/parse.h +++ b/qse/lib/awk/parse.h @@ -1,5 +1,5 @@ /* - * $Id: parse.h 474 2011-05-23 16:52:37Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/rec.c b/qse/lib/awk/rec.c index 24b62d5b..272fd674 100644 --- a/qse/lib/awk/rec.c +++ b/qse/lib/awk/rec.c @@ -1,5 +1,5 @@ /* - * $Id: rec.c 480 2011-05-25 14:00:19Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/rio.c b/qse/lib/awk/rio.c index d20e0e25..340216ff 100644 --- a/qse/lib/awk/rio.c +++ b/qse/lib/awk/rio.c @@ -1,5 +1,5 @@ /* - * $Id: rio.c 480 2011-05-25 14:00:19Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/rio.h b/qse/lib/awk/rio.h index df453c47..debd04a7 100644 --- a/qse/lib/awk/rio.h +++ b/qse/lib/awk/rio.h @@ -1,5 +1,5 @@ /* - * $Id: rio.h 441 2011-04-22 14:28:43Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/run.c b/qse/lib/awk/run.c index f5aa90d9..94a26fed 100644 --- a/qse/lib/awk/run.c +++ b/qse/lib/awk/run.c @@ -1,5 +1,5 @@ /* - * $Id: run.c 570 2011-09-20 04:40:45Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/run.h b/qse/lib/awk/run.h index 8269856b..3f3df00d 100644 --- a/qse/lib/awk/run.h +++ b/qse/lib/awk/run.h @@ -1,5 +1,5 @@ /* - * $Id: run.h 551 2011-08-15 13:52:48Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/std.c b/qse/lib/awk/std.c index 93b0facd..8457aab1 100644 --- a/qse/lib/awk/std.c +++ b/qse/lib/awk/std.c @@ -1,5 +1,5 @@ /* - * $Id: std.c 538 2011-08-09 16:08:26Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/tree.c b/qse/lib/awk/tree.c index 6a4b0508..ca131e9f 100644 --- a/qse/lib/awk/tree.c +++ b/qse/lib/awk/tree.c @@ -1,5 +1,5 @@ /* - * $Id: tree.c 514 2011-07-22 15:37:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/tree.h b/qse/lib/awk/tree.h index 325d3be5..5d148a56 100644 --- a/qse/lib/awk/tree.h +++ b/qse/lib/awk/tree.h @@ -1,5 +1,5 @@ /* - * $Id: tree.h 485 2011-05-29 15:15:52Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/val.c b/qse/lib/awk/val.c index ae013d07..e7a34253 100644 --- a/qse/lib/awk/val.c +++ b/qse/lib/awk/val.c @@ -1,5 +1,5 @@ /* - * $Id: val.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/awk/val.h b/qse/lib/awk/val.h index 46d119e7..60d1f268 100644 --- a/qse/lib/awk/val.h +++ b/qse/lib/awk/val.h @@ -1,5 +1,5 @@ /* - * $Id: val.h 441 2011-04-22 14:28:43Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/assert.c b/qse/lib/cmn/assert.c index 7338ec01..6ea1ffce 100644 --- a/qse/lib/cmn/assert.c +++ b/qse/lib/cmn/assert.c @@ -1,5 +1,5 @@ /* - * $Id: assert.c 223 2008-06-26 06:44:41Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/chr.c b/qse/lib/cmn/chr.c index 49b3757f..8ba297b6 100644 --- a/qse/lib/cmn/chr.c +++ b/qse/lib/cmn/chr.c @@ -1,5 +1,5 @@ /* - * $Id: chr.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/dll.c b/qse/lib/cmn/dll.c index 9319ceeb..39b8d164 100644 --- a/qse/lib/cmn/dll.c +++ b/qse/lib/cmn/dll.c @@ -1,5 +1,5 @@ /* - * $Id: dll.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/fio.c b/qse/lib/cmn/fio.c index a30ea760..3291eaf1 100644 --- a/qse/lib/cmn/fio.c +++ b/qse/lib/cmn/fio.c @@ -1,5 +1,5 @@ /* - * $Id: fio.c 569 2011-09-19 06:51:02Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/htb.c b/qse/lib/cmn/htb.c index 811031e4..2f9abe42 100644 --- a/qse/lib/cmn/htb.c +++ b/qse/lib/cmn/htb.c @@ -1,5 +1,5 @@ /* - * $Id: htb.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/lda.c b/qse/lib/cmn/lda.c index 094b1feb..afd6afeb 100644 --- a/qse/lib/cmn/lda.c +++ b/qse/lib/cmn/lda.c @@ -1,5 +1,5 @@ /* - * $Id: lda.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/main.c b/qse/lib/cmn/main.c index fd390c99..6a2290ff 100644 --- a/qse/lib/cmn/main.c +++ b/qse/lib/cmn/main.c @@ -1,5 +1,5 @@ /* - * $Id: main.c 463 2008-12-09 06:52:03Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/mem.c b/qse/lib/cmn/mem.c index 4e1ee2c8..24b71544 100644 --- a/qse/lib/cmn/mem.c +++ b/qse/lib/cmn/mem.c @@ -1,5 +1,5 @@ /* - * $Id: mem.c 549 2011-08-14 09:07:31Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/mem.h b/qse/lib/cmn/mem.h index c411929c..3d98e0b6 100644 --- a/qse/lib/cmn/mem.h +++ b/qse/lib/cmn/mem.h @@ -1,5 +1,5 @@ /* - * $Id: mem.h 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/opt.c b/qse/lib/cmn/opt.c index 3b926e86..fe241238 100644 --- a/qse/lib/cmn/opt.c +++ b/qse/lib/cmn/opt.c @@ -1,5 +1,5 @@ /* - * $Id: opt.c 550 2011-08-14 15:59:55Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/path-basename.c b/qse/lib/cmn/path-basename.c index 3e3c832a..5d841da9 100644 --- a/qse/lib/cmn/path-basename.c +++ b/qse/lib/cmn/path-basename.c @@ -1,5 +1,5 @@ /* - * $Id: misc.c 451 2011-05-03 14:00:38Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/pio.c b/qse/lib/cmn/pio.c index 0d83a655..6b27287d 100644 --- a/qse/lib/cmn/pio.c +++ b/qse/lib/cmn/pio.c @@ -1,5 +1,5 @@ /* - * $Id: pio.c 565 2011-09-11 02:48:21Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/rex.c b/qse/lib/cmn/rex.c index ac1cf003..18b67cb0 100644 --- a/qse/lib/cmn/rex.c +++ b/qse/lib/cmn/rex.c @@ -1,5 +1,5 @@ /* - * $Id: rex.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/sio.c b/qse/lib/cmn/sio.c index 4f8495e7..9aff823e 100644 --- a/qse/lib/cmn/sio.c +++ b/qse/lib/cmn/sio.c @@ -1,5 +1,5 @@ /* - * $Id: sio.c 573 2011-09-21 05:50:23Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/sll.c b/qse/lib/cmn/sll.c index 1e078ff1..35d731db 100644 --- a/qse/lib/cmn/sll.c +++ b/qse/lib/cmn/sll.c @@ -1,5 +1,5 @@ /* - * $Id: sll.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/stdio.c b/qse/lib/cmn/stdio.c index 4752e366..a2b27d5f 100644 --- a/qse/lib/cmn/stdio.c +++ b/qse/lib/cmn/stdio.c @@ -1,5 +1,5 @@ /* - * $Id: stdio.c 463 2008-12-09 06:52:03Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-beg.c b/qse/lib/cmn/str-beg.c index 745d8e12..f8b5610c 100644 --- a/qse/lib/cmn/str-beg.c +++ b/qse/lib/cmn/str-beg.c @@ -1,5 +1,5 @@ /* - * $Id: str-beg.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-cat.c b/qse/lib/cmn/str-cat.c index 60375675..966ed16e 100644 --- a/qse/lib/cmn/str-cat.c +++ b/qse/lib/cmn/str-cat.c @@ -1,5 +1,5 @@ /* - * $Id: str-cat.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-chr.c b/qse/lib/cmn/str-chr.c index bd29dace..bc2fbc85 100644 --- a/qse/lib/cmn/str-chr.c +++ b/qse/lib/cmn/str-chr.c @@ -1,5 +1,5 @@ /* - * $Id: str-chr.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-cmp.c b/qse/lib/cmn/str-cmp.c index e0158c39..924ea60e 100644 --- a/qse/lib/cmn/str-cmp.c +++ b/qse/lib/cmn/str-cmp.c @@ -1,5 +1,5 @@ /* - * $Id: str-cmp.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-cnv.c b/qse/lib/cmn/str-cnv.c index bde0353a..6495fa39 100644 --- a/qse/lib/cmn/str-cnv.c +++ b/qse/lib/cmn/str-cnv.c @@ -1,5 +1,5 @@ /* - * $Id: str-cnv.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-cpy.c b/qse/lib/cmn/str-cpy.c index 46d0c5a3..01dd638a 100644 --- a/qse/lib/cmn/str-cpy.c +++ b/qse/lib/cmn/str-cpy.c @@ -1,5 +1,5 @@ /* - * $Id: str-cpy.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-del.c b/qse/lib/cmn/str-del.c index d7eaf452..5c3db204 100644 --- a/qse/lib/cmn/str-del.c +++ b/qse/lib/cmn/str-del.c @@ -1,5 +1,5 @@ /* - * $Id: str-del.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-dup.c b/qse/lib/cmn/str-dup.c index 4e8f4631..b5ffa5fe 100644 --- a/qse/lib/cmn/str-dup.c +++ b/qse/lib/cmn/str-dup.c @@ -1,5 +1,5 @@ /* - * $Id: str-dup.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-dynm.c b/qse/lib/cmn/str-dynm.c index 637da3f8..04f4de4a 100644 --- a/qse/lib/cmn/str-dynm.c +++ b/qse/lib/cmn/str-dynm.c @@ -1,5 +1,5 @@ /* - * $Id: str-dynm.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-dynw.c b/qse/lib/cmn/str-dynw.c index 33c0327a..0fcbeca0 100644 --- a/qse/lib/cmn/str-dynw.c +++ b/qse/lib/cmn/str-dynw.c @@ -1,5 +1,5 @@ /* - * $Id: str-dynw.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-end.c b/qse/lib/cmn/str-end.c index 26d438f9..6825fc78 100644 --- a/qse/lib/cmn/str-end.c +++ b/qse/lib/cmn/str-end.c @@ -1,5 +1,5 @@ /* - * $Id: str-end.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-excl.c b/qse/lib/cmn/str-excl.c index 6449d236..da013303 100644 --- a/qse/lib/cmn/str-excl.c +++ b/qse/lib/cmn/str-excl.c @@ -1,5 +1,5 @@ /* - * $Id: str-excl.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-fcpy.c b/qse/lib/cmn/str-fcpy.c index b1e7d55b..8334119e 100644 --- a/qse/lib/cmn/str-fcpy.c +++ b/qse/lib/cmn/str-fcpy.c @@ -1,5 +1,5 @@ /* - * $Id: str-fcpy.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-incl.c b/qse/lib/cmn/str-incl.c index 656e5ce8..ea13971d 100644 --- a/qse/lib/cmn/str-incl.c +++ b/qse/lib/cmn/str-incl.c @@ -1,5 +1,5 @@ /* - * $Id: str-incl.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-len.c b/qse/lib/cmn/str-len.c index a3e62118..38db2a40 100644 --- a/qse/lib/cmn/str-len.c +++ b/qse/lib/cmn/str-len.c @@ -1,5 +1,5 @@ /* - * $Id: str-len.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-pac.c b/qse/lib/cmn/str-pac.c index ee95ec92..9a771dc6 100644 --- a/qse/lib/cmn/str-pac.c +++ b/qse/lib/cmn/str-pac.c @@ -1,5 +1,5 @@ /* - * $Id: str-pac.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-pbrk.c b/qse/lib/cmn/str-pbrk.c index c8e40266..71542601 100644 --- a/qse/lib/cmn/str-pbrk.c +++ b/qse/lib/cmn/str-pbrk.c @@ -1,5 +1,5 @@ /* - * $Id: str-pbrk.c 576 2011-09-23 14:52:22Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-put.c b/qse/lib/cmn/str-put.c index 84136b88..cd1395a0 100644 --- a/qse/lib/cmn/str-put.c +++ b/qse/lib/cmn/str-put.c @@ -1,5 +1,5 @@ /* - * $Id: str-put.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-rev.c b/qse/lib/cmn/str-rev.c index d20d918b..43dfbce7 100644 --- a/qse/lib/cmn/str-rev.c +++ b/qse/lib/cmn/str-rev.c @@ -1,5 +1,5 @@ /* - * $Id: str-rev.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-rot.c b/qse/lib/cmn/str-rot.c index 2302aac3..fae9e2c5 100644 --- a/qse/lib/cmn/str-rot.c +++ b/qse/lib/cmn/str-rot.c @@ -1,5 +1,5 @@ /* - * $Id: str-rot.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-set.c b/qse/lib/cmn/str-set.c index 2722b922..f6dce9fe 100644 --- a/qse/lib/cmn/str-set.c +++ b/qse/lib/cmn/str-set.c @@ -1,5 +1,5 @@ /* - * $Id: str-set.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-spl.c b/qse/lib/cmn/str-spl.c index 8a040808..e7bf2e6a 100644 --- a/qse/lib/cmn/str-spl.c +++ b/qse/lib/cmn/str-spl.c @@ -1,5 +1,5 @@ /* - * $Id: str-spl.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-spn.c b/qse/lib/cmn/str-spn.c index dbd22ad7..2244dc25 100644 --- a/qse/lib/cmn/str-spn.c +++ b/qse/lib/cmn/str-spn.c @@ -1,5 +1,5 @@ /* - * $Id: str-spn.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-str.c b/qse/lib/cmn/str-str.c index 2184a255..297ce3e7 100644 --- a/qse/lib/cmn/str-str.c +++ b/qse/lib/cmn/str-str.c @@ -1,5 +1,5 @@ /* - * $Id: str-str.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-subst.c b/qse/lib/cmn/str-subst.c index 91844f09..af685d16 100644 --- a/qse/lib/cmn/str-subst.c +++ b/qse/lib/cmn/str-subst.c @@ -1,5 +1,5 @@ /* - * $Id: str-subst.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-tok.c b/qse/lib/cmn/str-tok.c index 65dfc204..8092251c 100644 --- a/qse/lib/cmn/str-tok.c +++ b/qse/lib/cmn/str-tok.c @@ -1,5 +1,5 @@ /* - * $Id: str-tok.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-trm.c b/qse/lib/cmn/str-trm.c index 96236fb3..6be6764d 100644 --- a/qse/lib/cmn/str-trm.c +++ b/qse/lib/cmn/str-trm.c @@ -1,5 +1,5 @@ /* - * $Id: str-trm.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/str-word.c b/qse/lib/cmn/str-word.c index f8c88447..635c4650 100644 --- a/qse/lib/cmn/str-word.c +++ b/qse/lib/cmn/str-word.c @@ -1,5 +1,5 @@ /* - * $Id: str-word.c 556 2011-08-31 15:43:46Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/syscall.h b/qse/lib/cmn/syscall.h index 891b949d..3fdfc1b4 100644 --- a/qse/lib/cmn/syscall.h +++ b/qse/lib/cmn/syscall.h @@ -1,5 +1,5 @@ /* - * $Id: syscall.h 441 2011-04-22 14:28:43Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/time.c b/qse/lib/cmn/time.c index edc048bd..b21e1f96 100644 --- a/qse/lib/cmn/time.c +++ b/qse/lib/cmn/time.c @@ -1,5 +1,5 @@ /* - * $Id: time.c 478 2011-05-24 05:11:42Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cmn/tio.c b/qse/lib/cmn/tio.c index a74c6348..30a31923 100644 --- a/qse/lib/cmn/tio.c +++ b/qse/lib/cmn/tio.c @@ -1,5 +1,5 @@ /* - * $Id: tio.c 565 2011-09-11 02:48:21Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cut/Cut.cpp b/qse/lib/cut/Cut.cpp index 1f193941..5862ed57 100644 --- a/qse/lib/cut/Cut.cpp +++ b/qse/lib/cut/Cut.cpp @@ -1,5 +1,5 @@ /* - * $Id: Cut.cpp 319 2009-12-19 03:06:28Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cut/StdCut.cpp b/qse/lib/cut/StdCut.cpp index d1ad4451..aad7b0ca 100644 --- a/qse/lib/cut/StdCut.cpp +++ b/qse/lib/cut/StdCut.cpp @@ -1,5 +1,5 @@ /* - * $Id: StdCut.cpp 319 2009-12-19 03:06:28Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cut/cut.h b/qse/lib/cut/cut.h index af6b66dd..63e73ab3 100644 --- a/qse/lib/cut/cut.h +++ b/qse/lib/cut/cut.h @@ -1,5 +1,5 @@ /* - * $Id: cut.h 287 2009-09-15 10:01:02Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cut/err.c b/qse/lib/cut/err.c index 9fd0acb4..28163760 100644 --- a/qse/lib/cut/err.c +++ b/qse/lib/cut/err.c @@ -1,5 +1,5 @@ /* - * $Id: err.c 287 2009-09-15 10:01:02Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/cut/std.c b/qse/lib/cut/std.c index 726c5411..6e7639bf 100644 --- a/qse/lib/cut/std.c +++ b/qse/lib/cut/std.c @@ -1,5 +1,5 @@ /* - * $Id: std.c 306 2009-11-22 13:58:53Z baconevi $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/sed/Sed.cpp b/qse/lib/sed/Sed.cpp index de613ef5..8c58c3e0 100644 --- a/qse/lib/sed/Sed.cpp +++ b/qse/lib/sed/Sed.cpp @@ -1,5 +1,5 @@ /* - * $Id: Sed.cpp 571 2011-09-20 14:04:48Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/sed/StdSed.cpp b/qse/lib/sed/StdSed.cpp index 6ffc67ae..af91fe70 100644 --- a/qse/lib/sed/StdSed.cpp +++ b/qse/lib/sed/StdSed.cpp @@ -1,5 +1,5 @@ /* - * $Id: StdSed.cpp 569 2011-09-19 06:51:02Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/sed/err.c b/qse/lib/sed/err.c index f83974bc..27a133e4 100644 --- a/qse/lib/sed/err.c +++ b/qse/lib/sed/err.c @@ -1,5 +1,5 @@ /* - * $Id: err.c 568 2011-09-17 15:41:26Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/sed/sed.c b/qse/lib/sed/sed.c index b7d6a92c..9a9b9248 100644 --- a/qse/lib/sed/sed.c +++ b/qse/lib/sed/sed.c @@ -1,5 +1,5 @@ /* - * $Id: sed.c 576 2011-09-23 14:52:22Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE. diff --git a/qse/lib/sed/sed.h b/qse/lib/sed/sed.h index 176a0cce..0f1c22c3 100644 --- a/qse/lib/sed/sed.h +++ b/qse/lib/sed/sed.h @@ -1,5 +1,5 @@ /* - * $Id: sed.h 576 2011-09-23 14:52:22Z hyunghwan.chung $ + * $Id$ * Copyright 2006-2012 Chung, Hyung-Hwan. This file is part of QSE.