diff --git a/Firebird.h b/Firebird.h index 8126f34..4ac365e 100644 --- a/Firebird.h +++ b/Firebird.h @@ -1,5 +1,4 @@ /* - $Id: Firebird.h 183 2001-12-20 18:01:23Z danielritz $ Copyright (c) 1999,2000 Edwin Pratomo diff --git a/Firebird.pm b/Firebird.pm index 0f62a66..1e99851 100644 --- a/Firebird.pm +++ b/Firebird.pm @@ -1,4 +1,3 @@ -# $Id: Firebird.pm 399 2008-01-08 08:51:35Z edpratomo $ # # Copyright (c) 2011 Marius Popa # Copyright (c) 1999-2008 Edwin Pratomo diff --git a/Firebird.xs b/Firebird.xs index ee954e5..7e00759 100644 --- a/Firebird.xs +++ b/Firebird.xs @@ -1,5 +1,4 @@ /* - $Id: Firebird.xs 394 2008-01-08 05:29:19Z edpratomo $ Copyright (c) 2011 Stefan Suciu Copyright (c) 1999-2008 Edwin Pratomo diff --git a/Makefile.PL b/Makefile.PL index 3802c3b..2aed393 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,6 @@ #----------------------------------------------------------------------------- # Original copyright (year updated): # -# $Id: Makefile.PL 394 2008-01-08 05:29:19Z edpratomo $ # # Copyright (c) 1999-2008 Edwin Pratomo # Portions Copyright (c) 2001-2005 Daniel Ritz diff --git a/dbdimp.c b/dbdimp.c index d104acc..734044b 100644 --- a/dbdimp.c +++ b/dbdimp.c @@ -1,6 +1,5 @@ /* vim: set noai ts=4 et sw=4: */ /* - $Id: dbdimp.c 395 2008-01-08 05:33:11Z edpratomo $ Copyright (c) 2010, 2011 Popa Marius Adrian Copyright (c) 2011 Damyan Ivanov diff --git a/dbdimp.h b/dbdimp.h index 4280c89..86be29c 100644 --- a/dbdimp.h +++ b/dbdimp.h @@ -1,5 +1,4 @@ /* - $Id: dbdimp.h 395 2008-01-08 05:33:11Z edpratomo $ Copyright (c) 2011 Marius Popa Copyright (c) 2010 pilcrow diff --git a/lib/DBD/Firebird/GetInfo.pm b/lib/DBD/Firebird/GetInfo.pm index 0b52916..dd8ad5a 100644 --- a/lib/DBD/Firebird/GetInfo.pm +++ b/lib/DBD/Firebird/GetInfo.pm @@ -1,4 +1,3 @@ -# $Id: GetInfo.pm 351 2005-09-10 16:57:17Z edpratomo $ # # Copyright (c) 2002-2005 Edwin Pratomo # diff --git a/lib/DBD/Firebird/TypeInfo.pm b/lib/DBD/Firebird/TypeInfo.pm index faf5fb7..8f3ede7 100644 --- a/lib/DBD/Firebird/TypeInfo.pm +++ b/lib/DBD/Firebird/TypeInfo.pm @@ -1,4 +1,3 @@ -# $Id: TypeInfo.pm 351 2005-09-10 16:57:17Z edpratomo $ # # Copyright (c) 2005 Edwin Pratomo # diff --git a/t/20-createdrop.t b/t/20-createdrop.t index fddcc71..28df96e 100644 --- a/t/20-createdrop.t +++ b/t/20-createdrop.t @@ -1,6 +1,5 @@ #!/usr/bin/perl # -# $Id: 20createdrop.t 112 2001-04-19 14:56:06Z edpratomo $ # # 2011-04-05 stefan(s.bv.) # Adapted to the new test library diff --git a/t/30-insertfetch.t b/t/30-insertfetch.t index 189b6bc..ac7909d 100644 --- a/t/30-insertfetch.t +++ b/t/30-insertfetch.t @@ -1,6 +1,5 @@ #!/usr/bin/perl # -# $Id: 30insertfetch.t 326 2005-01-13 23:32:29Z danielritz $ # # This is a simple insert/fetch test. # diff --git a/t/31-prepare_cached.t b/t/31-prepare_cached.t index b9e022b..717f65e 100644 --- a/t/31-prepare_cached.t +++ b/t/31-prepare_cached.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -# $Id: 31prepare.t 396 2008-01-08 05:43:26Z edpratomo $ # test for prepare_cached() use strict; diff --git a/t/40-alltypes.t b/t/40-alltypes.t index 0cf1296..ced056f 100644 --- a/t/40-alltypes.t +++ b/t/40-alltypes.t @@ -1,6 +1,5 @@ #!/usr/bin/perl # -# $Id: 40alltypes.t 349 2005-09-10 16:55:31Z edpratomo $ # # This is a test for all data types handling. # diff --git a/t/41-bindparam.t b/t/41-bindparam.t index 4ec64de..4acf299 100644 --- a/t/41-bindparam.t +++ b/t/41-bindparam.t @@ -1,6 +1,5 @@ #!/usr/bin/perl # -# $Id: 40bindparam.t 328 2005-08-09 08:34:17Z edpratomo $ # # 2011-01-24 stefansbv diff --git a/t/42-blobs.t b/t/42-blobs.t index 24c008c..0610333 100644 --- a/t/42-blobs.t +++ b/t/42-blobs.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl # -# $Id: 40blobs.t 326 2005-01-13 23:32:29Z danielritz $ # # This is a test for correct handling of BLOBS; namely $dbh->quote # is expected to work correctly. diff --git a/t/43-cursor.t b/t/43-cursor.t index ab239de..d67a59f 100644 --- a/t/43-cursor.t +++ b/t/43-cursor.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl # -# $Id: 40cursor.t 324 2004-12-04 17:17:11Z danielritz $ # # This is a test for CursorName attribute. # diff --git a/t/44-cursoron.t b/t/44-cursoron.t index 8a85318..e4b98fe 100644 --- a/t/44-cursoron.t +++ b/t/44-cursoron.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl # -# $Id: 40cursor.t 324 2004-12-04 17:17:11Z danielritz $ # # This is a test for CursorName attribute with AutoCommit On. # diff --git a/t/45-datetime.t b/t/45-datetime.t index 2a4776c..3a65fc9 100644 --- a/t/45-datetime.t +++ b/t/45-datetime.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl # -# $Id: 40datetime.t 380 2007-05-20 15:18:40Z edpratomo $ # # This is a test for date/time types handling with localtime() style. # diff --git a/t/46-listfields.t b/t/46-listfields.t index 3a3388b..371bf86 100644 --- a/t/46-listfields.t +++ b/t/46-listfields.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl # -# $Id: 40listfields.t 324 2004-12-04 17:17:11Z danielritz $ # # This is a test for statement attributes being present appropriately. # diff --git a/t/47-nulls.t b/t/47-nulls.t index 40fecf3..246523f 100644 --- a/t/47-nulls.t +++ b/t/47-nulls.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl # -# $Id: 40nulls.t 112 2001-04-19 14:56:06Z edpratomo $ # # This is a test for correctly handling NULL values. # diff --git a/t/48-numeric.t b/t/48-numeric.t index e6657c6..871c3ef 100644 --- a/t/48-numeric.t +++ b/t/48-numeric.t @@ -1,6 +1,5 @@ #!/usr/bin/perl # -# $Id: 41numeric.t 349 2005-09-10 16:55:31Z edpratomo $ # # 2011-01-29 stefan(s.bv.) # Using string comparison with Test::More's 'is' diff --git a/t/50-chopblanks.t b/t/50-chopblanks.t index 2fd943a..706b84b 100644 --- a/t/50-chopblanks.t +++ b/t/50-chopblanks.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl # -# $Id: 50chopblanks.t 229 2002-04-05 03:12:51Z edpratomo $ # # This driver should check whether 'ChopBlanks' works. # diff --git a/t/51-commit.t b/t/51-commit.t index c48b436..4c066cc 100644 --- a/t/51-commit.t +++ b/t/51-commit.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl # -# $Id: 50commit.t 112 2001-04-19 14:56:06Z edpratomo $ # # This is testing the transaction support. # diff --git a/t/60-leaks.t b/t/60-leaks.t index 864e90d..cfded9b 100644 --- a/t/60-leaks.t +++ b/t/60-leaks.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl # -# $Id: 60leaks.t 291 2003-05-20 02:43:57Z edpratomo $ # # This is a memory leak test. # diff --git a/t/61-settx.t b/t/61-settx.t index cb44975..dbc842c 100644 --- a/t/61-settx.t +++ b/t/61-settx.t @@ -1,6 +1,5 @@ #!/usr/bin/perl -w # -# $Id: 61settx.t 229 2002-04-05 03:12:51Z edpratomo $ # # This is a test for ib_set_tx_param() private method. # diff --git a/t/62-timeout.t b/t/62-timeout.t index 37748ef..bdf687d 100644 --- a/t/62-timeout.t +++ b/t/62-timeout.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl -w # -# $Id: 62timeout.t 370 2006-10-25 16:13:18Z edpratomo $ # # This is a test for Firebird 2.0's wait timeout for ib_set_tx_param(). # diff --git a/t/70-nested-sth.t b/t/70-nested-sth.t index 12a743b..e40e789 100644 --- a/t/70-nested-sth.t +++ b/t/70-nested-sth.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl -w # -# $Id: 70nested-sth.t 392 2008-01-07 15:33:25Z edpratomo $ # # This is a test for nested statement handles. # diff --git a/t/80-event-ithreads.t b/t/80-event-ithreads.t index 53427fa..1bae33b 100644 --- a/t/80-event-ithreads.t +++ b/t/80-event-ithreads.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl -w # -# $Id: 80event-ithreads.t 372 2006-10-25 18:17:44Z edpratomo $ # # test cases: diff --git a/t/81-event-fork.t b/t/81-event-fork.t index 0c25d58..c832a9d 100644 --- a/t/81-event-fork.t +++ b/t/81-event-fork.t @@ -1,6 +1,5 @@ #!/usr/local/bin/perl -w # -# $Id: 81event-fork.t 397 2008-01-08 05:58:49Z edpratomo $ # use strict; diff --git a/t/90-dbinfo.t b/t/90-dbinfo.t index 22a0d4c..37709ca 100644 --- a/t/90-dbinfo.t +++ b/t/90-dbinfo.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id: 90dbinfo.t 370 2006-10-25 16:13:18Z edpratomo $ # test for ib_database_info() use strict; diff --git a/t/91-txinfo.t b/t/91-txinfo.t index ab02d59..0a31f66 100644 --- a/t/91-txinfo.t +++ b/t/91-txinfo.t @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Id: 91txinfo.t 372 2006-10-25 18:17:44Z edpratomo $ # test for ib_tx_info() use strict;