diff --git a/ANNOUNCE b/ANNOUNCE index 319eb81e922a08f7fbbc66153334a98d2598b670..5a8b0f8cb1913feb3310f851bace212d9e47d54a 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,5 +1,4 @@ PIKE 7.8 ANNOUNCEMENT -$Id$ Pike is an interpreted, object-oriented programming language with a syntax reminiscent of C and Java, and freely available and distributable diff --git a/Makefile b/Makefile index 91099b055dca12c14a9fe72643b643fcb02f9e28..17400e5ad51b6014f8fc5914e71fbc8320e9c23f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ # -# $Id$ -# # Meta Makefile # diff --git a/bin/export.pike b/bin/export.pike index 5e0001a99b817621f9d6349a2ac072654c32d5f6..49a4bd0177eff7b9b09b41ab41e9e9216d697689 100755 --- a/bin/export.pike +++ b/bin/export.pike @@ -1,7 +1,5 @@ #! /usr/bin/env pike -/* $Id$ */ - multiset except_modules = (<>); string vpath; diff --git a/bin/install.pike b/bin/install.pike index 7150cf3f5e8715ac28a21ecbee963ae152f72121..51c6f83efff0e49e0940ac935e03f1c7aa130990 100644 --- a/bin/install.pike +++ b/bin/install.pike @@ -1,8 +1,6 @@ #! /usr/bin/env pike // Pike installer and exporter. -// -// $Id$ // Windows installer FIXMEs: // diff --git a/bin/make_ci.pike b/bin/make_ci.pike index 78d9754d0c725869f0fb204fe8621e624e6dd726..5259c1b5ed8642632972cefbdd2793c5cad5ac24 100644 --- a/bin/make_ci.pike +++ b/bin/make_ci.pike @@ -1,8 +1,6 @@ #! /usr/bin/env pike /* - * $Id$ - * * Creates the file case_info.h * * Henrik Grubbstr�m 1999-03-20 diff --git a/bin/mklibtests.sh b/bin/mklibtests.sh index 7fc8370370d3950fdc16b3bb96ca70e072f7886f..82c44853fb90fe28dbc3f165accc8da413c9e91f 100755 --- a/bin/mklibtests.sh +++ b/bin/mklibtests.sh @@ -3,7 +3,6 @@ # # Creates testsuit files form the testsuit.in files # found in the lib directory. -# $Id$ # src_dir= diff --git a/bin/mkpeep.pike b/bin/mkpeep.pike index 313be2c295365915efa4dde31679471f53858885..226f85a753249ddebaff936a1a0e78c8b0619365 100755 --- a/bin/mkpeep.pike +++ b/bin/mkpeep.pike @@ -2,8 +2,6 @@ #pragma strict_types -// $Id$ - #define SKIPWHITE(X) sscanf(X, "%*[ \t\n]%s", X) void err(string e, mixed ... a) { diff --git a/bin/mktreeopt.pike b/bin/mktreeopt.pike index 5947d976f134e817f7cecef335fbf3fa33b2a4ec..ecf6269589258a724bb62f2d3b6e6c275d6529ea 100644 --- a/bin/mktreeopt.pike +++ b/bin/mktreeopt.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Generates tree-transformation code from a specification. * * Henrik Grubbstr�m 1999-11-06 @@ -235,8 +233,7 @@ constant header = "/* Tree transformation code.\n" " *\n" -" * This file was generated from %O by\n" -" * $Id$\n" +" * This file was generated from %O.\n" " *\n" " * Do NOT edit!\n" " */\n" diff --git a/bin/parse_install_log b/bin/parse_install_log index 317c7c0b314b5a2015e7c57aa7b682b51e254e3a..de53b430e1e2e97f30d24c52e989630c53f5596b 100644 --- a/bin/parse_install_log +++ b/bin/parse_install_log @@ -1,5 +1,5 @@ #! /usr/bin/env pike -// -*- pike -*- $Id$ +// -*- pike -*- mapping install_from=([]); mapping fake_dirs=([]); diff --git a/bin/pike_etags.sh b/bin/pike_etags.sh index e71891f96fd454349701476cd2d4644a9a61b167..93bda1fd08990e8658fe10251d36aa989c48fef1 100755 --- a/bin/pike_etags.sh +++ b/bin/pike_etags.sh @@ -1,6 +1,5 @@ #!/bin/sh -# -# $Id$ + # # Run etags with regexps suitable for Pike files. # diff --git a/bin/test_pike.pike b/bin/test_pike.pike index bbb2b98616a988d68b2e694e994f27fa02f1584e..64dcfe351949aca9798026eb78c456d3b4a5936f 100755 --- a/bin/test_pike.pike +++ b/bin/test_pike.pike @@ -1,4 +1,4 @@ #! /usr/bin/env pike -/* $Id$ */ + // This program is obsolete - use pike -x test_pike instead. inherit Tools.Standalone.test_pike; diff --git a/bin/unbug b/bin/unbug index b23d150dd12920e843eebbbcbfdb2ddacf0d413b..9a85ba852547933524206766421d07869cf7e7f1 100644 --- a/bin/unbug +++ b/bin/unbug @@ -3127,7 +3127,7 @@ string find_in_path(string cmd) int main(int argc, array(string) argv) { - write(#"UNBUG $Id$ + write(#"UNBUG Copyright 2001-2002, Roxen Internet Software AB. Copyright 2002-2008, Department of Computer and Information Science, Link�ping University diff --git a/bin/xenofarm.sh b/bin/xenofarm.sh index 2301ae6924ea538cdf18c67418c51cc7207a710e..b8cc9fb9c5216c06aba78fed97b2075831c53b10 100755 --- a/bin/xenofarm.sh +++ b/bin/xenofarm.sh @@ -1,6 +1,5 @@ #! /bin/sh -# $Id$ # This file scripts the xenofarm actions and creates a result package # to send back. diff --git a/lib/0.6/modules/Regexp.pike b/lib/0.6/modules/Regexp.pike index 500e1e57ba1aceace666d309e03a051cf6020b31..876c3ec94c7f464b9edc79819752f88731286d85 100644 --- a/lib/0.6/modules/Regexp.pike +++ b/lib/0.6/modules/Regexp.pike @@ -1,4 +1,3 @@ -// $Id$ #pike 7.0 diff --git a/lib/7.0/modules/Calendar.pmod/Stardate.pmod b/lib/7.0/modules/Calendar.pmod/Stardate.pmod index 1a8b8f3b02f4d0daaacaeff0acb157013ad2e71c..24a152a4e9934bcffe117255ee2155a6346f0630 100644 --- a/lib/7.0/modules/Calendar.pmod/Stardate.pmod +++ b/lib/7.0/modules/Calendar.pmod/Stardate.pmod @@ -1,4 +1,3 @@ -// $Id$ //! time unit: TNGDate diff --git a/lib/7.0/modules/__default.pmod b/lib/7.0/modules/__default.pmod index 515edd6a75b38d2e9b815be69d5889e17f03ac9d..f971cc2ceeb9b71407655faeeb18da5e8239f7de 100644 --- a/lib/7.0/modules/__default.pmod +++ b/lib/7.0/modules/__default.pmod @@ -1,5 +1,4 @@ // Compatibility namespace -// $Id$ #pike 7.1 diff --git a/lib/7.2/modules/Gmp.pmod b/lib/7.2/modules/Gmp.pmod index c4f356bb93997401b196c91e9a874e72c653562c..8c7710355202e2c4d689876108ca706416d1661e 100644 --- a/lib/7.2/modules/Gmp.pmod +++ b/lib/7.2/modules/Gmp.pmod @@ -1,7 +1,5 @@ #pike 7.3 -// -// $Id$ // // Pike 7.2 backward compatibility layer. // diff --git a/lib/7.2/modules/LR.pmod/Grammar_parser.pmod b/lib/7.2/modules/LR.pmod/Grammar_parser.pmod index 4cf14c2a86994033cbfacf69a3f3c0a1461e38e0..a3a9572f0fa222cec7a874905366f86c029452f9 100755 --- a/lib/7.2/modules/LR.pmod/Grammar_parser.pmod +++ b/lib/7.2/modules/LR.pmod/Grammar_parser.pmod @@ -2,8 +2,6 @@ #pike 7.2 /* - * $Id$ - * * Generates a parser from a textual specification. * * Henrik Grubbstr�m 1996-12-06 diff --git a/lib/7.2/modules/LR.pmod/item.pike b/lib/7.2/modules/LR.pmod/item.pike index 4b37670fab11bc9d616a5ad953174862fe6499a5..1f2798f50e4794360e57c1918ecec0e77c89e011 100644 --- a/lib/7.2/modules/LR.pmod/item.pike +++ b/lib/7.2/modules/LR.pmod/item.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * An LR(0) item * * Henrik Grubbstr�m 1996-11-27 diff --git a/lib/7.2/modules/LR.pmod/lr.pike b/lib/7.2/modules/LR.pmod/lr.pike index 80e8639bd9b55f76bd312f736abcdbaa0f4156dd..20b0d90637e41bc6b1961e18e82e982323aed6c5 100755 --- a/lib/7.2/modules/LR.pmod/lr.pike +++ b/lib/7.2/modules/LR.pmod/lr.pike @@ -1,7 +1,5 @@ /* - * $Id$ - * * An LR(1) Parser in Pike * * Henrik Grubbstr�m 1996-11-23 diff --git a/lib/7.2/modules/LR.pmod/parser.pike b/lib/7.2/modules/LR.pmod/parser.pike index 864f58e0ef51006f1e9dc2b8cd96c5ae3d1cee4f..54e302137a8c129a859ded0538fa92f4eace569c 100644 --- a/lib/7.2/modules/LR.pmod/parser.pike +++ b/lib/7.2/modules/LR.pmod/parser.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * A BNF-grammar in Pike. * Compiles to a LALR(1) state-machine. * diff --git a/lib/7.2/modules/LR.pmod/priority.pike b/lib/7.2/modules/LR.pmod/priority.pike index b91f18b71114c9354905188e44abe4d0392ae29e..753997bc8e883b1950f3e9bb1a3162e30a74e9d9 100644 --- a/lib/7.2/modules/LR.pmod/priority.pike +++ b/lib/7.2/modules/LR.pmod/priority.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Rule priority specification * * Henrik Grubbstr�m 1996-12-05 diff --git a/lib/7.2/modules/LR.pmod/rule.pike b/lib/7.2/modules/LR.pmod/rule.pike index 278b434b2b24fe78fd0d2d49cf882d1d810e2991..1db0e3b56147689628301fe3fe83d8b11512359f 100644 --- a/lib/7.2/modules/LR.pmod/rule.pike +++ b/lib/7.2/modules/LR.pmod/rule.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * A BNF-rule. * * Henrik Grubbstr�m 1996-11-24 diff --git a/lib/7.2/modules/LR.pmod/scanner.pike b/lib/7.2/modules/LR.pmod/scanner.pike index 76cf5cf7454ed04fb1ab2006cc0c6a225da21c8a..76c423797d2b3af1fc0daa80488e6ff570eedbac 100644 --- a/lib/7.2/modules/LR.pmod/scanner.pike +++ b/lib/7.2/modules/LR.pmod/scanner.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Scanner using reg-exps. * * Henrik Grubbstr�m 1996-12-16 diff --git a/lib/7.2/modules/Protocols.pmod/LDAP.pmod/client.pike b/lib/7.2/modules/Protocols.pmod/LDAP.pmod/client.pike index 23734c2915b77f8f6c985d99e4092098a6e7c51a..3cb75e1bba0999b138b5b5a3d96beff9d37e28be 100644 --- a/lib/7.2/modules/Protocols.pmod/LDAP.pmod/client.pike +++ b/lib/7.2/modules/Protocols.pmod/LDAP.pmod/client.pike @@ -1,8 +1,5 @@ /* Compatibility code for 7.2- - - $Id$ - */ #pike 7.3 diff --git a/lib/7.2/modules/Thread.pmod b/lib/7.2/modules/Thread.pmod index 72ef7ff071834f8492236a61c562af08c90c52c6..695bd2275f12d3ace5d702b5850672208abf31a4 100644 --- a/lib/7.2/modules/Thread.pmod +++ b/lib/7.2/modules/Thread.pmod @@ -1,7 +1,5 @@ #pike 7.3 -// -// $Id$ // // Pike 7.2 backward compatibility layer. // diff --git a/lib/7.2/modules/__default.pmod b/lib/7.2/modules/__default.pmod index 7cff38b37137db9e511d67830c4a3d52caad1dcc..f0294135764f4ed8fe085985899a140533d4b94f 100644 --- a/lib/7.2/modules/__default.pmod +++ b/lib/7.2/modules/__default.pmod @@ -1,5 +1,4 @@ // Compatibility namespace -// $Id$ #pike 7.3 diff --git a/lib/7.2/modules/system.pmod b/lib/7.2/modules/system.pmod index 56abbd6216ad102f5148259a4f26b5c3076aa061..168d9550779431bc90f6904b86034733bc3cfdb0 100644 --- a/lib/7.2/modules/system.pmod +++ b/lib/7.2/modules/system.pmod @@ -1,6 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ // this module is to allow the system module to be called system. inherit _system; diff --git a/lib/7.4/modules/Crypto.pmod/invert.pike b/lib/7.4/modules/Crypto.pmod/invert.pike index 862c219bae7aa3af5568170b2a5e2e89eb201fb0..58c72b149e96b92ecc3e1251d7f8b1289dbe6f88 100644 --- a/lib/7.4/modules/Crypto.pmod/invert.pike +++ b/lib/7.4/modules/Crypto.pmod/invert.pike @@ -1,6 +1,5 @@ #pike 7.5 #pragma strict_types -// $Id$ //! Inversion crypto module. diff --git a/lib/7.4/modules/Crypto.pmod/randomness.pmod b/lib/7.4/modules/Crypto.pmod/randomness.pmod index e8cf588f7f99dc3fb8cb7c1b7242471b5dd0b3ef..0c852e23827d1f715b462ca9c91a49bad974d671 100644 --- a/lib/7.4/modules/Crypto.pmod/randomness.pmod +++ b/lib/7.4/modules/Crypto.pmod/randomness.pmod @@ -1,4 +1,3 @@ -// $Id$ //! Assorted stronger or weaker randomnumber generators. //! These devices try to collect entropy from the environment. diff --git a/lib/7.4/modules/Regexp.pmod b/lib/7.4/modules/Regexp.pmod index 3f6f1d1dc091d1f0ed5a262fbc346e43972bf488..6207268b2792d3d90efed869980d2028a955573b 100644 --- a/lib/7.4/modules/Regexp.pmod +++ b/lib/7.4/modules/Regexp.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike 7.5 diff --git a/lib/7.4/modules/SSL.pmod/cipher.pike b/lib/7.4/modules/SSL.pmod/cipher.pike index eaeb535812a050de2302ea927fc315e6f38746ab..60936d66607a6e0d4db0db35066078280d0fd6b1 100644 --- a/lib/7.4/modules/SSL.pmod/cipher.pike +++ b/lib/7.4/modules/SSL.pmod/cipher.pike @@ -1,9 +1,5 @@ #pike 7.4 -/* $Id$ - * - */ - #pragma dont_save_parent // Override if someone set __pragma_save_parent__ globally. Other code // assumes the constants can be indexed out of this class directly. It diff --git a/lib/7.4/modules/SSL.pmod/constants.pike b/lib/7.4/modules/SSL.pmod/constants.pike index 4240135985e784df0c9404cdb4c6838dd2306b91..5e3bb0390178e78f7bcda9c489cd20a00768fb7f 100644 --- a/lib/7.4/modules/SSL.pmod/constants.pike +++ b/lib/7.4/modules/SSL.pmod/constants.pike @@ -1,9 +1,5 @@ #pike __REAL_VERSION__ -/* $Id$ - * - */ - //! Protocol constants //! @deprecated SSL.Constants diff --git a/lib/7.4/modules/SSL.pmod/sslfile.pike b/lib/7.4/modules/SSL.pmod/sslfile.pike index 43943153540182b76b80131d5b015bdc223d92da..6d0391904e9fa4b731322b3b8d89a6671ec66887 100644 --- a/lib/7.4/modules/SSL.pmod/sslfile.pike +++ b/lib/7.4/modules/SSL.pmod/sslfile.pike @@ -1,9 +1,5 @@ #pike __REAL_VERSION__ -/* $Id$ - * - */ - //! Interface similar to Stdio.File. inherit "cipher"; diff --git a/lib/7.4/modules/Stdio.pmod/module.pmod b/lib/7.4/modules/Stdio.pmod/module.pmod index 7fb8792c4e84036857208fe9e26198d41181c98c..5ae27682a1bec14605737755836fbf8d45b20326 100644 --- a/lib/7.4/modules/Stdio.pmod/module.pmod +++ b/lib/7.4/modules/Stdio.pmod/module.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike 7.5 //! The life length of the Fd instance has changed. In newer versions diff --git a/lib/7.4/modules/Tools.pmod/Standalone.pmod/extract_autodoc.pike b/lib/7.4/modules/Tools.pmod/Standalone.pmod/extract_autodoc.pike index d27a5ffb448f1060816057cf36d777e2c9031ded..6b1cd168f01ea5d4d46d4fb4893c4a7ef74a138d 100644 --- a/lib/7.4/modules/Tools.pmod/Standalone.pmod/extract_autodoc.pike +++ b/lib/7.4/modules/Tools.pmod/Standalone.pmod/extract_autodoc.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * AutoDoc mk II extraction script. * * Henrik Grubbstr�m 2001-01-08 diff --git a/lib/7.4/modules/_Crypto.pmod b/lib/7.4/modules/_Crypto.pmod index 58ab9d68ee70e2b4a57d954d0d8e9d6016a6b318..4d7fbc7394c4760e8c040c0e03e3823bef4795e1 100644 --- a/lib/7.4/modules/_Crypto.pmod +++ b/lib/7.4/modules/_Crypto.pmod @@ -1,6 +1,4 @@ /* - * $Id$ - * * Compat for _Crypto. * * 2005-05-22 Henrik Grubbstr�m diff --git a/lib/7.4/modules/__default.pmod b/lib/7.4/modules/__default.pmod index 2f3bb02240792511c902151076eb64e6cd72fbe3..bfcb9bbcbfd320612e810696f7af252dd3f8c351 100644 --- a/lib/7.4/modules/__default.pmod +++ b/lib/7.4/modules/__default.pmod @@ -1,5 +1,4 @@ // Compatibility namespace -// $Id$ #pike 7.5 diff --git a/lib/7.6/modules/Calendar.pmod/testsuite.in b/lib/7.6/modules/Calendar.pmod/testsuite.in index 14dd6f51bea28dce487e6ca1bf18514ffd59c69e..8150d5a5134d0629ec4e3e623903fcafa24ba0c9 100644 --- a/lib/7.6/modules/Calendar.pmod/testsuite.in +++ b/lib/7.6/modules/Calendar.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER(7.6) -dnl $Id$ test_true(Calendar.Day()) diff --git a/lib/7.6/modules/Debug.pmod/module.pmod b/lib/7.6/modules/Debug.pmod/module.pmod index c12ebcae1962344094310de6aed0aa0b5ac43067..edb64a8fe91af17eaea263d83a840de45ec2b63b 100644 --- a/lib/7.6/modules/Debug.pmod/module.pmod +++ b/lib/7.6/modules/Debug.pmod/module.pmod @@ -1,6 +1,4 @@ /* - * $Id$ - * * Debug API changes since Pike 7.6. * * Henrik Grubbstr�m 2005-01-08 diff --git a/lib/7.6/modules/Locale.pmod/Charset.pmod b/lib/7.6/modules/Locale.pmod/Charset.pmod index 7d7a95508903e5d658cfe1fbbefe8bdbc821cafb..d000fb4e6f10cea24dc6e393ec75ebcfea8fd3e7 100644 --- a/lib/7.6/modules/Locale.pmod/Charset.pmod +++ b/lib/7.6/modules/Locale.pmod/Charset.pmod @@ -1,3 +1,2 @@ -// $Id$ #pike 7.6 inherit _Charset; diff --git a/lib/7.6/modules/Protocols.pmod/LDAP.pmod/client.pike b/lib/7.6/modules/Protocols.pmod/LDAP.pmod/client.pike index 142ff95b3e208641575c96bb507c9a6a6d4b55fb..817f25a4487dbd45ff5edf874a8e92f1ae3f1f2e 100644 --- a/lib/7.6/modules/Protocols.pmod/LDAP.pmod/client.pike +++ b/lib/7.6/modules/Protocols.pmod/LDAP.pmod/client.pike @@ -1,4 +1,3 @@ -// $Id$ #pike 7.7 diff --git a/lib/7.6/modules/Protocols.pmod/TELNET.pmod b/lib/7.6/modules/Protocols.pmod/TELNET.pmod index 43dc6d5349ce87e641c9690bea0f1e5b1c41945c..6466c3a157922eb56924a7723e8b561ecdcf5343 100644 --- a/lib/7.6/modules/Protocols.pmod/TELNET.pmod +++ b/lib/7.6/modules/Protocols.pmod/TELNET.pmod @@ -1,7 +1,3 @@ -// -// $Id$ -// - #pike 7.7 //! Pike 7.6 compatibility. diff --git a/lib/7.6/modules/Standards.pmod/UUID.pmod/module.pmod b/lib/7.6/modules/Standards.pmod/UUID.pmod/module.pmod index 56b62eddf38916e13d19d134869492bb38b3ce7f..21c3e839b95700432506d1a52b68768bfaeb7d6d 100644 --- a/lib/7.6/modules/Standards.pmod/UUID.pmod/module.pmod +++ b/lib/7.6/modules/Standards.pmod/UUID.pmod/module.pmod @@ -1,8 +1,6 @@ /* * Compatibility with Pike 7.6 Standards.UUID. * - * $Id$ - * * Henrik Grubbstr�m 2005-01-06 */ diff --git a/lib/7.6/modules/Stdio.pmod/module.pmod b/lib/7.6/modules/Stdio.pmod/module.pmod index ad8d6de8b80256183428b99d536184813b79613e..e11a9cbc54576ad89ec7b136ff3c0526fe7dc254 100644 --- a/lib/7.6/modules/Stdio.pmod/module.pmod +++ b/lib/7.6/modules/Stdio.pmod/module.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike 7.7 inherit Stdio.module; diff --git a/lib/7.6/modules/_Charset.pmod b/lib/7.6/modules/_Charset.pmod index 2fa628a7b208fca40beddf779fdbd4a513b8be54..c6c60e108cf3f0bf596b402644b7bc76600b64bf 100644 --- a/lib/7.6/modules/_Charset.pmod +++ b/lib/7.6/modules/_Charset.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike 7.8 diff --git a/lib/7.6/modules/__default.pmod b/lib/7.6/modules/__default.pmod index 061ad82138dacba41ac5a3c45e3cdf0bf00a527d..5b8c821a9e2c8f516e57cd118f6cf3386052a6a1 100644 --- a/lib/7.6/modules/__default.pmod +++ b/lib/7.6/modules/__default.pmod @@ -1,5 +1,4 @@ // Compatibility namespace -// $Id$ #pike 7.7 diff --git a/lib/7.8/modules/Protocols.pmod/DNS.pmod b/lib/7.8/modules/Protocols.pmod/DNS.pmod index 97d735d7a6762fac87fb041230ee067b92efa514..a66c1b8262f00c38abfd1d8fb2366c6d66611756 100644 --- a/lib/7.8/modules/Protocols.pmod/DNS.pmod +++ b/lib/7.8/modules/Protocols.pmod/DNS.pmod @@ -1,7 +1,3 @@ -// -// $Id$ -// - #pike 7.9 //! Pike 7.8 compatibility. diff --git a/lib/7.8/modules/SSL.pmod/Cipher.pmod b/lib/7.8/modules/SSL.pmod/Cipher.pmod index fd5c39763afee3c9c04875764eea9363add7b29c..24018461c520b7d94944d54d8687c13e60b540e5 100644 --- a/lib/7.8/modules/SSL.pmod/Cipher.pmod +++ b/lib/7.8/modules/SSL.pmod/Cipher.pmod @@ -1,6 +1,3 @@ -// -// $Id$ - #pike 7.9 #if constant(Crypto.Hash) diff --git a/lib/7.8/modules/SSL.pmod/https.pike b/lib/7.8/modules/SSL.pmod/https.pike index 7c2dfe465b7b37d867de7ca2af2e1fb18abe5ae0..041adbf355e2ab9a42ab1cc67a910bca74f53d86 100644 --- a/lib/7.8/modules/SSL.pmod/https.pike +++ b/lib/7.8/modules/SSL.pmod/https.pike @@ -1,8 +1,5 @@ #pike 7.9 -/* $Id$ - */ - //! Dummy HTTPS server - Compat with Pike 7.8. #if constant(SSL.Cipher.CipherAlgorithm) diff --git a/lib/7.8/modules/__default.pmod b/lib/7.8/modules/__default.pmod index def554ff0339e77980985941971a0486383daef4..51c6b13fc4763fa4adf0ce1b2edbf2c6f362a5ae 100644 --- a/lib/7.8/modules/__default.pmod +++ b/lib/7.8/modules/__default.pmod @@ -1,5 +1,4 @@ // Compatibility namespace -// $Id$ #pike 7.9 diff --git a/lib/include/profiling.h b/lib/include/profiling.h index 1354d6508358191e607bd4f0a6a8fda17fbb1cb0..ef87e68f8a7c04ea31e0c143c816e380e1f5f6ce 100644 --- a/lib/include/profiling.h +++ b/lib/include/profiling.h @@ -1,6 +1,3 @@ -// -// $Id$ - #ifdef PROF_REALTIME private mapping __prof_data = ([]); diff --git a/lib/master.pike.in b/lib/master.pike.in index 525f19097f5c5903caa7efb788169c8d75fc5599..58a2a27d208f7c114c58919ceac79b656dc56ef4 100644 --- a/lib/master.pike.in +++ b/lib/master.pike.in @@ -6,7 +6,6 @@ // Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. // -// $Id$ #pike __REAL_VERSION__ //#pragma strict_types diff --git a/lib/modules/ADT.pmod/BitBuffer.pike b/lib/modules/ADT.pmod/BitBuffer.pike index 39486d28fcc4eaf9acac4912ad04720bb242efb6..5d167b561a8fcee442c64f41dc34e8dbd4df62aa 100644 --- a/lib/modules/ADT.pmod/BitBuffer.pike +++ b/lib/modules/ADT.pmod/BitBuffer.pike @@ -1,5 +1,3 @@ -// -// $Id$ //! Implements a FIFO bit buffer, i.e. a buffer that operates on bits //! instead of bytes. It is not designed for performance, but as a way diff --git a/lib/modules/ADT.pmod/History.pike b/lib/modules/ADT.pmod/History.pike index 997be79534823a33de01545ae547afda7dfd03f4..47f49de3dcd95f6a62d974d02b79e819533ea1c1 100644 --- a/lib/modules/ADT.pmod/History.pike +++ b/lib/modules/ADT.pmod/History.pike @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - //! A history is a stack where you can only push entries. When the stack has //! reached a certain size the oldest entries are removed on every push. //! Other proposed names for this data type is leaking stack and table diff --git a/lib/modules/ADT.pmod/Queue.pike b/lib/modules/ADT.pmod/Queue.pike index 90df4905f1ddc1a646f26b311e2e0c33ac099a91..d53b381cacf2df56a9999d86999d95fc6b5d5fa1 100644 --- a/lib/modules/ADT.pmod/Queue.pike +++ b/lib/modules/ADT.pmod/Queue.pike @@ -1,4 +1,3 @@ -// $Id$ //! A simple FIFO queue. diff --git a/lib/modules/ADT.pmod/Relation.pmod/Binary.pike b/lib/modules/ADT.pmod/Relation.pmod/Binary.pike index 0164116b6fd7684e678ef18f6b1b34a24ef9de91..7c5fad34184f6a1e1568241d156fadc880a4803b 100644 --- a/lib/modules/ADT.pmod/Relation.pmod/Binary.pike +++ b/lib/modules/ADT.pmod/Relation.pmod/Binary.pike @@ -1,4 +1,3 @@ -// $Id$ // An abstract data type for binary relations. #pike __REAL_VERSION__ diff --git a/lib/modules/ADT.pmod/Set.pike b/lib/modules/ADT.pmod/Set.pike index 9e44ad1151db53587e98957053052117476bacb3..0041db4fe1a87b0034c22f625f66225ccc031a2a 100644 --- a/lib/modules/ADT.pmod/Set.pike +++ b/lib/modules/ADT.pmod/Set.pike @@ -1,4 +1,3 @@ -// $Id$ //! ADT.Set implements a datatype for sets. These sets behave much //! like multisets, except that they are restricted to containing only diff --git a/lib/modules/ADT.pmod/Stack.pike b/lib/modules/ADT.pmod/Stack.pike index 4a1a1e2c2bb9a3a210fa275145ba9cb8222c4aeb..0cd42f5acc81940a3090f5ebf0681927f682aef6 100644 --- a/lib/modules/ADT.pmod/Stack.pike +++ b/lib/modules/ADT.pmod/Stack.pike @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - //! This class implements a simple stack. Instead of adding and removing //! elements to an array, and thus making it vary in size for every push //! and pop operation, this stack tries to keep the stack size constant. diff --git a/lib/modules/ADT.pmod/Struct.pike b/lib/modules/ADT.pmod/Struct.pike index d7fa7d536652c69efd2a2a43bdf2ff763b81379d..ec256ed1fa7d5703233a646d145bde399122d0a1 100644 --- a/lib/modules/ADT.pmod/Struct.pike +++ b/lib/modules/ADT.pmod/Struct.pike @@ -1,7 +1,6 @@ // // Struct ADT // By Martin Nilsson -// $Id$ // #pike __REAL_VERSION__ diff --git a/lib/modules/ADT.pmod/Table.pmod b/lib/modules/ADT.pmod/Table.pmod index 95d313a22b6a522c2facd59aa755087560852329..90b6ad6edd3c2d64515ebfda37b3fc413d49a9de 100644 --- a/lib/modules/ADT.pmod/Table.pmod +++ b/lib/modules/ADT.pmod/Table.pmod @@ -1,5 +1,4 @@ // Table.pmod by Fredrik Noring, 1998 -// $Id$ #pike __REAL_VERSION__ #define TABLE_ERR(msg) error("(Table) "+msg+"\n") diff --git a/lib/modules/ADT.pmod/Trie.pike b/lib/modules/ADT.pmod/Trie.pike index 7fb046ab7ece8c433df8112f991013612a83df65..bb9f2e83a51bddbb35bf28e20ebf9c3e09fa7c21 100644 --- a/lib/modules/ADT.pmod/Trie.pike +++ b/lib/modules/ADT.pmod/Trie.pike @@ -1,8 +1,6 @@ #pike __REAL_VERSION__ /* - * $Id$ - * * An implementation of a trie. * * 2007-08-24 Henrik Grubbstr�m diff --git a/lib/modules/ADT.pmod/testsuite.in b/lib/modules/ADT.pmod/testsuite.in index a32b990f2f1e1fe168e28ccc2b280220c3783d14..6d76e55d9bfacaef19028c5371d8bca0bee07e07 100644 --- a/lib/modules/ADT.pmod/testsuite.in +++ b/lib/modules/ADT.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -dnl $Id$ dnl - ADT.BitBuffer diff --git a/lib/modules/Arg.pmod b/lib/modules/Arg.pmod index 9b4ca2131005499c899ca024c5d4dd67f52afa64..2a4677cfec1dda5a4f7f5afe04ea23d6a53d34e2 100644 --- a/lib/modules/Arg.pmod +++ b/lib/modules/Arg.pmod @@ -1,7 +1,6 @@ // // Argument parser // By Martin Nilsson -// $Id$ // #pike __REAL_VERSION__ diff --git a/lib/modules/Audio.pmod/Codec.pmod b/lib/modules/Audio.pmod/Codec.pmod index 1c5848841fbf6b7638bd46ad36cffc7e87cc56a8..3ab44068de1901ec5f933a8773f1dd299d65eac0 100644 --- a/lib/modules/Audio.pmod/Codec.pmod +++ b/lib/modules/Audio.pmod/Codec.pmod @@ -4,8 +4,6 @@ creator: Honza Petrous, hop@unibase.cz - $Id$ - */ #pike __REAL_VERSION__ diff --git a/lib/modules/Audio.pmod/Format.pmod/MP3.pike b/lib/modules/Audio.pmod/Format.pmod/MP3.pike index f08e130bba73ac3bfc59a005e48108e08314a019..aa109f3c96d8388e442ebd43be2f351a5cc6a207 100644 --- a/lib/modules/Audio.pmod/Format.pmod/MP3.pike +++ b/lib/modules/Audio.pmod/Format.pmod/MP3.pike @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - // MP3 file parser/formatter // // Author: Honza Petrous, hop@unibase.cz diff --git a/lib/modules/Audio.pmod/Format.pmod/module.pmod b/lib/modules/Audio.pmod/Format.pmod/module.pmod index 65ae693170214faaaa7f783b34e6bb5660837a38..9c531dc45710a216ad0999c3a48fe90f783f9de2 100644 --- a/lib/modules/Audio.pmod/Format.pmod/module.pmod +++ b/lib/modules/Audio.pmod/Format.pmod/module.pmod @@ -4,7 +4,6 @@ // // Author: Honza Petrous, hop@unibase.cz // -// $Id$ //#define AUDIO_FORMAT_DEBUG #ifdef AUDIO_FORMAT_DEBUG diff --git a/lib/modules/Cache.pmod/Policy.pmod/Base.pike b/lib/modules/Cache.pmod/Policy.pmod/Base.pike index b3e842ce7d6f2787bc589a403a74c811b4ac74c4..51d81df8491270247b90eeeb463ed20914e8195e 100644 --- a/lib/modules/Cache.pmod/Policy.pmod/Base.pike +++ b/lib/modules/Cache.pmod/Policy.pmod/Base.pike @@ -3,8 +3,6 @@ * by Francesco Chemolli <kinkie@roxen.com> * * All Storage-related class must MUST implement this method. - * - * $Id$ */ #pike __REAL_VERSION__ diff --git a/lib/modules/Cache.pmod/Policy.pmod/Multiple.pike b/lib/modules/Cache.pmod/Policy.pmod/Multiple.pike index 0aa70c3dcb60c505ec5d603b5931ed99798c294a..eb253747e53a3c33cec70144c5171675fcc6c6ab 100644 --- a/lib/modules/Cache.pmod/Policy.pmod/Multiple.pike +++ b/lib/modules/Cache.pmod/Policy.pmod/Multiple.pike @@ -1,8 +1,6 @@ /* * A multiple-policies expiration policy manager. * by Francesco Chemolli <kinkie@roxen.com> - * - * $Id$ */ #pike __REAL_VERSION__ diff --git a/lib/modules/Cache.pmod/Policy.pmod/Null.pike b/lib/modules/Cache.pmod/Policy.pmod/Null.pike index d2dea32e0f29f5dc3fc5d9e0cfd3b0f903a4dbfd..df5a5189310cc9869d0e9e2a42b26c8e39746dcf 100644 --- a/lib/modules/Cache.pmod/Policy.pmod/Null.pike +++ b/lib/modules/Cache.pmod/Policy.pmod/Null.pike @@ -2,8 +2,6 @@ * Null policy-manager for the generic Caching system * by Francesco Chemolli <kinkie@roxen.com> * - * $Id$ - * * This is a policy manager that doesn't actually expire anything. * It is useful in multilevel and/or network-based caches. */ diff --git a/lib/modules/Cache.pmod/Policy.pmod/Sized.pike b/lib/modules/Cache.pmod/Policy.pmod/Sized.pike index 62481e0858e0b45d69858fcfde77ebe5aa4cd9cf..75690c628fd039537f9a5b62e27dc8c469b0c247 100644 --- a/lib/modules/Cache.pmod/Policy.pmod/Sized.pike +++ b/lib/modules/Cache.pmod/Policy.pmod/Sized.pike @@ -1,8 +1,6 @@ /* * An LRU, size-constrained expiration policy manager. * by Francesco Chemolli <kinkie@roxen.com> - * - * $Id$ */ #pike __REAL_VERSION__ diff --git a/lib/modules/Cache.pmod/Policy.pmod/Timed.pike b/lib/modules/Cache.pmod/Policy.pmod/Timed.pike index f5ff8b8f12df2c2f449b50f6b9dcd22b4fc8605e..e3d4c9bdbc530434c9ca1c1bc2a4d8c4b45377fa 100644 --- a/lib/modules/Cache.pmod/Policy.pmod/Timed.pike +++ b/lib/modules/Cache.pmod/Policy.pmod/Timed.pike @@ -1,8 +1,6 @@ /* * An access-time-based expiration policy manager. * by Francesco Chemolli <kinkie@roxen.com> - * - * $Id$ */ //! An access-time-based expiration policy manager. diff --git a/lib/modules/Cache.pmod/Storage.pmod/Base.pike b/lib/modules/Cache.pmod/Storage.pmod/Base.pike index 4f2a8fbd966f51099a723d5841aa6cd40e84e827..fe3ef5a940d4bee042a86a65fe7f3dc88d14a26d 100644 --- a/lib/modules/Cache.pmod/Storage.pmod/Base.pike +++ b/lib/modules/Cache.pmod/Storage.pmod/Base.pike @@ -2,8 +2,6 @@ * Storage Manager prototype. * by Francesco Chemolli <kinkie@roxen.com> * - * $Id$ - * * All storage managers must provide these methods. */ diff --git a/lib/modules/Cache.pmod/Storage.pmod/Gdbm.pike b/lib/modules/Cache.pmod/Storage.pmod/Gdbm.pike index 3fd9164f440415ad9adba6fd29978ac2ee7e2ddd..ef7ce7e86e4af4fe0d1518baac3dce3c844df8b3 100644 --- a/lib/modules/Cache.pmod/Storage.pmod/Gdbm.pike +++ b/lib/modules/Cache.pmod/Storage.pmod/Gdbm.pike @@ -2,8 +2,6 @@ * A GBM-based storage manager. * by Francesco Chemolli <kinkie@roxen.com> * - * $Id$ - * * This storage manager provides the means to save data to memory. * In this manager I'll add reference documentation as comments to * interfaces. It will be organized later in a more comprehensive format diff --git a/lib/modules/Cache.pmod/Storage.pmod/Memory.pike b/lib/modules/Cache.pmod/Storage.pmod/Memory.pike index 3c76b24e23df59dd0d1ff0a7323d7a8e2430d946..48b7209e384770efb552a5218b05f31832e2d13d 100644 --- a/lib/modules/Cache.pmod/Storage.pmod/Memory.pike +++ b/lib/modules/Cache.pmod/Storage.pmod/Memory.pike @@ -2,8 +2,6 @@ * A RAM-based storage manager. * by Francesco Chemolli <kinkie@roxen.com> * - * $Id$ - * * This storage manager provides the means to save data to memory. * In this manager I'll add reference documentation as comments to * interfaces. It will be organized later in a more comprehensive format diff --git a/lib/modules/Cache.pmod/Storage.pmod/MySQL.pike b/lib/modules/Cache.pmod/Storage.pmod/MySQL.pike index 9a5e5948318d1fa7bc22daa9da2bb82ac3dd5026..a2c17e7ebea987ab5446900b23f46cdd16aa462a 100644 --- a/lib/modules/Cache.pmod/Storage.pmod/MySQL.pike +++ b/lib/modules/Cache.pmod/Storage.pmod/MySQL.pike @@ -2,8 +2,6 @@ * An SQL-based storage manager * by Francesco Chemolli <kinkie@roxen.com> * - * $Id$ - * * This storage manager provides the means to save data to an SQL-based * backend. * diff --git a/lib/modules/Cache.pmod/Storage.pmod/Yabu.pike b/lib/modules/Cache.pmod/Storage.pmod/Yabu.pike index 1ae8d7bf545a9ae2331f79fcf12760a071a3669a..8252ff5a207929702c1c24ba71f0b4fe84994768 100644 --- a/lib/modules/Cache.pmod/Storage.pmod/Yabu.pike +++ b/lib/modules/Cache.pmod/Storage.pmod/Yabu.pike @@ -2,8 +2,6 @@ * A Yabu-based storage manager. * by Francesco Chemolli <kinkie@roxen.com> * - * $Id$ - * * Settings will be added later. * */ diff --git a/lib/modules/Cache.pmod/cache.pike b/lib/modules/Cache.pmod/cache.pike index 7f2a8002773d79e1a1c8f2053d3b8443a2bde0b9..d5e1995bf75963464e716c033ac91c58ef7bda32 100644 --- a/lib/modules/Cache.pmod/cache.pike +++ b/lib/modules/Cache.pmod/cache.pike @@ -2,8 +2,6 @@ * A generic cache front-end * by Francesco Chemolli <kinkie@roxen.com> * - * $Id$ - * */ //! This module serves as a front-end to different kinds of caching systems. diff --git a/lib/modules/Calendar.pmod/TimeRanges.pmod b/lib/modules/Calendar.pmod/TimeRanges.pmod index 6ccc39082c93a55634ab38755a0f74d91152f052..3537e0bba58df6388a75b1890c7587c5d1bd38e8 100644 --- a/lib/modules/Calendar.pmod/TimeRanges.pmod +++ b/lib/modules/Calendar.pmod/TimeRanges.pmod @@ -1,7 +1,5 @@ //! module Calendar -// $Id$ - #pike __REAL_VERSION__ #define zero int(0..0) diff --git a/lib/modules/Calendar.pmod/events/regional b/lib/modules/Calendar.pmod/events/regional index 96bda18eed9f37d4ed8c62aaa1a988e75f62a75c..9fae27ff6eaa90a8eef125e970c81d3193a58afd 100644 --- a/lib/modules/Calendar.pmod/events/regional +++ b/lib/modules/Calendar.pmod/events/regional @@ -1,7 +1,5 @@ ### Calendar module ### Event definition file -### $Id$ - ### ===================================================================== ### ### Format of this file: diff --git a/lib/modules/Calendar.pmod/mkrules.pike b/lib/modules/Calendar.pmod/mkrules.pike index e67a58a5225f046d6fa43d1fc2b01e79eb782e1d..12abc38b808db129cd5b8c98fb9fc3f35f0c509d 100644 --- a/lib/modules/Calendar.pmod/mkrules.pike +++ b/lib/modules/Calendar.pmod/mkrules.pike @@ -10,7 +10,6 @@ // and zic(8) is the usual compiler. // pike mkrules.pike ../data/{africa,antarctica,asia,australasia,backward,etcetera,europe,northamerica,pacificnew,southamerica,systemv} -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Calendar.pmod/testsuite.in b/lib/modules/Calendar.pmod/testsuite.in index 0b1ce8c9904d367cf124aa09aacbea755666bfd6..8e714a13a412699c93d27d528630b9dd8ebc50c1 100644 --- a/lib/modules/Calendar.pmod/testsuite.in +++ b/lib/modules/Calendar.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -dnl $Id$ dnl NOTE: dnl *every* time the Calendar tests have failed, it's not the diff --git a/lib/modules/Crypto.pmod/Koremutake.pmod b/lib/modules/Crypto.pmod/Koremutake.pmod index a03a5c27dff895ce8e6053a27eb6acc3d9aaff78..ec22bdb6008deaf8b01b2fbf8ae157740cf7c6b2 100644 --- a/lib/modules/Crypto.pmod/Koremutake.pmod +++ b/lib/modules/Crypto.pmod/Koremutake.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ #pragma strict_types diff --git a/lib/modules/Crypto.pmod/PGP.pmod b/lib/modules/Crypto.pmod/PGP.pmod index e1965cf07da7e114b92e04d8b1c8782a9761d058..eb4c73025487542824373df32b08a68317e185ea 100644 --- a/lib/modules/Crypto.pmod/PGP.pmod +++ b/lib/modules/Crypto.pmod/PGP.pmod @@ -1,5 +1,3 @@ -// -// $Id$ //! PGP stuff. See RFC 2440. diff --git a/lib/modules/Crypto.pmod/RSA.pike b/lib/modules/Crypto.pmod/RSA.pike index 0ae79feeed3cc7d60f449aaa828236306d85153a..2ec4ba22a3bf0bc3ba0f6984fe9839879cd44f0f 100644 --- a/lib/modules/Crypto.pmod/RSA.pike +++ b/lib/modules/Crypto.pmod/RSA.pike @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Follow the PKCS#1 standard for padding and encryption. */ diff --git a/lib/modules/Crypto.pmod/Random.pmod b/lib/modules/Crypto.pmod/Random.pmod index 24c618162aa60c1ed5698aadc88926f7a754eadb..7f359cdc1c6912367e5d070846b1efcb95f0270b 100644 --- a/lib/modules/Crypto.pmod/Random.pmod +++ b/lib/modules/Crypto.pmod/Random.pmod @@ -1,6 +1,5 @@ #pike __REAL_VERSION__ #pragma strict_types -// $Id$ //! This module contains stuff to that tries to give you the //! best possible random generation. diff --git a/lib/modules/Crypto.pmod/testsuite.in b/lib/modules/Crypto.pmod/testsuite.in index 7bc83ab44d9be45d8e5d7115399975f8ccf68d94..7bb7efc6ed01c0d7150a667f385c79b8e29e36b7 100644 --- a/lib/modules/Crypto.pmod/testsuite.in +++ b/lib/modules/Crypto.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ // Nettle.Yarrow diff --git a/lib/modules/Debug.pmod/Subject.pike b/lib/modules/Debug.pmod/Subject.pike index 4c5593aae56921cbcd948ddea4c5dc7317356872..c715afa7c7491f8c958e9a379b8a5627c881224f 100644 --- a/lib/modules/Debug.pmod/Subject.pike +++ b/lib/modules/Debug.pmod/Subject.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Debug.pmod/module.pmod b/lib/modules/Debug.pmod/module.pmod index 16568b8ef6ed8f3f95962a35b494cc2e0f5c44cb..d986e994976d324c5808a4b5a1daedb2b981862f 100644 --- a/lib/modules/Debug.pmod/module.pmod +++ b/lib/modules/Debug.pmod/module.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Debug.pmod/werror.pmod b/lib/modules/Debug.pmod/werror.pmod index 8c48adde36c302c53b0a5e6053ad5f3920366304..0aebf167404c62f0b83fb82e8a41626de00c8923 100644 --- a/lib/modules/Debug.pmod/werror.pmod +++ b/lib/modules/Debug.pmod/werror.pmod @@ -1,6 +1,4 @@ /* - * $Id$ - * * Some functions to simplify writing debug-messages. * (Aren't we lazy? :-) ) */ diff --git a/lib/modules/Error.pmod b/lib/modules/Error.pmod index eee37fd1b66611f24d569075bdfc0fbc5b8f66eb..487c30337c193c4e396a2da499043fe17e4f5dae 100644 --- a/lib/modules/Error.pmod +++ b/lib/modules/Error.pmod @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - constant Generic = __builtin.GenericError; constant Index = __builtin.IndexError; diff --git a/lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike b/lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike index cd5ffcbe6e080b9602e89923ad563b76e4edafe8..98a6899d7fbb2c0599d07b273b0ae9c53a8edf6f 100644 --- a/lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike +++ b/lib/modules/Filesystem.pmod/Monitor.pmod/basic.pike @@ -1,11 +1,9 @@ // // Basic filesystem monitor. // -// $Id$ // // 2009-07-09 Henrik Grubbstr�m // - //! Basic filesystem monitor. //! //! This module is intended to be used for incremental scanning of diff --git a/lib/modules/Filesystem.pmod/Monitor.pmod/symlinks.pike b/lib/modules/Filesystem.pmod/Monitor.pmod/symlinks.pike index 774c29e3378be4741f45cb3ae58acb88b2feeea9..14e00dd8d29b5d400a561703443412ea3377a960 100644 --- a/lib/modules/Filesystem.pmod/Monitor.pmod/symlinks.pike +++ b/lib/modules/Filesystem.pmod/Monitor.pmod/symlinks.pike @@ -1,11 +1,9 @@ // // Filesystem monitor with support for symbolic links. // -// $Id$ // // 2010-01-25 Henrik Grubbstr�m // - //! Filesystem monitor with support for symbolic links. //! //! This module extends @[Filesystem.Monitor.basic] with diff --git a/lib/modules/Filesystem.pmod/Tar.pmod b/lib/modules/Filesystem.pmod/Tar.pmod index f20898b77da8d71e7ee6f8443d7dbc4fbcfd4801..2075237928378884a6d7bdb5d844cda4a9963548 100644 --- a/lib/modules/Filesystem.pmod/Tar.pmod +++ b/lib/modules/Filesystem.pmod/Tar.pmod @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - #pike __REAL_VERSION__ constant EXTRACT_SKIP_MODE = 1; diff --git a/lib/modules/Float.pmod b/lib/modules/Float.pmod index 70d3e8296317051d861043a02513e3cf9f7a8cf2..fe1d976749efcdcbdfb3604bd4341b73cfba6adf 100644 --- a/lib/modules/Float.pmod +++ b/lib/modules/Float.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/GLU.pmod b/lib/modules/GLU.pmod index c876787003c7cf5089c90e28056fc625e319fcf2..581722a584f632b4c243d98b3f82736d72f792e3 100644 --- a/lib/modules/GLU.pmod +++ b/lib/modules/GLU.pmod @@ -1,6 +1,4 @@ /* - * $Id$ - * * GL Utilities module. */ diff --git a/lib/modules/GLUE.pmod/Driver.pmod/GTK.pike b/lib/modules/GLUE.pmod/Driver.pmod/GTK.pike index 42ab56df0b8bf6e578a5d7895a83e978ff0f64b7..61a22b0ea3a07ac939267db0fb83cf202c1adc1e 100644 --- a/lib/modules/GLUE.pmod/Driver.pmod/GTK.pike +++ b/lib/modules/GLUE.pmod/Driver.pmod/GTK.pike @@ -1,5 +1,4 @@ // -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/GLUE.pmod/Driver.pmod/Interface.pike b/lib/modules/GLUE.pmod/Driver.pmod/Interface.pike index cd844bf1c23d0428989b694c9cbf1f03e19458ce..d007068dad04a6bf2477651676637571dc1c4448 100644 --- a/lib/modules/GLUE.pmod/Driver.pmod/Interface.pike +++ b/lib/modules/GLUE.pmod/Driver.pmod/Interface.pike @@ -1,6 +1,3 @@ -// -// $Id$ - #pike __REAL_VERSION__ // Internal interface class for Drivers. diff --git a/lib/modules/GLUE.pmod/Driver.pmod/SDL.pike b/lib/modules/GLUE.pmod/Driver.pmod/SDL.pike index 7329a03602be2b2a22e5b32e8661f757ca310c85..737a5c262480c30e3ae53477ef86635127f62c7d 100644 --- a/lib/modules/GLUE.pmod/Driver.pmod/SDL.pike +++ b/lib/modules/GLUE.pmod/Driver.pmod/SDL.pike @@ -1,6 +1,3 @@ -// -// $Id$ - #pike __REAL_VERSION__ #if constant(SDL.Surface) diff --git a/lib/modules/GLUE.pmod/Events.pmod b/lib/modules/GLUE.pmod/Events.pmod index e7f76a86da3307e4f1ff06c45eb8fc89fc3e7e9d..58cfb363c2e95e437ac83b700a98b84b9d8c93b1 100644 --- a/lib/modules/GLUE.pmod/Events.pmod +++ b/lib/modules/GLUE.pmod/Events.pmod @@ -1,7 +1,3 @@ -// -// $Id$ -// - #pike __REAL_VERSION__ //! GLUE Event abstraction. diff --git a/lib/modules/GLUE.pmod/module.pmod b/lib/modules/GLUE.pmod/module.pmod index 11d4048dae48c51cfca00786cc71fa96ec4e93fd..423ee029f1dbd7f3d45c57a700fe596ad2291873 100644 --- a/lib/modules/GLUE.pmod/module.pmod +++ b/lib/modules/GLUE.pmod/module.pmod @@ -1,5 +1,4 @@ // -// $Id$ #pike __REAL_VERSION__ #if constant(GL) && constant(GL.glOrtho) diff --git a/lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike b/lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike index ed77d61ab111e0385e4d154509e884815d18a178..a908b9bb3c4f3e385b7fd9a532fc726ff32fce0b 100644 --- a/lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike +++ b/lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike @@ -1,5 +1,4 @@ //! Graph sub-module for drawing pie-charts. -// $Id$ // // These functions were written by Henrik "Hedda" Wallin (hedda@roxen.com) // Create_pie can draw pie charts in different forms. diff --git a/lib/modules/Graphics.pmod/Graph.pmod/graph.h b/lib/modules/Graphics.pmod/Graph.pmod/graph.h index 8c42db66c656ac769a2c85e5493d8d6eb8445706..7c2bdac5fdee09e556f20244173307eba2c74fb0 100644 --- a/lib/modules/Graphics.pmod/Graph.pmod/graph.h +++ b/lib/modules/Graphics.pmod/Graph.pmod/graph.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ #define PI 3.14159265358979 #define VOIDSYMBOL "\n" diff --git a/lib/modules/Graphics.pmod/Graph.pmod/polyline.pike b/lib/modules/Graphics.pmod/Graph.pmod/polyline.pike index 87dba83c3dd9f9cdce52248e8ae29e619b57c699..4a8fb66038ef86bc76b8b3a3e101cedd3795d55e 100644 --- a/lib/modules/Graphics.pmod/Graph.pmod/polyline.pike +++ b/lib/modules/Graphics.pmod/Graph.pmod/polyline.pike @@ -1,6 +1,4 @@ //! Graph sub-module providing draw functions. -//! -//! $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Graphics.pmod/Graph.pmod/testsuite.in b/lib/modules/Graphics.pmod/Graph.pmod/testsuite.in index 725f6b1284d9bb0be6c299d99168475c36d19716..488939f423d570f310938d2eafb6105a11aafc08 100644 --- a/lib/modules/Graphics.pmod/Graph.pmod/testsuite.in +++ b/lib/modules/Graphics.pmod/Graph.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ define(graph_test, [[test_do([[ constant data = ([ "data": diff --git a/lib/modules/Local.pmod b/lib/modules/Local.pmod index 259f4a2b42cf5f714636d28844c7b44fcd234da7..a174aede4c50a8f0b9db6f8b0cf0c39265f03daa 100644 --- a/lib/modules/Local.pmod +++ b/lib/modules/Local.pmod @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - //! @[Local] gives a local module namespace used for locally //! installed pike modules. Modules are searched for in //! the directory @tt{pike_modules@} which can be located in diff --git a/lib/modules/Locale.pmod/Language.pmod/abstract.pike b/lib/modules/Locale.pmod/Language.pmod/abstract.pike index 60aece07808b48703b0eb86cfba726f2655d2549..f3bcd15db9bcf58078ecaf46884e4ed0c6a8d431 100644 --- a/lib/modules/Locale.pmod/Language.pmod/abstract.pike +++ b/lib/modules/Locale.pmod/Language.pmod/abstract.pike @@ -1,8 +1,7 @@ #pike __REAL_VERSION__ -//! Abstract language locale class, inherited by all the language locale classes. - -// $Id$ +//! Abstract language locale class, inherited by all the language +//! locale classes. //! Array(string) with the months of the year, beginning with January. constant months = ({ "", "", "", "", "", "", "", "", "", "", "", "" }); diff --git a/lib/modules/Locale.pmod/Language.pmod/cat.pmod b/lib/modules/Locale.pmod/Language.pmod/cat.pmod index dcf63cc3de99c15d6ee9777c1283dedab804c262..4e425d00df1ce1e0b2be9e6189fdb9fb80e4b5f8 100644 --- a/lib/modules/Locale.pmod/Language.pmod/cat.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/cat.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Catalan language locale. -// $Id$ - inherit "abstract"; constant name = "catala"; diff --git a/lib/modules/Locale.pmod/Language.pmod/ces.pmod b/lib/modules/Locale.pmod/Language.pmod/ces.pmod index a3e7a33f88e2781ab41691d922d300966554ddd0..37303200f5a63732b8c67187451c20d73eb4e02e 100644 --- a/lib/modules/Locale.pmod/Language.pmod/ces.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/ces.pmod @@ -5,8 +5,6 @@ //! Czech language locale by Jan Petrous 16.10.1997, //! based on Slovenian language module by Iztok Umek. -// $Id$ - inherit "abstract"; constant name = "\33-B\415esky"; diff --git a/lib/modules/Locale.pmod/Language.pmod/deu.pmod b/lib/modules/Locale.pmod/Language.pmod/deu.pmod index 4aefb27214beee794b689a2fe004a5fa2849d279..781b645e7d63b7e71bd9f4d7fba25d561adaabfc 100644 --- a/lib/modules/Locale.pmod/Language.pmod/deu.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/deu.pmod @@ -3,7 +3,6 @@ //! German language locale by Tvns B�ker. -// $Id$ inherit "abstract"; diff --git a/lib/modules/Locale.pmod/Language.pmod/eng.pmod b/lib/modules/Locale.pmod/Language.pmod/eng.pmod index 21e640c92bb5a91f87d6502f685388ed55fe0484..6ed42eea1a508411fe6307fe0c006e8e2a985225 100644 --- a/lib/modules/Locale.pmod/Language.pmod/eng.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/eng.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! English language locale. -// $Id$ - inherit "abstract"; constant name = "english"; diff --git a/lib/modules/Locale.pmod/Language.pmod/fin.pmod b/lib/modules/Locale.pmod/Language.pmod/fin.pmod index 26a1b83c6f2945789e0ca39722485f9de527a047..0b1af04e8e143ecd73fc3b16bed2ce75d4e43178 100644 --- a/lib/modules/Locale.pmod/Language.pmod/fin.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/fin.pmod @@ -1,9 +1,7 @@ #pike __REAL_VERSION__ - -//! Finnish language locale created by Janne Edelman, Turku Unix Users Group ry, Turku, Finland - -// $Id$ +//! Finnish language locale created by Janne Edelman, Turku Unix Users +//! Group ry, Turku, Finland inherit "abstract"; diff --git a/lib/modules/Locale.pmod/Language.pmod/fra.pmod b/lib/modules/Locale.pmod/Language.pmod/fra.pmod index 0d6d6b635d90d9cda6145502231058a0c1ac9534..6f6cb38e36ca1aee97b208efa17b99ac8be77003 100644 --- a/lib/modules/Locale.pmod/Language.pmod/fra.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/fra.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! French language locale by Patrick Kremer. -// $Id$ - inherit "abstract"; constant name = "fran�ais"; diff --git a/lib/modules/Locale.pmod/Language.pmod/hrv.pmod b/lib/modules/Locale.pmod/Language.pmod/hrv.pmod index 59865e01e50fd7b89276474556e12cf3ac7a473c..1601a8078b5ee910ce2f37eddab08706d3dbe2c7 100644 --- a/lib/modules/Locale.pmod/Language.pmod/hrv.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/hrv.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Croatian language locale by Klara Makovac 1997/07/02 -// $Id$ - inherit "abstract"; constant name = ""; // FIXME diff --git a/lib/modules/Locale.pmod/Language.pmod/hun.pmod b/lib/modules/Locale.pmod/Language.pmod/hun.pmod index d909401c0edde403af47401793b7a9f8121b0359..f1bda7f285e031b1469d3bdd0850b80591edca5e 100644 --- a/lib/modules/Locale.pmod/Language.pmod/hun.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/hun.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Hungarian language locale by Zsolt Varga. -// $Id$ - inherit "abstract"; constant name = ""; // FIXME diff --git a/lib/modules/Locale.pmod/Language.pmod/ita.pmod b/lib/modules/Locale.pmod/Language.pmod/ita.pmod index f3662eeaf08cc396f5e12c55b68eddaa55fddc11..c747da20836c7c37c2a14730e7cff9405ae79940 100644 --- a/lib/modules/Locale.pmod/Language.pmod/ita.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/ita.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Italian language locale by Francesco Chemolli -// $Id$ - inherit "abstract"; constant name = "italiano"; diff --git a/lib/modules/Locale.pmod/Language.pmod/jpn.pmod b/lib/modules/Locale.pmod/Language.pmod/jpn.pmod index e68d6401e02f593130a90b077b62674b892c51cd..19fe2f514b2b68410e395e044e9a6ab46a8ccb4a 100644 --- a/lib/modules/Locale.pmod/Language.pmod/jpn.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/jpn.pmod @@ -4,8 +4,6 @@ //! Japanese language locale. -// $Id$ - inherit "abstract"; constant name = "$BF|K\8l(B"; diff --git a/lib/modules/Locale.pmod/Language.pmod/mri.pmod b/lib/modules/Locale.pmod/Language.pmod/mri.pmod index a1963a5c6ecb7416e48601c2e332c090f51ef44b..00e4c26d2b79e9fafe35f8f1b119a235aee3ad13 100644 --- a/lib/modules/Locale.pmod/Language.pmod/mri.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/mri.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Maaori (New Zealand) language locale by Jason Rumney -// $Id$ - inherit "abstract"; constant name = "maaori"; diff --git a/lib/modules/Locale.pmod/Language.pmod/nld.pmod b/lib/modules/Locale.pmod/Language.pmod/nld.pmod index d820f2c4c36497c6bbe69c7c4c1b3429f1c2049c..9011d9b66ef90abba28cc6487c190f89e5c8afb8 100644 --- a/lib/modules/Locale.pmod/Language.pmod/nld.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/nld.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Dutch language locale by Stephen R. van den Berg -// $Id$ - inherit "abstract"; constant name = ""; // FIXME diff --git a/lib/modules/Locale.pmod/Language.pmod/nor.pmod b/lib/modules/Locale.pmod/Language.pmod/nor.pmod index 3e3946fc628e5dd12c1d8b6cd829ff4ae68220d5..5e9b587a458e393229d633ef66a0fe969f6e5aa0 100644 --- a/lib/modules/Locale.pmod/Language.pmod/nor.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/nor.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Norwegian language locale -// $Id$ - inherit "abstract"; constant name = "norsk"; diff --git a/lib/modules/Locale.pmod/Language.pmod/pol.pmod b/lib/modules/Locale.pmod/Language.pmod/pol.pmod index fbf1a0bac7700f8d1189a7dc65e1c32009b57433..e694524094933838f2280ac6ae504812df2df098 100644 --- a/lib/modules/Locale.pmod/Language.pmod/pol.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/pol.pmod @@ -4,8 +4,6 @@ //! Polish language locale by Piotr Klaban <makler@@man.torun.pl>. -// $Id$ - inherit "abstract"; constant name = "polski"; diff --git a/lib/modules/Locale.pmod/Language.pmod/por.pmod b/lib/modules/Locale.pmod/Language.pmod/por.pmod index 5d7b5508c4c1613585c256107ffa9587f8ccd1d1..4194f26cd5a76b4755b16e94f0c376bda520b916 100644 --- a/lib/modules/Locale.pmod/Language.pmod/por.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/por.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Portuguese language locale -// $Id$ - inherit "abstract"; constant name = "Portugu�s"; diff --git a/lib/modules/Locale.pmod/Language.pmod/rus.pmod b/lib/modules/Locale.pmod/Language.pmod/rus.pmod index 12995010daaababa49b44e785257e0b3e4b2138d..7025e6d440e452b1f187d3d3c5613bf3c754ffc8 100644 --- a/lib/modules/Locale.pmod/Language.pmod/rus.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/rus.pmod @@ -4,7 +4,6 @@ //! Russian language locale -// $Id$ inherit "abstract"; diff --git a/lib/modules/Locale.pmod/Language.pmod/spa.pmod b/lib/modules/Locale.pmod/Language.pmod/spa.pmod index d6e809ab48e063970d9b555902838b13b32eade0..bc3ae76976d96a9957b47fdc40701557c5a255d7 100644 --- a/lib/modules/Locale.pmod/Language.pmod/spa.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/spa.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Spanish language locale -// $Id$ - inherit "abstract"; constant name = "espa�ol"; diff --git a/lib/modules/Locale.pmod/Language.pmod/srp.pmod b/lib/modules/Locale.pmod/Language.pmod/srp.pmod index 6200b1725ece4c3a265ddfb2a7fa6b5a5df091b6..1b40bf1e49d46695efe471c30624bd7561395aac 100644 --- a/lib/modules/Locale.pmod/Language.pmod/srp.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/srp.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Serbian language locale by Goran Opacic 1996/12/11 -// $Id$ - inherit "abstract"; constant name = ""; // FIXME diff --git a/lib/modules/Locale.pmod/Language.pmod/swe.pmod b/lib/modules/Locale.pmod/Language.pmod/swe.pmod index f721f170ef141bd8ad5abc3a4728286b7cb9531a..c6f776877bff3240b54773f937153f0930a77278 100644 --- a/lib/modules/Locale.pmod/Language.pmod/swe.pmod +++ b/lib/modules/Locale.pmod/Language.pmod/swe.pmod @@ -1,10 +1,7 @@ #pike __REAL_VERSION__ - //! Swedish language locale -// $Id$ - inherit "abstract"; constant name = "svenska"; diff --git a/lib/modules/MIME.pmod/ext_to_media_type.pmod b/lib/modules/MIME.pmod/ext_to_media_type.pmod index cd6d3e9aeb883e4bd49dacc6b0c0833ece102ba9..fdc8301eb344509274aacac57531fa69f3e2ed3a 100644 --- a/lib/modules/MIME.pmod/ext_to_media_type.pmod +++ b/lib/modules/MIME.pmod/ext_to_media_type.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/MIME.pmod/module.pmod b/lib/modules/MIME.pmod/module.pmod index 90f4720615d4e7ffa3a5b9d61374753b5a461915..2c099fb39a974dd4dccb54a9eb6cfa43818caa39 100644 --- a/lib/modules/MIME.pmod/module.pmod +++ b/lib/modules/MIME.pmod/module.pmod @@ -3,7 +3,6 @@ // RFC1521 functionality for Pike // // Marcus Comstedt 1996-1999 -// $Id$ //! RFC1521, the @b{Multipurpose Internet Mail Extensions@} memo, defines a diff --git a/lib/modules/Parser.pmod/C.pmod b/lib/modules/Parser.pmod/C.pmod index e4c4cf22764909511093911b87123291c4c355af..95bc619ebc171a25ba170a62104c6f61e987a037 100644 --- a/lib/modules/Parser.pmod/C.pmod +++ b/lib/modules/Parser.pmod/C.pmod @@ -4,7 +4,6 @@ // // #pike __REAL_VERSION__ // -// $Id$ //! Splits the @[data] string into an array of tokens. An additional //! element with a newline will be added to the resulting array of diff --git a/lib/modules/Parser.pmod/LR.pmod/GrammarParser.pmod b/lib/modules/Parser.pmod/LR.pmod/GrammarParser.pmod index b6ce8a59ef34daa074707103d217464cf2c75d79..548eb1994dcb1a9bbbbfa974db18901913c18945 100755 --- a/lib/modules/Parser.pmod/LR.pmod/GrammarParser.pmod +++ b/lib/modules/Parser.pmod/LR.pmod/GrammarParser.pmod @@ -1,8 +1,6 @@ #pike __REAL_VERSION__ /* - * $Id$ - * * Generates a parser from a textual specification. * * Henrik Grubbstr�m 1996-12-06 diff --git a/lib/modules/Parser.pmod/LR.pmod/lr.pike b/lib/modules/Parser.pmod/LR.pmod/lr.pike index 1de2e61a9dae8711e3e5e73cd5adf471b83c1d90..06b5efd4cbe25cd8372d758064cde5adbd377793 100755 --- a/lib/modules/Parser.pmod/LR.pmod/lr.pike +++ b/lib/modules/Parser.pmod/LR.pmod/lr.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * An LR(1) Parser in Pike * * Henrik Grubbstr�m 1996-11-23 diff --git a/lib/modules/Parser.pmod/LR.pmod/module.pmod b/lib/modules/Parser.pmod/LR.pmod/module.pmod index e1ceacdab5c8cbe963d1763ff274892af7b387e6..a1a2565ccb222f811a781b0602679ff118991b21 100644 --- a/lib/modules/Parser.pmod/LR.pmod/module.pmod +++ b/lib/modules/Parser.pmod/LR.pmod/module.pmod @@ -1,6 +1,4 @@ /* - * $Id$ - * * A BNF-grammar in Pike. * Compiles to a LALR(1) state-machine. * diff --git a/lib/modules/Parser.pmod/Pike.pmod b/lib/modules/Parser.pmod/Pike.pmod index 505fe2e75e90a09c82c45c0d86753c7370a846b8..78b774b95b6c6dd798970f371ebd981ea2570d07 100644 --- a/lib/modules/Parser.pmod/Pike.pmod +++ b/lib/modules/Parser.pmod/Pike.pmod @@ -4,7 +4,6 @@ // // #pike __REAL_VERSION__ // -// $Id$ //! This module parses and tokenizes Pike source code. diff --git a/lib/modules/Parser.pmod/Python.pmod b/lib/modules/Parser.pmod/Python.pmod index 2404a21312c830dc2b3633d2bda846d6ede6d5c3..a01a8748152ffa23e40261dfc2a31c913c3f0860 100644 --- a/lib/modules/Parser.pmod/Python.pmod +++ b/lib/modules/Parser.pmod/Python.pmod @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - //! Returns the provided string with Python code as //! an array with tokens. array(string) split(string data) { diff --git a/lib/modules/Parser.pmod/RCS.pike b/lib/modules/Parser.pmod/RCS.pike index 8e2d8df563deb47e7e5c5ca36f1fa9047a9d1e69..7c87dc9fae9332a3f0a03b90d04c57e34e046bb1 100644 --- a/lib/modules/Parser.pmod/RCS.pike +++ b/lib/modules/Parser.pmod/RCS.pike @@ -1,8 +1,6 @@ #pike __REAL_VERSION__ inherit Parser._RCS; -// $Id$ - //! A RCS file parser that eats a RCS *,v file and presents nice pike //! data structures of its contents. diff --git a/lib/modules/Parser.pmod/SGML.pike b/lib/modules/Parser.pmod/SGML.pike index e24c3404f1968ff5ec28a3366f3b677f5b5cb1e3..7dc7948bdaab4933472cf7f80bf7d76f74cabc24 100644 --- a/lib/modules/Parser.pmod/SGML.pike +++ b/lib/modules/Parser.pmod/SGML.pike @@ -1,6 +1,3 @@ -// -// $Id$ - #pike __REAL_VERSION__ //! This is a handy simple parser of SGML-like diff --git a/lib/modules/Parser.pmod/XML.pmod/SloppyDOM.pmod b/lib/modules/Parser.pmod/XML.pmod/SloppyDOM.pmod index 9613527f0ed376d8e32efaae49391e42b3fa6f25..fcf34cce4385881ccd30b32807c778f1e3b2f77f 100644 --- a/lib/modules/Parser.pmod/XML.pmod/SloppyDOM.pmod +++ b/lib/modules/Parser.pmod/XML.pmod/SloppyDOM.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Parser.pmod/XML.pmod/Tree.pmod b/lib/modules/Parser.pmod/XML.pmod/Tree.pmod index 25264cba1a9682ac04bc3dd9f5849f38d04e8886..0438bf9cfd6173d86a91271a112281a237753888 100644 --- a/lib/modules/Parser.pmod/XML.pmod/Tree.pmod +++ b/lib/modules/Parser.pmod/XML.pmod/Tree.pmod @@ -1,8 +1,6 @@ #pike __REAL_VERSION__ /* - * $Id$ - * */ //! XML parser that generates node-trees. diff --git a/lib/modules/Parser.pmod/XML.pmod/Validating.pike b/lib/modules/Parser.pmod/XML.pmod/Validating.pike index 74718ccb3f8dc66d39c8bcca45ca590427558c6a..3f68b41b83918325e2636e7fef28a330c33afbd7 100644 --- a/lib/modules/Parser.pmod/XML.pmod/Validating.pike +++ b/lib/modules/Parser.pmod/XML.pmod/Validating.pike @@ -5,8 +5,6 @@ //! //! cf http://wwww.w3.org/TR/REC-xml/ //! -//! $Id$ -//! #pike __REAL_VERSION__ diff --git a/lib/modules/Parser.pmod/XML.pmod/testsuite.in b/lib/modules/Parser.pmod/XML.pmod/testsuite.in index 97bbeb4d54008c937f7da776ef4c5babd6f1b1cb..3e0fdbe7d9616a51277e4cc43de2ee837967df6f 100644 --- a/lib/modules/Parser.pmod/XML.pmod/testsuite.in +++ b/lib/modules/Parser.pmod/XML.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ // DOM diff --git a/lib/modules/Parser.pmod/module.pmod b/lib/modules/Parser.pmod/module.pmod index ec0cb256aa1c29099a3110fc34afdbd2a2dfcfc9..435aadd50646416d9a95875c9084a73bbb5e7347 100644 --- a/lib/modules/Parser.pmod/module.pmod +++ b/lib/modules/Parser.pmod/module.pmod @@ -1,6 +1,3 @@ -// -// $Id$ - #pike __REAL_VERSION__ // inherit Parser._parser; diff --git a/lib/modules/Pike.pmod/module.pmod b/lib/modules/Pike.pmod/module.pmod index f59cdb190a5eb93b5098ea17a399c0ef1790cc6f..da139d095093ee7c5ab583de08efa5b0e201e81c 100644 --- a/lib/modules/Pike.pmod/module.pmod +++ b/lib/modules/Pike.pmod/module.pmod @@ -3,7 +3,6 @@ // Pike core things that don't belong anywhere else. // -// $Id$ constant WEAK_INDICES = __builtin.PIKE_WEAK_INDICES; constant WEAK_VALUES = __builtin.PIKE_WEAK_VALUES; diff --git a/lib/modules/Protocols.pmod/Bittorrent.pmod/testsuite.in b/lib/modules/Protocols.pmod/Bittorrent.pmod/testsuite.in index bdf93976199e255c56ac288bdd61b50c2085cee8..360ce2230b1c8e548a652c61ecd744b8ae8fc6a5 100644 --- a/lib/modules/Protocols.pmod/Bittorrent.pmod/testsuite.in +++ b/lib/modules/Protocols.pmod/Bittorrent.pmod/testsuite.in @@ -1,4 +1,3 @@ -dnl $Id$ START_MARKER diff --git a/lib/modules/Protocols.pmod/DNS.pmod b/lib/modules/Protocols.pmod/DNS.pmod index b2f79ce87de8f8a7b256534c24c64c8147dbc11c..c72347300e5195432ba5a8444a34311a632eec21 100644 --- a/lib/modules/Protocols.pmod/DNS.pmod +++ b/lib/modules/Protocols.pmod/DNS.pmod @@ -1,4 +1,3 @@ -// $Id$ // Not yet finished -- Fredrik Hubinette //inherit Stdio.UDP : udp; diff --git a/lib/modules/Protocols.pmod/DNS_SD.pmod b/lib/modules/Protocols.pmod/DNS_SD.pmod index 54fda0495b05c90000f3d83004e4bafba49b11ac..73ebbdace2a6f2b9d02b2212e946916c1fe0beab 100644 --- a/lib/modules/Protocols.pmod/DNS_SD.pmod +++ b/lib/modules/Protocols.pmod/DNS_SD.pmod @@ -1,7 +1,5 @@ -// $Id$ // Interface to DNS Service Discovery. Written by Jonas Walld�n. - #pike __REAL_VERSION__ #if constant(_Protocols_DNS_SD.Service) diff --git a/lib/modules/Protocols.pmod/HTTP.pmod/Query.pike b/lib/modules/Protocols.pmod/HTTP.pmod/Query.pike index 4cef8084a29e37f843e1be9fc0663c112b21895c..9f18b1ba00be120fc62d0983a9f9004afe20c9ab 100644 --- a/lib/modules/Protocols.pmod/HTTP.pmod/Query.pike +++ b/lib/modules/Protocols.pmod/HTTP.pmod/Query.pike @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - //! Open and execute an HTTP query. //! //! @example diff --git a/lib/modules/Protocols.pmod/HTTP.pmod/Server.pmod/testsuite.in b/lib/modules/Protocols.pmod/HTTP.pmod/Server.pmod/testsuite.in index 4985574eacf5293c25260ab8746a4cdc656febd8..bdafd11a1cd6387447a41cfc738e975ddb8baccd 100644 --- a/lib/modules/Protocols.pmod/HTTP.pmod/Server.pmod/testsuite.in +++ b/lib/modules/Protocols.pmod/HTTP.pmod/Server.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ define(setup_request_test,[[ test_do( add_constant("R", Protocols.HTTP.Server.Request()) ) diff --git a/lib/modules/Protocols.pmod/HTTP.pmod/Session.pike b/lib/modules/Protocols.pmod/HTTP.pmod/Session.pike index 0aaab1e61518d823015186168988e9225c17cde6..c326f0ee258aab7374e25aa08112c55f6a4941b1 100644 --- a/lib/modules/Protocols.pmod/HTTP.pmod/Session.pike +++ b/lib/modules/Protocols.pmod/HTTP.pmod/Session.pike @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - import Protocols.HTTP; typedef string|Standards.URI|SessionURL URL; diff --git a/lib/modules/Protocols.pmod/IMAP.pmod/imap_server.pike b/lib/modules/Protocols.pmod/IMAP.pmod/imap_server.pike index e0658be76e2dc5adce39122090d046901f475ef4..6237c7bf8b7a9ffa0dedaa23b2c84a63628227ae 100644 --- a/lib/modules/Protocols.pmod/IMAP.pmod/imap_server.pike +++ b/lib/modules/Protocols.pmod/IMAP.pmod/imap_server.pike @@ -1,6 +1,4 @@ /* imap_server.pike - * - * $Id$ */ #pike __REAL_VERSION__ diff --git a/lib/modules/Protocols.pmod/IMAP.pmod/requests.pmod b/lib/modules/Protocols.pmod/IMAP.pmod/requests.pmod index 243e345dad7b1fabd26a686b8b55bf9f43c6a61b..f622ad3ad04185ffe3c935dca3512df70a52f3bd 100644 --- a/lib/modules/Protocols.pmod/IMAP.pmod/requests.pmod +++ b/lib/modules/Protocols.pmod/IMAP.pmod/requests.pmod @@ -1,6 +1,4 @@ /* IMAP.requests - * - * $Id$ */ #pike __REAL_VERSION__ diff --git a/lib/modules/Protocols.pmod/Ident.pmod b/lib/modules/Protocols.pmod/Ident.pmod index 6486fd64dd3ac073c25b1c7dc6d5ee06b098404f..f33e84d728263e6c9be3443f00161dbf28d92bf7 100644 --- a/lib/modules/Protocols.pmod/Ident.pmod +++ b/lib/modules/Protocols.pmod/Ident.pmod @@ -1,6 +1,3 @@ -// -// $Id$ - //! An implementation of the IDENT protocol, specified in RFC 931. #pike __REAL_VERSION__ diff --git a/lib/modules/Protocols.pmod/LDAP.pmod/client.pike b/lib/modules/Protocols.pmod/LDAP.pmod/client.pike index cb5525747d514453beaedba367c8843895c3c72a..f11117d8ae8217e72103e13d9c085e2bdbf053c3 100644 --- a/lib/modules/Protocols.pmod/LDAP.pmod/client.pike +++ b/lib/modules/Protocols.pmod/LDAP.pmod/client.pike @@ -2,8 +2,6 @@ // LDAP client protocol implementation for Pike. // -// $Id$ -// // Honza Petrous, hop@unibase.cz // // ---------------------------------------------------------------------- diff --git a/lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod b/lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod index 9105738b5cbeda46c98a44b96a70dd173f09058a..ecc14b2519ce8ba75bf162328bca77c3987ff616 100644 --- a/lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod +++ b/lib/modules/Protocols.pmod/LDAP.pmod/ldap_privates.pmod @@ -2,8 +2,6 @@ // LDAP client protocol implementation for Pike. // -// $Id$ -// // Honza Petrous, hop@unibase.cz // // ---------------------------------------------------------------------- diff --git a/lib/modules/Protocols.pmod/LDAP.pmod/module.pmod b/lib/modules/Protocols.pmod/LDAP.pmod/module.pmod index 03acc43a388ac95a9792365d168402b81eb9ca97..5e42e931a4d4c00f4587282c81ab280c01cd4667 100644 --- a/lib/modules/Protocols.pmod/LDAP.pmod/module.pmod +++ b/lib/modules/Protocols.pmod/LDAP.pmod/module.pmod @@ -1,6 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ #include "ldap_globals.h" diff --git a/lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike b/lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike index 5d77c610e9aa20a7d29cef01174feb3da5a69672..98811c25e5e9531f3b02e145c1733423e780b690 100644 --- a/lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike +++ b/lib/modules/Protocols.pmod/LDAP.pmod/protocol.pike @@ -2,8 +2,6 @@ // LDAP client protocol implementation for Pike. // -// $Id$ -// // Honza Petrous, hop@unibase.cz // // ---------------------------------------------------------------------- diff --git a/lib/modules/Protocols.pmod/LMTP.pmod b/lib/modules/Protocols.pmod/LMTP.pmod index af1516cf151ae6a320661b236c1436769d01097f..c970fe51276e8326bae96c1ecb1147701412d7f9 100644 --- a/lib/modules/Protocols.pmod/LMTP.pmod +++ b/lib/modules/Protocols.pmod/LMTP.pmod @@ -1,7 +1,3 @@ -// -// $Id$ -// - #pike __REAL_VERSION__ class Configuration { inherit .SMTP.Configuration; diff --git a/lib/modules/Protocols.pmod/LPD.pmod b/lib/modules/Protocols.pmod/LPD.pmod index 8876f7137848be88c4bb5cb453194f02b824ccf4..508081ce0cd4c3db5d67d2a8f0bcb075d4268716 100644 --- a/lib/modules/Protocols.pmod/LPD.pmod +++ b/lib/modules/Protocols.pmod/LPD.pmod @@ -3,8 +3,6 @@ // This is a module for pike. // 3 July 1998 <hww3@riverweb.com> Bill Welliver // -// $Id$ -// #pike __REAL_VERSION__ diff --git a/lib/modules/Protocols.pmod/Line.pmod b/lib/modules/Protocols.pmod/Line.pmod index e5907d6565607f95ba9c38eea39bc2388b0bae1f..c4286ff3366c0a5cbbdf3ba5d81f4405f51ba13d 100644 --- a/lib/modules/Protocols.pmod/Line.pmod +++ b/lib/modules/Protocols.pmod/Line.pmod @@ -1,6 +1,4 @@ /* - * $Id$ - * * Line-buffered protocol handling. * * Henrik Grubbstr�m 1998-05-27 diff --git a/lib/modules/Protocols.pmod/LysKOM.pmod/Connection.pike b/lib/modules/Protocols.pmod/LysKOM.pmod/Connection.pike index da2034de750ec77cb80422fb2d2dfde2dbdaa5a0..228991fd82a03b203fd229949d584814b83553e2 100644 --- a/lib/modules/Protocols.pmod/LysKOM.pmod/Connection.pike +++ b/lib/modules/Protocols.pmod/LysKOM.pmod/Connection.pike @@ -1,4 +1,3 @@ -// $Id$ //! This class contains nice abstraction for calls into the //! server. They are named "@tt{@i{call@}@}", //! "@tt{async_@i{call@}@}" or diff --git a/lib/modules/Protocols.pmod/LysKOM.pmod/Request.pmod b/lib/modules/Protocols.pmod/LysKOM.pmod/Request.pmod index d118ec90a6c42ee5b6fca9c92f6061aa6b929f0f..470f3994c8a9037101ec21bf0b851bf3c3fb31fc 100644 --- a/lib/modules/Protocols.pmod/LysKOM.pmod/Request.pmod +++ b/lib/modules/Protocols.pmod/LysKOM.pmod/Request.pmod @@ -1,6 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ //! This module contains nice abstraction for calls into the //! server. They are named "@tt{@i{call@}@}", //! "@tt{async_@i{call@}@}" or diff --git a/lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike b/lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike index 86e70faa8ffed1ffb9ab42c665ff1aeb0a5fd332..6a0e32746bee088c4a85bc0d8287851f07249a2a 100644 --- a/lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike +++ b/lib/modules/Protocols.pmod/LysKOM.pmod/Session.pike @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - import "."; Connection con; diff --git a/lib/modules/Protocols.pmod/Ports.pmod b/lib/modules/Protocols.pmod/Ports.pmod index 3fd997c625fba754ce8701ce2a4112318443d8c8..272baaab303ce8de66399194b626c2ef9c0ec23f 100644 --- a/lib/modules/Protocols.pmod/Ports.pmod +++ b/lib/modules/Protocols.pmod/Ports.pmod @@ -1,6 +1,4 @@ /* - * $Id$ - * * IP port assignments * * Henrik Grubbstr�m 1998-06-23 diff --git a/lib/modules/Protocols.pmod/SMTP.pmod/module.pmod b/lib/modules/Protocols.pmod/SMTP.pmod/module.pmod index 28711745a7b6488584899ef8f376db0a52ac7265..6834e26343580c3e64384c31b12ad872d767cccf 100644 --- a/lib/modules/Protocols.pmod/SMTP.pmod/module.pmod +++ b/lib/modules/Protocols.pmod/SMTP.pmod/module.pmod @@ -1,7 +1,3 @@ -// -// $Id$ -// - #pike __REAL_VERSION__ //! A mapping(int:string) that maps SMTP return diff --git a/lib/modules/Protocols.pmod/SNMP.pmod/protocol.pike b/lib/modules/Protocols.pmod/SNMP.pmod/protocol.pike index 79e0d3a03f41dd8450e0bec37d447f97827fb045..92b15bbdbbb9e98510f19930c01aa0ac223cbb8c 100644 --- a/lib/modules/Protocols.pmod/SNMP.pmod/protocol.pike +++ b/lib/modules/Protocols.pmod/SNMP.pmod/protocol.pike @@ -17,9 +17,6 @@ //! 2570 : v3 description //! -// $Id$ - - #include "snmp_globals.h" #include "snmp_errors.h" diff --git a/lib/modules/Protocols.pmod/SNMP.pmod/snmp_errors.h b/lib/modules/Protocols.pmod/SNMP.pmod/snmp_errors.h index ad5789f2372daa037204daa8309f393a74cb83dd..01db274fe3a2d3cfe49ca9244b13a40fb9f057ca 100644 --- a/lib/modules/Protocols.pmod/SNMP.pmod/snmp_errors.h +++ b/lib/modules/Protocols.pmod/SNMP.pmod/snmp_errors.h @@ -1,13 +1,7 @@ // SNMP protocol implementation for Pike. // -// $Id$ -// // Honza Petrous, hop@roxen.com // -// - - - /* * possible error codes we can return diff --git a/lib/modules/Protocols.pmod/SNMP.pmod/snmp_globals.h b/lib/modules/Protocols.pmod/SNMP.pmod/snmp_globals.h index b85dccb27dd937e8979f868a2ecb65139fecb292..b3eb2cf83c70266446434413379e1a6c27595f30 100644 --- a/lib/modules/Protocols.pmod/SNMP.pmod/snmp_globals.h +++ b/lib/modules/Protocols.pmod/SNMP.pmod/snmp_globals.h @@ -1,8 +1,6 @@ // // snmp_globals.h // -// $Id$ -// #define SNMP_DEFAULT_PORT 161 #define SNMP_DEFAULT_TRAPPORT 162 diff --git a/lib/modules/Protocols.pmod/TELNET.pmod b/lib/modules/Protocols.pmod/TELNET.pmod index d10570f8e38b56d7cc3a1356c2cedae54dae49ff..b4b8fba6ab1069d08dc9288286c280793414b162 100644 --- a/lib/modules/Protocols.pmod/TELNET.pmod +++ b/lib/modules/Protocols.pmod/TELNET.pmod @@ -1,6 +1,4 @@ // -// $Id$ -// // The TELNET protocol as described by RFC 764 and others. // // Henrik Grubbstr�m <grubba@roxen.com> 1998-04-04 diff --git a/lib/modules/Protocols.pmod/X.pmod/Atom.pmod b/lib/modules/Protocols.pmod/X.pmod/Atom.pmod index b5f727294a32f0cb0b1e9b3a921abb47cc2d3829..ac106432ec19c80fb7989605c14bf16f74d56766 100644 --- a/lib/modules/Protocols.pmod/X.pmod/Atom.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/Atom.pmod @@ -1,9 +1,3 @@ -/* Atom.pmod - * - * X Atoms $Id$ - * - */ - /* * Proocols.X, a Pike interface to the X Window System * diff --git a/lib/modules/Protocols.pmod/X.pmod/Auth.pmod b/lib/modules/Protocols.pmod/X.pmod/Auth.pmod index 52471bd23b7834b804af21853fb6075790ad821f..655acbcb0ff57261b21a3392beab9a4a6274191f 100644 --- a/lib/modules/Protocols.pmod/X.pmod/Auth.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/Auth.pmod @@ -1,6 +1,4 @@ /* Auth.pmod - * - * $Id$ */ /* diff --git a/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod b/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod index 85e4dee982e511bfbabbe29ab9fa5dc8dc0a52a3..3bc41841cd997d48912742d8eb160335cbbff68e 100644 --- a/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod @@ -1,6 +1,4 @@ /* Shaped windows. - * - * $Id$ /* * Protocols.X, a Pike interface to the X Window System diff --git a/lib/modules/Protocols.pmod/X.pmod/KeySyms.pmod b/lib/modules/Protocols.pmod/X.pmod/KeySyms.pmod index d36721ebd3a3983fc591b806f1b565783db3eed0..506147b696b18183c57b7de976c6e68ae3bc775c 100644 --- a/lib/modules/Protocols.pmod/X.pmod/KeySyms.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/KeySyms.pmod @@ -1,6 +1,4 @@ /* KeySyms.pmod - * - * $Id$ */ /* diff --git a/lib/modules/Protocols.pmod/X.pmod/Requests.pmod b/lib/modules/Protocols.pmod/X.pmod/Requests.pmod index 3dc856e747e26c6be1b20fc92945fdcf9d7258d6..b5f56121477e268563d8225cd78335a7bf80b53a 100644 --- a/lib/modules/Protocols.pmod/X.pmod/Requests.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/Requests.pmod @@ -1,6 +1,4 @@ /* Requests.pike - * - * $Id$ */ /* diff --git a/lib/modules/Protocols.pmod/X.pmod/Types.pmod b/lib/modules/Protocols.pmod/X.pmod/Types.pmod index af3efb0ab0eef3935c91b90957b3e17bbb0932d5..1ca21083a7175f8d8d900b86d01910949d07f549 100644 --- a/lib/modules/Protocols.pmod/X.pmod/Types.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/Types.pmod @@ -1,6 +1,4 @@ /* Types.pmod - * - * $Id$ */ /* diff --git a/lib/modules/Protocols.pmod/X.pmod/XImage.pmod b/lib/modules/Protocols.pmod/X.pmod/XImage.pmod index 5d8258da2d64c8902284309c60e3c72c121c8b07..008dd193f99c8d785e2611e48f68a1bf6143b5d7 100644 --- a/lib/modules/Protocols.pmod/X.pmod/XImage.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/XImage.pmod @@ -1,6 +1,4 @@ /* XImage.pmod - * - * $Id$ */ /* diff --git a/lib/modules/Protocols.pmod/X.pmod/XTools.pmod b/lib/modules/Protocols.pmod/X.pmod/XTools.pmod index e941a7cc353dcfcf17981c379298e4dea8b574c7..ac6adf629a5f04a558b73e33c9ffa693b12d826d 100644 --- a/lib/modules/Protocols.pmod/X.pmod/XTools.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/XTools.pmod @@ -1,6 +1,4 @@ /* XTools.pmod - * - * $Id$ * * Various tools that are higher level than raw X, but are lower level * than widgets. diff --git a/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod b/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod index 3bdbde64f886c4d5bc34c3cd1f9257794460b316..b59635e035b2294d607c5b93d2d93905f1b135cc 100644 --- a/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod @@ -1,6 +1,4 @@ /* Xlib.pmod - * - * $Id$ */ /* diff --git a/lib/modules/Protocols.pmod/X.pmod/_Types.pmod b/lib/modules/Protocols.pmod/X.pmod/_Types.pmod index 2e40eafd8cc65bd060e34b1b7ba6ccb97e076297..edf10197c9ca950cc04651515d0aef23596eee3e 100644 --- a/lib/modules/Protocols.pmod/X.pmod/_Types.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/_Types.pmod @@ -1,8 +1,6 @@ /* _Types.pmod * * Kludge for pike-0.5 - * - * $Id$ */ /* diff --git a/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod b/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod index bebb7ef33fe83dd7deb1301bb43f2443c5ca0805..6e626af1103dcee05ca540c0831846567a0f9bf3 100644 --- a/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod @@ -1,6 +1,4 @@ /* _Xlib.pmod - * - * $Id$ * * Kluge, should be in Xlib.pmod */ diff --git a/lib/modules/Protocols.pmod/XMLRPC.pmod/testsuite.in b/lib/modules/Protocols.pmod/XMLRPC.pmod/testsuite.in index c1345f8de8d17413283c7a558ce2104b8a0b88cb..a5da14960ceff8100b4034319e817ad01c9afff8 100644 --- a/lib/modules/Protocols.pmod/XMLRPC.pmod/testsuite.in +++ b/lib/modules/Protocols.pmod/XMLRPC.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ define(test_xmlrpc, [[DOTEST(EQUAL,dnl array params = diff --git a/lib/modules/SSL.pmod/Cipher.pmod b/lib/modules/SSL.pmod/Cipher.pmod index 35cf7598ef81fff48998c778a68ab7525633d6df..2ff90f3c0eadf3c867d9ea021d75edf63206fb33 100644 --- a/lib/modules/SSL.pmod/Cipher.pmod +++ b/lib/modules/SSL.pmod/Cipher.pmod @@ -1,6 +1,3 @@ -// -// $Id$ - #pike __REAL_VERSION__ #if constant(Crypto.Hash) diff --git a/lib/modules/SSL.pmod/Constants.pmod b/lib/modules/SSL.pmod/Constants.pmod index 859249c28442f00d42ed5e1d02672f206faea3ee..fc27c31aef3bf4bd7724a2d0b2a10fd9cf2bd40a 100644 --- a/lib/modules/SSL.pmod/Constants.pmod +++ b/lib/modules/SSL.pmod/Constants.pmod @@ -1,7 +1,6 @@ #pike __REAL_VERSION__ -/* $Id$ - * +/* * The SSL3 Protocol is specified in the following RFCs and drafts: * * SSL 3.0 draft-freier-ssl-version3-02.txt diff --git a/lib/modules/SSL.pmod/alert.pike b/lib/modules/SSL.pmod/alert.pike index 084e38127d3b68d40fb893e953c8fb897e6db6dc..f998d857e1c94d4518edd070db357b02fdd262a0 100644 --- a/lib/modules/SSL.pmod/alert.pike +++ b/lib/modules/SSL.pmod/alert.pike @@ -1,8 +1,6 @@ #pike __REAL_VERSION__ #pragma strict_types -// $Id$ - //! Alert packet. import .Constants; diff --git a/lib/modules/SSL.pmod/connection.pike b/lib/modules/SSL.pmod/connection.pike index deb5d48551b66206292a5027847812974fd4efd3..0ee5758a982aaec0640507e07db8f4ccc8b65106 100644 --- a/lib/modules/SSL.pmod/connection.pike +++ b/lib/modules/SSL.pmod/connection.pike @@ -1,6 +1,3 @@ -// -// $Id$ - #pike __REAL_VERSION__ //#pragma strict_types diff --git a/lib/modules/SSL.pmod/context.pike b/lib/modules/SSL.pmod/context.pike index d8b35acd4315b622d5cbaf8db76f7a825ce15c8b..3412573f6c5fd959f136dc19e8f89cb8e4338681 100644 --- a/lib/modules/SSL.pmod/context.pike +++ b/lib/modules/SSL.pmod/context.pike @@ -1,6 +1,3 @@ -// -// $Id$ - #pike __REAL_VERSION__ #pragma strict_types diff --git a/lib/modules/SSL.pmod/handshake.pike b/lib/modules/SSL.pmod/handshake.pike index fb02188f9e5792b0f7d8a3af901d2aa7d20f5710..b41669f5439106ca3a583bb9e063c3ac0bb0e46c 100644 --- a/lib/modules/SSL.pmod/handshake.pike +++ b/lib/modules/SSL.pmod/handshake.pike @@ -1,10 +1,6 @@ #pike __REAL_VERSION__ #pragma strict_types -/* $Id$ - * - */ - //! SSL.handshake keeps the state relevant for SSL handshaking. This //! includes a pointer to a context object (which doesn't change), various //! buffers, a pointer to a session object (reuse or created as diff --git a/lib/modules/SSL.pmod/https.pike b/lib/modules/SSL.pmod/https.pike index 0a00cf48015ded1b9fcc68f3bbfa4466aa061514..348c7215e07882a68c403c8f7eb1922854c5711e 100644 --- a/lib/modules/SSL.pmod/https.pike +++ b/lib/modules/SSL.pmod/https.pike @@ -1,7 +1,6 @@ #pike __REAL_VERSION__ -/* $Id$ - * +/* * dummy https server */ diff --git a/lib/modules/SSL.pmod/packet.pike b/lib/modules/SSL.pmod/packet.pike index 937beeaf398052ff6dc577a1356b1e254c16daf9..b72155bff3eca40816e64bff849284774ff851ad 100644 --- a/lib/modules/SSL.pmod/packet.pike +++ b/lib/modules/SSL.pmod/packet.pike @@ -1,7 +1,6 @@ #pike __REAL_VERSION__ -/* $Id$ - * +/* * SSL Record Layer */ diff --git a/lib/modules/SSL.pmod/session.pike b/lib/modules/SSL.pmod/session.pike index f49a5367e6b4374d4dbabd9fa9828d4e20d7e546..d80866abb1eca31551125bae079046a294cd7cb7 100644 --- a/lib/modules/SSL.pmod/session.pike +++ b/lib/modules/SSL.pmod/session.pike @@ -1,6 +1,3 @@ -// -// $Id$ - #pike __REAL_VERSION__ #pragma strict_types diff --git a/lib/modules/SSL.pmod/state.pike b/lib/modules/SSL.pmod/state.pike index cfd0e70d59e4d4b8e6313b0776f9e12941979d65..9af1bdcdd427a6564530528d43fa1f26352f06ca 100644 --- a/lib/modules/SSL.pmod/state.pike +++ b/lib/modules/SSL.pmod/state.pike @@ -1,8 +1,6 @@ #pike __REAL_VERSION__ // #pragma strict_types -// $Id$ - //! A connection switches from one set of state objects to another, one or //! more times during its lifetime. Each state object handles a one-way //! stream of packets, and operates in either decryption or encryption diff --git a/lib/modules/SSL.pmod/testsuite.in b/lib/modules/SSL.pmod/testsuite.in index 3f738b48bcd139ae00b332ea12b7501e65d80b24..95447dee6471280eb41d81bc085c285cd8c1c5c2 100644 --- a/lib/modules/SSL.pmod/testsuite.in +++ b/lib/modules/SSL.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -dnl $Id$ dnl Note: This module has some tests with an external test script in dnl src/modules/files. diff --git a/lib/modules/Search.pmod/Database.pmod/Base.pike b/lib/modules/Search.pmod/Database.pmod/Base.pike index d21f2db99d793ac4c77e1dcc5efcdf7196ce7146..c63a470ba25b98fbbd93e921226c72a96b392938 100644 --- a/lib/modules/Search.pmod/Database.pmod/Base.pike +++ b/lib/modules/Search.pmod/Database.pmod/Base.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ //! Base class for Search database storage abstraction implementations. diff --git a/lib/modules/Search.pmod/Database.pmod/MySQL.pike b/lib/modules/Search.pmod/Database.pmod/MySQL.pike index 412f878c70e787aeaf8f017b776de411e8d414c8..8d1eea641bc493e8045df26fad19b8a80b7fd552 100644 --- a/lib/modules/Search.pmod/Database.pmod/MySQL.pike +++ b/lib/modules/Search.pmod/Database.pmod/MySQL.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ inherit .Base; diff --git a/lib/modules/Search.pmod/Filter.pmod/Base.pike b/lib/modules/Search.pmod/Filter.pmod/Base.pike index fb255b379c3ae63ab5d0adba036d53b342b12391..16103e4d4b6924c92ddc45c9a656706bc27baa54 100644 --- a/lib/modules/Search.pmod/Filter.pmod/Base.pike +++ b/lib/modules/Search.pmod/Filter.pmod/Base.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ //! The MIME content types this class can filter. diff --git a/lib/modules/Search.pmod/Filter.pmod/Charset.pmod b/lib/modules/Search.pmod/Filter.pmod/Charset.pmod index 389953eb0815c317ca1f870a08a18a2cb9276b0b..801d2a80a28fba386480a89030994a64cf47118e 100644 --- a/lib/modules/Search.pmod/Filter.pmod/Charset.pmod +++ b/lib/modules/Search.pmod/Filter.pmod/Charset.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ constant contenttypes = ({}); diff --git a/lib/modules/Search.pmod/Filter.pmod/HTML.pmod b/lib/modules/Search.pmod/Filter.pmod/HTML.pmod index cfcdb50f3bc265af8a3433bf5c417e6a92f32138..b43c13ec9d79e9185176445b71912f332da3d36d 100644 --- a/lib/modules/Search.pmod/Filter.pmod/HTML.pmod +++ b/lib/modules/Search.pmod/Filter.pmod/HTML.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ // Cannot dump this because of the #if constant(Roxen.xxx) check below. diff --git a/lib/modules/Search.pmod/Filter.pmod/PlainText.pmod b/lib/modules/Search.pmod/Filter.pmod/PlainText.pmod index 4c71029a66ad97cdf38b259c0f34b84057d52e73..df61bc72acd7eafb2459861019d16d700df4d267 100644 --- a/lib/modules/Search.pmod/Filter.pmod/PlainText.pmod +++ b/lib/modules/Search.pmod/Filter.pmod/PlainText.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ // Filter for text/plain diff --git a/lib/modules/Search.pmod/Grammar.pmod/AbstractParser.pike b/lib/modules/Search.pmod/Grammar.pmod/AbstractParser.pike index 125fe20ff4c173c88e80f4fbfca0c7ab82eec501..8c98fc483fc4d0b5f0b14886644f8b1d5aeb4635 100644 --- a/lib/modules/Search.pmod/Grammar.pmod/AbstractParser.pike +++ b/lib/modules/Search.pmod/Grammar.pmod/AbstractParser.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ //! @param options diff --git a/lib/modules/Search.pmod/Grammar.pmod/DefaultParser.pike b/lib/modules/Search.pmod/Grammar.pmod/DefaultParser.pike index cfedb6c12b4a4c4c7ed34c958a58fd4cad95a73c..0c43d25de05f01198abd68a0891567c088367e2f 100644 --- a/lib/modules/Search.pmod/Grammar.pmod/DefaultParser.pike +++ b/lib/modules/Search.pmod/Grammar.pmod/DefaultParser.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ static inherit .AbstractParser; diff --git a/lib/modules/Search.pmod/Grammar.pmod/Lexer.pmod b/lib/modules/Search.pmod/Grammar.pmod/Lexer.pmod index 085bcb2ea6b0a24eb8a98858279bd531488321de..eedd66ed93e55bb0d6e1b6faa7be0758b09f2abb 100644 --- a/lib/modules/Search.pmod/Grammar.pmod/Lexer.pmod +++ b/lib/modules/Search.pmod/Grammar.pmod/Lexer.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ // Lexer for search queries diff --git a/lib/modules/Search.pmod/Grammar.pmod/debug.h b/lib/modules/Search.pmod/Grammar.pmod/debug.h index b9d2e4dc73dc37d1b300e0d32a53d97671ad49d2..bee4e9751dcd9027e02288fac5206b5c0ccf64d2 100644 --- a/lib/modules/Search.pmod/Grammar.pmod/debug.h +++ b/lib/modules/Search.pmod/Grammar.pmod/debug.h @@ -1,4 +1,3 @@ -// $Id$ #define TRACE werror("### %s:%d\n" \ " %O()\n" \ diff --git a/lib/modules/Search.pmod/Grammar.pmod/module.pmod b/lib/modules/Search.pmod/Grammar.pmod/module.pmod index 7710d46781535f5563dc3b15c9b2622667c02d79..6833fea52dc4da1f040a8b5928831f14d37cb3da 100644 --- a/lib/modules/Search.pmod/Grammar.pmod/module.pmod +++ b/lib/modules/Search.pmod/Grammar.pmod/module.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ //! Abstract parse tree node. diff --git a/lib/modules/Search.pmod/Indexer.pmod b/lib/modules/Search.pmod/Indexer.pmod index 82d33c72bc413014b590eff0a9c5855518672dd1..13698fb2223740274c93e3923dec837e0ec62e5e 100644 --- a/lib/modules/Search.pmod/Indexer.pmod +++ b/lib/modules/Search.pmod/Indexer.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ //! diff --git a/lib/modules/Search.pmod/Query.pmod b/lib/modules/Search.pmod/Query.pmod index 3f57c2d0009cfc5dbd6c71e6e7f7328137ee8b64..f70558fa14417203f1a6e23a1d7ce4b87b784643 100644 --- a/lib/modules/Search.pmod/Query.pmod +++ b/lib/modules/Search.pmod/Query.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ static function(string,int:string) blobfeeder(Search.Database.Base db, diff --git a/lib/modules/Search.pmod/RankingProfile.pike b/lib/modules/Search.pmod/RankingProfile.pike index 65a139cd1bb25c5279a1778bb9ecff5ef66a447f..deaafb9d3cb53691c0ffdf02bed68eb458fce7c2 100644 --- a/lib/modules/Search.pmod/RankingProfile.pike +++ b/lib/modules/Search.pmod/RankingProfile.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ #include "search.h" diff --git a/lib/modules/Search.pmod/ResultSet.pike b/lib/modules/Search.pmod/ResultSet.pike index 4d54e86275ff9b4505f8e707ba7e5d2f5a7cf2ff..c9d3f975cbdccf3d5f5647251898bf7e253e85af 100644 --- a/lib/modules/Search.pmod/ResultSet.pike +++ b/lib/modules/Search.pmod/ResultSet.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ inherit _WhiteFish.ResultSet; diff --git a/lib/modules/Search.pmod/Utils.pmod b/lib/modules/Search.pmod/Utils.pmod index 1e4d3bc163b23737bbcbb57dcef9667dc63ee918..81fc071363826da9556fbcc02f76bcbddd1c267f 100644 --- a/lib/modules/Search.pmod/Utils.pmod +++ b/lib/modules/Search.pmod/Utils.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ #if !constant(report_error) diff --git a/lib/modules/Search.pmod/module.pmod b/lib/modules/Search.pmod/module.pmod index dbbd6e1abdf2456b2f192b4cd5fe6cbbd6617592..b0a44672a68aab33f0667de0708fac9ba298204d 100644 --- a/lib/modules/Search.pmod/module.pmod +++ b/lib/modules/Search.pmod/module.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ private mapping filter_mimetypes; diff --git a/lib/modules/Search.pmod/search.h b/lib/modules/Search.pmod/search.h index 8c1f36490f0629d576d05a7c8a4eb96712ef8809..66b6e8b5cabaaa8521721a4996028ad14cb8c3e1 100644 --- a/lib/modules/Search.pmod/search.h +++ b/lib/modules/Search.pmod/search.h @@ -1,3 +1,2 @@ -// $Id$ #define FIELD_RANKING_DEFAULT 100 diff --git a/lib/modules/Sql.pmod/Sql.pike b/lib/modules/Sql.pmod/Sql.pike index 750007ff4442be7bdfb7dff9707d53af2e641353..f1ecb60d1863a1eb8a6048b05169107c9694222b 100644 --- a/lib/modules/Sql.pmod/Sql.pike +++ b/lib/modules/Sql.pmod/Sql.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Implements the generic parts of the SQL-interface * * Henrik Grubbstr�m 1996-01-09 diff --git a/lib/modules/Sql.pmod/dsn.pike b/lib/modules/Sql.pmod/dsn.pike index 2647a0f2cb95d508eea97667185677b8654c0643..c3597e2c97c96bb22f6d6994238337d142ff4551 100644 --- a/lib/modules/Sql.pmod/dsn.pike +++ b/lib/modules/Sql.pmod/dsn.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Glue for the ODBC-module * * Carl Grubbstr�m 2005-01-26 diff --git a/lib/modules/Sql.pmod/dsn_result.pike b/lib/modules/Sql.pmod/dsn_result.pike index a7223739548fad4c8cdae0c36928f6ca7d4cec05..a33c625a1bc222642cc7f7949a464dade5104d13 100644 --- a/lib/modules/Sql.pmod/dsn_result.pike +++ b/lib/modules/Sql.pmod/dsn_result.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Glue for the ODBC-module */ diff --git a/lib/modules/Sql.pmod/mysql.pike b/lib/modules/Sql.pmod/mysql.pike index 0fec4457bc03522914c13cd098fd045fcc730b6e..d6f6425de0bd05bf4b539b87ab1fbb94df8a1997 100644 --- a/lib/modules/Sql.pmod/mysql.pike +++ b/lib/modules/Sql.pmod/mysql.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Glue for the Mysql-module */ diff --git a/lib/modules/Sql.pmod/mysql_result.pike b/lib/modules/Sql.pmod/mysql_result.pike index 3c1cf69392701308016d0de8f11821a546c38ee3..1ac19df696885796f3b750c5ab8be64333879e6a 100644 --- a/lib/modules/Sql.pmod/mysql_result.pike +++ b/lib/modules/Sql.pmod/mysql_result.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Glue for the Mysql-module */ diff --git a/lib/modules/Sql.pmod/mysqls.pike b/lib/modules/Sql.pmod/mysqls.pike index 56c2be6bffca5556d18cd359c13ae4a7227a36aa..163530f58f404265aab81756d904f97a0c04a2cd 100644 --- a/lib/modules/Sql.pmod/mysqls.pike +++ b/lib/modules/Sql.pmod/mysqls.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Glue for the Mysql-module using SSL */ diff --git a/lib/modules/Sql.pmod/odbc.pike b/lib/modules/Sql.pmod/odbc.pike index 1928f7142bd354bf506113484897f120bdeb2fe2..fbaa4fea62243dd6394d1fede19e1cce31ac61b2 100644 --- a/lib/modules/Sql.pmod/odbc.pike +++ b/lib/modules/Sql.pmod/odbc.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Glue for the ODBC-module */ diff --git a/lib/modules/Sql.pmod/odbc_result.pike b/lib/modules/Sql.pmod/odbc_result.pike index a7223739548fad4c8cdae0c36928f6ca7d4cec05..a33c625a1bc222642cc7f7949a464dade5104d13 100644 --- a/lib/modules/Sql.pmod/odbc_result.pike +++ b/lib/modules/Sql.pmod/odbc_result.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Glue for the ODBC-module */ diff --git a/lib/modules/Sql.pmod/oracle.pike b/lib/modules/Sql.pmod/oracle.pike index 3a39e2488719c031d69f16e5510a992971aac2ed..18d665030e2e2cb5873e7abcc9d6348a69497e70 100644 --- a/lib/modules/Sql.pmod/oracle.pike +++ b/lib/modules/Sql.pmod/oracle.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Glue for the Oracle-module */ diff --git a/lib/modules/Sql.pmod/postgres.pike b/lib/modules/Sql.pmod/postgres.pike index 079b6e0adde7540528bd452ba85b704373d85f5b..2ca79e09db1dccf70eb744a42f99bbfee5a49e46 100644 --- a/lib/modules/Sql.pmod/postgres.pike +++ b/lib/modules/Sql.pmod/postgres.pike @@ -1,8 +1,6 @@ /* * This is part of the Postgres module for Pike. * - * $Id$ - * */ #pike __REAL_VERSION__ diff --git a/lib/modules/Sql.pmod/sql_result.pike b/lib/modules/Sql.pmod/sql_result.pike index 3748355e9a75aebf31b6412dbd353ba767e82ee4..1be9b52e7b8a3b5afb67a6c1adbede022f67f7f5 100644 --- a/lib/modules/Sql.pmod/sql_result.pike +++ b/lib/modules/Sql.pmod/sql_result.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Implements the generic result module of the SQL-interface * * Henrik Grubbstr�m 1996-01-09 diff --git a/lib/modules/Sql.pmod/sql_util.pmod b/lib/modules/Sql.pmod/sql_util.pmod index f20fbe5325dd5d89f83d4ea03cba7164662d42c8..23fa663f9e271129e1d3c7cc08c1c2217f48aa00 100644 --- a/lib/modules/Sql.pmod/sql_util.pmod +++ b/lib/modules/Sql.pmod/sql_util.pmod @@ -1,6 +1,4 @@ /* - * $Id$ - * * Some SQL utility functions. * They are kept here to avoid circular references. * diff --git a/lib/modules/Sql.pmod/sybase.pike b/lib/modules/Sql.pmod/sybase.pike index a8aeb9891fcce06e94e5d47b4cf618459fd49dbd..1c41f9d37c1e1885579f982ad199e90a2c2ecbf4 100644 --- a/lib/modules/Sql.pmod/sybase.pike +++ b/lib/modules/Sql.pmod/sybase.pike @@ -2,8 +2,6 @@ * Sybase driver for the Pike programming language. * By Francesco Chemolli <kinkie@roxen.com> 10/12/1999 * - * $Id$ - * */ #pike __REAL_VERSION__ diff --git a/lib/modules/Sql.pmod/tds.pike b/lib/modules/Sql.pmod/tds.pike index bf47ba68120065c4dee2f5f1dfb3dc445720e36e..0e4a21869c1f0ffbc9278f55d5a501afbb9a7d34 100644 --- a/lib/modules/Sql.pmod/tds.pike +++ b/lib/modules/Sql.pmod/tds.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * A Pike implementation of the TDS protocol. * * Henrik Grubbstr�m 2006-02-08. diff --git a/lib/modules/Standards.pmod/ASN1.pmod/Decode.pmod b/lib/modules/Standards.pmod/ASN1.pmod/Decode.pmod index 0ef50fa71b258a90a64a1ef06960c75ae266c895..a9d0c7d5d3c08b3cd2b5437bf7774b6ca68f9da7 100644 --- a/lib/modules/Standards.pmod/ASN1.pmod/Decode.pmod +++ b/lib/modules/Standards.pmod/ASN1.pmod/Decode.pmod @@ -1,7 +1,3 @@ -// -// $Id$ -// - #pike __REAL_VERSION__ #pragma strict_types #define COMPATIBILITY diff --git a/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod b/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod index 6757bf44f6560245f86e51510218b7d3cd46a620..b4402f48eecec914b6e2971085f601848e0f3774 100644 --- a/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod +++ b/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod @@ -1,7 +1,3 @@ -// -// $Id$ -// - //! Encodes various asn.1 objects according to the Distinguished //! Encoding Rules (DER) diff --git a/lib/modules/Standards.pmod/ASN1.pmod/module.pmod b/lib/modules/Standards.pmod/ASN1.pmod/module.pmod index d2175f632f7cbcc331504537c7d6abd1d84a546b..9719d5824b5a2c77bb944b41d474d575a211712b 100644 --- a/lib/modules/Standards.pmod/ASN1.pmod/module.pmod +++ b/lib/modules/Standards.pmod/ASN1.pmod/module.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Standards.pmod/ASN1.pmod/testsuite.in b/lib/modules/Standards.pmod/ASN1.pmod/testsuite.in index 9ac0ae414c78c7d3adfc66926f56d4cb562869ca..85d5e62bf6278d44cffa23dd1c776617b1cbc08b 100644 --- a/lib/modules/Standards.pmod/ASN1.pmod/testsuite.in +++ b/lib/modules/Standards.pmod/ASN1.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -dnl $Id$ dnl Tests from ITU-T Rec.X690 (07/2002) dnl (originally from A Layman's Guide to a Subset of ASN.1, BER, and diff --git a/lib/modules/Standards.pmod/EXIF.pmod b/lib/modules/Standards.pmod/EXIF.pmod index 62592deb060ea5d3059138db7ebce7353bbaee54..a457cb4748123c4ccbc5f5cb42fad8e55afa64a0 100644 --- a/lib/modules/Standards.pmod/EXIF.pmod +++ b/lib/modules/Standards.pmod/EXIF.pmod @@ -3,7 +3,6 @@ //! This module implements EXIF (Exchangeable image file format for //! Digital Still Cameras) 2.2 parsing. -// $Id$ // Johan Sch�n <js@roxen.com>, July 2001. // Based on Exiftool by Robert F. Tobler <rft@cg.tuwien.ac.at>. // diff --git a/lib/modules/Standards.pmod/FIPS10_4.pmod b/lib/modules/Standards.pmod/FIPS10_4.pmod index b4a43066a8dce929323089076bad0a4ac6bb3d1e..90151d9481069a273308192d33c21715e64b36cb 100644 --- a/lib/modules/Standards.pmod/FIPS10_4.pmod +++ b/lib/modules/Standards.pmod/FIPS10_4.pmod @@ -18,7 +18,6 @@ // = american standard for countries and country division codes // Updated 2001-04-17 from ...bugger, lost url -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Standards.pmod/ID3.pmod b/lib/modules/Standards.pmod/ID3.pmod index 0fd519ce8e0c7125d5002d1576cc87cf8f09869c..884cdc70c20a4202a9fccb65f43184ba6083e607 100644 --- a/lib/modules/Standards.pmod/ID3.pmod +++ b/lib/modules/Standards.pmod/ID3.pmod @@ -1,8 +1,3 @@ -// ID3.pmod -// -// $Id$ -// - #pike __REAL_VERSION__ //! ID3 decoder/encoder. diff --git a/lib/modules/Standards.pmod/IIM.pmod b/lib/modules/Standards.pmod/IIM.pmod index c67c368d180568c42850f0abb1b30e21c922f19d..eb67e4f8981362a030bcc3d8d6437aca23024158 100644 --- a/lib/modules/Standards.pmod/IIM.pmod +++ b/lib/modules/Standards.pmod/IIM.pmod @@ -3,8 +3,6 @@ // // http://www.iptc.org/IIM/ // -// $Id$ -// // Anders Johansson & Henrik Grubbstr�m #pike __REAL_VERSION__ diff --git a/lib/modules/Standards.pmod/PKCS.pmod/CSR.pmod b/lib/modules/Standards.pmod/PKCS.pmod/CSR.pmod index a1bc32f0c10001db908701bed7d87283ac550c10..b600b07a3d652849ab302c01fae350074876afc6 100644 --- a/lib/modules/Standards.pmod/PKCS.pmod/CSR.pmod +++ b/lib/modules/Standards.pmod/PKCS.pmod/CSR.pmod @@ -1,6 +1,3 @@ -// -// $Id$ - //! Handling of Certifikate Signing Requests (PKCS-10) #pike __REAL_VERSION__ diff --git a/lib/modules/Standards.pmod/PKCS.pmod/Certificate.pmod b/lib/modules/Standards.pmod/PKCS.pmod/Certificate.pmod index bc673ed6f03400511f5cfbb41d0109492d302e31..61a8603f051ea8d08b4e609988110e6b22db8843 100644 --- a/lib/modules/Standards.pmod/PKCS.pmod/Certificate.pmod +++ b/lib/modules/Standards.pmod/PKCS.pmod/Certificate.pmod @@ -1,4 +1,3 @@ -// $Id$ //! Handle PKCS-6 and PKCS-10 certificates and certificate requests. diff --git a/lib/modules/Standards.pmod/PKCS.pmod/DSA.pmod b/lib/modules/Standards.pmod/PKCS.pmod/DSA.pmod index 2415afe31279c799f6877d80ed70c4bb9cdaa852..ef0a1c6dd72035c2cf394b97b2208a7e281a4b82 100644 --- a/lib/modules/Standards.pmod/PKCS.pmod/DSA.pmod +++ b/lib/modules/Standards.pmod/PKCS.pmod/DSA.pmod @@ -1,7 +1,3 @@ -// -// $Id$ -// - //! DSA operations as defined in RFC-2459. /* NOTE: Unlike the functions in RSA.pmod, this function returns diff --git a/lib/modules/Standards.pmod/PKCS.pmod/Identifiers.pmod b/lib/modules/Standards.pmod/PKCS.pmod/Identifiers.pmod index 948cdfa1dc4e0079b8743decc44a1aa2715efe3d..e990e0a0148e56c82e3c114274c4d7ce31e5d739 100644 --- a/lib/modules/Standards.pmod/PKCS.pmod/Identifiers.pmod +++ b/lib/modules/Standards.pmod/PKCS.pmod/Identifiers.pmod @@ -1,5 +1,4 @@ // -// $Id$ // Object identifiers #pike __REAL_VERSION__ diff --git a/lib/modules/Standards.pmod/PKCS.pmod/PFX.pmod b/lib/modules/Standards.pmod/PKCS.pmod/PFX.pmod index b737a612d32f53990f8a22d92c3a2b456f564890..08ac0e84e7ffbb9a9ce49806452a0cf8b87f4ace 100644 --- a/lib/modules/Standards.pmod/PKCS.pmod/PFX.pmod +++ b/lib/modules/Standards.pmod/PKCS.pmod/PFX.pmod @@ -1,6 +1,3 @@ -// -// $Id$ -// #if 0 // This code is broken. (Missing mac identifier for sha) diff --git a/lib/modules/Standards.pmod/PKCS.pmod/RSA.pmod b/lib/modules/Standards.pmod/PKCS.pmod/RSA.pmod index da5f1b2b526d7273c0040c68be93b39e5a915ef0..343709df376f9473ad3b0f361a370ce83b0cb74f 100644 --- a/lib/modules/Standards.pmod/PKCS.pmod/RSA.pmod +++ b/lib/modules/Standards.pmod/PKCS.pmod/RSA.pmod @@ -1,4 +1,3 @@ -// $Id$ //! RSA operations and types as described in PKCS-1. diff --git a/lib/modules/Standards.pmod/URI.pike b/lib/modules/Standards.pmod/URI.pike index 3f5e83541b9cbba1f4bf2446c7ff6dc2d6e085af..5b496f2e3fecaf67ac46bbdb1b01d96587ae4d7e 100644 --- a/lib/modules/Standards.pmod/URI.pike +++ b/lib/modules/Standards.pmod/URI.pike @@ -4,7 +4,6 @@ //! absolute form, as defined in RFC 2396 and RFC 3986. // Implemented by Johan Sundstr�m and Johan Sch�n. -// $Id$ #pragma strict_types diff --git a/lib/modules/Standards.pmod/UUID.pmod b/lib/modules/Standards.pmod/UUID.pmod index 400e59314391601c7b5e714d08081bcc1c330151..8a0905dd35f9afb42c63a9bc43fd0a8f7a8c6cc8 100644 --- a/lib/modules/Standards.pmod/UUID.pmod +++ b/lib/modules/Standards.pmod/UUID.pmod @@ -11,7 +11,6 @@ //! identifier components //! -// $Id$ // // 2004-10-01 Henrik Grubbstr�m // 2004-10-04 Martin Nilsson diff --git a/lib/modules/Standards.pmod/XML.pmod/Wix.pmod b/lib/modules/Standards.pmod/XML.pmod/Wix.pmod index 0af8d18c2db83927ab55a8caf4347ae4f5244ef2..ffdc3112d26a0b1ce9b887250245dfaa7152cccc 100644 --- a/lib/modules/Standards.pmod/XML.pmod/Wix.pmod +++ b/lib/modules/Standards.pmod/XML.pmod/Wix.pmod @@ -1,6 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ // // 2004-11-01 Henrik Grubbstr�m diff --git a/lib/modules/Standards.pmod/testsuite.in b/lib/modules/Standards.pmod/testsuite.in index 06ec203a04a422e1dd17fc48530d4256263f1b8c..bf9848550df8410ffe063d33c97e8406fda0a601 100644 --- a/lib/modules/Standards.pmod/testsuite.in +++ b/lib/modules/Standards.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -test_true([["$Id$"]]); // - Standards.ISO639_2 test_equal(Standards.ISO639_2.get_language("swe"),"Swedish") diff --git a/lib/modules/Stdio.pmod/FakeFile.pike b/lib/modules/Stdio.pmod/FakeFile.pike index c36239922b885381e6af311407ff3771cb8293af..186df001ead958c88cd4b6a78dffa6cce78074ac 100644 --- a/lib/modules/Stdio.pmod/FakeFile.pike +++ b/lib/modules/Stdio.pmod/FakeFile.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ //! A string wrapper that pretends to be a @[Stdio.File] object diff --git a/lib/modules/Stdio.pmod/Terminfo.pmod b/lib/modules/Stdio.pmod/Terminfo.pmod index 3fac3af5a3858b897b1540d37f279da09961d42d..68decf180285f74ba31a198894e5d053a353b63b 100644 --- a/lib/modules/Stdio.pmod/Terminfo.pmod +++ b/lib/modules/Stdio.pmod/Terminfo.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Stdio.pmod/module.pmod b/lib/modules/Stdio.pmod/module.pmod index b7ae5217bff87d08f40e389f52777fb8960c2863..c5e36079007a5ee8c765869ac68c3b077e6c6ed6 100644 --- a/lib/modules/Stdio.pmod/module.pmod +++ b/lib/modules/Stdio.pmod/module.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ inherit files; diff --git a/lib/modules/String.pmod/Elite.pmod b/lib/modules/String.pmod/Elite.pmod index 6bd57bdb9de238052ae2576e89b6ec6d4eca5961..025e09c4bb83d714d9f63a56b91ee6462eee17ce 100644 --- a/lib/modules/String.pmod/Elite.pmod +++ b/lib/modules/String.pmod/Elite.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/String.pmod/HTML.pmod b/lib/modules/String.pmod/HTML.pmod index 28f5cdf31875f47ef998c089cd6e92c121945434..96ca459d4ff497f7600df3c40fe63eae576f8907 100644 --- a/lib/modules/String.pmod/HTML.pmod +++ b/lib/modules/String.pmod/HTML.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/String.pmod/testsuite.in b/lib/modules/String.pmod/testsuite.in index c4357855d8fc1808dc7c2517515c42f323e1871f..6f4ebe94a955b3e88844e51b679a813f133f498a 100644 --- a/lib/modules/String.pmod/testsuite.in +++ b/lib/modules/String.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -dnl $Id$ test_eq([[ String.Buffer()->add("xxx") ]], 3) test_any([[ diff --git a/lib/modules/System.pmod/module.pmod b/lib/modules/System.pmod/module.pmod index 382358d7cf32d8b6134d6cf82813fa77723cdd1b..e4e921ee29d18c5046a01b80512c008f3618cd38 100644 --- a/lib/modules/System.pmod/module.pmod +++ b/lib/modules/System.pmod/module.pmod @@ -1,7 +1,6 @@ #pike __REAL_VERSION__ #pragma strict_types -// $Id$ // This module is to allow the _system module to be called System. inherit _system; diff --git a/lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike b/lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike index ebe8ce9fdeb0fef27a1226b0ad8b54c663df807c..43507217868baec170ce52864c96a9c1c8a6fd08 100644 --- a/lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike +++ b/lib/modules/Tools.pmod/AutoDoc.pmod/MirarDocParser.pike @@ -1,4 +1,3 @@ -/* $Id$ */ #pike __REAL_VERSION__ diff --git a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod index 58684cbde912c44485b9cd7034249b3b764fe2ad..4c1333d2eecf6b2ebf958e9735b8a55fa46f616f 100644 --- a/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod +++ b/lib/modules/Tools.pmod/Legal.pmod/Copyright.pmod @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - //! Contains functions and information to store and present //! copyright information about Pike and it's components. diff --git a/lib/modules/Tools.pmod/Legal.pmod/License.pmod/GPL.pmod b/lib/modules/Tools.pmod/Legal.pmod/License.pmod/GPL.pmod index a2432a63401a945d0a33665828619dcc598c6105..3b2a93f29ffe563b7f3eb3643cd95c301a450dde 100644 --- a/lib/modules/Tools.pmod/Legal.pmod/License.pmod/GPL.pmod +++ b/lib/modules/Tools.pmod/Legal.pmod/License.pmod/GPL.pmod @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - protected constant name = "GNU General Public License 2"; protected constant text = #string "gpl.txt"; diff --git a/lib/modules/Tools.pmod/Legal.pmod/License.pmod/LGPL.pmod b/lib/modules/Tools.pmod/Legal.pmod/License.pmod/LGPL.pmod index 848983c4fec48424237622a637d46ce37a8a6a6e..5b6b06babea6dc31dbd3ac3491ad0e9dea7b5060 100644 --- a/lib/modules/Tools.pmod/Legal.pmod/License.pmod/LGPL.pmod +++ b/lib/modules/Tools.pmod/Legal.pmod/License.pmod/LGPL.pmod @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - inherit .GPL; protected constant name = "GNU Lesser General Public License 2.1"; diff --git a/lib/modules/Tools.pmod/Legal.pmod/License.pmod/MPL.pmod b/lib/modules/Tools.pmod/Legal.pmod/License.pmod/MPL.pmod index 8fb3ce0bbf9fc5ef70a58b5b2ccf203a2af0bbab..2a8382c3322d9f015c901da90339abd4ee9e9584 100644 --- a/lib/modules/Tools.pmod/Legal.pmod/License.pmod/MPL.pmod +++ b/lib/modules/Tools.pmod/Legal.pmod/License.pmod/MPL.pmod @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - protected constant name = "Mozilla Public License 1.1"; protected constant text = #string "mpl.txt"; diff --git a/lib/modules/Tools.pmod/Legal.pmod/License.pmod/module.pmod b/lib/modules/Tools.pmod/Legal.pmod/License.pmod/module.pmod index e6bd7318be58c2206298073f091f05252609e656..500369b9ce0ee9693fea030dcc6d1e8043d38475 100644 --- a/lib/modules/Tools.pmod/Legal.pmod/License.pmod/module.pmod +++ b/lib/modules/Tools.pmod/Legal.pmod/License.pmod/module.pmod @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ - //! Returns all the licenses as a string, suitable for //! saving as a file. string get_text() { diff --git a/lib/modules/Tools.pmod/Monger.pmod/MongerDeveloper.pike b/lib/modules/Tools.pmod/Monger.pmod/MongerDeveloper.pike index 9ae7bf433716a3bdc5207ac11f4686e0164b3ad1..2477a8d80be82faf019f2be9767fd111f19656b4 100644 --- a/lib/modules/Tools.pmod/Monger.pmod/MongerDeveloper.pike +++ b/lib/modules/Tools.pmod/Monger.pmod/MongerDeveloper.pike @@ -1,7 +1,5 @@ // -*- Pike -*- -// $Id$ - #pike __REAL_VERSION__ constant version = diff --git a/lib/modules/Tools.pmod/Monger.pmod/MongerUser.pike b/lib/modules/Tools.pmod/Monger.pmod/MongerUser.pike index ea72178a4647d6bf13bebdf69b83d815fcc0a400..d0484169b7c89bff1f41d8dac77a8e58e9f89a79 100644 --- a/lib/modules/Tools.pmod/Monger.pmod/MongerUser.pike +++ b/lib/modules/Tools.pmod/Monger.pmod/MongerUser.pike @@ -1,7 +1,5 @@ // -*- Pike -*- -// $Id$ - #pike __REAL_VERSION__ constant version = diff --git a/lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike b/lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike index 1f1588b483f535b921c2bc66e02bd41ddd1bb995..0f72fb842ef7c60f9f12e54aa3dbcde6b78b29ab 100644 --- a/lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/assemble_autodoc.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Tools.pmod/Standalone.pmod/benchmark.pike b/lib/modules/Tools.pmod/Standalone.pmod/benchmark.pike index 1affeaae57db9e18928a5535b3484cb80f369a19..2965ddcc8722db5940c8c47a8aa97974d7a30d80 100644 --- a/lib/modules/Tools.pmod/Standalone.pmod/benchmark.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/benchmark.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Tools.pmod/Standalone.pmod/cflags.pike b/lib/modules/Tools.pmod/Standalone.pmod/cflags.pike index 96c507affd91fb5f55a8260f74427048afba4c57..d8fbcf182ec12051c8dce27e662a962ac5513f33 100644 --- a/lib/modules/Tools.pmod/Standalone.pmod/cflags.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/cflags.pike @@ -1,5 +1,5 @@ #! /usr/bin/env pike -// -*- pike -*- $Id$ +// -*- pike -*- #pike __REAL_VERSION__ constant description = "CFLAGS for C module compilation"; diff --git a/lib/modules/Tools.pmod/Standalone.pmod/cgrep.pike b/lib/modules/Tools.pmod/Standalone.pmod/cgrep.pike index db4bac667180be2f4ccdde609174e39401b936f9..88b329dbaf744101395c533b80222302bc35dd96 100755 --- a/lib/modules/Tools.pmod/Standalone.pmod/cgrep.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/cgrep.pike @@ -1,6 +1,5 @@ #! /usr/bin/env pike // -*- Pike -*- -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Tools.pmod/Standalone.pmod/dump.pike b/lib/modules/Tools.pmod/Standalone.pmod/dump.pike index da5305bb4447202ae1c231bf0f65703d8f490231..167cdc018b4ffb9efdd1c42f1ede08033980139b 100644 --- a/lib/modules/Tools.pmod/Standalone.pmod/dump.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/dump.pike @@ -6,7 +6,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ constant description = "Dumps Pike files into object files."; diff --git a/lib/modules/Tools.pmod/Standalone.pmod/extract_autodoc.pike b/lib/modules/Tools.pmod/Standalone.pmod/extract_autodoc.pike index 99fa69455b1f111f49ae8b9b0ee9ee51d7fc937f..e9fa07f362fdb3ff67687641967d60e7c39361ed 100644 --- a/lib/modules/Tools.pmod/Standalone.pmod/extract_autodoc.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/extract_autodoc.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * AutoDoc mk II extraction script. * * Henrik Grubbstr�m 2001-01-08 diff --git a/lib/modules/Tools.pmod/Standalone.pmod/extract_locale.pike b/lib/modules/Tools.pmod/Standalone.pmod/extract_locale.pike index b55d313d83ba12ddad5b994a8fc602263765e3a0..c341e2328a0a26280f65ef3314ecc5b32c2efecd 100755 --- a/lib/modules/Tools.pmod/Standalone.pmod/extract_locale.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/extract_locale.pike @@ -2,7 +2,6 @@ // // By Martin Nilsson and Andreas Lange // -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Tools.pmod/Standalone.pmod/join_autodoc.pike b/lib/modules/Tools.pmod/Standalone.pmod/join_autodoc.pike index 1737064f0e00f18f295495c252e5ca2776fc151d..09c23b79a7f39820268e197864d77e0c81d6d5ed 100644 --- a/lib/modules/Tools.pmod/Standalone.pmod/join_autodoc.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/join_autodoc.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * AutoDoc mk II join script. * * Usage: pike -x join_autodoc destination.xml builddir diff --git a/lib/modules/Tools.pmod/Standalone.pmod/make_wxs.pike b/lib/modules/Tools.pmod/Standalone.pmod/make_wxs.pike index 58947143acae57b36669ee53251a7d0153bf759f..51a6b7895604bb6651a05c66cb3e3531139a05fd 100644 --- a/lib/modules/Tools.pmod/Standalone.pmod/make_wxs.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/make_wxs.pike @@ -1,8 +1,6 @@ #pike __REAL_VERSION__ /* - * $Id$ - * * Make a Wix modules source XML file from an existing set of * directories or files. * diff --git a/lib/modules/Tools.pmod/Standalone.pmod/module.pike b/lib/modules/Tools.pmod/Standalone.pmod/module.pike index d7a39fac4c5c20a438d1e95b462645cf194d77d5..92873ee23849650ba5d06dd13aea9812a924c44a 100644 --- a/lib/modules/Tools.pmod/Standalone.pmod/module.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/module.pike @@ -1,7 +1,5 @@ // -*- Pike -*- -// $Id$ - #pike __REAL_VERSION__ constant version = diff --git a/lib/modules/Tools.pmod/Standalone.pmod/process_files.pike b/lib/modules/Tools.pmod/Standalone.pmod/process_files.pike index cbde77816fbba551da5a4f31fc669f5e24ea847f..147f8c4d2e8a3a54f82bcaee9eee4c43cc6653d8 100644 --- a/lib/modules/Tools.pmod/Standalone.pmod/process_files.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/process_files.pike @@ -1,5 +1,5 @@ #! /usr/bin/pike -// -*- pike -*- $Id$ +// -*- pike -*- #pike __REAL_VERSION__ #ifdef SUGGESTED_MODE_OF_USAGE diff --git a/lib/modules/Tools.pmod/Standalone.pmod/rsif.pike b/lib/modules/Tools.pmod/Standalone.pmod/rsif.pike index 89e3ac90089d323653cf368576c5e6e99be0b7b2..5e32eea6208c3a2968ba07e0e1ba3f710dfc81a1 100755 --- a/lib/modules/Tools.pmod/Standalone.pmod/rsif.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/rsif.pike @@ -1,5 +1,5 @@ #! /usr/bin/env pike -// -*- pike -*- $Id$ +// -*- pike -*- #pike __REAL_VERSION__ inherit Tools.Standalone.process_files; diff --git a/lib/modules/Tools.pmod/Standalone.pmod/rsqld.pike b/lib/modules/Tools.pmod/Standalone.pmod/rsqld.pike index a3460bdd74e2f0617cf79beaec071f940543d006..f62958d7086b80eb8fd1d1f267bae88af1a813ed 100644 --- a/lib/modules/Tools.pmod/Standalone.pmod/rsqld.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/rsqld.pike @@ -1,5 +1,4 @@ #! /usr/bin/env pike -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Tools.pmod/Standalone.pmod/test_pike.pike b/lib/modules/Tools.pmod/Standalone.pmod/test_pike.pike index dc68b532d1df76e866328699d8868a7377d62f65..c18ca65cdb802f16ad855026944d51db5c286ba1 100755 --- a/lib/modules/Tools.pmod/Standalone.pmod/test_pike.pike +++ b/lib/modules/Tools.pmod/Standalone.pmod/test_pike.pike @@ -1,8 +1,6 @@ #! /usr/bin/env pike #pike __REAL_VERSION__ -/* $Id$ */ - constant description = "Executes tests according to testsuite files."; constant log_msg = Tools.Testsuite.log_msg; diff --git a/lib/modules/Tools.pmod/X509.pmod b/lib/modules/Tools.pmod/X509.pmod index 2378db813596d8e4fa88be665ed4f40cb2753290..d9b832d3c0469377e1d919ddaff799e811bfde3f 100644 --- a/lib/modules/Tools.pmod/X509.pmod +++ b/lib/modules/Tools.pmod/X509.pmod @@ -2,8 +2,6 @@ //#pragma strict_types /* - * $Id$ - * * Some random functions for creating RFC-2459 style X.509 certificates. * */ diff --git a/lib/modules/Tools.pmod/testsuite.in b/lib/modules/Tools.pmod/testsuite.in index fa52b96d54443d5a2ad484c89d9d419b19bbd4e2..39e1bb64e05f16ecd6805266b35efcdb71b416df 100644 --- a/lib/modules/Tools.pmod/testsuite.in +++ b/lib/modules/Tools.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ // Tools.Hilfe define(test_hilfe_setup_low,[[test_do([[ diff --git a/lib/modules/Val.pmod b/lib/modules/Val.pmod index 1b6c3e751db973c413499a699196d5652c097f10..a4e31ac3a501524ecbeced652351af5180dfcc9e 100644 --- a/lib/modules/Val.pmod +++ b/lib/modules/Val.pmod @@ -1,4 +1,3 @@ -// $Id$ //! This module contains special values used by various modules, e.g. //! a null value used both by @[Sql] and @[Standards.JSON]. diff --git a/lib/modules/Web.pmod/Crawler.pmod b/lib/modules/Web.pmod/Crawler.pmod index 4f18514860ca6845a34b803c843dc8cdbb642c0e..68a9f176eec656db50db38fb0a597ca4ce04c43e 100644 --- a/lib/modules/Web.pmod/Crawler.pmod +++ b/lib/modules/Web.pmod/Crawler.pmod @@ -33,7 +33,6 @@ //! @enddl // Author: Johan Sch�n. -// $Id$ #define CRAWLER_DEBUG #ifdef CRAWLER_DEBUG diff --git a/lib/modules/Web.pmod/OWL.pike b/lib/modules/Web.pmod/OWL.pike index 3327c66886a0d5c06f2078017193c424f8fb92e5..73988d8f719d2ae9e3342d6bd889e2ad163094b3 100644 --- a/lib/modules/Web.pmod/OWL.pike +++ b/lib/modules/Web.pmod/OWL.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ #define Node Parser.XML.NSTree.NSNode diff --git a/lib/modules/Web.pmod/RDF.pike b/lib/modules/Web.pmod/RDF.pike index 1f2bad9abab848a1a7a607e8747f1c14c5413bd7..be919857b37d78e3bcaff297873735aaaf684507 100644 --- a/lib/modules/Web.pmod/RDF.pike +++ b/lib/modules/Web.pmod/RDF.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Web.pmod/RDFS.pike b/lib/modules/Web.pmod/RDFS.pike index 9b07f59ff71da9dcd7e04b713faa3812cfb9cc5d..e95d211e4d848eb9177f22d07ed65ded3740e4ab 100644 --- a/lib/modules/Web.pmod/RDFS.pike +++ b/lib/modules/Web.pmod/RDFS.pike @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Web.pmod/RSS.pmod b/lib/modules/Web.pmod/RSS.pmod index fa6cb25ece308ae6155f9a080626f49f4e42828d..e25e7ea1439d34bf9c69194464b8bf2dc248d8d1 100644 --- a/lib/modules/Web.pmod/RSS.pmod +++ b/lib/modules/Web.pmod/RSS.pmod @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/Web.pmod/testsuite.in b/lib/modules/Web.pmod/testsuite.in index ecfc80912dd4f2ba70a19af599df443b492f618b..ae3d408e602058f74a9b1152c1e4e756b5ba4ab9 100644 --- a/lib/modules/Web.pmod/testsuite.in +++ b/lib/modules/Web.pmod/testsuite.in @@ -1,6 +1,4 @@ START_MARKER -test_true([["$Id$"]]); - // - Web.RDF test_any_equal([[ diff --git a/lib/modules/Yabu.pmod/testsuite.in b/lib/modules/Yabu.pmod/testsuite.in index b777cffbee6f7b01282a060ebc8cf4f77e64baf9..14098dbae0b9ccfee44ed6e9ebc064b12b22701c 100644 --- a/lib/modules/Yabu.pmod/testsuite.in +++ b/lib/modules/Yabu.pmod/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ test_do([[ Yabu.db("test.db", "wct")->purge(); ]]) test_do([[ add_constant("db", Yabu.db("test.db", "wct")) ]]) diff --git a/lib/modules/_Image.pmod/Dims.pmod b/lib/modules/_Image.pmod/Dims.pmod index 7b298239025ed6d6c9c2b088cf71010eaf637cdf..990a4865671530d60de0a62c9866a5518b39315b 100644 --- a/lib/modules/_Image.pmod/Dims.pmod +++ b/lib/modules/_Image.pmod/Dims.pmod @@ -1,7 +1,5 @@ #pike __REAL_VERSION__ -// $Id$ -// // Imagedimensionreadermodule for Pike. // Created by Johan Sch�n, <js@roxen.com>. // diff --git a/lib/modules/_Image_DWG.pmod b/lib/modules/_Image_DWG.pmod index fe05a5ffd4f63d71b36188643e303759ba25b271..c9f526af5f663f6fbc6de352fd161afa4fa4001a 100644 --- a/lib/modules/_Image_DWG.pmod +++ b/lib/modules/_Image_DWG.pmod @@ -1,5 +1,4 @@ // AutoCAD R13/R14/R2000 DWG file decoder -// $Id$ #pike __REAL_VERSION__ diff --git a/lib/modules/testsuite.in b/lib/modules/testsuite.in index 7346dc4f3b81552e6af82a2ed8bd8d835f3e6af7..ae320ac8eef2b6d1688170e313d7d835b6092993 100644 --- a/lib/modules/testsuite.in +++ b/lib/modules/testsuite.in @@ -1,4 +1,3 @@ -dnl $Id$ START_MARKER diff --git a/man/pike.1 b/man/pike.1 index 1032b45b25d4981ce5bede45427419fafa4539c4..b2b397c212d44a8c239a71479b8b5394f3ebc176 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -1,4 +1,3 @@ -.\" $Id$ .\" name section last-modified title section-name product/status architecture .ds ]L Pike .TH pike 1 "$Date: 2008/08/12 20:18:50 $" Pike "Pike Manual" Pike diff --git a/packaging/debian/README.Debian b/packaging/debian/README.Debian index 49dda6e54419318326bef3c65adcaf5e7dab91af..d4ae995566f70af03d15ea47c8c7f38d2cd73145 100644 --- a/packaging/debian/README.Debian +++ b/packaging/debian/README.Debian @@ -25,6 +25,3 @@ are: /usr/local/share/pike/site_pike /usr/local/share/pike7.9/site_pike - ----- -$Id$ diff --git a/packaging/debian/patches/06_dynamic_module_makefile.in-libgcc.diff b/packaging/debian/patches/06_dynamic_module_makefile.in-libgcc.diff index c0c3f1d002aec435bfbd7cae6fc23636e210c80f..80b297a3d7e467166f30869cd2a97c1fdb2eb331 100644 Binary files a/packaging/debian/patches/06_dynamic_module_makefile.in-libgcc.diff and b/packaging/debian/patches/06_dynamic_module_makefile.in-libgcc.diff differ diff --git a/packaging/debian/pike-config.in b/packaging/debian/pike-config.in index 163cf5b94b7319af72bd94742ae232744add868e..9fa5f9c0cdb5e9329f0798027d832002c3e636c3 100644 --- a/packaging/debian/pike-config.in +++ b/packaging/debian/pike-config.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $Id$ -# MY_CFLAGS="@CFLAGS@" MY_LDFLAGS="@LDFLAGS@" diff --git a/packaging/debian/pike7.9-core.postinst b/packaging/debian/pike7.9-core.postinst index 394846bb578e372b0a22ef61654c3849008a7688..dd1abbe70e48e1e5fe5bdcb9bae34f0a4d360632 100644 --- a/packaging/debian/pike7.9-core.postinst +++ b/packaging/debian/pike7.9-core.postinst @@ -2,8 +2,6 @@ # postinst script for pike7.9 # # see: dh_installdeb(1) -# -# $Id$ # set -e diff --git a/packaging/debian/pike7.9-core.prerm b/packaging/debian/pike7.9-core.prerm index d42f0e0b68016d2048b9e1c2796c921b793bc81d..3da8c3af7c20393af09cece7d798b469d2cbe3e7 100644 --- a/packaging/debian/pike7.9-core.prerm +++ b/packaging/debian/pike7.9-core.prerm @@ -2,8 +2,6 @@ # prerm script for pike7.9 # # see: dh_installdeb(1) -# -# $Id$ # set -e diff --git a/packaging/debian/postinst b/packaging/debian/postinst index 394846bb578e372b0a22ef61654c3849008a7688..dd1abbe70e48e1e5fe5bdcb9bae34f0a4d360632 100644 --- a/packaging/debian/postinst +++ b/packaging/debian/postinst @@ -2,8 +2,6 @@ # postinst script for pike7.9 # # see: dh_installdeb(1) -# -# $Id$ # set -e diff --git a/packaging/debian/prerm b/packaging/debian/prerm index d42f0e0b68016d2048b9e1c2796c921b793bc81d..3da8c3af7c20393af09cece7d798b469d2cbe3e7 100644 --- a/packaging/debian/prerm +++ b/packaging/debian/prerm @@ -2,8 +2,6 @@ # prerm script for pike7.9 # # see: dh_installdeb(1) -# -# $Id$ # set -e diff --git a/packaging/debian/rules b/packaging/debian/rules index 3e165e0dabf8d50cd7225ddfea37f0fb18c95e27..49b2dc53d5c361afac54500b355bd119bf4e656f 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -6,7 +6,6 @@ # architecture-dependant package, as well as an architecture-independent # package. # -# $Id$ # # Uncomment this to turn on verbose mode. diff --git a/packaging/fink/README b/packaging/fink/README index 71a20e33160121c241f42e320feabf7b29b0bc82..6c0dcd83b475dbfd47b6b559d67b5332b346a5f6 100644 --- a/packaging/fink/README +++ b/packaging/fink/README @@ -22,5 +22,3 @@ Greats go to : - Bill Welliver <hww3@riverweb.com> That gave me some good ideas and start points to make this :) - -$Id$ diff --git a/packaging/windows/installer.vbs b/packaging/windows/installer.vbs index 2f342c93d551f27d738f2214a04e7a9d0dc6d14d..20eb317f73e2aecf16b0b024bffaf9a9d19f8063 100644 --- a/packaging/windows/installer.vbs +++ b/packaging/windows/installer.vbs @@ -1,6 +1,4 @@ ' -' $Id$ -' ' Companion file to bin/install.pike for custom actions. ' ' 2004-12-01 Henrik Grubbstr�m diff --git a/refdoc/Makefile b/refdoc/Makefile index 847945a40c0258f8f780169d0c59e6b8a95e946a..6940455f6879e7c5920cbf76d3d0e2e28432c103 100644 --- a/refdoc/Makefile +++ b/refdoc/Makefile @@ -1,8 +1,6 @@ # # Main Makefile for extracting AutoDoc mk II to XML # -# $Id$ -# # Henrik Grubbstr�m 2001-02-02 # diff --git a/refdoc/presentation/tree-split-autodoc.pike b/refdoc/presentation/tree-split-autodoc.pike index fca23074778b3c062bfe515ff1707c4a9beaad17..799d51f505f4a1e01f26eedd4bb3718a023055be 100644 --- a/refdoc/presentation/tree-split-autodoc.pike +++ b/refdoc/presentation/tree-split-autodoc.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * */ inherit "make_html.pike"; diff --git a/refdoc/presentation/wiki.pike b/refdoc/presentation/wiki.pike index 69fa3f6ecd0a90196001bc1cf6309d4a87be3eab..07314e8d86d12bd28fb60927d39ec5f6d812f0d0 100644 --- a/refdoc/presentation/wiki.pike +++ b/refdoc/presentation/wiki.pike @@ -1,4 +1,3 @@ -// $Id$ inherit "tree-split-autodoc.pike"; diff --git a/refdoc/structure/caudium_modref.html b/refdoc/structure/caudium_modref.html index 1fa367d87fd8280900c0228ca455435a1d7db3d3..852aed1310ce6d676e0c6ced893d54ab34931285 100644 --- a/refdoc/structure/caudium_modref.html +++ b/refdoc/structure/caudium_modref.html @@ -1,4 +1,3 @@ -<!-- $Id$ --> <use file="/caudium.tmpl"> <page title="$title$" ecss="caudiumref.css" parent="/developer/pikeref/index.html" showwiki="yes"> diff --git a/refdoc/structure/modref.xml b/refdoc/structure/modref.xml index a78cdfad3abfd704eb32861ac16389a8bf4605d8..1e2f46062b637e834f4738e98a0f0837c448a9d6 100644 --- a/refdoc/structure/modref.xml +++ b/refdoc/structure/modref.xml @@ -2,7 +2,6 @@ <!-- put everything together, as well as information about how to --> <!-- split it up into smaller files. --> -<!-- $Id$ --> <manual> <dir name="ignored"> diff --git a/refdoc/structure/module_modref.xml b/refdoc/structure/module_modref.xml index 04647c31ddb049426e5a98e04494f02ab1201133..1ab9303883fdf40098c8f9fece588fd786a77cd6 100644 --- a/refdoc/structure/module_modref.xml +++ b/refdoc/structure/module_modref.xml @@ -2,7 +2,6 @@ <!-- put everything together, as well as information about how to --> <!-- split it up into smaller files. --> -<!-- $Id$ --> <manual> <dir name="ignored"> diff --git a/refdoc/structure/onepage.xml b/refdoc/structure/onepage.xml index 6368d042bd487e3caf0b16ed0992de87aef575ae..0ae8b96be8de438eef673859982d4ccb87bf35ab 100644 --- a/refdoc/structure/onepage.xml +++ b/refdoc/structure/onepage.xml @@ -2,7 +2,6 @@ <!-- put everything together, as well as information about how to --> <!-- split it up into smaller files. --> -<!-- $Id$ --> <manual> <dir name="onepage"> diff --git a/refdoc/structure/traditional.xml b/refdoc/structure/traditional.xml index 3da617c4acb615f35e3e626229ad42d57fd2e574..700c0073bac34c670aa58deae9eceb05e61498eb 100644 --- a/refdoc/structure/traditional.xml +++ b/refdoc/structure/traditional.xml @@ -5,7 +5,6 @@ <!-- The description in this file will compile a reference manual --> <!-- similar to the old "Pike Tutorial". --> -<!-- $Id$ --> <manual> <dir name="traditional_manual"> diff --git a/src/Makefile.in b/src/Makefile.in index 69e92a4e9c24a4781f93ff8b58ee57fe471fe8fa..ace0f99970d88141c8cbc434492be44ed60534ba 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,6 +1,3 @@ -# -# $Id$ -# # This line is needed on some machines. @SET_MAKE@ diff --git a/src/acconfig.h b/src/acconfig.h index 6e8df0866c268f05579cca15f7e83d842e08aba3..8fcf4d4d2bc3c5181ff0801592a34f3201d21e50 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef MACHINE_H diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 19b75ff7b3ad8776566bb6dcdaec3f4609ac7076..12379eec558e60bd70708dae7fcdb99a3ea3dc9e 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -1,4 +1,3 @@ -dnl $Id$ dnl Some compatibility with Autoconf 2.50+. Not complete. dnl newer Autoconf calls substr m4_substr @@ -654,8 +653,7 @@ define([PIKE_RETAIN_VARIABLES], define([AC_LOW_MODULE_INIT], [ - # $Id$ - + MY_AC_PROG_CC dnl The following shouldn't be necessary; it comes from the core diff --git a/src/alloca.c b/src/alloca.c index 34ba5639740e4254ba3ae7806b64facbf19d5cf4..d1d9ada4287c50ed17b9f4b202efd3d08194552a 100644 --- a/src/alloca.c +++ b/src/alloca.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include <stdio.h> diff --git a/src/apply_low.h b/src/apply_low.h index bd5d88ef7018113cdf4ca67ee306ee008150f18b..3bb96d5f8330b7308edf7db1c5b6e06a39160bf0 100644 --- a/src/apply_low.h +++ b/src/apply_low.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ { diff --git a/src/array.c b/src/array.c index 6c69c8fdf1a532dcb2c979d784cf997011e67635..15ad6505d0d28d4ba5098f9a3cc71167cee6fb37 100644 --- a/src/array.c +++ b/src/array.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/array.h b/src/array.h index 4fd72e35764963b6d01c9a163d3b44940aad7b55..6e820bc3d229c39bb7920ad2ecb817fe14049e81 100644 --- a/src/array.h +++ b/src/array.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef ARRAY_H diff --git a/src/backend.cmod b/src/backend.cmod index d983077c9997c7c91be1bdd5c7b7d79335e08332..b798f5e13853c4671535efd3c1a01ae3d18be6b5 100644 --- a/src/backend.cmod +++ b/src/backend.cmod @@ -5,8 +5,6 @@ */ /* - * $Id$ - * * Backend object. */ diff --git a/src/backend.h b/src/backend.h index e6a56b5385285393565ff49aa01150a7414669fd..836db0f8324c42cbf10758649d041d430c91a839 100644 --- a/src/backend.h +++ b/src/backend.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef BACKEND_H diff --git a/src/bignum.c b/src/bignum.c index 47eb27b32e5cb1c87a2d1f4180e88837f74279fb..d0c31acd2fdcbb944b0b82c75fdac40880422863 100644 --- a/src/bignum.c +++ b/src/bignum.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/bignum.h b/src/bignum.h index 091589eb7cfda98fba8acd8f74abebfb9c622599..2e3155571eb68b7403f5ba56718ecf0cd6b003e8 100644 --- a/src/bignum.h +++ b/src/bignum.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/block_alloc.h b/src/block_alloc.h index 4990c0ce1fba6700f2e6464def4502036f2286f3..0351753ef7af92ab720b3c7aef97358c4d2aa7f4 100644 --- a/src/block_alloc.h +++ b/src/block_alloc.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #undef PRE_INIT_BLOCK diff --git a/src/block_alloc_h.h b/src/block_alloc_h.h index dfe20632d20f259d3302d9263613bb67532faca3..9c635285124b0aa2335854922a84bbc0f9abf397 100644 --- a/src/block_alloc_h.h +++ b/src/block_alloc_h.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #undef BLOCK_ALLOC diff --git a/src/builtin.cmod b/src/builtin.cmod index b8a63458afa058a8fbc5d87663da2c41c5e59a27..c31aefa03018baf56c80c9a3b5a5dff3e94dec88 100644 --- a/src/builtin.cmod +++ b/src/builtin.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/builtin_functions.c b/src/builtin_functions.c index 8aa02a6f7fb0cec16c5ea90f9c0a0de39810c359..b21748c1eda1f74ef57cf9d6ba4ca4362ea45dc9 100644 --- a/src/builtin_functions.c +++ b/src/builtin_functions.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/builtin_functions.h b/src/builtin_functions.h index 0ee6303c3efb0b74173581d6ea6ea382522eba57..be92d4a2e04542163744ce68c4067360b7c6b6e3 100644 --- a/src/builtin_functions.h +++ b/src/builtin_functions.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef BUILTIN_EFUNS_H diff --git a/src/callback.c b/src/callback.c index e83e292f2ff67ed6fae58400a04638efbde18d51..7f4f720cc5f93c17b0ece4033fdcfc6ab88601ba 100644 --- a/src/callback.c +++ b/src/callback.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/callback.h b/src/callback.h index 2f82a7ec716492b935df960923ec65f29cd66577..a04f1b2e8a6ef9356460d0b53bd85eae61f824cd 100644 --- a/src/callback.h +++ b/src/callback.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef CALLBACK_H diff --git a/src/code/bytecode.c b/src/code/bytecode.c index 495cf1d3af4bc1a8c4e739ff9526cff875b7cb9a..d6beb61de12ba1ffca102312b004978205382ae0 100644 --- a/src/code/bytecode.c +++ b/src/code/bytecode.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/code/bytecode.h b/src/code/bytecode.h index a7adeba5aaf80d6c0788042364d9c37fab4dc481..7dee4a30000bd6011012c27b76feb0171a013519 100644 --- a/src/code/bytecode.h +++ b/src/code/bytecode.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define UPDATE_PC() diff --git a/src/code/computedgoto.c b/src/code/computedgoto.c index 164e8c498913d134fdfb5ad77580c3a4a9e6c71e..4353acaffff0d6744af485516627b0bddcf9ced4 100644 --- a/src/code/computedgoto.c +++ b/src/code/computedgoto.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/code/computedgoto.h b/src/code/computedgoto.h index 7ca6550945d6875a8d8bb08e34c500d06c92836a..209ccac2306395f8927e09b0f98b9d733b1e2d72 100644 --- a/src/code/computedgoto.h +++ b/src/code/computedgoto.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define UPDATE_PC() diff --git a/src/code/ia32.c b/src/code/ia32.c index c8e31600dd8d8268c426ccf3c5360c6da1056c90..6e5668df64f28391343942d715bc732f18572acc 100644 --- a/src/code/ia32.c +++ b/src/code/ia32.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/code/ia32.h b/src/code/ia32.h index 9c21421ca2ca124f58ad8109562a717d49e31e6c..6887c1084e1ee9fb3628f3a44f0593110a7a3ae1 100644 --- a/src/code/ia32.h +++ b/src/code/ia32.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* #define ALIGN_PIKE_JUMPS 8 */ diff --git a/src/code/ppc32.c b/src/code/ppc32.c index b0b1cf30688011fd98dcc91b9e3a5c2b1b03902b..29edb044b5e87b84fb13a46a33a1a5d2ed0a4a82 100644 --- a/src/code/ppc32.c +++ b/src/code/ppc32.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/code/ppc32.h b/src/code/ppc32.h index 025c8e23d71f405aa8015bdbcdb0636396845b90..d2832bdcebb771d83e4380fe6cc2094893cff945 100644 --- a/src/code/ppc32.h +++ b/src/code/ppc32.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define PPC_INSTR_B_FORM(OPCD,BO,BI,BD,AA,LK) \ diff --git a/src/code/ppc64.c b/src/code/ppc64.c index 4229b5f90654dfc2cc51d178dddfe416e1abb6b3..5c55eab37f0a1ce5a539bdd38c394cbba5b2a8c5 100644 --- a/src/code/ppc64.c +++ b/src/code/ppc64.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/code/ppc64.h b/src/code/ppc64.h index 477086bcbd9fcf28d95a4f1fe56837f48151e896..902dbfa7c85f8d8fae16790aab33596cedbad4f9 100644 --- a/src/code/ppc64.h +++ b/src/code/ppc64.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define PPC_INSTR_B_FORM(OPCD,BO,BI,BD,AA,LK) \ diff --git a/src/code/sparc.c b/src/code/sparc.c index 2f4ac75abc4a5736883fe5b0df36ca8a9e43f32b..6246625308cd321f49bdc5fddb2f44478374733c 100644 --- a/src/code/sparc.c +++ b/src/code/sparc.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/code/sparc.h b/src/code/sparc.h index 1bc664d2515815e15d466e070174412b35221995..24ed676ec934729956fe2d0d60af8c5a5e7e58aa 100644 --- a/src/code/sparc.h +++ b/src/code/sparc.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define PIKE_OPCODE_ALIGN 4 diff --git a/src/combine_path.h b/src/combine_path.h index 89a63e8dcb52d305ded389ca3326a32aaba12e7b..159f3febad6dfdb78541fad187d16258aad22389 100644 --- a/src/combine_path.h +++ b/src/combine_path.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/compilation.h b/src/compilation.h index 2ceb6781170deef8de96e6f9efbbdf0e2bb29783..a743c8a0a5b5f11257f52c2546d4e231cbff6adf 100644 --- a/src/compilation.h +++ b/src/compilation.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/constants.c b/src/constants.c index 56d95ce1d216587ca1dd4daf93e5fa3454ccdde0..67d2ef25ae859d69985171cf679d5e8499e9b213 100644 --- a/src/constants.c +++ b/src/constants.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/constants.h b/src/constants.h index 788edcb7c1e866c345e658dd56ca761f05fe20fd..7e0b2de4078198bb2b7119dc756a754259e785e6 100644 --- a/src/constants.h +++ b/src/constants.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef ADD_EFUN_H diff --git a/src/cpp.c b/src/cpp.c index c39d0e66b389dd96963fc370d0aca444bbcc9063..694490cf10ce20763694800697e885c882e7a2c3 100644 --- a/src/cpp.c +++ b/src/cpp.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/cpp.h b/src/cpp.h index 2ae82dd35f0be5953290010571c930c381ea46c9..d66568b43cdffba6aca4167d128f12dbf4de53ee 100644 --- a/src/cpp.h +++ b/src/cpp.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef CPP_H diff --git a/src/crypt.c b/src/crypt.c index 9f45dae8448e10a5196f644138477728e48e19bc..89e9f46f5ef6f5140414ee45d728db1ad02645e3 100644 --- a/src/crypt.c +++ b/src/crypt.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/cyclic.c b/src/cyclic.c index 267fa04ce5eb70e31b27011472e1f74924344f6f..ad31f3572a56856d323a84466f217f54e42f34af 100644 --- a/src/cyclic.c +++ b/src/cyclic.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/cyclic.h b/src/cyclic.h index b156e71e1076aa2fac3090705de737b35c0c6310..4906f1512de1f09de82cbed5ae656fc579e7e5d0 100644 --- a/src/cyclic.h +++ b/src/cyclic.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef CYCLIC_H diff --git a/src/dlopen.c b/src/dlopen.c index cce4b5f992735a4bd03f8c4f1666a10650874957..ff1ba1a4a158d20162694c606b2650192385b1d5 100644 --- a/src/dlopen.c +++ b/src/dlopen.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* Note: This is not used if --enable-dll is. */ diff --git a/src/dmalloc.h b/src/dmalloc.h index 854d25ee645f5bffbacb30791b170118a3bde697..dc02d917893727e42f0bcae6b78fc5f36fd29195 100644 --- a/src/dmalloc.h +++ b/src/dmalloc.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef DMALLOC_H diff --git a/src/docode.c b/src/docode.c index 734e7bee9d24a681eab54eeab5afbad661f67219..0ceb22d0b20f99c1bb462a9dcb5b8c3f2eb8f69a 100644 --- a/src/docode.c +++ b/src/docode.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/docode.h b/src/docode.h index ba67501341e7d67baa1d0d8a233f5137b02cb73f..fbc6a1add9fe1173ab0e8d0df2e781348e0bb63e 100644 --- a/src/docode.h +++ b/src/docode.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef DOCODE_H diff --git a/src/dumpmaster.pike b/src/dumpmaster.pike index 8fa68b6a405b0f65db7ce7c9ff5062fc831b071d..31dae9022d45d2777b2e025f9938c2bb9c319375 100644 --- a/src/dumpmaster.pike +++ b/src/dumpmaster.pike @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ string fr; diff --git a/src/dynamic_buffer.c b/src/dynamic_buffer.c index 152364849c0e80455d4285467b9624a8271dffdd..ec99b15b58c68003306d3560bc168aaf9479efdd 100644 --- a/src/dynamic_buffer.c +++ b/src/dynamic_buffer.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/dynamic_buffer.h b/src/dynamic_buffer.h index 7c4239a008baaf63e0231574ae01018ff761c337..3525b584a778b0450a3e5a1d8b53bcea28f8feb9 100644 --- a/src/dynamic_buffer.h +++ b/src/dynamic_buffer.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef DYNAMIC_BUFFER_H diff --git a/src/dynamic_load.c b/src/dynamic_load.c index e8f1d5d0737525794bd002a40c226915c2c9bdbc..a6192e37b23088b612ec9659a58f2a0159167adb 100644 --- a/src/dynamic_load.c +++ b/src/dynamic_load.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifdef TESTING diff --git a/src/dynamic_load.h b/src/dynamic_load.h index 6abb9d7996d548c55472972b7aaf95c1dee703fe..a3e759b8fe59c83beedb416cbebb5054a3ff51ed 100644 --- a/src/dynamic_load.h +++ b/src/dynamic_load.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef DYNAMIC_LOAD_H diff --git a/src/encode.c b/src/encode.c index abcaec9a46064e43d1a3fc3e581574bb1e5106e6..e94e5805114f29d48588ddf426dda99825d83303 100644 --- a/src/encode.c +++ b/src/encode.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/encode.h b/src/encode.h index 467652ce509ead10d6fdcc0cbf8629215bc9cd3e..817efe3040ed85c31bb031f5451d6ffcf565fef8 100644 --- a/src/encode.h +++ b/src/encode.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef ENCODE_H diff --git a/src/error.c b/src/error.c index a8ccfea358704d372e6210d5bde5ef46835ec70a..4c29045ab493ce030e03e067afa8443f0603a2c8 100644 --- a/src/error.c +++ b/src/error.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define NO_PIKE_SHORTHAND diff --git a/src/errors.h b/src/errors.h index 45cb8307c217c253fb1285a8ef52c00eaa8a58c8..64d41f011d6db7779de835ca5d67480afd489722 100644 --- a/src/errors.h +++ b/src/errors.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifdef ERR_DECLARE diff --git a/src/export_list b/src/export_list index 5bb8ea99c45b2c868dc6e4849a4dbd2b7af027b4..3dfd6101d447001095a50d4d249091afeb894fee 100644 --- a/src/export_list +++ b/src/export_list @@ -1,4 +1,3 @@ -# $Id$ # This file lists the files and directories that should be # added to source dists. Used by bin/export.pike. diff --git a/src/facetgroup.cmod b/src/facetgroup.cmod index 6e7d5948733854b6414a5d956bcf8c149cd044ea..eed03edc96c6613462e2ab56184306bbf5935008 100644 --- a/src/facetgroup.cmod +++ b/src/facetgroup.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/fd_control.c b/src/fd_control.c index 84009926a74582f2f273454d1810454a72f07421..569f9c4b80c96e9652dd34eb0b3c71fdc00c6e06 100644 --- a/src/fd_control.c +++ b/src/fd_control.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef TESTING diff --git a/src/fd_control.h b/src/fd_control.h index 587c0378f3c90b24c4f2f62b042408799a28a6fe..11d27bf4a04d750b7f26cec1436f5c261702cb80 100644 --- a/src/fd_control.h +++ b/src/fd_control.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef FD_CONTROL_H diff --git a/src/fdlib.c b/src/fdlib.c index 63b8664e69316cbb58091dfe64653cfe3ff9ca63..c0c3d480d54d06bacda51bebf3061d08b3e3a73d 100644 --- a/src/fdlib.c +++ b/src/fdlib.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/fdlib.h b/src/fdlib.h index 3fd383048a1d4e72bb8534e1376452f576a7b5c8..ef0fcef789295ce7ccd40762cd67e7020d6f34ba 100644 --- a/src/fdlib.h +++ b/src/fdlib.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef FDLIB_H diff --git a/src/fsort.c b/src/fsort.c index 71589ab17825f0386fd3a04b4442c42d395215fd..b60b20705906b723c520eeb631db8fee1c6f9d8a 100644 --- a/src/fsort.c +++ b/src/fsort.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* fsort- a smarter quicksort /Hubbe */ diff --git a/src/fsort.h b/src/fsort.h index 315ea218fee03f833d8eb836bfda2453805ef72a..937ed6cc4a3000119badd8b3c1f9506b35e4f00b 100644 --- a/src/fsort.h +++ b/src/fsort.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef FSORT_H diff --git a/src/fsort_template.h b/src/fsort_template.h index 25a26933bd1fbd9f969e86b4b58dd87a95ef4e1c..565731723c898016daf5d9eaf062b391977b4572 100644 --- a/src/fsort_template.h +++ b/src/fsort_template.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifdef SORT_BY_INDEX diff --git a/src/gc.c b/src/gc.c index b8f4f21fd639ebb61cc881765ab74109d6d5e132..5f1646f3fdd404d4a2662ef3efa70ce015d27372 100644 --- a/src/gc.c +++ b/src/gc.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/gc.h b/src/gc.h index c98538a016254ba6f6b7f10b67b11002f9e137b1..bd5382c42c3a32854bf7d0d52ce0533df70d495f 100644 --- a/src/gc.h +++ b/src/gc.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef GC_H diff --git a/src/global.h b/src/global.h index 58f016628f919c56576bab8d69b4e18e42d94a81..edfb46206ab841537ebc47d33b3987a51911b411 100644 --- a/src/global.h +++ b/src/global.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef GLOBAL_H diff --git a/src/hashtable.c b/src/hashtable.c index 647d6310840c4e06636f59529474d2f1352cabf9..e29cd366915f3d721adc12967238858066caa8d3 100644 --- a/src/hashtable.c +++ b/src/hashtable.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/hashtable.h b/src/hashtable.h index 973a90c32dffeb0b671cc20ff10fe1db79bb884d..ae1761f50fd54be993e22ddf7111ca5c48421b37 100644 --- a/src/hashtable.h +++ b/src/hashtable.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef HASHTABLE_H diff --git a/src/install-sh b/src/install-sh index 6bfa7aa98e2ce86cd132ec6cd9a95b786361d185..501e709861a614ee60e057c99eb4c72786fb0ff1 100755 --- a/src/install-sh +++ b/src/install-sh @@ -1,7 +1,5 @@ #! /bin/sh # -# $Id$ -# # install - install a program, script, or datafile # This comes from X11R5. # diff --git a/src/interpret.c b/src/interpret.c index 349bcceff6dfffd435275853c1e92eb594c3f10e..64554858b29d075e8fc2a4cf3f27c7cb8300c1dc 100644 --- a/src/interpret.c +++ b/src/interpret.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/interpret.h b/src/interpret.h index 3b28d7bd4f121af73a72c9d0e6ae6facdc0c97b1..ce1cd7d76bdb97b57b7598c071e47a76e5ce22a3 100644 --- a/src/interpret.h +++ b/src/interpret.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef INTERPRET_H diff --git a/src/interpret_functions.h b/src/interpret_functions.h index 3972d4caa34edf2e47e174e1caad14469b2c6869..bb8228964aec0f4bf4d1af3fdcdc0fa12cf9c180 100644 --- a/src/interpret_functions.h +++ b/src/interpret_functions.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/interpreter.h b/src/interpreter.h index 388bcbb55468f56a6288e9467372d18fe60b9f26..bf95f1aaced74c799246bdf3a3ed970e6ff89bbd 100644 --- a/src/interpreter.h +++ b/src/interpreter.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #undef LOW_GET_ARG diff --git a/src/iterators.cmod b/src/iterators.cmod index 4765a42ae57ddd70a5f7166050b4a04c078d2f2c..7dc7f5c325897f9c5bca6a06e3160cebce58cefa 100644 --- a/src/iterators.cmod +++ b/src/iterators.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/language.yacc b/src/language.yacc index 9d34e626ba7910829c809467ab0303d402c5f4a2..51c214afd0d4da71dd3db6c480d36a88b25d04f6 100644 --- a/src/language.yacc +++ b/src/language.yacc @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ %pure_parser diff --git a/src/las.c b/src/las.c index 0d1db036c835f21031dab2394ecdf94c16824ce2..a4158d98129e13d4bbb21a73060d7d0c7bbc6c79 100644 --- a/src/las.c +++ b/src/las.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/las.h b/src/las.h index 8ad0978825afd11393210e255e9dd6161203c05e..4c7e00eedff5e9225fc45121009ae827c245d70e 100644 --- a/src/las.h +++ b/src/las.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef LAS_H diff --git a/src/lex.c b/src/lex.c index f8b326d1b0fdb522a5c995f26b0e597bbc3ad0a1..c409424ee8b8cc259b8e96f0fe3a16a4b03537f7 100644 --- a/src/lex.c +++ b/src/lex.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/lex.h b/src/lex.h index 5cb7ac6971e85a8fbcdcfba9dd801e1a83a0c1a4..52b6a313e7b392d26e2349d1ddac1c6e871ec91b 100644 --- a/src/lex.h +++ b/src/lex.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef LEX_H diff --git a/src/lexer.h b/src/lexer.h index 494e7608ea4423e6ee34de2646e2bfa8b8e4ef56..be112888bc7a06b5a36b653e3c4f902ff691b9ec 100644 --- a/src/lexer.h +++ b/src/lexer.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/main.c b/src/main.c index e0749023d1be99ebac2ceea6b054f1ddfd822207..7c739ee31ad05a476c3da54c637e2f4ca40e46ed 100644 --- a/src/main.c +++ b/src/main.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/main.h b/src/main.h index 974c0d4bbdfad41aa99480a197685052f6ebcb28..27f497a5c3d6d5830b7a720341c8f0b145a98dc5 100644 --- a/src/main.h +++ b/src/main.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef MAIN_H diff --git a/src/make_banner.pike b/src/make_banner.pike index 3012f33b8b894c39f13c4f8c5630f74baf75a423..a2d9ac1938c3b0749afb9b94233f81e1cad25c97 100644 --- a/src/make_banner.pike +++ b/src/make_banner.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Make a 500�70 banner BMP image suitable for the Wix installer. * * 2004-11-02 Henrik Grubbstr�m diff --git a/src/make_variables.in b/src/make_variables.in index ec65a40e6788fca25d2d6a73f480fa44b10ccf7f..5beeaec1d275a6b058fa506281333da4d0d793de 100644 --- a/src/make_variables.in +++ b/src/make_variables.in @@ -1,7 +1,5 @@ # -*- Makefile -*- # -# $Id$ -# # Start of make_variables.in # # Note: This template is actually used only for make_variables in the diff --git a/src/mapping.c b/src/mapping.c index c6f049b6755cc333c63ba394b4f1344888fe9e8e..c8912f608a9ddb2e0f45904fbc4e6db0f81ce235 100644 --- a/src/mapping.c +++ b/src/mapping.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/mapping.h b/src/mapping.h index f5564cccfff47e975292d450ea115919e1e2194d..485f45055776f7795d9229336f430682b4ee5dcd 100644 --- a/src/mapping.h +++ b/src/mapping.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef MAPPING_H diff --git a/src/mklibpike.pike b/src/mklibpike.pike index 88cb5c69bc9970db04441d3cef503d3ec28a10e6..deba2aef59bc518f93fe868143532c4b5c54bec0 100644 --- a/src/mklibpike.pike +++ b/src/mklibpike.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Create strapping code for a list of symbols in pike.so, * and the pike headerfiles. * diff --git a/src/module.c b/src/module.c index fff1e8ca1377965d2eb1b0a0fb267473c5963da0..13739735088d4fc8ea8abbdb0b774ed19139f0ba 100644 --- a/src/module.c +++ b/src/module.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/module.h b/src/module.h index de4b45a480f5eecab22e075c973052011f236640..da04937947fb83453e1b00a273a10d31a0eafc24 100644 --- a/src/module.h +++ b/src/module.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef MODULE_H diff --git a/src/module_magic.h b/src/module_magic.h index 374b3fe0fba04c2b555f7ec1f0821448f71c185e..30dbc3cc1bef4d1fe1cd21124eca686ca34efff2 100644 --- a/src/module_magic.h +++ b/src/module_magic.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef MODULE_MAGIC_H diff --git a/src/module_support.c b/src/module_support.c index 9b2c3bda9e1245a92e20809f0c3ced9e5372136b..4aacba7833cc343f4bf256ac3fa3082f52ec8efe 100644 --- a/src/module_support.c +++ b/src/module_support.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/module_support.h b/src/module_support.h index fdedd7ffc0fc9b372bc314f0ed248f30f4d583bf..4c0145fdef9418ccb3eb50c1bb5d37fe0996cdd6 100644 --- a/src/module_support.h +++ b/src/module_support.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef MODULE_SUPPORT_H diff --git a/src/modules/CommonLog/Makefile.in b/src/modules/CommonLog/Makefile.in index 94f59f6d8c90168ed08bcd14d05a08d072f5495c..256b93fabc80b3a2b47e3646660ab9b675703d33 100644 --- a/src/modules/CommonLog/Makefile.in +++ b/src/modules/CommonLog/Makefile.in @@ -1,5 +1,4 @@ # -# $Id$ # # Makefile for CommonLog # diff --git a/src/modules/CommonLog/acconfig.h b/src/modules/CommonLog/acconfig.h index 16dcd92ea6f7173971c00e1d2b901a01c96ac2dc..abe6915b29860681400ea2f3bb1b289a5c257925 100644 --- a/src/modules/CommonLog/acconfig.h +++ b/src/modules/CommonLog/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef COMMONLOG_MACHINE_H diff --git a/src/modules/CommonLog/clf.c b/src/modules/CommonLog/clf.c index a85350b1179eccbfe25d3e0ee2b522ad0025e474..06c69397326e2cf5fd20661948349f3f6fe7ab41 100644 --- a/src/modules/CommonLog/clf.c +++ b/src/modules/CommonLog/clf.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* MUST BE FIRST */ diff --git a/src/modules/CommonLog/configure.in b/src/modules/CommonLog/configure.in index 9c477d06d983863ebbb890c9ee6d837cd04dbf5d..2c022aff132804d089e34a1cac78e95196cd04c9 100755 --- a/src/modules/CommonLog/configure.in +++ b/src/modules/CommonLog/configure.in @@ -1,6 +1,4 @@ # -# $Id$ -# # configure.in for CommonLog. # diff --git a/src/modules/CommonLog/testsuite.in b/src/modules/CommonLog/testsuite.in index ec7a9c9acefeea7257290ca9b6e03b35c9663579..11f4183719be1689190c396031c491d86f555ce2 100644 --- a/src/modules/CommonLog/testsuite.in +++ b/src/modules/CommonLog/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -dnl $Id$ test_do([[ Stdio.write_file("clf",#" diff --git a/src/modules/DVB/Makefile.in b/src/modules/DVB/Makefile.in index aeecb617bc5287f462d7b338e2868204b9f035bd..f7a2576e42a59c43293c55239faafbc454080d20 100644 --- a/src/modules/DVB/Makefile.in +++ b/src/modules/DVB/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=dvb.o psparser.o diff --git a/src/modules/DVB/acconfig.h b/src/modules/DVB/acconfig.h index 7017b256ce3f2fbfb73ef1ddeb568379b47ab805..61f1d98eadd8948a9bc6f5059f2eef7379a0f6dc 100644 --- a/src/modules/DVB/acconfig.h +++ b/src/modules/DVB/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/DVB/configure.in b/src/modules/DVB/configure.in index 01db83e5bfa27c4cc1590baba2f4e72f55e546eb..4dc971336a2bbed6cd8be42f62f146dec7a60d46 100644 --- a/src/modules/DVB/configure.in +++ b/src/modules/DVB/configure.in @@ -1,6 +1,3 @@ -# -# $Id$ -# AC_INIT(dvb.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/DVB/dvb.c b/src/modules/DVB/dvb.c index 84ec549e8ec7a9233f3eb6b529ef1f647234ed89..db35f7b8ff7d940a10b61a96d3f405e1f55e1fcc 100644 --- a/src/modules/DVB/dvb.c +++ b/src/modules/DVB/dvb.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/DVB/dvb.h b/src/modules/DVB/dvb.h index 82aa659b73ac420bcfb931ed7277c704ffbef598..1e80e6e008a12bf2949efeb86b0cd1f4bd204380 100644 --- a/src/modules/DVB/dvb.h +++ b/src/modules/DVB/dvb.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef DVB_H diff --git a/src/modules/DVB/psparser.c b/src/modules/DVB/psparser.c index c68839246a4182974852c35ccf9ee4612c4d61d5..dfa5e8b60ace77a91da06d75c34b5f5510a8a348 100644 --- a/src/modules/DVB/psparser.c +++ b/src/modules/DVB/psparser.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Fuse/acconfig.h b/src/modules/Fuse/acconfig.h index 4fadc58de91981c59dfb36f62ba1863fe05a058a..5462022c8fb4f34ad850ac23c74f02f6064039da 100644 --- a/src/modules/Fuse/acconfig.h +++ b/src/modules/Fuse/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* Define if you have FUSE */ diff --git a/src/modules/Fuse/example/remountcwd.pike b/src/modules/Fuse/example/remountcwd.pike index 7c5713a826c00015d9ae7ccf8593bd7ab3f6a63e..f5b41791d504f44cab25f51b857653cc5dc91821 100644 --- a/src/modules/Fuse/example/remountcwd.pike +++ b/src/modules/Fuse/example/remountcwd.pike @@ -1,6 +1,5 @@ // Re-mount CWD somewhere else. // -// $Id$ // // To test: mkdir /tmp/test; pike test.pike -d /tmp/test diff --git a/src/modules/Fuse/fuse.c b/src/modules/Fuse/fuse.c index 58942c96b9478a701ee4a9e295144f0f0ee84bbe..97f059a96a35591a70bb073071a15f6c6b4fec0f 100644 --- a/src/modules/Fuse/fuse.c +++ b/src/modules/Fuse/fuse.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Gdbm/Makefile.in b/src/modules/Gdbm/Makefile.in index 564ec55ab5659399850001f01148bc16859f6af7..59a90760ab021ee4c82bc6b645a6f537ebf4c7ad 100644 --- a/src/modules/Gdbm/Makefile.in +++ b/src/modules/Gdbm/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ MODULE_LDFLAGS=@LDFLAGS@ @LIBS@ diff --git a/src/modules/Gdbm/acconfig.h b/src/modules/Gdbm/acconfig.h index e005d163fdcbad4c54978c615410e959671ba8c8..a8dea075b9281a38632bf16c87a49277ab4f6f63 100644 --- a/src/modules/Gdbm/acconfig.h +++ b/src/modules/Gdbm/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef GDBM_MACHINE_H diff --git a/src/modules/Gdbm/configure.in b/src/modules/Gdbm/configure.in index 37326f329a9b2f2610b5fd1839befada9c6199c5..f7cd48c95e81c6bf76c715438fcd5ef5c823714b 100644 --- a/src/modules/Gdbm/configure.in +++ b/src/modules/Gdbm/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(gdbmmod.c) AC_CONFIG_HEADER(gdbm_machine.h) diff --git a/src/modules/Gdbm/gdbmmod.c b/src/modules/Gdbm/gdbmmod.c index 2729a2c88baeed9b78965ca05f103aefba2b1c09..b25908db71a9ec8b0f563d2965d271f3fb3017b7 100644 --- a/src/modules/Gdbm/gdbmmod.c +++ b/src/modules/Gdbm/gdbmmod.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Gdbm/testsuite.in b/src/modules/Gdbm/testsuite.in index b08694d3ea36717d14a07f68578525737c5ed22a..e8b6f3604ce3253eea3df0229d732bf26fcd3268 100644 --- a/src/modules/Gdbm/testsuite.in +++ b/src/modules/Gdbm/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ // gdbm cond_begin([[ master()->resolv("Gdbm") ]]) diff --git a/src/modules/Gettext/Makefile.in b/src/modules/Gettext/Makefile.in index 5b59754b8310c2bd313ed9f56b0d6357044ec9bc..8856f8d1aea937c4fd03385b776571d01a64eab9 100644 --- a/src/modules/Gettext/Makefile.in +++ b/src/modules/Gettext/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=gettext.o diff --git a/src/modules/Gettext/acconfig.h b/src/modules/Gettext/acconfig.h index ec342cd6fb191f5d34b6d347f0bfbad96d2f0dbf..f3390adb9d6742eabed559f46e4860f8db116341 100644 --- a/src/modules/Gettext/acconfig.h +++ b/src/modules/Gettext/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef GETTEXT_CONFIG_H diff --git a/src/modules/Gettext/configure.in b/src/modules/Gettext/configure.in index 0fa5669e113e38232a7cdbc3deda83d720e4efe2..4f00ab8f14344f97e5d0b6dd79b0a77ecb60b6a1 100644 --- a/src/modules/Gettext/configure.in +++ b/src/modules/Gettext/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(gettext.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/Gettext/gettext.c b/src/modules/Gettext/gettext.c index 4b7d0f387be712ba96aed2487be7abba314e9f9e..8bdf3baa744dcd110670ff525126b5f35a81cf2a 100644 --- a/src/modules/Gettext/gettext.c +++ b/src/modules/Gettext/gettext.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Gmp/Makefile.in b/src/modules/Gmp/Makefile.in index 0a07caea1b99d1278f1624452d62a8cdfc16cbaa..6bf75fce55333a9f81428d61f09a28f7f94c837b 100644 --- a/src/modules/Gmp/Makefile.in +++ b/src/modules/Gmp/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ MODULE_LDFLAGS=@LDFLAGS@ @LIBS@ diff --git a/src/modules/Gmp/acconfig.h b/src/modules/Gmp/acconfig.h index b9c5f9ade77e3ddd196f3e130741d31080fd3cde..95fbdee38a82cc26bc5046b5a2d4af6ccb5cf63d 100644 --- a/src/modules/Gmp/acconfig.h +++ b/src/modules/Gmp/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef GMP_MACHINE_H diff --git a/src/modules/Gmp/configure.in b/src/modules/Gmp/configure.in index ceffd2bb50fb127e48a0db20ccc3e9b8990a9396..fccc09594cbf7e6d835b6443608e1a13c94cc01c 100644 --- a/src/modules/Gmp/configure.in +++ b/src/modules/Gmp/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(mpz_glue.c) AC_CONFIG_HEADER(gmp_machine.h) AC_ARG_WITH(gmp, [ --with(out)-gmp Support bignums],[],[with_gmp=yes]) diff --git a/src/modules/Gmp/mpf.cmod b/src/modules/Gmp/mpf.cmod index 156be1485d4ed0b8fe10c982b0b8d507ab68a314..6b9086e6ac4d710a03122c2d9e930d9bd7f56dee 100644 --- a/src/modules/Gmp/mpf.cmod +++ b/src/modules/Gmp/mpf.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Gmp/mpq.cmod b/src/modules/Gmp/mpq.cmod index cf66c74f0c9536669b730725d18b3eb50158e5d3..e8e20c88f8b0029e625962c6415c59f2106ee5c6 100644 --- a/src/modules/Gmp/mpq.cmod +++ b/src/modules/Gmp/mpq.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Gmp/mpz_glue.c b/src/modules/Gmp/mpz_glue.c index 4d419a34f52dad46f7266918b3cf71ca535b6753..0a7d882f606093c12e2cb29442ca56515f815f63 100644 --- a/src/modules/Gmp/mpz_glue.c +++ b/src/modules/Gmp/mpz_glue.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Gmp/my_gmp.h b/src/modules/Gmp/my_gmp.h index 11bc949fa8a91d45a048d72f8067a1250a69335a..806d988dc7b29272a8d475b188a4dca08fbd3ea9 100644 --- a/src/modules/Gmp/my_gmp.h +++ b/src/modules/Gmp/my_gmp.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Gmp/my_mpz_xor.c b/src/modules/Gmp/my_mpz_xor.c index a5a6eac6c0501304f1b8b3f7b17c7ab872a0d019..b637ecc158f3d0fcddd4347b960ff6b9daab237b 100644 --- a/src/modules/Gmp/my_mpz_xor.c +++ b/src/modules/Gmp/my_mpz_xor.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Gmp/next_prime.c b/src/modules/Gmp/next_prime.c index 229cf924b1a076eb4b794b998066196c4bc2c696..e113f243b5440e7adf90e50b1dccc43da0d11c4e 100644 --- a/src/modules/Gmp/next_prime.c +++ b/src/modules/Gmp/next_prime.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Gmp/prime_table.pike b/src/modules/Gmp/prime_table.pike index a54bab8ffcb327577e24ce1e7a959fc0a5811d8a..0783738327aee75a85e8b14e7f233a31f76a33ed 100755 --- a/src/modules/Gmp/prime_table.pike +++ b/src/modules/Gmp/prime_table.pike @@ -1,7 +1,6 @@ #!/usr/bin/env pike #pragma strict_types -/* $Id$ - * +/* * Generates a table of primes. * Used when cross-compiling. * diff --git a/src/modules/Gmp/testsuite.in b/src/modules/Gmp/testsuite.in index 25fb8f73cf13741aaccbd5624fb12216ddf714c1..8ba0c58f41306559d6ac250739af8dbe0e155125 100644 --- a/src/modules/Gmp/testsuite.in +++ b/src/modules/Gmp/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -dnl $Id$ cond_begin([[ master()->resolv("Gmp")->mpz ]]) diff --git a/src/modules/Gz/Makefile.in b/src/modules/Gz/Makefile.in index be57f7c54190c121e9bee3467fc3a8c27acc803b..7f978bae06c9c440aced6503abca835b5bfa87ca 100644 --- a/src/modules/Gz/Makefile.in +++ b/src/modules/Gz/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=zlibmod.o diff --git a/src/modules/Gz/acconfig.h b/src/modules/Gz/acconfig.h index b9893246f12f0003a2c0d0b2e29a8c33831a01e8..469e5fd0c3c4b292c4e4edfaa371b6a39db1ce3a 100644 --- a/src/modules/Gz/acconfig.h +++ b/src/modules/Gz/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef GMP_MACHINE_H diff --git a/src/modules/Gz/configure.in b/src/modules/Gz/configure.in index 6b5fb3da97fef194974946f8ea63f790ce1b687b..927de185c4187a621f7edca8d1e6e7efa9f9fa84 100644 --- a/src/modules/Gz/configure.in +++ b/src/modules/Gz/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(zlibmod.c) AC_CONFIG_HEADER(zlib_machine.h) AC_ARG_WITH(zlib, [ --with(out)-zlib Support gzip compression],[],[with_zlib=yes]) diff --git a/src/modules/Gz/gz_test.c b/src/modules/Gz/gz_test.c index 3a5bd420d65c2ad6466d6cda5b81685528bd31c6..60402bd3686ba9ec21f0b21093bd9e9fa9fdf9eb 100644 --- a/src/modules/Gz/gz_test.c +++ b/src/modules/Gz/gz_test.c @@ -3,8 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* @(#) $Id$ */ - #include <stdio.h> #include <zlib.h> diff --git a/src/modules/Gz/module.pmod.in b/src/modules/Gz/module.pmod.in index f6c86ea97977556106792458e43646ab78e97058..7283212b8e8307c90dfbe99d5215521555b9afc7 100644 --- a/src/modules/Gz/module.pmod.in +++ b/src/modules/Gz/module.pmod.in @@ -1,5 +1,4 @@ // -*- pike -*- -// $Id$ #pike __REAL_VERSION__ #if constant(@module@) diff --git a/src/modules/Gz/testsuite.in b/src/modules/Gz/testsuite.in index b2b3472f2844eea0181192af2684bdf5ee4a5fea..f7b72946129ec54b29b5096214b0fc54d66bdd8f 100644 --- a/src/modules/Gz/testsuite.in +++ b/src/modules/Gz/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ cond_resolv(Gz.deflate, [[ diff --git a/src/modules/Gz/zlibmod.c b/src/modules/Gz/zlibmod.c index 18a188b3e8a7ca5b631521479ac71d1963ce634a..1228ad9fe5ba9aef7ca446c84c64f8a5a7815411 100644 --- a/src/modules/Gz/zlibmod.c +++ b/src/modules/Gz/zlibmod.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/HTTPLoop/Makefile.in b/src/modules/HTTPLoop/Makefile.in index 843da7e0fe879bf3325fe95b67b335ba89440d27..1b6cd84d1fbef9d9b20c3ee384af017849df5f78 100644 --- a/src/modules/HTTPLoop/Makefile.in +++ b/src/modules/HTTPLoop/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=accept_and_parse.o util.o cache.o requestobject.o log.o timeout.o diff --git a/src/modules/HTTPLoop/accept_and_parse.c b/src/modules/HTTPLoop/accept_and_parse.c index c7bfb9e315e1e12f1077b40d92672efe004ac47e..29bc024cc97c0ad4bcfcbbdc2e71c0f5dc6a0d42 100644 --- a/src/modules/HTTPLoop/accept_and_parse.c +++ b/src/modules/HTTPLoop/accept_and_parse.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* Hohum. Here we go. This is try number four for a more optimized diff --git a/src/modules/HTTPLoop/accept_and_parse.h b/src/modules/HTTPLoop/accept_and_parse.h index c7024ac36f1249714a11269da98d5759e6dea776..aeb4ad47e54febf33632d0b9e530b7eb98bf9291 100644 --- a/src/modules/HTTPLoop/accept_and_parse.h +++ b/src/modules/HTTPLoop/accept_and_parse.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* #define AAP_DEBUG 1 */ diff --git a/src/modules/HTTPLoop/acconfig.h b/src/modules/HTTPLoop/acconfig.h index 5e161046ec7fada7d4d696e0de5d9fe8807b5f70..f130dd280347643aea51101f42061a466f8af88e 100644 --- a/src/modules/HTTPLoop/acconfig.h +++ b/src/modules/HTTPLoop/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #undef CAN_HAVE_SENDFILE diff --git a/src/modules/HTTPLoop/cache.c b/src/modules/HTTPLoop/cache.c index 86ac02bf36e7f2573343b52e650d4d96317a5552..febb17d92664f63db751594dbb797d7bca6e06e3 100644 --- a/src/modules/HTTPLoop/cache.c +++ b/src/modules/HTTPLoop/cache.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "config.h" diff --git a/src/modules/HTTPLoop/cache.h b/src/modules/HTTPLoop/cache.h index 9b6770c19d04f92130579cd6e11289052de57c4c..d6ca00ff110f34c808a4dc6540e924d417dd3981 100644 --- a/src/modules/HTTPLoop/cache.h +++ b/src/modules/HTTPLoop/cache.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ struct cache_entry *aap_cache_lookup(char *s, ptrdiff_t len, diff --git a/src/modules/HTTPLoop/configure.in b/src/modules/HTTPLoop/configure.in index da7e9f221874f04e4b6bb018ac7aa03648ca1139..29c0c1a586557738e70baa669c3509255804b8ed 100644 --- a/src/modules/HTTPLoop/configure.in +++ b/src/modules/HTTPLoop/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(accept_and_parse.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/HTTPLoop/extensions b/src/modules/HTTPLoop/extensions index ce96181f4f7f2ff56d87e875fc261f3721a16b7c..bdebfcead0220374eec2f59d1a00333ed148fc44 100644 --- a/src/modules/HTTPLoop/extensions +++ b/src/modules/HTTPLoop/extensions @@ -1,4 +1,3 @@ -# $Id$ # name="Extension database"; # doc="The database used to map from extension to mime-type (example: *.gif to image/gif)"; # diff --git a/src/modules/HTTPLoop/filesystem.c b/src/modules/HTTPLoop/filesystem.c index 88f5ab21b52c135e95ab8f9ddc5126e6a2cb52ed..418d6608cb3324b851ecd5a624ea3ba30eec98fa 100644 --- a/src/modules/HTTPLoop/filesystem.c +++ b/src/modules/HTTPLoop/filesystem.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "config.h" diff --git a/src/modules/HTTPLoop/filesystem.h b/src/modules/HTTPLoop/filesystem.h index 9a8916ea1f5a169aab3a37b803f1103f4d0828a1..58b46e7a3252b16c60a04f943cd00a9de361f758 100644 --- a/src/modules/HTTPLoop/filesystem.h +++ b/src/modules/HTTPLoop/filesystem.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ struct file_ret *aap_find_file( char *s, int len, diff --git a/src/modules/HTTPLoop/log.c b/src/modules/HTTPLoop/log.c index 9242e24ddff1af585f4fb9683c876d4c6d92f6ca..daf7fdf06f2767cd873422e0740057007908cad8 100644 --- a/src/modules/HTTPLoop/log.c +++ b/src/modules/HTTPLoop/log.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "config.h" diff --git a/src/modules/HTTPLoop/log.h b/src/modules/HTTPLoop/log.h index f04345935aa0d70d02ff4bab9eace704e38785ca..a01a9d813390ad1901858282c04a7384be9e930e 100644 --- a/src/modules/HTTPLoop/log.h +++ b/src/modules/HTTPLoop/log.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ void f_aap_log_as_array(INT32 args); diff --git a/src/modules/HTTPLoop/requestobject.c b/src/modules/HTTPLoop/requestobject.c index 169dbaedf7e4aa5038507c1700afe26b9f031030..93fed8b4e358642d9740dcd0c8fbb529d4cac1ed 100644 --- a/src/modules/HTTPLoop/requestobject.c +++ b/src/modules/HTTPLoop/requestobject.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/HTTPLoop/requestobject.h b/src/modules/HTTPLoop/requestobject.h index 7ea13bfe8d9a706d43703427f7898721e51b8bb3..3657a7b7db84f6d7409bee05d6bf686ec5cf84d2 100644 --- a/src/modules/HTTPLoop/requestobject.h +++ b/src/modules/HTTPLoop/requestobject.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ void f_aap_scan_for_query(INT32 args); diff --git a/src/modules/HTTPLoop/static_strings.h b/src/modules/HTTPLoop/static_strings.h index 69e36d71ee7712d584ff9d86d72e9066287f0efc..152676c7bdd39bd935608370a5e207c617186a18 100644 --- a/src/modules/HTTPLoop/static_strings.h +++ b/src/modules/HTTPLoop/static_strings.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* methods */ diff --git a/src/modules/HTTPLoop/testsuite.in b/src/modules/HTTPLoop/testsuite.in index cfa1da318d37e3d2f592a3c2a3504b8fcda1834e..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/src/modules/HTTPLoop/testsuite.in +++ b/src/modules/HTTPLoop/testsuite.in @@ -1 +0,0 @@ -// $Id$ diff --git a/src/modules/HTTPLoop/timeout.c b/src/modules/HTTPLoop/timeout.c index b7c812e99cd1b0d6ddd45fb39477ed2a2f4f647f..8853777be85e19923b0ca0e9bc6d0ed0c10862ee 100644 --- a/src/modules/HTTPLoop/timeout.c +++ b/src/modules/HTTPLoop/timeout.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "config.h" diff --git a/src/modules/HTTPLoop/timeout.h b/src/modules/HTTPLoop/timeout.h index ef4f4472d10968173a7943624cdb5ee01743df72..cd3e377090f2e3d31494eccd4725214941d4d07d 100644 --- a/src/modules/HTTPLoop/timeout.h +++ b/src/modules/HTTPLoop/timeout.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ void aap_init_timeouts(void); diff --git a/src/modules/HTTPLoop/util.c b/src/modules/HTTPLoop/util.c index d16bbf908ae94e46585e627c42da91f1c07ee481..a13f9c8e3c15f402014283d146daa02dfc085322 100644 --- a/src/modules/HTTPLoop/util.c +++ b/src/modules/HTTPLoop/util.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include <global.h> diff --git a/src/modules/HTTPLoop/util.h b/src/modules/HTTPLoop/util.h index 66d92f38cc3e3b241bb2adcff6c748dce960b2ff..fe7cac9278091f499accf6aba9043ac2f24abf7c 100644 --- a/src/modules/HTTPLoop/util.h +++ b/src/modules/HTTPLoop/util.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ int aap_get_time(void); diff --git a/src/modules/Image/Makefile.in b/src/modules/Image/Makefile.in index f4257aa70d5a43b4b8b01b89196d90b7026e280b..03c061a957be9bab7b84c933413e7bca228c6141 100644 --- a/src/modules/Image/Makefile.in +++ b/src/modules/Image/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS = image_module.o \ diff --git a/src/modules/Image/acconfig.h b/src/modules/Image/acconfig.h index 17f293c235296269a74855a4a05f348d935df88a..a155aaabebbcf5d6c0ff9bfc6bdf2a9e0f86fe37 100644 --- a/src/modules/Image/acconfig.h +++ b/src/modules/Image/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef IMAGE_MACHINE_H diff --git a/src/modules/Image/assembly.h b/src/modules/Image/assembly.h index e608fb5356d4a84510ba859e349561b064d99b09..c880e31eac1829d704a687d869f03b7031e01667 100644 --- a/src/modules/Image/assembly.h +++ b/src/modules/Image/assembly.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* d == s is valid for all of these functions. */ diff --git a/src/modules/Image/blit.c b/src/modules/Image/blit.c index 4b5734a1c0b5fbe49b7e41122ca6774d9c4a7535..b3404f3bc8df59e6686795d0d55be632d444584b 100644 --- a/src/modules/Image/blit.c +++ b/src/modules/Image/blit.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/blit_layer_include.h b/src/modules/Image/blit_layer_include.h index 49126f6709b973d74af59eee1306d9a462b8cdbf..c142da80a5aa1ceb458fee5d9420fce3f778fbe3 100644 --- a/src/modules/Image/blit_layer_include.h +++ b/src/modules/Image/blit_layer_include.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* included w/ defines in blit.c, image_add_layer() */ diff --git a/src/modules/Image/colors.c b/src/modules/Image/colors.c index e1937d226ee2ff4f6dc769f64faa394f5933d517..c268b97ba0446c4007b3438641a43c6fcb6c2d9f 100644 --- a/src/modules/Image/colors.c +++ b/src/modules/Image/colors.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/colors.h b/src/modules/Image/colors.h index eb1767efa06fd39d80019ce9806831e07311b97d..f2e70ff5fe7bb4e382f6fd20c4590d747d53623c 100644 --- a/src/modules/Image/colors.h +++ b/src/modules/Image/colors.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ COLOR("red" ,255,0,0) diff --git a/src/modules/Image/colortable.c b/src/modules/Image/colortable.c index 3042f0ccc033442c5b9f47afaa39f14bf96c7c31..55c5b138b86681b81485a03b4e11b1e606c04e46 100644 --- a/src/modules/Image/colortable.c +++ b/src/modules/Image/colortable.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/colortable.h b/src/modules/Image/colortable.h index 01566341d3d87a440e187315bac063a42cf8ed5c..917e16e9f1255951272a44a1528bec6e082a8da3 100644 --- a/src/modules/Image/colortable.h +++ b/src/modules/Image/colortable.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/colortable_lookup.h b/src/modules/Image/colortable_lookup.h index c7361e03e8b135f520ce2e953c8298bbeff34828..55ab8dd60b977e1e7b8bd5415ca2015bfc6924a2 100644 --- a/src/modules/Image/colortable_lookup.h +++ b/src/modules/Image/colortable_lookup.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* included w/ defines in colortable.c */ diff --git a/src/modules/Image/configure.in b/src/modules/Image/configure.in index 36f03e514219e131a46fc4459b5648c8208a247d..8235f7a7b2302eda83e9b2189f781be491616dc1 100644 --- a/src/modules/Image/configure.in +++ b/src/modules/Image/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(image.c) AC_CONFIG_HEADER(image_machine.h) diff --git a/src/modules/Image/dct.c b/src/modules/Image/dct.c index 96c035ab1e74dbddce016abfb55ade1cebdc91a3..6cd5b84777cb3c6d167e52ab78fad5373f538697 100644 --- a/src/modules/Image/dct.c +++ b/src/modules/Image/dct.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/default_font.c b/src/modules/Image/default_font.c index a7a24cb9d92b07ffc5c11913eebdd37d51ab0df0..873578583b4a64d03eaead9f211a9addb31d2db8 100644 --- a/src/modules/Image/default_font.c +++ b/src/modules/Image/default_font.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* Use cpp to RLE-encode... */ diff --git a/src/modules/Image/encodings/Makefile.in b/src/modules/Image/encodings/Makefile.in index c72d71ebffb3daf216fd0b4729d373ef981e36e1..07c556097f704ab15c281bda4bb7720dc2eb0561 100644 --- a/src/modules/Image/encodings/Makefile.in +++ b/src/modules/Image/encodings/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ diff --git a/src/modules/Image/encodings/_xpm.c b/src/modules/Image/encodings/_xpm.c index 90a81deda8ae4af1da7f28c3973dd1446ef3cd90..1434b2068520449c11f16ce46e1b88a2e2d0ac99 100644 --- a/src/modules/Image/encodings/_xpm.c +++ b/src/modules/Image/encodings/_xpm.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/any.c b/src/modules/Image/encodings/any.c index 16bf131c65c0b53d7d45fce95c19431fdd5f091f..b058075bf8f4560a2c31d569ebd86650963d8467 100644 --- a/src/modules/Image/encodings/any.c +++ b/src/modules/Image/encodings/any.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/atari.c b/src/modules/Image/encodings/atari.c index 27255816a933b9f28d01b2f31e525d34a0d3ee2a..245e08d983f944a0e99a87b5135b11607fa3d2bb 100644 --- a/src/modules/Image/encodings/atari.c +++ b/src/modules/Image/encodings/atari.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/atari.h b/src/modules/Image/encodings/atari.h index 86aab0f959b4ec9f18f436532fd60ee1d68a8efe..c122bca45c4ddedd461d5a1df5704d16a32df065 100644 --- a/src/modules/Image/encodings/atari.h +++ b/src/modules/Image/encodings/atari.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/avs.c b/src/modules/Image/encodings/avs.c index 09df0ad45969ac92b085b4d7dcd049e7a7d27f68..30d179be3ae69d7751f2fa5301dcdfaaab385845 100644 --- a/src/modules/Image/encodings/avs.c +++ b/src/modules/Image/encodings/avs.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/bmp.c b/src/modules/Image/encodings/bmp.c index d53bddda7cc1da34f80a91bf6f5e23c718f234d9..2791b61f92a3f87a08909acd572b8c9bd47a248a 100644 --- a/src/modules/Image/encodings/bmp.c +++ b/src/modules/Image/encodings/bmp.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/encodings/configure.in b/src/modules/Image/encodings/configure.in index 2a7eebb885476ff5744727e9fbac949cbec9a7c7..589016500d55093b0f80a80863270e6dd3e005ab 100644 --- a/src/modules/Image/encodings/configure.in +++ b/src/modules/Image/encodings/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(pnm.c) AC_SET_MAKE diff --git a/src/modules/Image/encodings/dsi.c b/src/modules/Image/encodings/dsi.c index 741b8248c57184175121b0855b26090926d71990..2fdc1710f2a960fb68d31c5fc0d40130532ed014 100644 --- a/src/modules/Image/encodings/dsi.c +++ b/src/modules/Image/encodings/dsi.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* Dream SNES Image file */ diff --git a/src/modules/Image/encodings/encodings.h b/src/modules/Image/encodings/encodings.h index 6f5ef6a83578033f3dcc07fe25bf51df1c06c34a..2ba5fb2b7d1a8b958dd0a33bd0616e81cc27761b 100644 --- a/src/modules/Image/encodings/encodings.h +++ b/src/modules/Image/encodings/encodings.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef IMAGE_ENCODINGS_ENCODINGS_H diff --git a/src/modules/Image/encodings/hrz.c b/src/modules/Image/encodings/hrz.c index 88ce007e0c605fcd6e8fbeae9f995e68e662f951..0d26f477725fbce24ecb58fe82fd70a444a0e6e0 100644 --- a/src/modules/Image/encodings/hrz.c +++ b/src/modules/Image/encodings/hrz.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/iff.c b/src/modules/Image/encodings/iff.c index 821ef2961e7abb43ff03ccbbb70897a55944de5b..e64bfbaa9f78481e2a4ba5fb31b20bcdf9e8fc91 100644 --- a/src/modules/Image/encodings/iff.c +++ b/src/modules/Image/encodings/iff.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/ilbm.c b/src/modules/Image/encodings/ilbm.c index 528ca63e6748220c63368ddf43d0240175e80d7c..1352cb68d4c548e0aaf3ba8400dd25ec429ec4a9 100644 --- a/src/modules/Image/encodings/ilbm.c +++ b/src/modules/Image/encodings/ilbm.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/encodings/neo.c b/src/modules/Image/encodings/neo.c index 30c19aa15edbfb7ac5dc1d9be8d5efea6a0e8075..46f4ef779e9cf08b3c2950efd96974dcbf63691d 100644 --- a/src/modules/Image/encodings/neo.c +++ b/src/modules/Image/encodings/neo.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/pcx.c b/src/modules/Image/encodings/pcx.c index 2ea3b1846a82feac26d2502df738dbcbd3baf455..b9846a664d16709f2b67f0007b63255afa16370c 100644 --- a/src/modules/Image/encodings/pcx.c +++ b/src/modules/Image/encodings/pcx.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/png.c b/src/modules/Image/encodings/png.c index 90bd21584efcdfd9d2feeb495fa5990510ae8b73..d932ef73983c78adfc6e3b419717d1ae220ef951 100644 --- a/src/modules/Image/encodings/png.c +++ b/src/modules/Image/encodings/png.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/pnm.c b/src/modules/Image/encodings/pnm.c index 510494297a82c2b3630b2efe45ecc6a0cb7f3178..849fd2d642823e2f0aa9680c2593f8890a84a31c 100644 --- a/src/modules/Image/encodings/pnm.c +++ b/src/modules/Image/encodings/pnm.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/encodings/psd.c b/src/modules/Image/encodings/psd.c index 0c245ea2c8527444c239d3e0e8c5dfbb90e17c2e..5b4b5b70fd761ee29eac3621504ea856bcb5f627 100644 --- a/src/modules/Image/encodings/psd.c +++ b/src/modules/Image/encodings/psd.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/psd_constant_strings.h b/src/modules/Image/encodings/psd_constant_strings.h index 77076727955ecaec7c1530a7340c982d25c2c933..ce990debf26eceed81a37f39ce031defa3a60d55 100644 --- a/src/modules/Image/encodings/psd_constant_strings.h +++ b/src/modules/Image/encodings/psd_constant_strings.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ STRING(height); diff --git a/src/modules/Image/encodings/pvr.c b/src/modules/Image/encodings/pvr.c index 61aa4df945ed06df8b51fc14fa5aa5c255bf7995..4d49fc563c950b13012f0df7cc3fa1f1b4647fe1 100644 --- a/src/modules/Image/encodings/pvr.c +++ b/src/modules/Image/encodings/pvr.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/ras.c b/src/modules/Image/encodings/ras.c index 837008a0eba6b1de354a6ad921a11b944c2a4fda..6030c2968d8a7b952508e98db73c172492632aa3 100644 --- a/src/modules/Image/encodings/ras.c +++ b/src/modules/Image/encodings/ras.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/encodings/tga.c b/src/modules/Image/encodings/tga.c index 2b846ad74bba758ed0a9a921ca22f76c34277612..663e5716d94b33f0059eb6e69dfe7661f74102d2 100644 --- a/src/modules/Image/encodings/tga.c +++ b/src/modules/Image/encodings/tga.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/encodings/tim.c b/src/modules/Image/encodings/tim.c index c6b0d86348bc010246c8f5fb3959c0106b58df46..9ba75e34a3472e81ad4a657a7e395a7f62508029 100644 --- a/src/modules/Image/encodings/tim.c +++ b/src/modules/Image/encodings/tim.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/wbf.c b/src/modules/Image/encodings/wbf.c index e4458532898c3728b72f6926477b9a14c57ede72..ba69a269103a8bc9bc92288575ec7be72d5579c6 100644 --- a/src/modules/Image/encodings/wbf.c +++ b/src/modules/Image/encodings/wbf.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/x.c b/src/modules/Image/encodings/x.c index c2c4306ab86c7abef81b297abcac05107adb05e1..b230617ff0c98176a97324cd16c821726560201b 100644 --- a/src/modules/Image/encodings/x.c +++ b/src/modules/Image/encodings/x.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/encodings/xbm.c b/src/modules/Image/encodings/xbm.c index 9de47426cc8ed73ba72238e3b1eabb5df984cd34..8a8927b595d1fe50d6341384d1ff2f3536c27734 100644 --- a/src/modules/Image/encodings/xbm.c +++ b/src/modules/Image/encodings/xbm.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define NO_PIKE_SHORTHAND diff --git a/src/modules/Image/encodings/xcf.c b/src/modules/Image/encodings/xcf.c index d1635a82fea190c84b60616f8398ae39dfbbbb6a..e6b3efdf82598bc0383fd078260cdeaea0052ba0 100644 --- a/src/modules/Image/encodings/xcf.c +++ b/src/modules/Image/encodings/xcf.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/encodings/xcf_constant_strings.h b/src/modules/Image/encodings/xcf_constant_strings.h index 99f6447f0952ceca754c8e462f41246fbbcca763..0be957afb96a1dc1891c7172aed5760b48b825ee 100644 --- a/src/modules/Image/encodings/xcf_constant_strings.h +++ b/src/modules/Image/encodings/xcf_constant_strings.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ STRING(bpp); diff --git a/src/modules/Image/encodings/xwd.c b/src/modules/Image/encodings/xwd.c index 151621867a9395988017bb1852f71007f04799cd..7b58a819eeb3369d12da5aca1161c3c020f87115 100644 --- a/src/modules/Image/encodings/xwd.c +++ b/src/modules/Image/encodings/xwd.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/font.c b/src/modules/Image/font.c index a2b38c8b1efaa3f747774e5a1ccc85726150934d..9c906aab2db207b27898fa1b17887a6e3e9471ed 100644 --- a/src/modules/Image/font.c +++ b/src/modules/Image/font.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/image.c b/src/modules/Image/image.c index fdf53e2808ff1cdf8cc6a7c91f9cf34d0ed696c0..ba3d98658725b14ef7217e8b3a40a538543114b9 100644 --- a/src/modules/Image/image.c +++ b/src/modules/Image/image.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/image.h b/src/modules/Image/image.h index e4df92c88465d862c339683f98b1e90ee0c7520a..b63061540f3ff2ab0128cd50a898c15066a8ae64 100644 --- a/src/modules/Image/image.h +++ b/src/modules/Image/image.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifdef PIKE_IMAGE_IMAGE_H diff --git a/src/modules/Image/image_module.c b/src/modules/Image/image_module.c index 337338cef42f44a9c0211aab13eb269d8c7bba89..128229b38b00d053c4e2d83346d1288678b1391c 100644 --- a/src/modules/Image/image_module.c +++ b/src/modules/Image/image_module.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/initstuff.h b/src/modules/Image/initstuff.h index f1effac3436a3bd56e9b39785733e9c84f83cff1..7153c42bb772f78c45c7190f654a658e22d7696c 100644 --- a/src/modules/Image/initstuff.h +++ b/src/modules/Image/initstuff.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef IMAGE_INITER diff --git a/src/modules/Image/layer_channel.h b/src/modules/Image/layer_channel.h index 02f15eea6b3a0c172f4adb042a26b0069c5f133f..d401ba30a84d8ddb6ef7bfe91e595a52de886120 100644 --- a/src/modules/Image/layer_channel.h +++ b/src/modules/Image/layer_channel.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* template for operator layer row function */ diff --git a/src/modules/Image/layer_oper.h b/src/modules/Image/layer_oper.h index 92bbdae28f0f8a4acb741a5b68bed0ce7d18b94f..76832cfbdd04554ee1b524770f00cb34d9ca88ed 100644 --- a/src/modules/Image/layer_oper.h +++ b/src/modules/Image/layer_oper.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* template for operator layer row function */ diff --git a/src/modules/Image/layers.c b/src/modules/Image/layers.c index 242eae83dd7fe36aedf925ad9933d61d2aac0339..305503aa6c0553c5eee9c3b8217e649fd7996dd7 100644 --- a/src/modules/Image/layers.c +++ b/src/modules/Image/layers.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/match.h b/src/modules/Image/match.h index 557882a5d6b3916ab39dc3a10244ccacc44850af..dc4abedaf0540c0d5f100337a021a2217f5b2967 100644 --- a/src/modules/Image/match.h +++ b/src/modules/Image/match.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/matrix.c b/src/modules/Image/matrix.c index 76f26a9e46272a7d6e425154ce76cfdadcc0469e..ac6b152a51590aedcaef754c1b1d638dbf4c6851 100644 --- a/src/modules/Image/matrix.c +++ b/src/modules/Image/matrix.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/operator.c b/src/modules/Image/operator.c index 98b057e345a492c268651b3d8f2e6dfcb7c373d8..c519dd572271a208338265fc75df094c8be81d10 100644 --- a/src/modules/Image/operator.c +++ b/src/modules/Image/operator.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/orient.c b/src/modules/Image/orient.c index dc4e811bf907bb134912af2a6d1a231188986898..bab3333d0da100e4c0dce7cd2c7322c85c5a7681 100644 --- a/src/modules/Image/orient.c +++ b/src/modules/Image/orient.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/pattern.c b/src/modules/Image/pattern.c index c855bf76757d9f21ff144146ae70bfad62bb4f48..25bbf5780cfec702e59188830dc8f11d50e87f80 100644 --- a/src/modules/Image/pattern.c +++ b/src/modules/Image/pattern.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/phase.h b/src/modules/Image/phase.h index 10dc47af283b050067b0e12bb26a61345cfc380f..31f6dbfaf108ed9c237dc9a616df4f961e3dd710 100644 --- a/src/modules/Image/phase.h +++ b/src/modules/Image/phase.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* This file is incuded in search.c with the following defines set: diff --git a/src/modules/Image/polyfill.c b/src/modules/Image/polyfill.c index 961ae4aae61f5ef5250c1e6fab9012e4bce45c7a..29109c907d53819ca1e31c80c79c6c79585e9521 100644 --- a/src/modules/Image/polyfill.c +++ b/src/modules/Image/polyfill.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Image/search.c b/src/modules/Image/search.c index 5e2fc7c28dc0ef6a3d312eafd1b45fae7a6032ab..d922452d337158f0b1eb0f77c3603ee0835b5cc9 100644 --- a/src/modules/Image/search.c +++ b/src/modules/Image/search.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Image/testsuite.in b/src/modules/Image/testsuite.in index 2c6fb9c9ace13fe091f123002aa8d33c256f16ca..4259824fb3532def89e558f162f27dd9c368e6ab 100644 --- a/src/modules/Image/testsuite.in +++ b/src/modules/Image/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -dnl $Id$ test_eq([[ Image.PNM.decode("P1\n5 5\n0 1 1 1 1\n1 0 1 1 1\n" "1 1 0 1 1\n1 1 1 0 1\n1 1 1 1 0") ]], diff --git a/src/modules/Inotify/Makefile.in b/src/modules/Inotify/Makefile.in index 073828deb6017c1fa5d0c79a2b504cd0f1782cfa..eaaaa30343ee21170b18a53df4b3429a52a6cb4c 100644 --- a/src/modules/Inotify/Makefile.in +++ b/src/modules/Inotify/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ diff --git a/src/modules/Inotify/inotify.cmod b/src/modules/Inotify/inotify.cmod index 89b13da5dce9bafcafbd73573dcf9eba6fd4fe91..934caee797b5f06deb5088ca0150fd9e7a7651e7 100644 --- a/src/modules/Inotify/inotify.cmod +++ b/src/modules/Inotify/inotify.cmod @@ -4,7 +4,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* Module for the linux inotify api. diff --git a/src/modules/JSON/JSON.pmod.in b/src/modules/JSON/JSON.pmod.in index acef2d92f37302dde1ec3184568b76c4463ba645..78956d97f15804a9c451d2ce238780cfd53f74b8 100644 --- a/src/modules/JSON/JSON.pmod.in +++ b/src/modules/JSON/JSON.pmod.in @@ -1,4 +1,3 @@ -// $Id$ #pike __REAL_VERSION__ diff --git a/src/modules/JSON/Makefile.in b/src/modules/JSON/Makefile.in index a69c5536b807500770d106a5c39189be97b386c2..28faef81ae814917c25cdea97493d75a439fe577 100644 --- a/src/modules/JSON/Makefile.in +++ b/src/modules/JSON/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ diff --git a/src/modules/JSON/configure.in b/src/modules/JSON/configure.in index 9341d2e88e51fb17074ac3f1dfc6d5ee30cc2a67..99adeb7d9612ad9b033db46b7031e24b21ad3d0d 100644 --- a/src/modules/JSON/configure.in +++ b/src/modules/JSON/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT() AC_MODULE_INIT() AC_OUTPUT(Makefile) diff --git a/src/modules/JSON/json.cmod b/src/modules/JSON/json.cmod index 1c293b2b26c82ac83894dbe7f4e4724cfa25d827..396fca9e897dfcfaa45f5665b13f144f3bc17760 100644 --- a/src/modules/JSON/json.cmod +++ b/src/modules/JSON/json.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* JSON tools. diff --git a/src/modules/Java/Makefile.in b/src/modules/Java/Makefile.in index 852ad47aa9b7f91c01643ef71871ebab7fb5dda0..dcf7a6d5716a1daca396ad8e85c2ae2203c74d4c 100644 --- a/src/modules/Java/Makefile.in +++ b/src/modules/Java/Makefile.in @@ -1,7 +1,3 @@ -# -# $Id$ -# - @make_variables@ VPATH=@srcdir@ OBJS=jvm.o diff --git a/src/modules/Java/acconfig.h b/src/modules/Java/acconfig.h index f9458445e8e01caba3d1fc9de559e556bce5e624..b4130bc169c850d241c0a37aab603fe63aae61a9 100644 --- a/src/modules/Java/acconfig.h +++ b/src/modules/Java/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Java/jvm.c b/src/modules/Java/jvm.c index 08d194068aff2cb5c0c69db3e65599d751a43c76..f6ac6c279606df6c19b2576daddf3508d7417e6b 100644 --- a/src/modules/Java/jvm.c +++ b/src/modules/Java/jvm.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Java/ntdl.c b/src/modules/Java/ntdl.c index 506773d0e8fa39a6ff00268c7764ac48249043a3..6d9a99a28625e629cbd0b8b4a6ea70803dafec87 100644 --- a/src/modules/Java/ntdl.c +++ b/src/modules/Java/ntdl.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Java/testsuite.in b/src/modules/Java/testsuite.in index cde73468acf75c54b4ad07794f1b3f1bb3b57ddc..0f9cda36e68f92d795637b7fdb481ad0098b5b7c 100644 --- a/src/modules/Java/testsuite.in +++ b/src/modules/Java/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ cond_begin([[ master()->resolv("Java")->jvm ]]) diff --git a/src/modules/Kerberos/Makefile.in b/src/modules/Kerberos/Makefile.in index 1cfc15dcd881ae628cfe3af635cde7b7cccf9953..8fdff2374565f18f35ea21cca0e7665ed3a920a7 100644 --- a/src/modules/Kerberos/Makefile.in +++ b/src/modules/Kerberos/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=kerberos.o diff --git a/src/modules/Kerberos/acconfig.h b/src/modules/Kerberos/acconfig.h index 6161c45ffd75e9ffd0aac59b1d1e2520b040b624..c175d6bec770cc5241ae24d556bab309801b5a66 100644 --- a/src/modules/Kerberos/acconfig.h +++ b/src/modules/Kerberos/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/Kerberos/configure.in b/src/modules/Kerberos/configure.in index d854ef790ba26c07485f4a7bcfa0a2c86a853719..b4b4c3e12b48dd2f1d733990bc4a5d03341a52a0 100644 --- a/src/modules/Kerberos/configure.in +++ b/src/modules/Kerberos/configure.in @@ -1,4 +1,3 @@ -# $Id$ # # Support for Kerberos # diff --git a/src/modules/Kerberos/kerberos.cmod b/src/modules/Kerberos/kerberos.cmod index e6e189da18b0855ace55454fad755ba42b661b97..eefd3bd4c5e3659cb36daeaa2a0098fbb4006b6d 100644 --- a/src/modules/Kerberos/kerberos.cmod +++ b/src/modules/Kerberos/kerberos.cmod @@ -1,6 +1,4 @@ /* -*- c -*- - * $Id$ - * * Kerberos support for Pike. * * 2004-05-12 Henrik Grubbstr�m diff --git a/src/modules/MIME/Makefile.in b/src/modules/MIME/Makefile.in index 2ef29fddf620fd67dd5fc3301d8cd3690eac1eb8..01f65b898c46c7495bdd8c6a96d39e198dec9b45 100644 --- a/src/modules/MIME/Makefile.in +++ b/src/modules/MIME/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=mime.o diff --git a/src/modules/MIME/acconfig.h b/src/modules/MIME/acconfig.h index 6161c45ffd75e9ffd0aac59b1d1e2520b040b624..c175d6bec770cc5241ae24d556bab309801b5a66 100644 --- a/src/modules/MIME/acconfig.h +++ b/src/modules/MIME/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/MIME/configure.in b/src/modules/MIME/configure.in index abf9dd5fe392fcab566b7bb173af00b8f047246d..9ed904b6c5eeabce7bc216a92c231ac4b1e53f34 100644 --- a/src/modules/MIME/configure.in +++ b/src/modules/MIME/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(mime.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/MIME/mime.c b/src/modules/MIME/mime.c index 8af01ab08b59dfe670911d49651c06764d9aa4ed..4479049636d1d82f0fca2b58fbc0a8b82e08fd77 100644 --- a/src/modules/MIME/mime.c +++ b/src/modules/MIME/mime.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/MIME/testsuite.in b/src/modules/MIME/testsuite.in index 8b7c1805e3d7a7721cabe1a67d508fa27fb51a82..d09bd6e67b63788649cfb2b49a5de82c8ac177ce 100644 --- a/src/modules/MIME/testsuite.in +++ b/src/modules/MIME/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ // MIME test_true([[objectp(MIME)]]) diff --git a/src/modules/Makefile.in b/src/modules/Makefile.in index b46501669815397dfbab252c4658c7a47ce2bfda..6cc60552f9fa2802093c770b1963bc262ec8b95d 100644 --- a/src/modules/Makefile.in +++ b/src/modules/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ diff --git a/src/modules/Math/Makefile.in b/src/modules/Math/Makefile.in index 58207de6bed37a4de08b682406b0b36aae15127b..6ac71a10706c2b44976c53361c98d3d7df3edf82 100644 --- a/src/modules/Math/Makefile.in +++ b/src/modules/Math/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=math_module.o math_matrix.o transforms.o diff --git a/src/modules/Math/acconfig.h b/src/modules/Math/acconfig.h index 6161c45ffd75e9ffd0aac59b1d1e2520b040b624..c175d6bec770cc5241ae24d556bab309801b5a66 100644 --- a/src/modules/Math/acconfig.h +++ b/src/modules/Math/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/Math/configure.in b/src/modules/Math/configure.in index d340bdd4afe34956f7f9b4ea489f75c690c813bc..89e3e516344a5a5735e60a7cc13b830a10f7b1a3 100644 --- a/src/modules/Math/configure.in +++ b/src/modules/Math/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(math_module.c) AC_CONFIG_HEADER(config.h) AC_ARG_WITH(fftw, [ --with(out)-fftw Support for fftw],[],[with_fftw=yes]) diff --git a/src/modules/Math/math_matrix.c b/src/modules/Math/math_matrix.c index a8b29263b8bba5f6de3547854aafa44574155194..9052d7a366a3435ac3dbc53cd8e10127b56a926c 100644 --- a/src/modules/Math/math_matrix.c +++ b/src/modules/Math/math_matrix.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Math/math_module.c b/src/modules/Math/math_module.c index 97aee1bb6a441c0159829d06ebf8cb32c25d3fae..ca0f0e94f9b22e2dbb266af1c82ffd12aa2497c3 100644 --- a/src/modules/Math/math_module.c +++ b/src/modules/Math/math_module.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Math/math_module.h b/src/modules/Math/math_module.h index 511e51c8e1573ab97940398bd14f5951681e6c74..749a70390c354f8d18cc34a1b4fd7aa36b5e41e3 100644 --- a/src/modules/Math/math_module.h +++ b/src/modules/Math/math_module.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ extern void init_math_matrix(void); diff --git a/src/modules/Math/matrix_code.h b/src/modules/Math/matrix_code.h index 5c501d8d53e9b0f10852ec16ac61d80d40294ebb..e96150de5243f62a8f2e2140acb026af2c91642a 100644 --- a/src/modules/Math/matrix_code.h +++ b/src/modules/Math/matrix_code.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Math/transforms.cmod b/src/modules/Math/transforms.cmod index fcaa2cb9beae6dacc4e31bfeab0eebee70df45f6..00a30477a281dc4d58fb79d262dffecadd43f747 100644 --- a/src/modules/Math/transforms.cmod +++ b/src/modules/Math/transforms.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Math/transforms.h b/src/modules/Math/transforms.h index b30fdfd9c47ef24d626a9152a2241acf50f5b633..55ce1f999fd7ada3936486cf8711c1d45449fbe0 100644 --- a/src/modules/Math/transforms.h +++ b/src/modules/Math/transforms.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ void init_math_transforms(); diff --git a/src/modules/Msql/Makefile.in b/src/modules/Msql/Makefile.in index 8b9ec85faf3e27d58e9db768e700811103417338..26b849af765912ff4beec0661c5baa27368d63fa 100644 --- a/src/modules/Msql/Makefile.in +++ b/src/modules/Msql/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=msqlmod.o diff --git a/src/modules/Msql/acconfig.h b/src/modules/Msql/acconfig.h index ef87bcb25e6029e6ccc376c1da49a0447d956ed5..8131b3794a33eaf4e3a94ab3d9eede9995c743a8 100644 --- a/src/modules/Msql/acconfig.h +++ b/src/modules/Msql/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #undef STDC_HEADERS diff --git a/src/modules/Msql/configure.in b/src/modules/Msql/configure.in index 9c28ee60d0374886d7a152d89ac3d3a2228eff86..1d464b0619eceec7d3bee498d1e111b0ec61436b 100644 --- a/src/modules/Msql/configure.in +++ b/src/modules/Msql/configure.in @@ -1,4 +1,3 @@ -dnl $Id$ AC_INIT(msqlmod.c) AC_CONFIG_HEADER(msql_config.h) diff --git a/src/modules/Msql/msqlmod.c b/src/modules/Msql/msqlmod.c index c94ef36949bab35322d603946dea030d8b70edde..cec94dd9df62a933203e1db22dd643d0c5a1d436 100644 --- a/src/modules/Msql/msqlmod.c +++ b/src/modules/Msql/msqlmod.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* All this code is pretty useless if we don't have a msql library...*/ diff --git a/src/modules/Msql/test_msqlmod.pike b/src/modules/Msql/test_msqlmod.pike index 7c5106988be8f1108799f64b9f1aefef285994ad..65ff5df3d2da002ff76020ccf161dc8eb92109b0 100755 --- a/src/modules/Msql/test_msqlmod.pike +++ b/src/modules/Msql/test_msqlmod.pike @@ -1,8 +1,6 @@ #!../../pike #include <msql.h> -/* $Id$ */ - int main() { array result; diff --git a/src/modules/Msql/version.h b/src/modules/Msql/version.h index 9c352ee2d551bf4c56f050d50e1a432afb511758..e504f2047e6da4036b37731adaf3ed79e2310eb0 100644 --- a/src/modules/Msql/version.h +++ b/src/modules/Msql/version.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Mysql/Makefile.in b/src/modules/Mysql/Makefile.in index f4b99465d56d325c32ae9b33f5451808ee0fa0ef..fe65975418afb2bd02160a65297a89d9360d1145 100644 --- a/src/modules/Mysql/Makefile.in +++ b/src/modules/Mysql/Makefile.in @@ -1,7 +1,3 @@ -# -# $Id$ -# - @make_variables@ VPATH=@srcdir@ OBJS=mysql.o result.o diff --git a/src/modules/Mysql/acconfig.h b/src/modules/Mysql/acconfig.h index 9ce5334b8cb3503385a52b9c3ac6b9a8e9d8a717..c322016a5ab1b4b03af3ea5f166a97ee1ddea1f3 100644 --- a/src/modules/Mysql/acconfig.h +++ b/src/modules/Mysql/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Mysql/configure.in b/src/modules/Mysql/configure.in index c25522c11a74dd79fc3c16cb4d63d9891925952e..da8bcdc69d4fc890b4819ef6630f746f8f40abcf 100644 --- a/src/modules/Mysql/configure.in +++ b/src/modules/Mysql/configure.in @@ -1,6 +1,4 @@ # -# $Id$ -# # Configure script for the mysql-module # # Henrik Grubbstr�m diff --git a/src/modules/Mysql/dummy.c b/src/modules/Mysql/dummy.c index 0375baca906cbcbeba42654a40f3605c104d8a11..c1b0597d5d50f4a379728b743df6ace4907bdcd3 100644 --- a/src/modules/Mysql/dummy.c +++ b/src/modules/Mysql/dummy.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Mysql/mysql.c b/src/modules/Mysql/mysql.c index 5db9389666871a2eedc930c965ee830655dc42fb..035af5a77e46e1b46f54648d490941a9e1503ef3 100644 --- a/src/modules/Mysql/mysql.c +++ b/src/modules/Mysql/mysql.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Mysql/precompiled_mysql.h b/src/modules/Mysql/precompiled_mysql.h index 7c506c7251b310d38f632add2a85444a19f0027a..150e6fec95e983e29c9222dd8e4d6044ed7ffe4a 100644 --- a/src/modules/Mysql/precompiled_mysql.h +++ b/src/modules/Mysql/precompiled_mysql.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Mysql/result.c b/src/modules/Mysql/result.c index bfad07be8bab1d8a956421b7432e690f897fd507..d47fe5280f00e186ddf2cf9006f27b5316182f8c 100644 --- a/src/modules/Mysql/result.c +++ b/src/modules/Mysql/result.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Odbc/Makefile.in b/src/modules/Odbc/Makefile.in index 59f573485b4dff78ff46ad396b13b10edc6824d0..68d696bff4aacc4917a8b9d310126b566917b9d7 100644 --- a/src/modules/Odbc/Makefile.in +++ b/src/modules/Odbc/Makefile.in @@ -1,6 +1,3 @@ -# -# $Id$ -# @make_variables@ VPATH=@srcdir@ diff --git a/src/modules/Odbc/acconfig.h b/src/modules/Odbc/acconfig.h index 9ff46a3c15130f00c13dedf716110e0c9022d54a..3fbc8ea072fdfe5e588a778198037e5079d19487 100644 --- a/src/modules/Odbc/acconfig.h +++ b/src/modules/Odbc/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Odbc/configure.in b/src/modules/Odbc/configure.in index 9e411b10a6f41037545f794e2340e1c4a60a460b..bd07bab5c409852b0b87bcf2dc2f535c2ec8bd36 100644 --- a/src/modules/Odbc/configure.in +++ b/src/modules/Odbc/configure.in @@ -1,6 +1,4 @@ # -# $Id$ -# # Configure script for the odbc-module # # Henrik Grubbstr�m diff --git a/src/modules/Odbc/odbc.c b/src/modules/Odbc/odbc.c index ac6a2b3c72b9c64702ec505a7dd0dc12cf0043dc..20aebebe98e386b2f68b3259b062521d24abf6e7 100644 --- a/src/modules/Odbc/odbc.c +++ b/src/modules/Odbc/odbc.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Odbc/odbc_result.c b/src/modules/Odbc/odbc_result.c index 378954d977dfa2c781a279ae60b23ad2dbb34d45..299c95bd2af6c75d851e0e47839e53e51d4b341e 100644 --- a/src/modules/Odbc/odbc_result.c +++ b/src/modules/Odbc/odbc_result.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Odbc/precompiled_odbc.h b/src/modules/Odbc/precompiled_odbc.h index 698906a8345a9c26a2e89d0f82d1b71a04c029da..e43256c9efa9e0bfe818359104b7f560a321feb2 100644 --- a/src/modules/Odbc/precompiled_odbc.h +++ b/src/modules/Odbc/precompiled_odbc.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Oracle/Makefile.in b/src/modules/Oracle/Makefile.in index c240768f3fac3ae5ee632c20e72ac0c6f54ce25f..30c93632a5fcad9c45912ef8f811c41dd69301e1 100644 --- a/src/modules/Oracle/Makefile.in +++ b/src/modules/Oracle/Makefile.in @@ -1,7 +1,3 @@ -# -# $Id$ -# - @make_variables@ VPATH=@srcdir@ OBJS=oracle.o diff --git a/src/modules/Oracle/acconfig.h b/src/modules/Oracle/acconfig.h index 793450f52c4f057d31e06a19fd71ad50aa6f7b90..c7b82b4fc7060836d91dcfc178d340f2ab06b91f 100644 --- a/src/modules/Oracle/acconfig.h +++ b/src/modules/Oracle/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Oracle/configure.in b/src/modules/Oracle/configure.in index edff2c993b6218d1bb7cb5d9970a0ad1dc2e5588..920dda8e0dd032094e9bebc97c12f0a199a3ee8f 100755 --- a/src/modules/Oracle/configure.in +++ b/src/modules/Oracle/configure.in @@ -1,6 +1,4 @@ # -# $Id$ -# # Configure script for the oracle module # diff --git a/src/modules/Oracle/oracle.c b/src/modules/Oracle/oracle.c index 25c6c92b52e00f42bb9e3e450f58a2e879001df9..836eedad1efa8bad089fbf0e2f0eb93a7f8c82c7 100644 --- a/src/modules/Oracle/oracle.c +++ b/src/modules/Oracle/oracle.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/PDF/Makefile.in b/src/modules/PDF/Makefile.in index 50f5038703cafed3fd4ffaf6cab92e0af995e56e..744843fe01ddc108caef1276f1c9918116bc122f 100644 --- a/src/modules/PDF/Makefile.in +++ b/src/modules/PDF/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=pdf_module.o pdflib_glue.o diff --git a/src/modules/PDF/acconfig.h b/src/modules/PDF/acconfig.h index a982245ca6a7646705da5e93f4bb5bcaf024d7d5..887dabdcdcfc229773a7803268d112074a9afe51 100644 --- a/src/modules/PDF/acconfig.h +++ b/src/modules/PDF/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PDF_MACHINE_H diff --git a/src/modules/PDF/configure.in b/src/modules/PDF/configure.in index 7dff8fc7a5ddd970097bbc06c3ac250956b7baf2..4e3f47f0fe54d77ce34446a1f2e05accd0148a94 100644 --- a/src/modules/PDF/configure.in +++ b/src/modules/PDF/configure.in @@ -1,6 +1,3 @@ -# -# $Id$ -# AC_INIT(pdflib_glue.c) AC_CONFIG_HEADER(pdf_machine.h) AC_ARG_WITH(libpdf, [ --with(out)-libpdf Support PDF through PDFlib],[],[with_libpdf=yes]) diff --git a/src/modules/PDF/initstuff.h b/src/modules/PDF/initstuff.h index 23bce550e1f98e63840d3fc8684a997e2f9d9ada..32cace4f4f1e202ed466a46535813fd1f7f17ea8 100644 --- a/src/modules/PDF/initstuff.h +++ b/src/modules/PDF/initstuff.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PDF_INITER diff --git a/src/modules/PDF/pdf_module.c b/src/modules/PDF/pdf_module.c index d360da3a56c5c9792bfea0d54327a9399adb5a4a..def99b44dc3f7092bf4381d18a4cf3b1aa85cf9c 100644 --- a/src/modules/PDF/pdf_module.c +++ b/src/modules/PDF/pdf_module.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/PDF/pdflib_glue.c b/src/modules/PDF/pdflib_glue.c index 8faa811a222a392912d6174bbbbf71d77f1a5fb3..5e77309d4e3a0ea09f869103f2a562e1946a50ea 100644 --- a/src/modules/PDF/pdflib_glue.c +++ b/src/modules/PDF/pdflib_glue.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Parser/Makefile.in b/src/modules/Parser/Makefile.in index 7e44c9517612a3b1d62c34b63ae842dec32852c5..4ad5bc9467fddadfe78f156ea4a9a89ce79dc38a 100644 --- a/src/modules/Parser/Makefile.in +++ b/src/modules/Parser/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=parser.o html.o rcs.o c.o pike.o xml.o diff --git a/src/modules/Parser/acconfig.h b/src/modules/Parser/acconfig.h index 64d3a6fe41acb77d42904db37a4f31b9ae67c013..30b1ac8cefa3eb7211cc36dcd0eb018e5449bd8b 100644 --- a/src/modules/Parser/acconfig.h +++ b/src/modules/Parser/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ @TOP@ diff --git a/src/modules/Parser/configure.in b/src/modules/Parser/configure.in index f3bb4f143503a9d2517713f46f192dcf3b638620..7554049c7ffc4cc6790388fbe8c9c5c176082649 100644 --- a/src/modules/Parser/configure.in +++ b/src/modules/Parser/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(parser.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/Parser/html.c b/src/modules/Parser/html.c index 4280d782cbfe01945718ab2b7b5af7389a860da4..4ffd1a8130312121a77b412b661cfd6ea53a8d50 100644 --- a/src/modules/Parser/html.c +++ b/src/modules/Parser/html.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Parser/initstuff.h b/src/modules/Parser/initstuff.h index d6527d750cd82d9e6b8524582ac1ea3123e1496c..10facfb6d9282abeda6f7fe9e5e512967ca2353d 100644 --- a/src/modules/Parser/initstuff.h +++ b/src/modules/Parser/initstuff.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PARSER_INITER diff --git a/src/modules/Parser/parser.c b/src/modules/Parser/parser.c index da6014bd8328913c73a894e27927933ef8cec8ae..0328c0ac1cb61047c994d531078000ef5fbab4fe 100644 --- a/src/modules/Parser/parser.c +++ b/src/modules/Parser/parser.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Parser/parser.h b/src/modules/Parser/parser.h index 0035e52eafa27a417127abe20a4e563175cb2d46..9cdb661cda66293d9dfb6de4e5ed07d20bb7a470 100644 --- a/src/modules/Parser/parser.h +++ b/src/modules/Parser/parser.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ void init_parser_html(void); diff --git a/src/modules/Parser/xml.cmod b/src/modules/Parser/xml.cmod index a0fff94e6737a6826b81b29c8dc78ca6fd5cf927..3cf8a8a0789a8683448192e19dcb313948f60af4 100644 --- a/src/modules/Parser/xml.cmod +++ b/src/modules/Parser/xml.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Pipe/Makefile.in b/src/modules/Pipe/Makefile.in index c000973e41b9f62bf71445e5b2bb115e9f93fb1b..2a939083f0e1930de2b005d182707fad02807b9d 100644 --- a/src/modules/Pipe/Makefile.in +++ b/src/modules/Pipe/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=pipe.o diff --git a/src/modules/Pipe/acconfig.h b/src/modules/Pipe/acconfig.h index 6f8170355c74f8e6beebbb1269b9a7c440b1187b..3c917c10eece1ba7eba27dbefd377ca6c7e9fc92 100644 --- a/src/modules/Pipe/acconfig.h +++ b/src/modules/Pipe/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIPE_MACHINE_H diff --git a/src/modules/Pipe/configure.in b/src/modules/Pipe/configure.in index 7833bac4c4132a3409d3045bb6f0fa89297eb416..f8b976a37e01e2b668828379f47f6235f7ebbbe2 100644 --- a/src/modules/Pipe/configure.in +++ b/src/modules/Pipe/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(pipe.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/Postgres/Makefile.in b/src/modules/Postgres/Makefile.in index d36d7482024b353c28009fc8dc35c758be1bb26d..bab7eec12d9faaa0a62bcb9deb8d1eef050be63f 100644 --- a/src/modules/Postgres/Makefile.in +++ b/src/modules/Postgres/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ diff --git a/src/modules/Postgres/acconfig.h b/src/modules/Postgres/acconfig.h index addde5b15df5d497fa05d4451dc565d745d87841..fd2095a5abe508286e99bca9e4e12b39c3a9cfde 100644 --- a/src/modules/Postgres/acconfig.h +++ b/src/modules/Postgres/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_POSTGRES_H diff --git a/src/modules/Postgres/configure.in b/src/modules/Postgres/configure.in index 153bed362eff3e8de16e56067d154f6f3bd86186..2de9b25a4363f9fea5b4fbc69aa4e915228803cf 100644 --- a/src/modules/Postgres/configure.in +++ b/src/modules/Postgres/configure.in @@ -1,4 +1,3 @@ -dnl $Id$ AC_INIT(postgres.c) AC_CONFIG_HEADER(pgres_config.h) diff --git a/src/modules/Postgres/extras/test_notify.pike b/src/modules/Postgres/extras/test_notify.pike index d4ec88e02852f928abad242b3d3c860cd3e54333..feeb031186afb6f20f5a8a72094032f31dd64232 100644 --- a/src/modules/Postgres/extras/test_notify.pike +++ b/src/modules/Postgres/extras/test_notify.pike @@ -1,6 +1,5 @@ #include <postgres.h> -/* $Id$ - * +/* * This simple program connects to the template1 database "template1" * (it comes default with postgres95) and sits there waiting for * someone to issue a notify sql command on a table named "prova". diff --git a/src/modules/Postgres/extras/test_schema.pike b/src/modules/Postgres/extras/test_schema.pike index ed42f746ffcd1c681d19ca89c1d687d11a4808ba..c8575440f2f1be1cd46b31263cf19daa8222e3bc 100644 --- a/src/modules/Postgres/extras/test_schema.pike +++ b/src/modules/Postgres/extras/test_schema.pike @@ -1,4 +1,3 @@ -// $Id$ //#include "postgres.h" #include <sql.h> diff --git a/src/modules/Postgres/pg_types.h b/src/modules/Postgres/pg_types.h index 927b4bff7822ad61676d0a2d5b55ef7af170256a..227d4fcb1b587293b57631d66797379ceee6260a 100644 --- a/src/modules/Postgres/pg_types.h +++ b/src/modules/Postgres/pg_types.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef _PG_TYPES_H_ diff --git a/src/modules/Postgres/pgresult.c b/src/modules/Postgres/pgresult.c index 03109ec96c885c1b4fa70b0493af1df5f8814701..259696645554a7efc424a342010ed8a0073fae92 100644 --- a/src/modules/Postgres/pgresult.c +++ b/src/modules/Postgres/pgresult.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Postgres/pgresult.h b/src/modules/Postgres/pgresult.h index e61a46c2c97f89880fe4acaa36fc3abd770dd4f2..9e265079c2ac8ef2b37f09b98bb845a7fab425bc 100644 --- a/src/modules/Postgres/pgresult.h +++ b/src/modules/Postgres/pgresult.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ void pgresult_init(void); diff --git a/src/modules/Postgres/postgres.c b/src/modules/Postgres/postgres.c index 6041ca30846b7727621042ffa7511f6f8cc8987a..b3c52f8e16b1eb0a8a835911997e84820754891a 100644 --- a/src/modules/Postgres/postgres.c +++ b/src/modules/Postgres/postgres.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Postgres/version.h b/src/modules/Postgres/version.h index 579487e67ce8d02d7a465cb8ae75a94c229a8460..982335e6fe6d8b011f757a50b4543d955bde7f9c 100644 --- a/src/modules/Postgres/version.h +++ b/src/modules/Postgres/version.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Regexp/Makefile.in b/src/modules/Regexp/Makefile.in index 05502f722e98a09aaa286e578c07547732ba764e..d41359e81efb2d96e183fc54b15667a30893b2cd 100644 --- a/src/modules/Regexp/Makefile.in +++ b/src/modules/Regexp/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=glue.o @REGEXP_OBJS@ diff --git a/src/modules/Regexp/acconfig.h b/src/modules/Regexp/acconfig.h index e2939e6ac37cb5b5d6d1e5fa0f62f43b989f6b08..211ddb1330d533a1b1e4cceb2f0499895d483719 100644 --- a/src/modules/Regexp/acconfig.h +++ b/src/modules/Regexp/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_MODULES_REGEXP_H diff --git a/src/modules/Regexp/configure.in b/src/modules/Regexp/configure.in index be2843b52315abff2068c9de97cb8f750a5ee08f..fef630310acc01992d3c03959cc0a688f67d5d60 100644 --- a/src/modules/Regexp/configure.in +++ b/src/modules/Regexp/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(pike_regexp.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/Regexp/glue.c b/src/modules/Regexp/glue.c index 6ac84a134ed2ae703f5c33bbe20b669c96a5d4c7..b9c731c0b5aae30690b168bf4195fd1c979c13ea 100644 --- a/src/modules/Regexp/glue.c +++ b/src/modules/Regexp/glue.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/Regexp/pike_regexp.c b/src/modules/Regexp/pike_regexp.c index 1d0a1b944c7e7fbd19273b88165722745e2d3217..5e82be2db8c1ed2c84349d150b98614dc6267d43 100644 --- a/src/modules/Regexp/pike_regexp.c +++ b/src/modules/Regexp/pike_regexp.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/Regexp/pike_regexp.h b/src/modules/Regexp/pike_regexp.h index 4eb374b3e64aa15c38331b1cf8b58aaa0629f7b2..35adbfce3f6d8da0d0f2dfece4e8fba9a423387d 100644 --- a/src/modules/Regexp/pike_regexp.h +++ b/src/modules/Regexp/pike_regexp.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef REGEXP_H diff --git a/src/modules/Regexp/testsuite.in b/src/modules/Regexp/testsuite.in index 582d1f1fd1e2c83a797131b2f39f7d41e584e337..3c407fccd262b35ccc1d7124fbb1818d0f466d3f 100644 --- a/src/modules/Regexp/testsuite.in +++ b/src/modules/Regexp/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -dnl $Id$ dnl - Here we try the Regexp module test_true(objectp(Regexp)) diff --git a/src/modules/SANE/Makefile.in b/src/modules/SANE/Makefile.in index 77f8cf24ea6a5919688ad7b5ca5d3a2a9f6d6b3e..ed7d4324cfcb4ccc1689a6bd057f47fd0317c717 100644 --- a/src/modules/SANE/Makefile.in +++ b/src/modules/SANE/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=sane.o diff --git a/src/modules/SANE/acconfig.h b/src/modules/SANE/acconfig.h index 6161c45ffd75e9ffd0aac59b1d1e2520b040b624..c175d6bec770cc5241ae24d556bab309801b5a66 100644 --- a/src/modules/SANE/acconfig.h +++ b/src/modules/SANE/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/SANE/configure.in b/src/modules/SANE/configure.in index bd5597a05e3760fcce3ccce03573fc0a50845c8d..2d5f58c20d914b2283fd0eaba929cff2ef9f2a6d 100644 --- a/src/modules/SANE/configure.in +++ b/src/modules/SANE/configure.in @@ -1,6 +1,3 @@ -# -# $Id$ -# AC_INIT(sane.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/SANE/sane.c b/src/modules/SANE/sane.c index a5eff38c9fdd251c3234b897d3da313c6d7a1e41..2cdc67ca3968e6afe694a1e35194db88972efad3 100644 --- a/src/modules/SANE/sane.c +++ b/src/modules/SANE/sane.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "config.h" diff --git a/src/modules/VCDiff/Makefile.in b/src/modules/VCDiff/Makefile.in index c85469548b9a997212f25a13a3e31408ceb21586..475c6b2418084694cf2b4007b0c8383b773c7fc0 100644 --- a/src/modules/VCDiff/Makefile.in +++ b/src/modules/VCDiff/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ MODNAME=VCDiff diff --git a/src/modules/VCDiff/acconfig.h b/src/modules/VCDiff/acconfig.h index d7edafe32769c4693e78628b3febf640288c3d22..f25365729d914f4ed207536f806eb7dc2fb0a2ae 100644 --- a/src/modules/VCDiff/acconfig.h +++ b/src/modules/VCDiff/acconfig.h @@ -2,5 +2,4 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/Yp/Makefile.in b/src/modules/Yp/Makefile.in index b1504628cbc8269cd1457c1221cf1b3f8af1988b..e9c3517093d542b2fb73762f11ab24aeb948c5e0 100644 --- a/src/modules/Yp/Makefile.in +++ b/src/modules/Yp/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=yp.o diff --git a/src/modules/Yp/acconfig.h b/src/modules/Yp/acconfig.h index 365899bc1dbf3245d93d8c90525fcabf5de9ad74..fe2c0bcd565bcf4d36f4746168b660692267ae15 100644 --- a/src/modules/Yp/acconfig.h +++ b/src/modules/Yp/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef YP_MACHINE_H diff --git a/src/modules/Yp/configure.in b/src/modules/Yp/configure.in index 32d21013f4b68368ce92bcff8ad9b90c4664ab21..26b427bb7a5248c258b5cdb36d786a50da1bc935 100644 --- a/src/modules/Yp/configure.in +++ b/src/modules/Yp/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(yp.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/Yp/module.pmod.in b/src/modules/Yp/module.pmod.in index 38dab83ba7946a48d85219b7337f1deecd5dcb08..4fb1dfeb2bafc8cca7ddac9c3cda6b972b844972 100644 --- a/src/modules/Yp/module.pmod.in +++ b/src/modules/Yp/module.pmod.in @@ -3,7 +3,6 @@ // YP (NIS) Functionality for Pike // Per Hedbor & Henrik Grubbstr�m 1996-1997 // -// $Id$ #pike __REAL_VERSION__ inherit @module@; diff --git a/src/modules/Yp/yp.c b/src/modules/Yp/yp.c index ecc64b7ed934c582cf835c6f2af7497e90eed171..4e448748768c856ed1efc15e8d24c617e655bff4 100644 --- a/src/modules/Yp/yp.c +++ b/src/modules/Yp/yp.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/_Charset/Makefile.in b/src/modules/_Charset/Makefile.in index cbdb7fb3b2e49604f3b448512a18ef529d22572a..382354969387534e248af491845add11e59584c8 100644 --- a/src/modules/_Charset/Makefile.in +++ b/src/modules/_Charset/Makefile.in @@ -1,7 +1,3 @@ -# -# $Id$ -# - @make_variables@ VPATH=@srcdir@ OBJS=charsetmod.o iso2022.o tables.o misc.o diff --git a/src/modules/_Charset/acconfig.h b/src/modules/_Charset/acconfig.h index 6161c45ffd75e9ffd0aac59b1d1e2520b040b624..c175d6bec770cc5241ae24d556bab309801b5a66 100644 --- a/src/modules/_Charset/acconfig.h +++ b/src/modules/_Charset/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/_Charset/charsetmod.c b/src/modules/_Charset/charsetmod.c index 4f22d6bc9b0c131bb2fd1ab87428bc9399d947c7..4594ba8669f56210c4208270abd78da1c79e76a3 100644 --- a/src/modules/_Charset/charsetmod.c +++ b/src/modules/_Charset/charsetmod.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/src/modules/_Charset/charsetmod.h b/src/modules/_Charset/charsetmod.h index 50bff26a17f6f52391dd4e5708742c6957edb3c1..9535ecc2c1cea4ba6d9f0fb8f5d5ae8f855062ec 100644 --- a/src/modules/_Charset/charsetmod.h +++ b/src/modules/_Charset/charsetmod.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef CHARSETMOD_H diff --git a/src/modules/_Charset/configure.in b/src/modules/_Charset/configure.in index 926f928f535918df4e01d44e7af72b82fe1d0378..fd0f10b23eeae422a107e3764ce8b69262e04203 100755 --- a/src/modules/_Charset/configure.in +++ b/src/modules/_Charset/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(iso2022.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/_Charset/iso2022.c b/src/modules/_Charset/iso2022.c index 334d737edff1c92f08d33fa782994494775cf42c..c185e29a8676c139b0a8a6e4ab6e3211611d52c8 100644 --- a/src/modules/_Charset/iso2022.c +++ b/src/modules/_Charset/iso2022.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifdef HAVE_CONFIG_H diff --git a/src/modules/_Charset/make_gb18030_h.pike b/src/modules/_Charset/make_gb18030_h.pike index f9c5b1c22ac6803d1dadcffc3d76638962da11e4..c352721294fae60efdc75e5345aa3f28fc9f3c5f 100644 --- a/src/modules/_Charset/make_gb18030_h.pike +++ b/src/modules/_Charset/make_gb18030_h.pike @@ -1,5 +1,4 @@ // -// $Id$ // // Create lookup tables and code for GB18030. // diff --git a/src/modules/_Charset/make_gbk_tables_h.pike b/src/modules/_Charset/make_gbk_tables_h.pike index 61651b5188f3b53f98a5902c9eedd60e3914b6e2..b9fe81f16b7bf73a2c53f80afc0aadad026224d4 100644 --- a/src/modules/_Charset/make_gbk_tables_h.pike +++ b/src/modules/_Charset/make_gbk_tables_h.pike @@ -1,6 +1,4 @@ // -// $Id$ -// // Create lookup tables for GBK. // // 2006-01-16 Henrik Grubbstr�m diff --git a/src/modules/_Charset/misc.c b/src/modules/_Charset/misc.c index b936cfeb44f52918ec5f6f5f7e810065cda9cbbc..51ed656348629bfd007c3f211da4c21cea4a196b 100644 --- a/src/modules/_Charset/misc.c +++ b/src/modules/_Charset/misc.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/_Charset/tables.c b/src/modules/_Charset/tables.c index e99eea555ef3c526b50d884a2c3926327b858b3f..25809581e416501a33408b6877dec0b952288f0f 100644 --- a/src/modules/_Charset/tables.c +++ b/src/modules/_Charset/tables.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "charsetmod.h" diff --git a/src/modules/_Charset/testsuite.in b/src/modules/_Charset/testsuite.in index d983f92ed9870eb7b7f9389b03e63d26649c4b8f..8873225727a81f42e02aefb8c60b4879ab66cc1b 100644 --- a/src/modules/_Charset/testsuite.in +++ b/src/modules/_Charset/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ // Locale.Charset.decoder test_true([[objectp(Locale.Charset)]]) diff --git a/src/modules/_Ffmpeg/Makefile.in b/src/modules/_Ffmpeg/Makefile.in index bc313227c72c105c72592c771b9766c1cf36b9c0..724a9fab002477683c54da6da82cf1255a860907 100644 --- a/src/modules/_Ffmpeg/Makefile.in +++ b/src/modules/_Ffmpeg/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=ffmpeg.o diff --git a/src/modules/_Ffmpeg/acconfig.h b/src/modules/_Ffmpeg/acconfig.h index f1c33be52278123a98a86c99b287fba92d040bdf..19ac74707e010d0d50b9e2360bdd4a53ccdd114e 100644 --- a/src/modules/_Ffmpeg/acconfig.h +++ b/src/modules/_Ffmpeg/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/_Ffmpeg/configure.in b/src/modules/_Ffmpeg/configure.in index 7aa0b14d23371050e7baa9fcc7d1a57e2de076fa..f7bdd5da77bbd9b79cfca79f518510082572c704 100644 --- a/src/modules/_Ffmpeg/configure.in +++ b/src/modules/_Ffmpeg/configure.in @@ -1,6 +1,3 @@ -# -# $Id$ -# AC_INIT(ffmpeg.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/_Ffmpeg/ffmpeg.c b/src/modules/_Ffmpeg/ffmpeg.c index 77e2d138254246fe41923b1084534b739388c316..5cd800760c66cea543d8f691ec3aa4b48b75f766 100644 --- a/src/modules/_Ffmpeg/ffmpeg.c +++ b/src/modules/_Ffmpeg/ffmpeg.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/_Image_FreeType/Makefile.in b/src/modules/_Image_FreeType/Makefile.in index 49a0ca31002a4c178a561b51a2b7a89cc45d454d..c6e5d4fd5e07ab4fd84e11631adb466ad5fc7712 100644 --- a/src/modules/_Image_FreeType/Makefile.in +++ b/src/modules/_Image_FreeType/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=freetype.o diff --git a/src/modules/_Image_FreeType/acconfig.h b/src/modules/_Image_FreeType/acconfig.h index 13e3d78dc42a381e0413850a3522d71003239b81..6e6631c9375e72af135a5314480f43c9f001074f 100644 --- a/src/modules/_Image_FreeType/acconfig.h +++ b/src/modules/_Image_FreeType/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #undef HAVE_LIBFT2 diff --git a/src/modules/_Image_FreeType/freetype.c b/src/modules/_Image_FreeType/freetype.c index 060fedf661d1c6258b6dac3b6825161f3d9f9c0c..0a24bea22426ac39402c79e313fa9ba95484d049 100644 --- a/src/modules/_Image_FreeType/freetype.c +++ b/src/modules/_Image_FreeType/freetype.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "config.h" diff --git a/src/modules/_Image_GIF/Makefile.in b/src/modules/_Image_GIF/Makefile.in index c185c24c2eb244620d61974e37aec26489fc0189..f060de5de84d075cf58bc1a8c13cefac5fcffae9 100644 --- a/src/modules/_Image_GIF/Makefile.in +++ b/src/modules/_Image_GIF/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=image_gif.o gif_lzw.o diff --git a/src/modules/_Image_GIF/acconfig.h b/src/modules/_Image_GIF/acconfig.h index e6bbdb304a7f1c9fdce836c18eb61067d8aa764b..340e4bc50d5afe052aebf998578ecaf5966cdb8b 100644 --- a/src/modules/_Image_GIF/acconfig.h +++ b/src/modules/_Image_GIF/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef IMAGE_GIF_CONFIG_H diff --git a/src/modules/_Image_GIF/configure.in b/src/modules/_Image_GIF/configure.in index f1eebe90db3743b2426b19706114261978fd664f..e98d6a44fc5ee11c5f0167e181901147599a97fe 100644 --- a/src/modules/_Image_GIF/configure.in +++ b/src/modules/_Image_GIF/configure.in @@ -1,6 +1,3 @@ -# -# $Id$ -# AC_INIT(image_gif.c) AC_CONFIG_HEADER(config.h) AC_ARG_WITH(gif, [ --with(out)-gif Support GIF (Image.GIF)],[],[with_gif=yes]) diff --git a/src/modules/_Image_GIF/gif_lzw.c b/src/modules/_Image_GIF/gif_lzw.c index 7a744ceb6975874b022d557dcd70653c2c74fb2a..1f0d4eade9d2e07a9806eca691c5841e10f2b2ba 100644 --- a/src/modules/_Image_GIF/gif_lzw.c +++ b/src/modules/_Image_GIF/gif_lzw.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/_Image_GIF/gif_lzw.h b/src/modules/_Image_GIF/gif_lzw.h index 557b53ca62c782ed9d6188f434228dddd9158e7c..f451041d1acb02bd72f7ff762c08cc547bac3889 100644 --- a/src/modules/_Image_GIF/gif_lzw.h +++ b/src/modules/_Image_GIF/gif_lzw.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/_Image_GIF/image_gif.c b/src/modules/_Image_GIF/image_gif.c index ed64fb5c5275c4a62204db77b515a8a1c71b3e53..1035d3f82b031e5e42c5051d90ba5370c950db0d 100644 --- a/src/modules/_Image_GIF/image_gif.c +++ b/src/modules/_Image_GIF/image_gif.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/_Image_JPEG/Makefile.in b/src/modules/_Image_JPEG/Makefile.in index a4901375c9aae69771095eb74492a808fe1be296..727ba03ae7c156df991c3896354ff9cd2d03d7a1 100644 --- a/src/modules/_Image_JPEG/Makefile.in +++ b/src/modules/_Image_JPEG/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=image_jpeg.o transupp.o diff --git a/src/modules/_Image_JPEG/acconfig.h b/src/modules/_Image_JPEG/acconfig.h index 7b2215f421bb79e8e855c8338fe13d1ebf9f2daf..b43cbf2935514fda3e11eea543640b9446016158 100644 --- a/src/modules/_Image_JPEG/acconfig.h +++ b/src/modules/_Image_JPEG/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef GMP_MACHINE_H diff --git a/src/modules/_Image_JPEG/configure.in b/src/modules/_Image_JPEG/configure.in index 57e3144f0fccc8a4438d292db2a3a84b77f23cdd..84a2042252fa2f8590fc598b9cf420a75b1e2831 100644 --- a/src/modules/_Image_JPEG/configure.in +++ b/src/modules/_Image_JPEG/configure.in @@ -1,6 +1,3 @@ -# -# $Id$ -# AC_INIT(image_jpeg.c) AC_CONFIG_HEADER(config.h) AC_ARG_WITH(jpeglib, [ --with(out)-jpeglib Support JPEG (Image.JPEG)],[],[with_jpeglib=yes]) diff --git a/src/modules/_Image_JPEG/image_jpeg.c b/src/modules/_Image_JPEG/image_jpeg.c index 63ec6fa80e5999421b04b78e49e1d7c523cc1067..f4c70c61bc86c75d8981b98655746191a8984ee9 100644 --- a/src/modules/_Image_JPEG/image_jpeg.c +++ b/src/modules/_Image_JPEG/image_jpeg.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/_Image_JPEG/jinclude.h b/src/modules/_Image_JPEG/jinclude.h index f619b347ec4dc29166894b2fc697bb0e7a57222d..d7832fbdc17a3471afdc61c0d35f721a89b1e33e 100644 --- a/src/modules/_Image_JPEG/jinclude.h +++ b/src/modules/_Image_JPEG/jinclude.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/_Image_JPEG/transupp.c b/src/modules/_Image_JPEG/transupp.c index 23b7402d2189d2498b17b2e5c5648cb537a4049e..5abfde21eb8f8f4257d49171747ef10e48555b1f 100644 --- a/src/modules/_Image_JPEG/transupp.c +++ b/src/modules/_Image_JPEG/transupp.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/_Image_JPEG/transupp.h b/src/modules/_Image_JPEG/transupp.h index 925f54f8728729533efd3ea3713516806f19790c..894d668d433c1a71151b6ec9decc4ce1d7e3f227 100644 --- a/src/modules/_Image_JPEG/transupp.h +++ b/src/modules/_Image_JPEG/transupp.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/_Image_TIFF/Makefile.in b/src/modules/_Image_TIFF/Makefile.in index 0075f95a70dc32a7cb6e4f0fc989048811e0dcdf..ae9a989566156ce2239d62c3c6210581aa8faa4f 100644 --- a/src/modules/_Image_TIFF/Makefile.in +++ b/src/modules/_Image_TIFF/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=image_tiff.o diff --git a/src/modules/_Image_TIFF/acconfig.h b/src/modules/_Image_TIFF/acconfig.h index 4d06db4ed85ea8d0f8d2177c1ce91b0c3f401ac1..9e6e51684f8071f91bb64232743d1e0fa2c961cb 100644 --- a/src/modules/_Image_TIFF/acconfig.h +++ b/src/modules/_Image_TIFF/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef GMP_MACHINE_H diff --git a/src/modules/_Image_TIFF/configure.in b/src/modules/_Image_TIFF/configure.in index 8b2b51ed10ddd8bccebaa90bf22b4830a5fb3585..dc2fd1509731995c009ae311a4e52aecec58be1e 100644 --- a/src/modules/_Image_TIFF/configure.in +++ b/src/modules/_Image_TIFF/configure.in @@ -1,6 +1,3 @@ -# -# $Id$ -# AC_INIT(image_tiff.c) AC_CONFIG_HEADER(config.h) AC_ARG_WITH(tifflib, [ --with(out)-tifflib Support TIFF (Image.TIFF)],[],[with_tifflib=yes]) diff --git a/src/modules/_Image_TIFF/dummy.c b/src/modules/_Image_TIFF/dummy.c index 365d80e80888d91015eef1af1000957acc9ba7ab..c081b6d571b80741f7b7be7e5e1460e19430be95 100644 --- a/src/modules/_Image_TIFF/dummy.c +++ b/src/modules/_Image_TIFF/dummy.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/_Image_TIFF/image_tiff.c b/src/modules/_Image_TIFF/image_tiff.c index 4cd7c306f4a08344ad5a3b88debfb313b25db99a..2c54cf43808c77a9f25623048bc411713596c5aa 100644 --- a/src/modules/_Image_TIFF/image_tiff.c +++ b/src/modules/_Image_TIFF/image_tiff.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/_Image_TTF/Makefile.in b/src/modules/_Image_TTF/Makefile.in index e5bbfa75e615b15775465816ba47a8ce0dc54d51..64ad0572ebfa35c3096dd362b315bd0bb9842c90 100644 --- a/src/modules/_Image_TTF/Makefile.in +++ b/src/modules/_Image_TTF/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=image_ttf.o diff --git a/src/modules/_Image_TTF/acconfig.h b/src/modules/_Image_TTF/acconfig.h index 251730ca08e0f044ade53f3c4cb50f4c3e6f0dfc..eee2e9963b5f3e83ea88a969e9843492c726d8ab 100644 --- a/src/modules/_Image_TTF/acconfig.h +++ b/src/modules/_Image_TTF/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ @TOP@ diff --git a/src/modules/_Image_TTF/configure.in b/src/modules/_Image_TTF/configure.in index 3a54a041613d21f7104cd7cfd42832b1f6cbc17a..836f976755f95c12b375663554a774613a3f9d6a 100644 --- a/src/modules/_Image_TTF/configure.in +++ b/src/modules/_Image_TTF/configure.in @@ -1,6 +1,3 @@ -# -# $Id$ -# AC_INIT(image_ttf.c) AC_CONFIG_HEADER(config.h) AC_ARG_WITH(ttflib, [ --with(out)-ttflib Support TTF via ttf.lib (freetype) (Image.TTF)],[],[with_ttflib=yes]) diff --git a/src/modules/_Image_TTF/image_ttf.c b/src/modules/_Image_TTF/image_ttf.c index 8f34bfef93a7c465fce821cfc9c20adc9033e819..c6c2e55b485066c5bc19e825c2ffa44e0a49f9bb 100644 --- a/src/modules/_Image_TTF/image_ttf.c +++ b/src/modules/_Image_TTF/image_ttf.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "config.h" diff --git a/src/modules/_Image_XFace/Makefile.in b/src/modules/_Image_XFace/Makefile.in index 13bc04b1987b0a196bbd95851f9e477643886231..86c4f7b30f3bfee5f9595c85d5d5381f3eb3dd5e 100644 --- a/src/modules/_Image_XFace/Makefile.in +++ b/src/modules/_Image_XFace/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=image_xface.o diff --git a/src/modules/_Image_XFace/acconfig.h b/src/modules/_Image_XFace/acconfig.h index 151b5adca1651d67f899c430216a8fbf60214c63..d2ee4565343fde7044e3a5ce70932f4b0ddc528f 100644 --- a/src/modules/_Image_XFace/acconfig.h +++ b/src/modules/_Image_XFace/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ @TOP@ diff --git a/src/modules/_Image_XFace/configure.in b/src/modules/_Image_XFace/configure.in index 0b8726f99055a2c2265b33e6bd1e1e86bb455474..cefd3495d6708c90b966bee21a3975395e6606f3 100755 --- a/src/modules/_Image_XFace/configure.in +++ b/src/modules/_Image_XFace/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(image_xface.c) AC_CONFIG_HEADER(config.h) AC_ARG_WITH(gmp, [ --with(out)-gmp Support bignums],[],[with_gmp=yes]) diff --git a/src/modules/_Image_XFace/image_xface.c b/src/modules/_Image_XFace/image_xface.c index 3af98e63fe01eed37297d822bb32ad8cdcc68ac6..0157852eeff49425d1443c20922d13273f56aded 100644 --- a/src/modules/_Image_XFace/image_xface.c +++ b/src/modules/_Image_XFace/image_xface.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/_Image_XFace/testsuite.in b/src/modules/_Image_XFace/testsuite.in index 64982f4a8e1510cd9459eca7d9813033590a1d22..1b8d0c0e8f74ffd19e974b66fcf77113a9cb1faf 100644 --- a/src/modules/_Image_XFace/testsuite.in +++ b/src/modules/_Image_XFace/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ cond_begin([[ master()->resolv("_Image_XFace")->decode ]]) cond_end END_MARKER diff --git a/src/modules/_PGsql/Makefile.in b/src/modules/_PGsql/Makefile.in index dfbef9d5e1472c073bf4d1a55314ce0bc5c081ec..7f58223553092558ea4f6805789b8ca23f6bd1fe 100644 --- a/src/modules/_PGsql/Makefile.in +++ b/src/modules/_PGsql/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=PGsql.o diff --git a/src/modules/_PGsql/PGsql.cmod b/src/modules/_PGsql/PGsql.cmod index d020804ea9c6c6bd561247bc1000c4aaeb2e4955..211864e31f4ad38f2321d5a13e45d5b2829e0957 100644 --- a/src/modules/_PGsql/PGsql.cmod +++ b/src/modules/_PGsql/PGsql.cmod @@ -1,6 +1,4 @@ /* -*- c -*- - * $Id$ - * * PGsql, accelerator functions for Sql.pgsql for Pike. * */ diff --git a/src/modules/_PGsql/acconfig.h b/src/modules/_PGsql/acconfig.h index 6161c45ffd75e9ffd0aac59b1d1e2520b040b624..c175d6bec770cc5241ae24d556bab309801b5a66 100644 --- a/src/modules/_PGsql/acconfig.h +++ b/src/modules/_PGsql/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/_PGsql/configure.in b/src/modules/_PGsql/configure.in index bf8bd19b5e3957a4a7847445dda67b88b39a7779..9e11d1cbba6c808fccc37c1b02bd16e3fe3d7edc 100644 --- a/src/modules/_PGsql/configure.in +++ b/src/modules/_PGsql/configure.in @@ -1,4 +1,3 @@ -# $Id$ # AC_INIT(PGsql.cmod) diff --git a/src/modules/_Protocols_DNS_SD/Makefile.in b/src/modules/_Protocols_DNS_SD/Makefile.in index 96ca77b67e43bd412f0c088f373290e668f8550a..1d743e69272572dcdc07db8889422d1e4d7e9f82 100644 --- a/src/modules/_Protocols_DNS_SD/Makefile.in +++ b/src/modules/_Protocols_DNS_SD/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=sd.o diff --git a/src/modules/_Protocols_DNS_SD/acconfig.h b/src/modules/_Protocols_DNS_SD/acconfig.h index 7a85aa33d86ddca44ce889c4f07ce609155f4a49..9048c132251d6d3d9725105593a1bfd78f67fc3b 100644 --- a/src/modules/_Protocols_DNS_SD/acconfig.h +++ b/src/modules/_Protocols_DNS_SD/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PROTOCOLS_DNS_SD_H diff --git a/src/modules/_Protocols_DNS_SD/configure.in b/src/modules/_Protocols_DNS_SD/configure.in index 9f168bb3e9e79284d45dcf6e6349c8c72e20e81a..dfe088f9778b8c1bf414220b06083b65fdef922b 100644 --- a/src/modules/_Protocols_DNS_SD/configure.in +++ b/src/modules/_Protocols_DNS_SD/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(sd.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/_Protocols_DNS_SD/sd.c b/src/modules/_Protocols_DNS_SD/sd.c index 1639e7946bcb30ca2867eded812331afc1a0ac08..e7500c01cd646fe1dcfcfd569d19a556f36d1270 100644 --- a/src/modules/_Protocols_DNS_SD/sd.c +++ b/src/modules/_Protocols_DNS_SD/sd.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/_Regexp_PCRE/Makefile.in b/src/modules/_Regexp_PCRE/Makefile.in index 803b9ee4223fddacf8134a09d03b9e3dcc16e8b2..c4d00c9ddcc897c497c540f1ec63c4145996fc3f 100644 --- a/src/modules/_Regexp_PCRE/Makefile.in +++ b/src/modules/_Regexp_PCRE/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=pcre_glue.o diff --git a/src/modules/_Regexp_PCRE/acconfig.h b/src/modules/_Regexp_PCRE/acconfig.h index 8e87099046b84b7de39da53b523a2d09e7d64063..1ebbfe04844152b7f2e0f19e5562f8731c4eced8 100644 --- a/src/modules/_Regexp_PCRE/acconfig.h +++ b/src/modules/_Regexp_PCRE/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ @TOP@ diff --git a/src/modules/_Regexp_PCRE/configure.in b/src/modules/_Regexp_PCRE/configure.in index af297b3217cc6be81d806153ea846c72611dcbaa..74ba4d05b86d2fffd15455d78224bbbed2f61fe1 100644 --- a/src/modules/_Regexp_PCRE/configure.in +++ b/src/modules/_Regexp_PCRE/configure.in @@ -1,6 +1,3 @@ -# -# $Id$ -# AC_INIT(pcre_glue.cmod) AC_CONFIG_HEADER(pcre_machine.h) AC_ARG_WITH(libpcre, [ --with(out)-libpcre Support Regexp.PCRE],[],[with_libpcre=yes]) diff --git a/src/modules/_Regexp_PCRE/module.pmod.in b/src/modules/_Regexp_PCRE/module.pmod.in index 72178b1a3210256dabdcdaceea2b361e6616bfba..97fa01841c0f29e6f1dd0c657d83f1028d39261c 100644 --- a/src/modules/_Regexp_PCRE/module.pmod.in +++ b/src/modules/_Regexp_PCRE/module.pmod.in @@ -1,5 +1,4 @@ // -*- Pike -*- -// $Id$ // original author: mirar #pike __REAL_VERSION__ diff --git a/src/modules/_Regexp_PCRE/pcre_glue.cmod b/src/modules/_Regexp_PCRE/pcre_glue.cmod index f8c8cf57de1a8504a5fe737fcdf3442ba6bd4a6f..6ca9c92d6ec945f1dc0880cf0564ba16344435d3 100644 --- a/src/modules/_Regexp_PCRE/pcre_glue.cmod +++ b/src/modules/_Regexp_PCRE/pcre_glue.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ || (original author: mirar) */ diff --git a/src/modules/_Roxen/Makefile.in b/src/modules/_Roxen/Makefile.in index f6e08ae37bafd72fb0ebfbe48b9c72f745736b45..8da889d97a279bf44bc4d62b5afc6552bb7ae8f2 100644 --- a/src/modules/_Roxen/Makefile.in +++ b/src/modules/_Roxen/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=roxen.o diff --git a/src/modules/_Roxen/acconfig.h b/src/modules/_Roxen/acconfig.h index 6161c45ffd75e9ffd0aac59b1d1e2520b040b624..c175d6bec770cc5241ae24d556bab309801b5a66 100644 --- a/src/modules/_Roxen/acconfig.h +++ b/src/modules/_Roxen/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/_Roxen/configure.in b/src/modules/_Roxen/configure.in index b0b6097c859a03760141adc624ec75b0bf8d2939..8fc0a9a3f04f06defe78066258127cf6b6b8c882 100644 --- a/src/modules/_Roxen/configure.in +++ b/src/modules/_Roxen/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(roxen.c) AC_CONFIG_HEADER(config.h) AC_MODULE_INIT() diff --git a/src/modules/_Roxen/roxen.c b/src/modules/_Roxen/roxen.c index bfccb437afd9f1deae330365558d31dd4001623d..304b78195a0e659c17448bda3272943ed84294e8 100644 --- a/src/modules/_Roxen/roxen.c +++ b/src/modules/_Roxen/roxen.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define NO_PIKE_SHORTHAND diff --git a/src/modules/_WhiteFish/Makefile.in b/src/modules/_WhiteFish/Makefile.in index 68d9fb4ded563995ee2886352e862c00b94b6642..a06eee0544a19c12f80a0f1e6514d6f6b28caff2 100644 --- a/src/modules/_WhiteFish/Makefile.in +++ b/src/modules/_WhiteFish/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@:@srcdir@/../..:../.. OBJS=whitefish.o resultset.o blob.o buffer.o blobs.o linkfarm.o diff --git a/src/modules/_WhiteFish/acconfig.h b/src/modules/_WhiteFish/acconfig.h index fe778b9c64355e6ac13737cec1dc99ea5d80dd37..5da461999ba0f0ef19501614a394f9e199259da0 100644 --- a/src/modules/_WhiteFish/acconfig.h +++ b/src/modules/_WhiteFish/acconfig.h @@ -1,2 +1 @@ -/* $Id$ */ @TOP@ diff --git a/src/modules/_WhiteFish/configure.in b/src/modules/_WhiteFish/configure.in index 8165300ebc08358b43966cd7801430b20dd4537f..0efb5e790138da849000d4b8665e03d38f65c62a 100644 --- a/src/modules/_WhiteFish/configure.in +++ b/src/modules/_WhiteFish/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(whitefish.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/_math/Makefile.in b/src/modules/_math/Makefile.in index c0f2c24e5dbfc1ce3da86c61e23574fe7c794040..ccd8b289075800ca9229a15ff74e07310d2eee5d 100644 --- a/src/modules/_math/Makefile.in +++ b/src/modules/_math/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ MODULE_LDFLAGS=@LIBS@ diff --git a/src/modules/_math/acconfig.h b/src/modules/_math/acconfig.h index 52f1a369c45639a06bcd370c785f868d36169211..0db2945ca301cedef8d1f270aae06a55178d3811 100644 --- a/src/modules/_math/acconfig.h +++ b/src/modules/_math/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ @TOP@ diff --git a/src/modules/_math/configure.in b/src/modules/_math/configure.in index 57fd3f7ef94ccb43fffcaf8fe66eb7b931e9756c..64ddf3dd499628c9849bbeeaadacd4e1a8dbdeed 100644 --- a/src/modules/_math/configure.in +++ b/src/modules/_math/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(math.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/_math/math.c b/src/modules/_math/math.c index b3ee0d8df041d2f088886d100dab2c811de7b789..123efc7b9a0794397297a6deb98c7ec1cc31bfdd 100644 --- a/src/modules/_math/math.c +++ b/src/modules/_math/math.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/_math/testsuite.in b/src/modules/_math/testsuite.in index 07f2b890a54420afa249208633eec1be6303de38..c498752f18dbd2cd0aa479d47fc3d9a85ddbde0f 100644 --- a/src/modules/_math/testsuite.in +++ b/src/modules/_math/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -dnl $Id$ define(exarg,[[test_any([[ function x=$1; diff --git a/src/modules/common_module_makefile.in b/src/modules/common_module_makefile.in index 27912fc35d1b7a988bb946bcb90ef314f7ac7ba8..9689651a29daae555bf70ba55908dd9bbd80b544 100644 --- a/src/modules/common_module_makefile.in +++ b/src/modules/common_module_makefile.in @@ -1,6 +1,4 @@ # -# $Id$ -# # Contains stuff common to both dynamic_module_makefile and # static_module_makefile. # diff --git a/src/modules/configure.in b/src/modules/configure.in index 1c64e63e15888af2b8a4c580fe936c0b5e81c7fa..20c858552792f79a937cece58004984b70a8ba03 100644 --- a/src/modules/configure.in +++ b/src/modules/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(dynamic_module_makefile.in) PIKE_RETAIN_VARIABLES() diff --git a/src/modules/dynamic_module_makefile.in b/src/modules/dynamic_module_makefile.in index b9e7817a07dab41006a9b1cc92c9ce0193303874..ec827471b133703bb9bc73b7133ed7afb62b8be0 100644 --- a/src/modules/dynamic_module_makefile.in +++ b/src/modules/dynamic_module_makefile.in @@ -1,7 +1,3 @@ -# -# $Id$ -# - LC_REQ=@LC_REQ@ LINKAGE_CPPFLAGS= diff --git a/src/modules/files/Makefile.in b/src/modules/files/Makefile.in index 48fe59c1b1a1f0f0ca86de04d55c0bca289959a2..8f74835e9ae04aaab1125c2e09a5e9b89a6ee261 100644 --- a/src/modules/files/Makefile.in +++ b/src/modules/files/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=file.o efuns.o socket.o termios.o sendfile.o udp.o stat.o diff --git a/src/modules/files/acconfig.h b/src/modules/files/acconfig.h index 7f4d1683bb9ddd53ec9a47511398c9e53bc13c0b..d8eefb31c39a13f75a0407e6fd2dd60785c372e6 100644 --- a/src/modules/files/acconfig.h +++ b/src/modules/files/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef FILE_MACHINE_H diff --git a/src/modules/files/configure.in b/src/modules/files/configure.in index 1f4ba5c6918cd60e61eb0174f72dd9b40f0d2aea..90e2eab0d2c6cc7685825e284f16f9067df0a0a8 100644 --- a/src/modules/files/configure.in +++ b/src/modules/files/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(file.c) AC_CONFIG_HEADER(file_machine.h) diff --git a/src/modules/files/datagram.c b/src/modules/files/datagram.c index 618445bb67a4bbe2ad91ec73975e00d56561cddf..521a039ea525259c663d2a27067a9ad31f66cef5 100644 --- a/src/modules/files/datagram.c +++ b/src/modules/files/datagram.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/files/efuns.c b/src/modules/files/efuns.c index 39542849461e3ddba46e60f541e4a776b880ef06..4e98d89fbc63a6dc7201726c31a6e33a00b50ede 100644 --- a/src/modules/files/efuns.c +++ b/src/modules/files/efuns.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/files/file.c b/src/modules/files/file.c index 4222f7893de0a0723614f2ac9966b0708b9afe9c..4045e88ee25376e2a2652a412442a00a60d18356 100644 --- a/src/modules/files/file.c +++ b/src/modules/files/file.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define NO_PIKE_SHORTHAND diff --git a/src/modules/files/file.h b/src/modules/files/file.h index 56cde74acebafde9f2c64cf066faf5d41459279b..414bfc98c1d31ede442f25dbd2f149bee19256c5 100644 --- a/src/modules/files/file.h +++ b/src/modules/files/file.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef FILE_H diff --git a/src/modules/files/file_functions.h b/src/modules/files/file_functions.h index c32a9004bd5bcd7850246616cface0a011ab088b..739684a5d732d85a2e66eb706a49a1364b7a16d2 100644 --- a/src/modules/files/file_functions.h +++ b/src/modules/files/file_functions.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define CB_FUNC tFunc(tNone,tOr(tVoid,tMixed)) diff --git a/src/modules/files/sendfile.c b/src/modules/files/sendfile.c index b305dd6473f1aa7099e6c7a0ce1e6b9a3aa3a759..1a3cb60d0517cafbd68c6eaa6354eb8ea11f07a9 100644 --- a/src/modules/files/sendfile.c +++ b/src/modules/files/sendfile.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/files/sendfiletest.pike b/src/modules/files/sendfiletest.pike index 58e4ba706ded76a42dae2b30c80a14c20d7d9264..a83c1e5a8e7349db35cf95e50a73994a17f2f603 100644 --- a/src/modules/files/sendfiletest.pike +++ b/src/modules/files/sendfiletest.pike @@ -1,7 +1,5 @@ #!/usr/local/bin/pike -/* $Id$ */ - final constant TEST_SIZE = 16384; string testdata = random_string(TEST_SIZE); diff --git a/src/modules/files/socket.c b/src/modules/files/socket.c index 792c6dcc7de365ed0d551fe1f841b5235bdc1bab..16f45f142339321c2a20f91094108d067798f01e 100644 --- a/src/modules/files/socket.c +++ b/src/modules/files/socket.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define NO_PIKE_SHORTHAND diff --git a/src/modules/files/socktest.pike b/src/modules/files/socktest.pike index 9465c95560b530d32e278d0922931ee3c4c6001e..e229d44930a6a7a62132d7a16818a4b8c0fc193f 100755 --- a/src/modules/files/socktest.pike +++ b/src/modules/files/socktest.pike @@ -1,7 +1,5 @@ #!/usr/local/bin/pike -/* $Id$ */ - // #define OOB_DEBUG //#define SOCK_DEBUG diff --git a/src/modules/files/stat.c b/src/modules/files/stat.c index 39fbb96211cfe6035675a17cfd7467a633fab8fa..b29e0855b4814d752bdecdd943232157dc86c557 100644 --- a/src/modules/files/stat.c +++ b/src/modules/files/stat.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/files/termios.c b/src/modules/files/termios.c index 0676203a11dbe4bf19eec4ebf8d8e26ae8130c42..5d016994c0a28eb0f79fc2c7ef631f1897145d2b 100644 --- a/src/modules/files/termios.c +++ b/src/modules/files/termios.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/files/termios_flags.h b/src/modules/files/termios_flags.h index da83518c586f113a731477c80c381395c88e3311..e8fae904b95a21fe2ae160103695624171376ee5 100644 --- a/src/modules/files/termios_flags.h +++ b/src/modules/files/termios_flags.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifdef TERMIOS_FLAG diff --git a/src/modules/files/udp.c b/src/modules/files/udp.c index f6671696e5d8f50dba0182cbecd893835632ed28..51147eff877d6b693c961630095e7e174e07ecab 100644 --- a/src/modules/files/udp.c +++ b/src/modules/files/udp.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define NO_PIKE_SHORTHAND diff --git a/src/modules/module_configure.in b/src/modules/module_configure.in index 1722de19af0027a203d19041c3fa26d19ef72716..b225e7cfa031c91d5d28cab7ba754b242c768227 100644 --- a/src/modules/module_configure.in +++ b/src/modules/module_configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_PROG_CC AC_DEFINE(POSIX_SOURCE) diff --git a/src/modules/spider/Makefile.in b/src/modules/spider/Makefile.in index 08401410cfbf6033b8d03d6064fd33babe41892f..2b542ae5213219ec756e2c7273f703a87141a445 100644 --- a/src/modules/spider/Makefile.in +++ b/src/modules/spider/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=spider.o discdate.o stardate.o diff --git a/src/modules/spider/acconfig.h b/src/modules/spider/acconfig.h index dc909a75cb2d9b184d53339f0d3d4dece1b92112..217f07733f09d5b834507b9d667ecc6941602c43 100644 --- a/src/modules/spider/acconfig.h +++ b/src/modules/spider/acconfig.h @@ -2,6 +2,5 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/spider/configure.in b/src/modules/spider/configure.in index 2e077ac12f6ad33bfe35a9f55e58892805ea1974..5cb99a6b153a1417ee04ab9d88c90c3f8148dca6 100644 --- a/src/modules/spider/configure.in +++ b/src/modules/spider/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(spider.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/spider/defs.h b/src/modules/spider/defs.h index f5bc9a92f7c603108e6419d700273283f113c732..f60b9fa11e7dcd4370e434a074d5041f63e13dab 100644 --- a/src/modules/spider/defs.h +++ b/src/modules/spider/defs.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ extern void f_discdate(INT32 argc); diff --git a/src/modules/spider/discdate.c b/src/modules/spider/discdate.c index fabdb28e99e0ec051155bf4e79618b50d3ecabf5..502a192516ffece4322098639429b99b5b61a879 100644 --- a/src/modules/spider/discdate.c +++ b/src/modules/spider/discdate.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* DiscDate.C .. converts boring normal dates to fun Discordian Date -><- diff --git a/src/modules/spider/spider.c b/src/modules/spider/spider.c index ba1162f8aef5d24a660bbdb04d65160bbc940cfb..78f7500081c47d77db578cd70c751c005b4059f3 100644 --- a/src/modules/spider/spider.c +++ b/src/modules/spider/spider.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/spider/stardate.c b/src/modules/spider/stardate.c index 1344dc60aa32a674597fd4a86a10ac005f328110..77f53883d1977453a56419c55353ef1e2e4ab262 100644 --- a/src/modules/spider/stardate.c +++ b/src/modules/spider/stardate.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/modules/sprintf/Makefile.in b/src/modules/sprintf/Makefile.in index e09462616dffde6162f30e3b7e3957b2bfd03b0c..97a476fdfd8219450c74c2e6c0685e226ba6730f 100644 --- a/src/modules/sprintf/Makefile.in +++ b/src/modules/sprintf/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=sprintf.o diff --git a/src/modules/sprintf/acconfig.h b/src/modules/sprintf/acconfig.h index 6161c45ffd75e9ffd0aac59b1d1e2520b040b624..c175d6bec770cc5241ae24d556bab309801b5a66 100644 --- a/src/modules/sprintf/acconfig.h +++ b/src/modules/sprintf/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/modules/sprintf/configure.in b/src/modules/sprintf/configure.in index edd0d647a51c486d5e88fce5999712b1cb861f83..7b88e92971e3e36ba56ae1cad2b7ea41aeda79a0 100644 --- a/src/modules/sprintf/configure.in +++ b/src/modules/sprintf/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(sprintf.c) AC_CONFIG_HEADER(config.h) diff --git a/src/modules/sprintf/sprintf.c b/src/modules/sprintf/sprintf.c index 9eb53b5207ba93a553610f1176ccc719b496dbc3..000e82af8890258dcf5d9b278893a7611d2fc5e7 100644 --- a/src/modules/sprintf/sprintf.c +++ b/src/modules/sprintf/sprintf.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* TODO: use ONERROR to cleanup fsp */ diff --git a/src/modules/static_module_makefile.in b/src/modules/static_module_makefile.in index be1967b74250c759892cba74079e27aa06a79ac0..b14a8f27fc489c2d515c39a6a910141116718374 100644 --- a/src/modules/static_module_makefile.in +++ b/src/modules/static_module_makefile.in @@ -1,7 +1,3 @@ -# -# $Id$ -# - UNIQUE_MODNAME=$(MODNAME) diff --git a/src/modules/sybase/BUGS b/src/modules/sybase/BUGS index a4a1935c9d0cd7f1ab8eaeb5c40b99c5fc5986c1..8a26db3f2639ceb15fdd3ee42ac226ad544673cc 100644 --- a/src/modules/sybase/BUGS +++ b/src/modules/sybase/BUGS @@ -1,6 +1,5 @@ # BUGS file for the sybase driver # By Francesco Chemolli -# $Id$ While this could not be traced to a fault in the driver, we were reported memory leaks when running multi-threaded under Linux with diff --git a/src/modules/sybase/Makefile.in b/src/modules/sybase/Makefile.in index b72326e02782b7f15b05a0ae860f74068f3241c4..54cdcb2e54edc273e422e084c81d995527428940 100644 --- a/src/modules/sybase/Makefile.in +++ b/src/modules/sybase/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ # by Francesco Chemolli <kinkie@roxen.com> @make_variables@ diff --git a/src/modules/sybase/TODO b/src/modules/sybase/TODO index 878463f69d5eaf4f190b07a489c9b84a05e842b4..0eba629ee3c98d28211f23f6d030c980edc0b27f 100644 --- a/src/modules/sybase/TODO +++ b/src/modules/sybase/TODO @@ -1,6 +1,5 @@ # TODO file for the sybase pike driver # by Francesco Chemolli -# $Id$ Improve the checks for the sybase-libraries, and use a lock to serialize all accesses unless the reentrant (thread-hot) libraries are found. This diff --git a/src/modules/sybase/acconfig.h b/src/modules/sybase/acconfig.h index 3176e6b7e14b20d14b52b5e469a30d73bb19a614..815f6c0f772f6aeabc7959d0561b483444e06235 100644 --- a/src/modules/sybase/acconfig.h +++ b/src/modules/sybase/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/sybase/sybase.c b/src/modules/sybase/sybase.c index 028afd20ff09cb4049169f98a80af3e3148af4c8..163e82577f8f93c2221b94c89bf75f945870138a 100644 --- a/src/modules/sybase/sybase.c +++ b/src/modules/sybase/sybase.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/sybase/sybase.h b/src/modules/sybase/sybase.h index 862b3e9762d3dfb681e249351619243907db6dff..d03014dc836339c11d4ac11943a25831ad33c100 100644 --- a/src/modules/sybase/sybase.h +++ b/src/modules/sybase/sybase.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/system/Makefile.in b/src/modules/system/Makefile.in index 3cc0749470bff361138f5f0a9c7595dca6f82be5..1e4024cc83f57417c6204664754611a433e0d043 100644 --- a/src/modules/system/Makefile.in +++ b/src/modules/system/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=system.o syslog.o passwords.o nt.o memory.o diff --git a/src/modules/system/acconfig.h b/src/modules/system/acconfig.h index 8a409760d6f402b402c87caf7db221c5999576da..de3b8dc21b5fc640af449d90f2c667f897ca1bef 100644 --- a/src/modules/system/acconfig.h +++ b/src/modules/system/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/system/configure.in b/src/modules/system/configure.in index f7cef1c93ff09414a3b231c63b5a149379d61df8..2de7b9bb9809064d149cf5f4c3603bf26117e225 100644 --- a/src/modules/system/configure.in +++ b/src/modules/system/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(system.c) AC_CONFIG_HEADER(system_machine.h) diff --git a/src/modules/system/errnos.list b/src/modules/system/errnos.list index 8f0192b37cd36abbb44383a0b38941dd12439f87..349f57a3bfb8483cd897a241044e39efe04ca08c 100644 --- a/src/modules/system/errnos.list +++ b/src/modules/system/errnos.list @@ -1,4 +1,3 @@ -# $Id$ E2BIG EACCES EADDRINUSE diff --git a/src/modules/system/memory.c b/src/modules/system/memory.c index 75ae73d751f1beda86173b6f79ba4af5e56b7734..415f278aef0390332a62f13e592e681645166792 100644 --- a/src/modules/system/memory.c +++ b/src/modules/system/memory.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /*! @module System diff --git a/src/modules/system/nt.c b/src/modules/system/nt.c index 2adb16e9e87d42c5a8b0ea49be74df77e1082bef..f100bf0be2f403d3382d7cb142ee4756b9f0b075 100644 --- a/src/modules/system/nt.c +++ b/src/modules/system/nt.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/system/passwords.c b/src/modules/system/passwords.c index a0548df5ed6bf994d653d548563b9dd86d21f6bb..c608e09b5e522406b593375981a9b2e3ed92f323 100644 --- a/src/modules/system/passwords.c +++ b/src/modules/system/passwords.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/system/syslog.c b/src/modules/system/syslog.c index 5a347062e25e7982bfecb187561208ee871f027a..afe33c8ab8f13450ed0069e314d58c3110934aa1 100644 --- a/src/modules/system/syslog.c +++ b/src/modules/system/syslog.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/system/system.c b/src/modules/system/system.c index f3204f8b966640a54e74b0cd32fda3bb3669cd5e..a972d438eda6d51923c6fd16f8b444d6fa2ddc1d 100644 --- a/src/modules/system/system.c +++ b/src/modules/system/system.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/system/system.h b/src/modules/system/system.h index 54d664bae2e8f1eaee73ba88a3b45b659b3a4b31..c1cba7475b637a5a3b4557c93f482b0bfef004ee 100644 --- a/src/modules/system/system.h +++ b/src/modules/system/system.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/modules/system/testsuite.in b/src/modules/system/testsuite.in index 528f1e004c07235bae8fe0374354da3fa6aa1c9c..b76189260a6092f3a3fce9b60f4b50241fc7ecdc 100644 --- a/src/modules/system/testsuite.in +++ b/src/modules/system/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -// $Id$ // system.c: diff --git a/src/multiset.c b/src/multiset.c index d054c9af042887a53c4b5b643f92453d4598b50c..cf48fb0a71e85d4a77dd2d408ccaf7021fdf9c05 100644 --- a/src/multiset.c +++ b/src/multiset.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/multiset.h b/src/multiset.h index 0b50a7c897698dd458d1df8e41027997b310084c..c7a91562794511112f00f0154f3a957a3f2856f2 100644 --- a/src/multiset.h +++ b/src/multiset.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef MULTISET_H diff --git a/src/object.c b/src/object.c index 777a53b56b5144fe01956c0e29e507b65354f099..20220696683fa219dbeae26ba559d14536f1ece3 100644 --- a/src/object.c +++ b/src/object.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/object.h b/src/object.h index e50286da8c55b4476733010c7ea464356ebc5a86..c5ca3bcfbf287ac74d4a685f815163483d8fb420 100644 --- a/src/object.h +++ b/src/object.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef OBJECT_H diff --git a/src/opcodes.c b/src/opcodes.c index f685b0b4e960ceb5cc2e3031f4d548023f43e1cd..54aeb5c888e1d90155ccd93cd728c131c228cd42 100644 --- a/src/opcodes.c +++ b/src/opcodes.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/opcodes.h b/src/opcodes.h index 956ef539f656ce1065317eddb87e1a16a6947f99..09fc2bbfd734428c9395b9758cb82ed882f96e21 100644 --- a/src/opcodes.h +++ b/src/opcodes.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef OPCODES_H diff --git a/src/operators.c b/src/operators.c index 07499950319b0c014e420aee523f1f36f9640abf..f1422c27dc332b8c097b39154ad650c9f8541235 100644 --- a/src/operators.c +++ b/src/operators.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/operators.h b/src/operators.h index 24e8487c1d927a45754042996c55686eb168cdcf..6bc24d10d5f195ac7c0ff391279d73a97e6ab542 100644 --- a/src/operators.h +++ b/src/operators.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef OPERATORS_H diff --git a/src/patch_cc1.c b/src/patch_cc1.c index 3290b75561872d077dc1870b8f9681bf6ab9f681..4bdb5a5265e86df98a161c7e2beb25624278631d 100644 --- a/src/patch_cc1.c +++ b/src/patch_cc1.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/peep.c b/src/peep.c index 0dd47b2fed1334a56d2e908cf84ca6e743423ab3..bee85f67b797905e8f80238dc266ead1bf55a6ba 100644 --- a/src/peep.c +++ b/src/peep.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/peep.h b/src/peep.h index ff60005a17050c2b0592a52bfac72dd2e63c395b..8517d072bb14830601c953e8c55600458cf2b1c9 100644 --- a/src/peep.h +++ b/src/peep.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PEEP_H diff --git a/src/peep.in b/src/peep.in index 763180bde257ed65297d917e7aef6ae4dd245fff..e231a5427d7ca48c1424824e835ecb039e15e2a8 100644 --- a/src/peep.in +++ b/src/peep.in @@ -1,7 +1,6 @@ // This file is part of Pike. For copyright information see COPYRIGHT. // Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. -// $Id$ NOP : POP_N_ELEMS (0) : diff --git a/src/pike_compiler.h b/src/pike_compiler.h index 0d4c9ba12461c120b9c2a48d5031d5ea39ff0ab8..e541c91bc6387b6aef38ba4013636acf7ad961e1 100644 --- a/src/pike_compiler.h +++ b/src/pike_compiler.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_COMPILER_H diff --git a/src/pike_cpulib.c b/src/pike_cpulib.c index 6630f90e8b0b7b152e7302e25bdb5cc4fafe3320..dd251ae881418d1ba9d7cad4cce884cea2c98e3f 100644 --- a/src/pike_cpulib.c +++ b/src/pike_cpulib.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/pike_cpulib.h b/src/pike_cpulib.h index 8d0bf6cb2c6ffd3d52d91d2e2224cd7cdc27ca7b..318d88539d9fd00a8670adbf16bdd5beae7749c3 100644 --- a/src/pike_cpulib.h +++ b/src/pike_cpulib.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_CPULIB_H diff --git a/src/pike_dlfcn.h b/src/pike_dlfcn.h index c1a7f31341e617da3ceb06a477a2e93ed8a1fb71..75c3d2d5f7197cfd8184989de4a717847b4ab79a 100644 --- a/src/pike_dlfcn.h +++ b/src/pike_dlfcn.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_DLFCN_H diff --git a/src/pike_embed.c b/src/pike_embed.c index 84216b77b1026571b71572b2a931bedd669aed35..14f9ede693834aefd1776f5b5f48aa7adb43c53d 100644 --- a/src/pike_embed.c +++ b/src/pike_embed.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Pike embedding API. * * Henrik Grubbstr�m 2004-12-27 diff --git a/src/pike_embed.h b/src/pike_embed.h index 5c902d1e394369e0a4dcc98782bf929f9129f08f..8ae757d6a867ea077681a677abb49717292f1ac5 100644 --- a/src/pike_embed.h +++ b/src/pike_embed.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Pike embedding API. * * Henrik Grubbstr�m 2004-12-27 diff --git a/src/pike_error.h b/src/pike_error.h index 5461c6065ff27ceb2568828880e409333a72d120..9919d87832cf139b02d4a91330e93dad1bd328c4 100644 --- a/src/pike_error.h +++ b/src/pike_error.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_ERROR_H diff --git a/src/pike_float.c b/src/pike_float.c index 52add446f89ff07f2566bb7c6ebeac5685cd2dab..96d313ee3b19942a1cd3e99f53de44340c35fc7b 100644 --- a/src/pike_float.c +++ b/src/pike_float.c @@ -1,6 +1,4 @@ /* Misc stuff for dealing with floats. - * - * $Id$ */ #include "pike_float.h" diff --git a/src/pike_float.h b/src/pike_float.h index d36dd32f59c8cb35bdead29df0c2abeaf88553fb..15dd120d22bccb2cce1851c90433643ef423f96b 100644 --- a/src/pike_float.h +++ b/src/pike_float.h @@ -1,6 +1,4 @@ /* Misc stuff for dealing with floats. - * - * $Id$ */ #ifndef PIKE_FLOAT_H diff --git a/src/pike_int_types.h b/src/pike_int_types.h index 3c6451911f6c1fb12aa0d8edb86d93b4d5fa338c..60b0120974e469f1600b72ae6dbed200b3de3e1c 100644 --- a/src/pike_int_types.h +++ b/src/pike_int_types.h @@ -1,6 +1,4 @@ /* Integer types with defined sizes. - * - * $Id$ * * Extracted from global.h 1.90 */ diff --git a/src/pike_macros.h b/src/pike_macros.h index c3b04c02420bc94ed3b73d68861477d28de5469d..6898b15b273276c705eb1ccaef89b3e48cfd74cf 100644 --- a/src/pike_macros.h +++ b/src/pike_macros.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef MACROS_H diff --git a/src/pike_memory.c b/src/pike_memory.c index 983df4fabce3ccd66453bb3a61e96682803de695..34df73b5fa712f9a91fee3f115490939ae086400 100644 --- a/src/pike_memory.c +++ b/src/pike_memory.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/pike_memory.h b/src/pike_memory.h index 060277dc1642884bd56c981f351ebb3d30705d0e..1238ddc5a7467d718052e539437cda3334f3d748 100644 --- a/src/pike_memory.h +++ b/src/pike_memory.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef MEMORY_H diff --git a/src/pike_netlib.h b/src/pike_netlib.h index f7c6aa5ef9a23096287d28b7eba5b7562ede8994..33586862414b3cbfd98bf278861d9535134408b3 100644 --- a/src/pike_netlib.h +++ b/src/pike_netlib.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_NETLIB_H diff --git a/src/pike_rusage.h b/src/pike_rusage.h index 1829ce03c2289edfdfa9b1b718eea06a7a280491..c4c0bb5ffbac7d6f216569d55dd2eb946b66bf54 100644 --- a/src/pike_rusage.h +++ b/src/pike_rusage.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_RUSAGE_H diff --git a/src/pike_search.c b/src/pike_search.c index 2a2c1f9d57119426f8ea6303c87927299da1b0f4..ad666796e0f8181b5681e32a168c5e37ba5559ad 100644 --- a/src/pike_search.c +++ b/src/pike_search.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* New memory searcher functions */ diff --git a/src/pike_search.h b/src/pike_search.h index 1d63cd8c2146fe4b258ac2911c237bee50749774..2a74917dcdfc688a4c97cbd36686e0766c5f67fa 100644 --- a/src/pike_search.h +++ b/src/pike_search.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_SEARCH_H diff --git a/src/pike_search_engine.c b/src/pike_search_engine.c index 3ebd85b338f5dd0641d362e59dd27c679c414eac..0cf5668f1b9c68207fdb2e355497d8c71f3a7d25 100644 --- a/src/pike_search_engine.c +++ b/src/pike_search_engine.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/pike_search_engine2.c b/src/pike_search_engine2.c index 8905ffa53035c0d0984e75716d8ef7cdc9de5cc7..0dfbe60e52fa2f048cacd637bf36dfb3b62bd5ce 100644 --- a/src/pike_search_engine2.c +++ b/src/pike_search_engine2.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/pike_security.h b/src/pike_security.h index 86866e598b8da1f4866e279080e37ef9f228a0c6..b53ce65f14a7cdd3953368f28482621dfe88abae 100644 --- a/src/pike_security.h +++ b/src/pike_security.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/pike_threadlib.h b/src/pike_threadlib.h index a910e75e41ef73ab406af5695cc112187b4a9d32..c977e7e22714c9a48084636efa3c6eaf8cd69500 100644 --- a/src/pike_threadlib.h +++ b/src/pike_threadlib.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_THREADLIB_H diff --git a/src/pike_types.c b/src/pike_types.c index 9d8f7283ab561ada89355d26982aa9c0c35e8ef6..6b2237c18cf7d90b776798e305b229129d71f8f0 100644 --- a/src/pike_types.c +++ b/src/pike_types.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/pike_types.h b/src/pike_types.h index 31b7333224bed370dd71fe49f8edfe622bf0e7ad..fecc48ba9fc1286736fc3240eb8641f9f3afc3a0 100644 --- a/src/pike_types.h +++ b/src/pike_types.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PIKE_TYPES_H diff --git a/src/pikecode.c b/src/pikecode.c index cd312311fc12318c322c1990c6c72d0e5be1fd44..3d2cfb78fad65acc8e1ddc89f807c394c7a6e1db 100644 --- a/src/pikecode.c +++ b/src/pikecode.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/pikecode.h b/src/pikecode.h index 90075b37eaba035276194fa2f14259ec93bd32db..7ecfa6abade1e064af974820e2c83330c46ca7ae 100644 --- a/src/pikecode.h +++ b/src/pikecode.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/port.c b/src/port.c index ef659699f769757560043b35f05a804fd7aba4a3..5ff43f84e95adf4372e63c8b7aec987efc04fa6c 100644 --- a/src/port.c +++ b/src/port.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/port.h b/src/port.h index 25b7f86eb25bf8327c1b02fc28792eaa53e08aa4..e446d2934fb5c68465ed55fab41dd7306f664dcf 100644 --- a/src/port.h +++ b/src/port.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PORT_H diff --git a/src/post_modules/Bz2/Makefile.in b/src/post_modules/Bz2/Makefile.in index fc90d27791bd35e7d406f93161b37b1fa870be36..9957ce939648864cc24f11204d8ae831d57b3c5c 100644 --- a/src/post_modules/Bz2/Makefile.in +++ b/src/post_modules/Bz2/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=libbzip2mod.o diff --git a/src/post_modules/Bz2/acconfig.h b/src/post_modules/Bz2/acconfig.h index d1030b768400e1fe871387fe7e11a41481815dc8..02b01e9ebc54a6d3158c897d4b1437ef9e8c5af5 100644 --- a/src/post_modules/Bz2/acconfig.h +++ b/src/post_modules/Bz2/acconfig.h @@ -1,4 +1,3 @@ -/* $Id$ */ /* Define if you have a working libbz2 */ #undef HAVE_BZ2LIB diff --git a/src/post_modules/Bz2/configure.in b/src/post_modules/Bz2/configure.in index ca81beafd7f88b801385c66bbf36094eafdec2a6..3925117548fa9def1fdf03d73a80ab06d7c9e892 100644 --- a/src/post_modules/Bz2/configure.in +++ b/src/post_modules/Bz2/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(libbzip2mod.cmod) AC_CONFIG_HEADER(libbzip2mod_config.h) AC_ARG_WITH(bz2, [ --without-bz2 Disable Bz2],[],[with_bz2=yes]) diff --git a/src/post_modules/Bz2/libbzip2mod.cmod b/src/post_modules/Bz2/libbzip2mod.cmod index 6b563b796217798f0516113f19c930a03ec4cbb2..635ace50be5393168cf9deb505aabe57ab58ab7e 100644 --- a/src/post_modules/Bz2/libbzip2mod.cmod +++ b/src/post_modules/Bz2/libbzip2mod.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/COM/Makefile.in b/src/post_modules/COM/Makefile.in index 5ca1a3759c1ddb45e943b757cfcc453de4f9f418..c2376b1b179a852a453189ebdc5015edc966c000 100644 --- a/src/post_modules/COM/Makefile.in +++ b/src/post_modules/COM/Makefile.in @@ -1,7 +1,3 @@ -# -# $Id$ -# - @make_variables@ VPATH=@srcdir@:@srcdir@/../..:../.. MODULE_CPPFLAGS=@DEFS@ @CPPFLAGS@ diff --git a/src/post_modules/COM/acconfig.h b/src/post_modules/COM/acconfig.h index 5f13d79a920f22fc4c9aa11d216c652bd46062b2..7bead7a1814c5882ddaa7f79280031e22a519a31 100644 --- a/src/post_modules/COM/acconfig.h +++ b/src/post_modules/COM/acconfig.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Config-file for the COM module. * * Tomas Nilsson diff --git a/src/post_modules/COM/com.c b/src/post_modules/COM/com.c index a3c23da3869f85f3133b0b450c1f271611b1a3f7..dcb67e33fe68cc1fff22c596d8ba3277e8f8c001 100644 --- a/src/post_modules/COM/com.c +++ b/src/post_modules/COM/com.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Pike interface to Common Object Model (COM) * * Tomas Nilsson diff --git a/src/post_modules/GL/Makefile.in b/src/post_modules/GL/Makefile.in index aa200de950c8c5709210e9fa6396b486ffb8ce9f..cd50fc9b13e511dac43288da0c399c570f42a03f 100644 --- a/src/post_modules/GL/Makefile.in +++ b/src/post_modules/GL/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=top.o @AUTO_OBJS@ diff --git a/src/post_modules/GL/acconfig.h b/src/post_modules/GL/acconfig.h index ceb1c76e1f1480455ed5a006785ecf5f2765c990..1c53435eeb917ef7353575625ffd87e27faa4153 100644 --- a/src/post_modules/GL/acconfig.h +++ b/src/post_modules/GL/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* Define if you have libGL */ diff --git a/src/post_modules/GL/auto.c.in b/src/post_modules/GL/auto.c.in index 63d4ea6de0637051c94bfbf7c3fedf5e77fa312f..5d892499882a11f6124b721defb7df89c3b9565f 100644 --- a/src/post_modules/GL/auto.c.in +++ b/src/post_modules/GL/auto.c.in @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/GL/autodoc.c b/src/post_modules/GL/autodoc.c index 57e20a6c6f43bf4c00840e9782fabfc2f9050296..40d0b7af4226c302aadd28cebf0b9db4780e396f 100644 --- a/src/post_modules/GL/autodoc.c +++ b/src/post_modules/GL/autodoc.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* AutoDoc generated from OpenGL man pages */ diff --git a/src/post_modules/GL/configure.in b/src/post_modules/GL/configure.in index 8952abacf704eeb51b84ae1af3a5c174f6c0e3f3..a36ba84ff6991a6eb0c92b7c19bba91489d927b5 100755 --- a/src/post_modules/GL/configure.in +++ b/src/post_modules/GL/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(top.c) AC_CONFIG_HEADER(config.h) diff --git a/src/post_modules/GL/top.c b/src/post_modules/GL/top.c index df38fd8fdc7ab2169f4c51a3f4b9e339852fd296..c5684f197e856f6e82e2a1f839c568477e92102d 100644 --- a/src/post_modules/GL/top.c +++ b/src/post_modules/GL/top.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/GLUT/Makefile.in b/src/post_modules/GLUT/Makefile.in index 14ac4743fc56091d0a58724773b139b749a7bebd..573d2dc31dbf2c9d9f8ac6b85d7d6c6fe254bf68 100644 --- a/src/post_modules/GLUT/Makefile.in +++ b/src/post_modules/GLUT/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=top.o @AUTO@ diff --git a/src/post_modules/GLUT/acconfig.h b/src/post_modules/GLUT/acconfig.h index 31b7e81c6e342ad559b70f87545df6aaea190575..5d9329f9b8ef9bb090f1321e70d4e76a9980c544 100644 --- a/src/post_modules/GLUT/acconfig.h +++ b/src/post_modules/GLUT/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* Define if you have libGL */ diff --git a/src/post_modules/GLUT/auto.c.in b/src/post_modules/GLUT/auto.c.in index 1deb42f22252d42f8a9a5f1cf1d0af8daa6549a9..366538739c34066d2fa96395dc07596615124272 100644 --- a/src/post_modules/GLUT/auto.c.in +++ b/src/post_modules/GLUT/auto.c.in @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/GLUT/configure.in b/src/post_modules/GLUT/configure.in index 9c1688dd9728479aec53543854551988e31b9c5a..6fe9da85fed0fd49bddc2ec5b50847f0d51c4ebc 100755 --- a/src/post_modules/GLUT/configure.in +++ b/src/post_modules/GLUT/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(top.c) AC_CONFIG_HEADER(config.h) diff --git a/src/post_modules/GLUT/top.c b/src/post_modules/GLUT/top.c index 18d366f5abdac9a3bae41e21fb22c38afa45d0dc..0b7fc1dc0af245c8fcf3107c343f44f464df0308 100644 --- a/src/post_modules/GLUT/top.c +++ b/src/post_modules/GLUT/top.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/GSSAPI/Makefile.in b/src/post_modules/GSSAPI/Makefile.in index 57354f6223d50e755ac9df183a6fb26da326a62b..17fed2c86f4e05745d1e1e3d7b63dc6071f455e4 100644 --- a/src/post_modules/GSSAPI/Makefile.in +++ b/src/post_modules/GSSAPI/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ diff --git a/src/post_modules/GSSAPI/acconfig.h b/src/post_modules/GSSAPI/acconfig.h index d7edafe32769c4693e78628b3febf640288c3d22..f25365729d914f4ed207536f806eb7dc2fb0a2ae 100644 --- a/src/post_modules/GSSAPI/acconfig.h +++ b/src/post_modules/GSSAPI/acconfig.h @@ -2,5 +2,4 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ diff --git a/src/post_modules/GSSAPI/configure.in b/src/post_modules/GSSAPI/configure.in index 8079fcc0afe1bdfc9dd438d13ba261bb455d8642..e915121d2b07c22c4465ead208965a75c22b644f 100644 --- a/src/post_modules/GSSAPI/configure.in +++ b/src/post_modules/GSSAPI/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(gssapi.cmod) AC_CONFIG_HEADER(gssapi_config.h) diff --git a/src/post_modules/GSSAPI/gssapi.cmod b/src/post_modules/GSSAPI/gssapi.cmod index 2f1585917609cbfdd5cec662f48f0522edde6cec..9d136f8926c00d93694b3a5c2b6b2553aa17a05f 100644 --- a/src/post_modules/GSSAPI/gssapi.cmod +++ b/src/post_modules/GSSAPI/gssapi.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/post_modules/GTK2/acconfig.h b/src/post_modules/GTK2/acconfig.h index 5bfa146411f4b5646dc555a982dd6542b8130b3e..5ae125600f7c9df8819dd8fbcb9be7b5c4a90ff6 100644 --- a/src/post_modules/GTK2/acconfig.h +++ b/src/post_modules/GTK2/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #undef FUNCPROTO diff --git a/src/post_modules/GTK2/dummy.c b/src/post_modules/GTK2/dummy.c index 4de236384a1cb873a6e9d4f8097f1220494e2998..c037e47f99b5ccedbc8bc268dda3d43ded211776 100644 --- a/src/post_modules/GTK2/dummy.c +++ b/src/post_modules/GTK2/dummy.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/GTK2/module.pmod.in b/src/post_modules/GTK2/module.pmod.in index a56908e0d30efd67531dd83d40a65faa87c31f9c..d084abd9c75d1a67dc30bddbeeb9cf1e85196959 100644 --- a/src/post_modules/GTK2/module.pmod.in +++ b/src/post_modules/GTK2/module.pmod.in @@ -1,6 +1,4 @@ /* - * $Id$ - * * GTK2 glue code. */ diff --git a/src/post_modules/GTK2/pgtk.h b/src/post_modules/GTK2/pgtk.h index 5a21eef2971f92980f5cc21eccc7b93f2705a82c..32cef00033f6282e1123202ed1c8d4385d1e5299 100644 --- a/src/post_modules/GTK2/pgtk.h +++ b/src/post_modules/GTK2/pgtk.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* Sort of unnessesary, and decreases code-size with 140Kb */ diff --git a/src/post_modules/GTK2/source/encode_truecolor.c b/src/post_modules/GTK2/source/encode_truecolor.c index 10e60761b10630b29900257554992199befd13fe..78b41e5bed62559a430f6db029bcefe2285536d9 100644 --- a/src/post_modules/GTK2/source/encode_truecolor.c +++ b/src/post_modules/GTK2/source/encode_truecolor.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ static const unsigned char swap_bits[256] = diff --git a/src/post_modules/GTK2/source/support.c b/src/post_modules/GTK2/source/support.c index a6e6086709ec3f4769f4d23779be839e0e8065d7..4919fc4d15331697861c4971ce1fbf4504b9ab12 100644 --- a/src/post_modules/GTK2/source/support.c +++ b/src/post_modules/GTK2/source/support.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include <version.h> diff --git a/src/post_modules/Makefile.in b/src/post_modules/Makefile.in index ed5edbe903f14e80e2c13edd4556664bc3c617c4..548af32e42f1d72f5f3f7bcbfbf3e659cf7674c7 100644 --- a/src/post_modules/Makefile.in +++ b/src/post_modules/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ diff --git a/src/post_modules/Nettle/Makefile.in b/src/post_modules/Nettle/Makefile.in index b28547fe7832b9af01c56b8f7f23a535cdea3f7e..40930c2254adb7664d3d5d270b3982c5c5423d21 100644 --- a/src/post_modules/Nettle/Makefile.in +++ b/src/post_modules/Nettle/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ diff --git a/src/post_modules/Nettle/cipher.cmod b/src/post_modules/Nettle/cipher.cmod index eacd1183e48ea4333fb42b70f2e4fec32b04bf74..15340c1bc8d50c17a31d875b65de1d8d65ea1ba4 100644 --- a/src/post_modules/Nettle/cipher.cmod +++ b/src/post_modules/Nettle/cipher.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Nettle/configure.in b/src/post_modules/Nettle/configure.in index 168cc403f75cf3453c7352368a3836bc3788d5e5..468951f228725fb154aba496a97363291ac46f65 100644 --- a/src/post_modules/Nettle/configure.in +++ b/src/post_modules/Nettle/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(nettle.cmod) AC_CONFIG_HEADER(nettle_config.h) diff --git a/src/post_modules/Nettle/crypt_md5.c b/src/post_modules/Nettle/crypt_md5.c index 1d946bc131a17982eb7fb7723470aecce25627c4..5cc137bcdccae891931ea9e1e78dd1633ce85367 100644 --- a/src/post_modules/Nettle/crypt_md5.c +++ b/src/post_modules/Nettle/crypt_md5.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/post_modules/Nettle/hash.cmod b/src/post_modules/Nettle/hash.cmod index e232673203211fdb59363b4525bbf22bfc186625..7b32c3100ba67073f44b236e08f613dd485f3ebb 100644 --- a/src/post_modules/Nettle/hash.cmod +++ b/src/post_modules/Nettle/hash.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Nettle/idea.c b/src/post_modules/Nettle/idea.c index a38ec95039fad1bc7460c27e2d7907fe7e5b839d..3ec081d33819f0d4fe7dbc5fe842e8e5428c3cb4 100644 --- a/src/post_modules/Nettle/idea.c +++ b/src/post_modules/Nettle/idea.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* The basic IDEA transformation diff --git a/src/post_modules/Nettle/idea.h b/src/post_modules/Nettle/idea.h index 7ae91dcf56a8d9ca16fedf2c188e16ce2d7823e3..7d7c6b83890c2a5920144d723bfdbbd7048dfc4c 100644 --- a/src/post_modules/Nettle/idea.h +++ b/src/post_modules/Nettle/idea.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define IDEA_KEY_SIZE 16 diff --git a/src/post_modules/Nettle/nettle.cmod b/src/post_modules/Nettle/nettle.cmod index 04255464ebfef57741557a948c2a6b03027b6b8d..659ba4d6081d9e3a083e0a0c4289b225081c472e 100644 --- a/src/post_modules/Nettle/nettle.cmod +++ b/src/post_modules/Nettle/nettle.cmod @@ -1,5 +1,4 @@ /* nettle.cmod -*- c -*- */ -/* $Id$ */ #include "global.h" #include "interpret.h" diff --git a/src/post_modules/Nettle/nt.cmod b/src/post_modules/Nettle/nt.cmod index 6b2110d905377616f8ddace496e2222653216da5..70d7964c1c149da8803dc5cde91c57838f43808d 100644 --- a/src/post_modules/Nettle/nt.cmod +++ b/src/post_modules/Nettle/nt.cmod @@ -1,6 +1,4 @@ -/* -*- c -*- - * $Id$ - */ +/* -*- c -*- */ #include "global.h" diff --git a/src/post_modules/Nettle/rijndaeltest.pike b/src/post_modules/Nettle/rijndaeltest.pike index c087917af4e72332805a6cbb574db5a46c87aa96..0306fff393d223a1b8ff04a92794b65b5382ea49 100644 --- a/src/post_modules/Nettle/rijndaeltest.pike +++ b/src/post_modules/Nettle/rijndaeltest.pike @@ -1,6 +1,4 @@ /* - * $Id$ - * * Test Crypto.aes against the official test-vectors. * * Henrik Grubbstr�m 2001-03-24 diff --git a/src/post_modules/SDL/Makefile.in b/src/post_modules/SDL/Makefile.in index 8db563b4dcdf28e6b482ec12020195bf96b2b027..a6c28d5052661f46cf7ffcdf6f0ba80243a6e291 100644 --- a/src/post_modules/SDL/Makefile.in +++ b/src/post_modules/SDL/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ MODNAME=SDL diff --git a/src/post_modules/SDL/SDL.cmod b/src/post_modules/SDL/SDL.cmod index 2fb31c3d6a7d81830d4c2470a29ae9b4643e0574..df0d574b0e58a3ebcdcca3aba765beeef03d5b3a 100644 --- a/src/post_modules/SDL/SDL.cmod +++ b/src/post_modules/SDL/SDL.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/SDL/acconfig.h b/src/post_modules/SDL/acconfig.h index d300fd1e470320323ae5794ecc15fa0b9f1cef68..50dd425715beaf1aef8cddbfb4e2f6539e835dd6 100644 --- a/src/post_modules/SDL/acconfig.h +++ b/src/post_modules/SDL/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef SDL_CONFIG_H diff --git a/src/post_modules/SDL/configure.in b/src/post_modules/SDL/configure.in index b74bb70bb8a801a269d21891c7a6169664a17e50..63a8d3ceecad950f83dc1a9ea4fb4a59b52d18ec 100644 --- a/src/post_modules/SDL/configure.in +++ b/src/post_modules/SDL/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(SDL.cmod) AC_MODULE_INIT() diff --git a/src/post_modules/SDL/constants.h b/src/post_modules/SDL/constants.h index ab2f2adc6adc3563f0a6cc38122af81c360f98fe..dde7ceab292d18a52b3852155a389c3e0bceb934 100644 --- a/src/post_modules/SDL/constants.h +++ b/src/post_modules/SDL/constants.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ void init_sdl_constants() { diff --git a/src/post_modules/SQLite/Makefile.in b/src/post_modules/SQLite/Makefile.in index 173f414fdd9b77f044a4aa6eb118b4dbe05e1c74..de7532b55f8fe818383bf35e4fff4e63d371756b 100644 --- a/src/post_modules/SQLite/Makefile.in +++ b/src/post_modules/SQLite/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=sqlite.o diff --git a/src/post_modules/SQLite/configure.in b/src/post_modules/SQLite/configure.in index 566060879dceb5c582202216902016ed1517ffa6..f2e8c6b48831a4284808823f851a06b7e5c45f86 100644 --- a/src/post_modules/SQLite/configure.in +++ b/src/post_modules/SQLite/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(sqlite.cmod) AC_ARG_WITH(sqlite,[ --with(out)-sqlite Support SQLite],[],[with_sqlite=yes]) diff --git a/src/post_modules/SQLite/sqlite.cmod b/src/post_modules/SQLite/sqlite.cmod index 730102543f2098255d7c7ade3f267072f259d034..096fd8f33cd4c87a294bea714df911e9740b7704 100644 --- a/src/post_modules/SQLite/sqlite.cmod +++ b/src/post_modules/SQLite/sqlite.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Shuffler/Makefile.in b/src/post_modules/Shuffler/Makefile.in index 766cae53b1e9f17087ecb4015b36dea77046b8fc..d40fd3128a87732e4566438d9ec6974a05af0cb4 100644 --- a/src/post_modules/Shuffler/Makefile.in +++ b/src/post_modules/Shuffler/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=Shuffler.o $(SOURCE_OBJS) diff --git a/src/post_modules/Shuffler/Shuffler.cmod b/src/post_modules/Shuffler/Shuffler.cmod index 5da6cfb1db81facac5d89505641d074ae524dfad..d0864acbbb52c30b5731125363b681c32d05e587 100644 --- a/src/post_modules/Shuffler/Shuffler.cmod +++ b/src/post_modules/Shuffler/Shuffler.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Shuffler/a_source_pikestring.c b/src/post_modules/Shuffler/a_source_pikestring.c index 202b2b52ad7fb15e4dc3092ceca804549b417c47..985fdc7f927e83cfdd8fe084ee29f4706d37d07c 100644 --- a/src/post_modules/Shuffler/a_source_pikestring.c +++ b/src/post_modules/Shuffler/a_source_pikestring.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Shuffler/a_source_system_memory.c b/src/post_modules/Shuffler/a_source_system_memory.c index c55914a4acf42b4b6911e1fc80afbd42bd04885e..e6963edb498cc576ef6de3c510713ddf1f410e3b 100644 --- a/src/post_modules/Shuffler/a_source_system_memory.c +++ b/src/post_modules/Shuffler/a_source_system_memory.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Shuffler/b_source_normal_file.c b/src/post_modules/Shuffler/b_source_normal_file.c index 57dd111ac23f115eb9601d98d9c461870f8fa99f..66b1935930702e6f74f6d67293fe83bf6af91e1b 100644 --- a/src/post_modules/Shuffler/b_source_normal_file.c +++ b/src/post_modules/Shuffler/b_source_normal_file.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Shuffler/c_source_stream.c b/src/post_modules/Shuffler/c_source_stream.c index 138f0d40c3cbff07eff34c8373999563f49c9c67..e980726cdb922c4f03c97d4f26251eeeb761baab 100644 --- a/src/post_modules/Shuffler/c_source_stream.c +++ b/src/post_modules/Shuffler/c_source_stream.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Shuffler/configure.in b/src/post_modules/Shuffler/configure.in index be5146293c00584a74b8e8c8ff0074620f9f419d..b7a38368d6fb30b22909e1e10da543cb5701d99a 100644 --- a/src/post_modules/Shuffler/configure.in +++ b/src/post_modules/Shuffler/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(Shuffler.cmod) AC_CONFIG_HEADER(config.h) diff --git a/src/post_modules/Shuffler/d_source_pikestream.c b/src/post_modules/Shuffler/d_source_pikestream.c index 5bd73e490cb2d473fd2d5deed8f8d5f52b3bc797..358b2b287d22bf1319e39c81cbd89959025697cd 100644 --- a/src/post_modules/Shuffler/d_source_pikestream.c +++ b/src/post_modules/Shuffler/d_source_pikestream.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Shuffler/e_source_block_pikestream.c b/src/post_modules/Shuffler/e_source_block_pikestream.c index 82d51233715f60a73ff9cee78448cfaeea571136..c495599a6d27f5346a8d5e9081f52d6b70093bc5 100644 --- a/src/post_modules/Shuffler/e_source_block_pikestream.c +++ b/src/post_modules/Shuffler/e_source_block_pikestream.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Shuffler/shuffler.h b/src/post_modules/Shuffler/shuffler.h index 929eb458db9e9d0617a746a33a7b5ce418ce3f44..b9dadf7c6f5f695cff63e5507dac6c13e555d534 100644 --- a/src/post_modules/Shuffler/shuffler.h +++ b/src/post_modules/Shuffler/shuffler.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ struct data diff --git a/src/post_modules/Unicode/Makefile.in b/src/post_modules/Unicode/Makefile.in index 027cae5f3b1a1016ba294f08be8e623fe4f7e3ae..8abc1c519af37615019a1324801f93d511fd03bd 100644 --- a/src/post_modules/Unicode/Makefile.in +++ b/src/post_modules/Unicode/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=unicode_module.o normalize.o split.o buffer.o diff --git a/src/post_modules/Unicode/acconfig.h b/src/post_modules/Unicode/acconfig.h index 64d3a6fe41acb77d42904db37a4f31b9ae67c013..30b1ac8cefa3eb7211cc36dcd0eb018e5449bd8b 100644 --- a/src/post_modules/Unicode/acconfig.h +++ b/src/post_modules/Unicode/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ @TOP@ diff --git a/src/post_modules/Unicode/buffer.c b/src/post_modules/Unicode/buffer.c index 6ec050eda3c192407b3c9179bbfa98bbc9f0a626..19897b62c06904ad8bc3a141a756e46c878a5a77 100644 --- a/src/post_modules/Unicode/buffer.c +++ b/src/post_modules/Unicode/buffer.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Unicode/buffer.h b/src/post_modules/Unicode/buffer.h index cec762d0420edf1d5540aa3c04bfb56a4401879f..dd159e2bd2d51dc3bc7fac28c2fa1b4322fe9a7c 100644 --- a/src/post_modules/Unicode/buffer.h +++ b/src/post_modules/Unicode/buffer.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "stralloc.h" diff --git a/src/post_modules/Unicode/configure.in b/src/post_modules/Unicode/configure.in index 77259889cd4031bcd33ac2bef1d05003e03a0d54..c1cdcc14445a5c2b703a2945b86c5b0914441a96 100644 --- a/src/post_modules/Unicode/configure.in +++ b/src/post_modules/Unicode/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(unicode_module.cmod) AC_CONFIG_HEADER(config.h) diff --git a/src/post_modules/Unicode/hsize.h b/src/post_modules/Unicode/hsize.h index 99088f64e80731f5f2d3dafa6d94841627bf8db4..f7807015f6756367728a503ef420144b2aa73945 100644 --- a/src/post_modules/Unicode/hsize.h +++ b/src/post_modules/Unicode/hsize.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define HSIZE 10007 diff --git a/src/post_modules/Unicode/normalize.c b/src/post_modules/Unicode/normalize.c index 85dd92b90670ceedb23049f8e86a78c874754279..27418b73cff42317ab72113e030d03fcba737087 100644 --- a/src/post_modules/Unicode/normalize.c +++ b/src/post_modules/Unicode/normalize.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Unicode/normalize.h b/src/post_modules/Unicode/normalize.h index c546682bfd7c28e1351de168fc34a3c453627bf5..145ce14755088b8b0ef2dc5b29de8728305c43bc 100644 --- a/src/post_modules/Unicode/normalize.h +++ b/src/post_modules/Unicode/normalize.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define COMPAT_BIT 1 diff --git a/src/post_modules/Unicode/split.c b/src/post_modules/Unicode/split.c index 4ceac3814b39aacd46bda4040eefb651c9dbc1ee..d4f18d166d887f5b06c98dc2dae1e7eb9262d33d 100644 --- a/src/post_modules/Unicode/split.c +++ b/src/post_modules/Unicode/split.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/Unicode/split.h b/src/post_modules/Unicode/split.h index 4ca51489943ad4df66956e02179777afe0be1e74..8946fee15e87c86eba72f67a862d499df5f7af9c 100644 --- a/src/post_modules/Unicode/split.h +++ b/src/post_modules/Unicode/split.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ struct words diff --git a/src/post_modules/Unicode/test.pike b/src/post_modules/Unicode/test.pike index c234345cbb44d9b77deb8076e12dde350fc43305..2490681c35f1f390a0eafa27dcafaebec788ff8d 100644 --- a/src/post_modules/Unicode/test.pike +++ b/src/post_modules/Unicode/test.pike @@ -1,7 +1,5 @@ #! /usr/bin/env pike -// $Id$ - #define c1 c[0] #define c2 c[1] #define c3 c[2] diff --git a/src/post_modules/Unicode/unicode_module.cmod b/src/post_modules/Unicode/unicode_module.cmod index 021b42d66e46154826934b29e3e601abdd6dc30f..da4b295f2ebb93a2888fa1ebe4bc8bb6f23d888d 100644 --- a/src/post_modules/Unicode/unicode_module.cmod +++ b/src/post_modules/Unicode/unicode_module.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/ZXID/Makefile.in b/src/post_modules/ZXID/Makefile.in index d9c3755d4f2e0172b36e123d4497e5f25051b992..d62b66f3bfc476a02b87d8dd88e5b0232215d48a 100644 --- a/src/post_modules/ZXID/Makefile.in +++ b/src/post_modules/ZXID/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ MODNAME=ZXID diff --git a/src/post_modules/ZXID/acconfig.h b/src/post_modules/ZXID/acconfig.h index df562b991d12c9d9b4dcfce95a1bec5533b1b8b5..96698b1b6c49d1ad721070fb187bac47a698b0f2 100644 --- a/src/post_modules/ZXID/acconfig.h +++ b/src/post_modules/ZXID/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef ZXID_CONFIG_H diff --git a/src/post_modules/ZXID/configure.in b/src/post_modules/ZXID/configure.in index b01202d7f84bd2451b2a75c3cccc98c0ecf8435b..d0872f4cf5b690a6282fc8364ff11dae7c38abd7 100644 --- a/src/post_modules/ZXID/configure.in +++ b/src/post_modules/ZXID/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(zxid.cmod) AC_MODULE_INIT() diff --git a/src/post_modules/ZXID/zxid.cmod b/src/post_modules/ZXID/zxid.cmod index 76675c78aba049d918599700f55c042bd90169f3..64f8ab934bc971f91c12d11f6236345fabdf799d 100644 --- a/src/post_modules/ZXID/zxid.cmod +++ b/src/post_modules/ZXID/zxid.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/_ADT/Makefile.in b/src/post_modules/_ADT/Makefile.in index 25e6ba6029a4d640ea325cb963f3879762c9eb3b..b676d1bdd31fd68e615c8949fa08070ce9c1d517 100644 --- a/src/post_modules/_ADT/Makefile.in +++ b/src/post_modules/_ADT/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=adt.o sequence.o circular_list.o diff --git a/src/post_modules/_ADT/adt.cmod b/src/post_modules/_ADT/adt.cmod index 1862c1daf9f8fd291f95b599efef99ff2db8ca66..2f82810c5540d3537287a3ae4d991af9175a4427 100644 --- a/src/post_modules/_ADT/adt.cmod +++ b/src/post_modules/_ADT/adt.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/_ADT/circular_list.cmod b/src/post_modules/_ADT/circular_list.cmod index 6f391e7e6265c2bd170003c20b41f630761d5d32..eb9eb4e3e642c8daa317fbffdd7c9cac5bc1a5dc 100644 --- a/src/post_modules/_ADT/circular_list.cmod +++ b/src/post_modules/_ADT/circular_list.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/_ADT/circular_list.h b/src/post_modules/_ADT/circular_list.h index 1789230fa5c7cd9f1d9b680f103d6db51415a4be..981c24f79e185f41496f2d16ebf09842b0fb3165 100644 --- a/src/post_modules/_ADT/circular_list.h +++ b/src/post_modules/_ADT/circular_list.h @@ -1,6 +1,3 @@ -/* - * $Id$ - */ void pike_init_CircularList_module(void); void pike_exit_CircularList_module(void); diff --git a/src/post_modules/_ADT/configure.in b/src/post_modules/_ADT/configure.in index cca2e70c7e0e84c05cd1acfc85988e5b9270c3a2..abf6542d36f35f116c2d38b010208f7bbfdda8c3 100644 --- a/src/post_modules/_ADT/configure.in +++ b/src/post_modules/_ADT/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(adt.cmod) AC_CONFIG_HEADER(config.h) diff --git a/src/post_modules/_ADT/sequence.cmod b/src/post_modules/_ADT/sequence.cmod index 4a25a6b103fba4599e84a97fbf544849e2167259..c7270fafc57fc040fda36120f635f73d914e8790 100644 --- a/src/post_modules/_ADT/sequence.cmod +++ b/src/post_modules/_ADT/sequence.cmod @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/post_modules/_ADT/sequence.h b/src/post_modules/_ADT/sequence.h index 0d402e657752073c17b5d3a3f9723b961e0a9173..64bdb6935103b1f136cb21bd1848ea3a37945572 100644 --- a/src/post_modules/_ADT/sequence.h +++ b/src/post_modules/_ADT/sequence.h @@ -1,7 +1,3 @@ -/* - * $Id$ - */ - void pike_init_Sequence_module(void); void pike_exit_Sequence_module(void); diff --git a/src/post_modules/_Image_SVG/Makefile.in b/src/post_modules/_Image_SVG/Makefile.in index d6de1d3ff6c449d680c91f931b9480f0033250b3..c260183007710a2f0113bfe99bfa54cc06312e08 100644 --- a/src/post_modules/_Image_SVG/Makefile.in +++ b/src/post_modules/_Image_SVG/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=svg.o diff --git a/src/post_modules/_Image_SVG/acconfig.h b/src/post_modules/_Image_SVG/acconfig.h index fae71b866553ea0355119ab33a79c12d260ef1a8..5bf84348f74f26fce9e504a0f0b50ae6a469a02c 100644 --- a/src/post_modules/_Image_SVG/acconfig.h +++ b/src/post_modules/_Image_SVG/acconfig.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #undef HAVE_SVG diff --git a/src/post_modules/_Image_SVG/configure.in b/src/post_modules/_Image_SVG/configure.in index efb65b047ff04978b66c6d042cfcfeea7910db94..a7f576e0b4bc0f9c67e46a4b330f53fab7befe31 100644 --- a/src/post_modules/_Image_SVG/configure.in +++ b/src/post_modules/_Image_SVG/configure.in @@ -1,6 +1,3 @@ -# -# $Id$ -# AC_INIT(svg.c) AC_ARG_WITH(svg,[ --with(out)-svg Support SVG via librsvg (from gnome2) (Image.SVG)],[],[with_svg=yes]) diff --git a/src/post_modules/_Image_SVG/svg.c b/src/post_modules/_Image_SVG/svg.c index a8cea848cbb430491e43ddbbcb7af7bdd3321875..675ab179bd74ada40a707a313ca2b9a4766778d1 100644 --- a/src/post_modules/_Image_SVG/svg.c +++ b/src/post_modules/_Image_SVG/svg.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "config.h" diff --git a/src/post_modules/_Image_WebP/Makefile.in b/src/post_modules/_Image_WebP/Makefile.in index f46446387e6d7c5273003907bf17be5c5dab51d8..c8b6df248e18e7bc253b28bcc4fdf8bdeab67e76 100644 --- a/src/post_modules/_Image_WebP/Makefile.in +++ b/src/post_modules/_Image_WebP/Makefile.in @@ -1,4 +1,3 @@ -# $Id$ @make_variables@ VPATH=@srcdir@ OBJS=image_webp.o diff --git a/src/post_modules/configure.in b/src/post_modules/configure.in index f52bde4131f0b2445f87a8a0673583e7077fac37..f9743e03c6b9abaa196bb8b58dbf67c48003d7bd 100644 --- a/src/post_modules/configure.in +++ b/src/post_modules/configure.in @@ -1,4 +1,3 @@ -# $Id$ AC_INIT(Makefile.in) PIKE_RETAIN_VARIABLES() diff --git a/src/preprocessor.h b/src/preprocessor.h index 232aa0dbf182d16794e5406451e726fb8f9fddb4..64307775c6a53799866da41f92ac79601cc4b9c3 100644 --- a/src/preprocessor.h +++ b/src/preprocessor.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/program.c b/src/program.c index 3963cb21f5cec8177ae6affa73fb0ce2a0aafb07..c5b8f318a293d53e3a507abb01ad5885ec5c8abf 100644 --- a/src/program.c +++ b/src/program.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/program.h b/src/program.h index c68565981161d479b5356f29ff0b14e27077b87e..ce1187758aee764f2345b4fb93f2d24a5f0e3be3 100644 --- a/src/program.h +++ b/src/program.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef PROGRAM_H diff --git a/src/program_areas.h b/src/program_areas.h index abace1be3fbb8300d0c67747afddc5d9f792a3fa..b27eea0f6c6ea6d15fb3207412b8a837bf6e4e14 100644 --- a/src/program_areas.h +++ b/src/program_areas.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* Who needs templates anyway? / Hubbe */ diff --git a/src/queue.c b/src/queue.c index ee1f57efac5a0d88eb9ca8394d804d62b5e0337d..59e7bf5fe17adf389618ac5865bd84c85f218056 100644 --- a/src/queue.c +++ b/src/queue.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/queue.h b/src/queue.h index 358cb9b4799d127a4a76423ecfd5b1b509a6bb8b..c45429ca17f3c1bcbf68c02f509e539ff236fcd9 100644 --- a/src/queue.h +++ b/src/queue.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef QUEUE_H diff --git a/src/rbtree.c b/src/rbtree.c index 8f6e06e70b4fa0eedf05529d66c52484029e0f33..77055643871738b396598f62aebed239e5fb28d9 100644 --- a/src/rbtree.c +++ b/src/rbtree.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* An implementation of a threaded red/black balanced binary tree. diff --git a/src/rbtree.h b/src/rbtree.h index a4f65e193b6d0f52a5ae3357e3d15edeceeb532e..096421b638824b3924eadd0946b1a724144f655c 100644 --- a/src/rbtree.h +++ b/src/rbtree.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* An implementation of a threaded red/black balanced binary tree. diff --git a/src/rbtree_low.h b/src/rbtree_low.h index 557c4bf40a9e71577aa488e4c238f79ed8642b56..c44f755c1b2f080edebc94382fa6ae3c29f02edc 100644 --- a/src/rbtree_low.h +++ b/src/rbtree_low.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* The lower level api for using rbtree. This is in a separate file diff --git a/src/rusage.c b/src/rusage.c index f732e514ff8fe26044dec9b2fe61629d663c8a94..ee684f2a2a3adf9285251879f2233cc0e56d2597 100644 --- a/src/rusage.c +++ b/src/rusage.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/security.c b/src/security.c index 3e408d76742e3c5690b6bfed2c5b49e551fc91ea..149ad04155a0794c04ee5ab8c5657c760b5fdd91 100644 --- a/src/security.c +++ b/src/security.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/signal_handler.c b/src/signal_handler.c index 0b7b5dce83ecc0ceb42a5b4e6a8b0f0f711bb546..20fbece1f13ebfa937fdb35219ffc7b4383aa146 100644 --- a/src/signal_handler.c +++ b/src/signal_handler.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/signal_handler.h b/src/signal_handler.h index 3152bec84334c0ae4bf5af06ecc35244188e7219..ce1a37aa7f80ab87b707bd094a03afdbbd2cd7eb 100644 --- a/src/signal_handler.h +++ b/src/signal_handler.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef SIGNAL_H diff --git a/src/smartlink.c b/src/smartlink.c index b5347f4fe0429b71f4c365da5b224739bf82fecc..2d07875563f9a96f14ad9c63d96e49b91e9bce32 100644 --- a/src/smartlink.c +++ b/src/smartlink.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* diff --git a/src/specs.in b/src/specs.in index 991b8a5c8f203910c63eddb6295bfcd9e25c49ef..2f00bbd9a910d2f8dc6acdcac5e8d5adb4bbf05e 100644 --- a/src/specs.in +++ b/src/specs.in @@ -1,4 +1,3 @@ -# $Id$ CC=@CC@ CFLAGS=@CFLAGS@ LDFLAGS=@LDFLAGS@ diff --git a/src/sscanf.c b/src/sscanf.c index ff92a3405129e32f81247bdeef7782014c342009..44ed47ded1e44ab3ca2725d427dafbdc1af08b5c 100644 --- a/src/sscanf.c +++ b/src/sscanf.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/sscanf.h b/src/sscanf.h index a57d8b9ddd603f84f9f0d4daec09e502107a0cd5..2af37d79e100a64f586a5c54d59221736d38c540 100644 --- a/src/sscanf.h +++ b/src/sscanf.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef SSCANF_H diff --git a/src/stralloc.c b/src/stralloc.c index c49392f54d55a023786aaeea2f3e85efffdf7712..18e67b9d616fd6dd8d4b69d9dd7bcf4d991a3552 100644 --- a/src/stralloc.c +++ b/src/stralloc.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/stralloc.h b/src/stralloc.h index d31b043b5434e6ba38427e3489d28d121ee66660..35a996bddf4e8927d11d4aa072b32c9b8daaa575 100644 --- a/src/stralloc.h +++ b/src/stralloc.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef STRALLOC_H diff --git a/src/stuff.c b/src/stuff.c index 95d51a2c6db436425ae4d7446ad1caf7dcf099ea..5108dbe958670fc3d16e3c603928c90d37f50d77 100644 --- a/src/stuff.c +++ b/src/stuff.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/stuff.h b/src/stuff.h index d6af0fa1103b00484210443b1b6d779b83d485d9..6fadb31e66aad2a7e5932bd0d72b0c9e4f3e5752 100644 --- a/src/stuff.h +++ b/src/stuff.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef STUFF_H diff --git a/src/svalue.c b/src/svalue.c index 3cf9737da0adea8643847ceadd4bc5cbca60655a..92199c502adb4236422fd2e427589168b2a42e6c 100644 --- a/src/svalue.c +++ b/src/svalue.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/svalue.h b/src/svalue.h index b3c9d2978f7518c620897bc37f69c4ab92eb56ea..0735d3f3f627bd2a1210f2beb73e16a20fdb7245 100644 --- a/src/svalue.h +++ b/src/svalue.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef SVALUE_H diff --git a/src/test_co.pike b/src/test_co.pike index fbef2d8afcc9471c23b834d75e6c0c0b422d8b41..be2b613c3ec5757bb4eb2a164aae2c24624785df 100644 --- a/src/test_co.pike +++ b/src/test_co.pike @@ -1,7 +1,5 @@ #!/usr/local/bin/pike -/* $Id$ */ - import Tools.Testsuite; void verify(); diff --git a/src/testsuite.in b/src/testsuite.in index 9830e8e9020bf730bedfa4364a2e1e0a716e5a27..44680ff0bd2c17d8b1090378f86a11bf2bfffc94 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,5 +1,4 @@ START_MARKER -test_true([["$Id$"]]); // This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]]) diff --git a/src/threads.c b/src/threads.c index b207d2e79ebe288791d4918912dcec3e3cf36e03..4e191b3384d2566d367399fda63a9f7076d54b2e 100644 --- a/src/threads.c +++ b/src/threads.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/threads.h b/src/threads.h index 47422620362b80a3f656423d36c9076b13d86c1e..145f66ee8303d26e5d49e9e134c78077fc6662a6 100644 --- a/src/threads.h +++ b/src/threads.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef THREADS_H diff --git a/src/time_stuff.h b/src/time_stuff.h index 8d445d8ffd19d2f4e09e2e5062abc02b988c13a2..23c47292e1f86ce3767d85e1e7db6f3f48f59b4f 100644 --- a/src/time_stuff.h +++ b/src/time_stuff.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #ifndef TIME_STUFF_H diff --git a/src/tmodule.c b/src/tmodule.c index 81cfe3fc5d014c8d816290182f9f06b0aa9e648f..e15dc3ad4440c17f7c8e9fc4768ab1964c6666a4 100644 --- a/src/tmodule.c +++ b/src/tmodule.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ /* This variant of module.c is used when modules are dynamic and when diff --git a/src/treeopt.in b/src/treeopt.in index 4f84e35c70bb0470592d8c368899c815bbfbf61e..58836ae9f482096016d01ad90ab7169de0d86118 100644 --- a/src/treeopt.in +++ b/src/treeopt.in @@ -2,7 +2,6 @@ // This file is part of Pike. For copyright information see COPYRIGHT. // Pike is distributed under GPL, LGPL and MPL. See the file COPYING // for more information. -// $Id$ // // The tree optimizer // diff --git a/src/uncompressor.c b/src/uncompressor.c index 77e334487d3188f16dcf921c129bd2765973226c..fa0eb2f4efb416e03abd502488e49282531884e2 100644 --- a/src/uncompressor.c +++ b/src/uncompressor.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include <sys/types.h> diff --git a/src/version.c b/src/version.c index 572c28d48308445d5bb919f035e4c6394fca2c4a..3b8084cbe40f9198375387f4d1df164bc1ee24af 100644 --- a/src/version.c +++ b/src/version.c @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #include "global.h" diff --git a/src/version.h b/src/version.h index 110abdf5234e73808779d341564e594dc580a278..f6b3cd3ab60cdb6e97a1540fd8fd759d2c80ae7b 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,6 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id$ */ #define PIKE_MAJOR_VERSION 7 diff --git a/tools/pike.el b/tools/pike.el index f3e802bf98ad2600c9f3977c5459c30bbb3c81ac..40b0fed71e97c58f717b34a940ded09deaa2fb29 100644 --- a/tools/pike.el +++ b/tools/pike.el @@ -1,5 +1,4 @@ ;;; pike.el -- Font lock definitions for Pike and other LPC files. -;;; $Id$ ;;; Copyright (C) 1995, 1996, 1997, 1998, 1999 Per Hedbor. ;;; This file is distributed as GPL diff --git a/tools/pike_verify.supp b/tools/pike_verify.supp index 911b1400aff1dd672ef54175e7d713b4de624867..bb8d38e568bb6168376cbc3fb145c03519027ccb 100644 --- a/tools/pike_verify.supp +++ b/tools/pike_verify.supp @@ -1,5 +1,4 @@ # -# $Id$ # Suppression file for valgrind errors outside of Pike triggered # by the Pike test suite. #