From a76f07bc88b9cf5f293957ea5dcbb782c3045bd9 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 4 Feb 2009 08:39:21 +0000 Subject: [PATCH] corrected license information --- qse/include/qse/awk/Awk.hpp | 2 +- qse/include/qse/awk/StdAwk.hpp | 2 +- qse/include/qse/awk/awk.h | 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/lda.h | 2 +- qse/include/qse/cmn/map.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/str.h | 2 +- qse/include/qse/cmn/time.h | 2 +- qse/include/qse/cmn/tio.h | 2 +- qse/include/qse/lsp/lsp.h | 2 +- qse/include/qse/utl/sed.h | 2 +- qse/include/qse/utl/tgp.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/eio.c | 2 +- qse/lib/awk/eio.h | 2 +- qse/lib/awk/err.c | 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/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/chr.c | 2 +- qse/lib/cmn/chr_cnv.c | 2 +- qse/lib/cmn/dll.c | 2 +- qse/lib/cmn/fio.c | 2 +- qse/lib/cmn/lda.c | 2 +- qse/lib/cmn/map.c | 2 +- qse/lib/cmn/mem.c | 2 +- qse/lib/cmn/misc.c | 2 +- qse/lib/cmn/opt.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/str_bas.c | 2 +- qse/lib/cmn/str_cnv.c | 2 +- qse/lib/cmn/str_dyn.c | 2 +- qse/lib/cmn/str_utl.c | 2 +- qse/lib/cmn/time.c | 2 +- qse/lib/cmn/tio.c | 2 +- qse/lib/cmn/tio_get.c | 2 +- qse/lib/cmn/tio_put.c | 2 +- qse/lib/utl/sed.c | 7 +------ qse/lib/utl/tgp.c | 2 +- 64 files changed, 64 insertions(+), 69 deletions(-) diff --git a/qse/include/qse/awk/Awk.hpp b/qse/include/qse/awk/Awk.hpp index 96805d25..0f00463e 100644 --- a/qse/include/qse/awk/Awk.hpp +++ b/qse/include/qse/awk/Awk.hpp @@ -1,7 +1,7 @@ /* * $Id: Awk.hpp 468 2008-12-10 10:19:59Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/awk/StdAwk.hpp b/qse/include/qse/awk/StdAwk.hpp index 9402edce..f21a49c2 100644 --- a/qse/include/qse/awk/StdAwk.hpp +++ b/qse/include/qse/awk/StdAwk.hpp @@ -1,7 +1,7 @@ /* * $Id: StdAwk.hpp 499 2008-12-16 09:42:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/awk/awk.h b/qse/include/qse/awk/awk.h index fb71650e..750acc30 100644 --- a/qse/include/qse/awk/awk.h +++ b/qse/include/qse/awk/awk.h @@ -1,7 +1,7 @@ /* * $Id: awk.h 501 2008-12-17 08:39:15Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/chr.h b/qse/include/qse/cmn/chr.h index f8ef081c..923d2a81 100644 --- a/qse/include/qse/cmn/chr.h +++ b/qse/include/qse/cmn/chr.h @@ -1,7 +1,7 @@ /* * $Id: ctype.h 223 2008-06-26 06:44:41Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/dll.h b/qse/include/qse/cmn/dll.h index 4df9e88d..cde881ce 100644 --- a/qse/include/qse/cmn/dll.h +++ b/qse/include/qse/cmn/dll.h @@ -1,7 +1,7 @@ /* * $Id: map.h 223 2008-06-26 06:44:41Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/fio.h b/qse/include/qse/cmn/fio.h index 1fda331b..66c93b72 100644 --- a/qse/include/qse/cmn/fio.h +++ b/qse/include/qse/cmn/fio.h @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/lda.h b/qse/include/qse/cmn/lda.h index aee95d6e..defb269f 100644 --- a/qse/include/qse/cmn/lda.h +++ b/qse/include/qse/cmn/lda.h @@ -1,7 +1,7 @@ /* * $Id: lda.h 363 2008-09-04 10:58:08Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/map.h b/qse/include/qse/cmn/map.h index c5501ae9..ae0f84a6 100644 --- a/qse/include/qse/cmn/map.h +++ b/qse/include/qse/cmn/map.h @@ -1,7 +1,7 @@ /* * $Id: map.h 496 2008-12-15 09:56:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/mem.h b/qse/include/qse/cmn/mem.h index 532cc352..32d8ecf1 100644 --- a/qse/include/qse/cmn/mem.h +++ b/qse/include/qse/cmn/mem.h @@ -1,7 +1,7 @@ /* * $Id: mem.h 337 2008-08-20 09:17:25Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/opt.h b/qse/include/qse/cmn/opt.h index 4b5697e6..2ecfaf3a 100644 --- a/qse/include/qse/cmn/opt.h +++ b/qse/include/qse/cmn/opt.h @@ -1,7 +1,7 @@ /* * $Id: getopt.h 290 2008-07-27 06:16:54Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/pio.h b/qse/include/qse/cmn/pio.h index 582fce07..11fc9217 100644 --- a/qse/include/qse/cmn/pio.h +++ b/qse/include/qse/cmn/pio.h @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/rex.h b/qse/include/qse/cmn/rex.h index bb74c214..b574a6be 100644 --- a/qse/include/qse/cmn/rex.h +++ b/qse/include/qse/cmn/rex.h @@ -1,7 +1,7 @@ /* * $Id: rex.h 223 2008-06-26 06:44:41Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/sio.h b/qse/include/qse/cmn/sio.h index 7c96d9c7..31b89ede 100644 --- a/qse/include/qse/cmn/sio.h +++ b/qse/include/qse/cmn/sio.h @@ -1,7 +1,7 @@ /* * $Id: sio.h,v 1.29 2005/12/26 05:38:24 bacon Ease $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/sll.h b/qse/include/qse/cmn/sll.h index 9166ea81..80f3eafa 100644 --- a/qse/include/qse/cmn/sll.h +++ b/qse/include/qse/cmn/sll.h @@ -1,7 +1,7 @@ /* * $Id: sll.h 223 2008-06-26 06:44:41Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/str.h b/qse/include/qse/cmn/str.h index f80776a2..d556ea84 100644 --- a/qse/include/qse/cmn/str.h +++ b/qse/include/qse/cmn/str.h @@ -1,7 +1,7 @@ /* * $Id: str.h 496 2008-12-15 09:56:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/time.h b/qse/include/qse/cmn/time.h index a8101807..dc2ad8dc 100644 --- a/qse/include/qse/cmn/time.h +++ b/qse/include/qse/cmn/time.h @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/cmn/tio.h b/qse/include/qse/cmn/tio.h index e3bf87a6..53a50dba 100644 --- a/qse/include/qse/cmn/tio.h +++ b/qse/include/qse/cmn/tio.h @@ -1,7 +1,7 @@ /* * $Id: tio.h,v 1.19 2006/01/01 13:50:24 bacon Exp $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/lsp/lsp.h b/qse/include/qse/lsp/lsp.h index 8e5fcc6e..9643837f 100644 --- a/qse/include/qse/lsp/lsp.h +++ b/qse/include/qse/lsp/lsp.h @@ -1,7 +1,7 @@ /* * $Id: lsp.h 183 2008-06-03 08:18:55Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/utl/sed.h b/qse/include/qse/utl/sed.h index eae6cef7..41af3a61 100644 --- a/qse/include/qse/utl/sed.h +++ b/qse/include/qse/utl/sed.h @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/include/qse/utl/tgp.h b/qse/include/qse/utl/tgp.h index 5265c4a1..8179819f 100644 --- a/qse/include/qse/utl/tgp.h +++ b/qse/include/qse/utl/tgp.h @@ -1,7 +1,7 @@ /* * $Id: tgp.h 235 2008-07-05 07:25:54Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/Awk.cpp b/qse/lib/awk/Awk.cpp index 1c178963..48c7f5ec 100644 --- a/qse/lib/awk/Awk.cpp +++ b/qse/lib/awk/Awk.cpp @@ -1,7 +1,7 @@ /* * $Id: Awk.cpp 496 2008-12-15 09:56:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/StdAwk.cpp b/qse/lib/awk/StdAwk.cpp index b2ab826e..8c4b4195 100644 --- a/qse/lib/awk/StdAwk.cpp +++ b/qse/lib/awk/StdAwk.cpp @@ -1,7 +1,7 @@ /* * $Id: StdAwk.cpp 501 2008-12-17 08:39:15Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/awk.c b/qse/lib/awk/awk.c index 63c32548..edbc0771 100644 --- a/qse/lib/awk/awk.c +++ b/qse/lib/awk/awk.c @@ -1,7 +1,7 @@ /* * $Id: awk.c 501 2008-12-17 08:39:15Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/awk.h b/qse/lib/awk/awk.h index 2454a922..f4c090f0 100644 --- a/qse/lib/awk/awk.h +++ b/qse/lib/awk/awk.h @@ -1,7 +1,7 @@ /* * $Id: awk_i.h 332 2008-08-18 11:21:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/eio.c b/qse/lib/awk/eio.c index c1e09bcf..beae3856 100644 --- a/qse/lib/awk/eio.c +++ b/qse/lib/awk/eio.c @@ -1,7 +1,7 @@ /* * $Id: eio.c 466 2008-12-09 09:50:40Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/eio.h b/qse/lib/awk/eio.h index 950a3ff1..baaf2530 100644 --- a/qse/lib/awk/eio.h +++ b/qse/lib/awk/eio.h @@ -1,7 +1,7 @@ /* * $Id: eio.h 363 2008-09-04 10:58:08Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/err.c b/qse/lib/awk/err.c index 6c01f2f8..f93c0c5c 100644 --- a/qse/lib/awk/err.c +++ b/qse/lib/awk/err.c @@ -1,7 +1,7 @@ /* * $Id: err.c 337 2008-08-20 09:17:25Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/fnc.c b/qse/lib/awk/fnc.c index 64d5f15b..6fa8e724 100644 --- a/qse/lib/awk/fnc.c +++ b/qse/lib/awk/fnc.c @@ -1,7 +1,7 @@ /* * $Id: func.c 499 2008-12-16 09:42:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/fnc.h b/qse/lib/awk/fnc.h index ee599041..27a707f4 100644 --- a/qse/lib/awk/fnc.h +++ b/qse/lib/awk/fnc.h @@ -1,7 +1,7 @@ /* * $Id: func.h 363 2008-09-04 10:58:08Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/misc.c b/qse/lib/awk/misc.c index c54e09b6..2d836c42 100644 --- a/qse/lib/awk/misc.c +++ b/qse/lib/awk/misc.c @@ -1,7 +1,7 @@ /* * $Id: misc.c 337 2008-08-20 09:17:25Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/misc.h b/qse/lib/awk/misc.h index eb02b702..5be96ca1 100644 --- a/qse/lib/awk/misc.h +++ b/qse/lib/awk/misc.h @@ -1,7 +1,7 @@ /* * $Id: misc.h 363 2008-09-04 10:58:08Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/parse.c b/qse/lib/awk/parse.c index ae5e048a..08a29649 100644 --- a/qse/lib/awk/parse.c +++ b/qse/lib/awk/parse.c @@ -1,7 +1,7 @@ /* * $Id: parse.c 496 2008-12-15 09:56:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/parse.h b/qse/lib/awk/parse.h index f8ac5ac1..93ff541d 100644 --- a/qse/lib/awk/parse.h +++ b/qse/lib/awk/parse.h @@ -1,7 +1,7 @@ /* * $Id: parse.h 363 2008-09-04 10:58:08Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/rec.c b/qse/lib/awk/rec.c index f778d73a..d60a4a91 100644 --- a/qse/lib/awk/rec.c +++ b/qse/lib/awk/rec.c @@ -1,7 +1,7 @@ /* * $Id: rec.c 372 2008-09-23 09:51:24Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/run.c b/qse/lib/awk/run.c index cc2a632b..bfbaa59f 100644 --- a/qse/lib/awk/run.c +++ b/qse/lib/awk/run.c @@ -1,7 +1,7 @@ /* * $Id: run.c 496 2008-12-15 09:56:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/run.h b/qse/lib/awk/run.h index d610d5c2..81042954 100644 --- a/qse/lib/awk/run.h +++ b/qse/lib/awk/run.h @@ -1,7 +1,7 @@ /* * $Id: run.h 363 2008-09-04 10:58:08Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/std.c b/qse/lib/awk/std.c index be49c433..d352c180 100644 --- a/qse/lib/awk/std.c +++ b/qse/lib/awk/std.c @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/tree.c b/qse/lib/awk/tree.c index 75670e8e..fce8f9f9 100644 --- a/qse/lib/awk/tree.c +++ b/qse/lib/awk/tree.c @@ -1,7 +1,7 @@ /* * $Id: tree.c 466 2008-12-09 09:50:40Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/tree.h b/qse/lib/awk/tree.h index 7f40f0bd..189fffff 100644 --- a/qse/lib/awk/tree.h +++ b/qse/lib/awk/tree.h @@ -1,7 +1,7 @@ /* * $Id: tree.h 381 2008-09-24 11:07:24Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/val.c b/qse/lib/awk/val.c index d7362499..84f39542 100644 --- a/qse/lib/awk/val.c +++ b/qse/lib/awk/val.c @@ -1,7 +1,7 @@ /* * $Id: val.c 496 2008-12-15 09:56:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/awk/val.h b/qse/lib/awk/val.h index a2c017b7..3c534865 100644 --- a/qse/lib/awk/val.h +++ b/qse/lib/awk/val.h @@ -1,7 +1,7 @@ /* * $Id: eio.h 363 2008-09-04 10:58:08Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/chr.c b/qse/lib/cmn/chr.c index a1bfb21d..590edca3 100644 --- a/qse/lib/cmn/chr.c +++ b/qse/lib/cmn/chr.c @@ -1,7 +1,7 @@ /* * $Id: ctype.c 132 2008-03-17 10:27:02Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/chr_cnv.c b/qse/lib/cmn/chr_cnv.c index 90724dbe..9eaada48 100644 --- a/qse/lib/cmn/chr_cnv.c +++ b/qse/lib/cmn/chr_cnv.c @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/dll.c b/qse/lib/cmn/dll.c index 20bf3f4c..60393c28 100644 --- a/qse/lib/cmn/dll.c +++ b/qse/lib/cmn/dll.c @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/fio.c b/qse/lib/cmn/fio.c index 37c040fb..c5196e0c 100644 --- a/qse/lib/cmn/fio.c +++ b/qse/lib/cmn/fio.c @@ -1,7 +1,7 @@ /* * $Id: fio.c,v 1.23 2006/06/30 04:18:47 bacon Exp $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/lda.c b/qse/lib/cmn/lda.c index 170fe913..eb6075f4 100644 --- a/qse/lib/cmn/lda.c +++ b/qse/lib/cmn/lda.c @@ -1,7 +1,7 @@ /* * $Id: lda.c 337 2008-08-20 09:17:25Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/map.c b/qse/lib/cmn/map.c index 385c7ccd..47b6593e 100644 --- a/qse/lib/cmn/map.c +++ b/qse/lib/cmn/map.c @@ -1,7 +1,7 @@ /* * $Id: map.c 496 2008-12-15 09:56:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/mem.c b/qse/lib/cmn/mem.c index f7bc9bc6..210476e2 100644 --- a/qse/lib/cmn/mem.c +++ b/qse/lib/cmn/mem.c @@ -1,7 +1,7 @@ /* * $Id: mem.c 335 2008-08-20 08:22:07Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/misc.c b/qse/lib/cmn/misc.c index 0f8750d7..3941ee94 100644 --- a/qse/lib/cmn/misc.c +++ b/qse/lib/cmn/misc.c @@ -1,7 +1,7 @@ /* * $Id: misc.c 191 2008-06-06 10:19:57Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/opt.c b/qse/lib/cmn/opt.c index 097c2ba9..e4f02f3b 100644 --- a/qse/lib/cmn/opt.c +++ b/qse/lib/cmn/opt.c @@ -1,7 +1,7 @@ /* * $Id: getopt.c 313 2008-08-03 14:06:43Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/pio.c b/qse/lib/cmn/pio.c index 35c2f64d..ea69a680 100644 --- a/qse/lib/cmn/pio.c +++ b/qse/lib/cmn/pio.c @@ -1,7 +1,7 @@ /* * $Id: pio.c,v 1.23 2006/06/30 04:18:47 bacon Exp $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/rex.c b/qse/lib/cmn/rex.c index 14b9c685..ddce7e3d 100644 --- a/qse/lib/cmn/rex.c +++ b/qse/lib/cmn/rex.c @@ -1,7 +1,7 @@ /* * $Id: rex.c 470 2008-12-11 13:43:05Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/sio.c b/qse/lib/cmn/sio.c index f372d850..a29aedcb 100644 --- a/qse/lib/cmn/sio.c +++ b/qse/lib/cmn/sio.c @@ -1,7 +1,7 @@ /* * $Id: sio.c,v 1.30 2006/01/15 06:51:35 bacon Ease $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/sll.c b/qse/lib/cmn/sll.c index b62a6b0a..845b66bb 100644 --- a/qse/lib/cmn/sll.c +++ b/qse/lib/cmn/sll.c @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/str_bas.c b/qse/lib/cmn/str_bas.c index 415cc241..7eee89d4 100644 --- a/qse/lib/cmn/str_bas.c +++ b/qse/lib/cmn/str_bas.c @@ -1,7 +1,7 @@ /* * $Id: str_bas.c 376 2008-09-24 07:18:50Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/str_cnv.c b/qse/lib/cmn/str_cnv.c index 7fb5c865..dc569452 100644 --- a/qse/lib/cmn/str_cnv.c +++ b/qse/lib/cmn/str_cnv.c @@ -1,7 +1,7 @@ /* * $Id: str_cnv.c 455 2008-11-26 09:05:00Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/str_dyn.c b/qse/lib/cmn/str_dyn.c index 300197b4..6bd9c571 100644 --- a/qse/lib/cmn/str_dyn.c +++ b/qse/lib/cmn/str_dyn.c @@ -1,7 +1,7 @@ /* * $Id: str_dyn.c 496 2008-12-15 09:56:48Z baconevi $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/str_utl.c b/qse/lib/cmn/str_utl.c index cb43b727..6ece73b8 100644 --- a/qse/lib/cmn/str_utl.c +++ b/qse/lib/cmn/str_utl.c @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/time.c b/qse/lib/cmn/time.c index b4c4ddcf..1de9268e 100644 --- a/qse/lib/cmn/time.c +++ b/qse/lib/cmn/time.c @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/tio.c b/qse/lib/cmn/tio.c index f277996b..8b04e244 100644 --- a/qse/lib/cmn/tio.c +++ b/qse/lib/cmn/tio.c @@ -1,7 +1,7 @@ /* * $Id: tio.c,v 1.13 2006/01/01 13:50:24 bacon Exp $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/tio_get.c b/qse/lib/cmn/tio_get.c index 1221104f..e9294770 100644 --- a/qse/lib/cmn/tio_get.c +++ b/qse/lib/cmn/tio_get.c @@ -1,7 +1,7 @@ /* * $Id: tio_get.c,v 1.8 2005/12/26 07:41:48 bacon Exp $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/cmn/tio_put.c b/qse/lib/cmn/tio_put.c index 3ffb58cb..f20b0a7d 100644 --- a/qse/lib/cmn/tio_put.c +++ b/qse/lib/cmn/tio_put.c @@ -1,7 +1,7 @@ /* * $Id: tio_put.c,v 1.2 2005/12/26 07:41:48 bacon Exp $ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/utl/sed.c b/qse/lib/utl/sed.c index 7b0a94ea..981ca75b 100644 --- a/qse/lib/utl/sed.c +++ b/qse/lib/utl/sed.c @@ -1,12 +1,7 @@ /* * $Id$ * - ------------------------------------------------------------------------------ - This file is based on Plan 9 from User Space's sed.c - Copyright (C) 2003, Lucent Technologies Inc. and others. All Rights - Reserved. - ------------------------------------------------------------------------------ - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/qse/lib/utl/tgp.c b/qse/lib/utl/tgp.c index 7bd411b3..838d4ea2 100644 --- a/qse/lib/utl/tgp.c +++ b/qse/lib/utl/tgp.c @@ -1,7 +1,7 @@ /* * $Id$ * - Copyright 2006-2008 Chung, Hyung-Hwan. + Copyright 2006-2009 Chung, Hyung-Hwan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.