From 00c362adc565d119af992e104921093f93d79990 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Wed, 9 Oct 2002 15:28:39 +0200 Subject: [PATCH] There is no LICENCE file. Never were. Rev: src/modules/Mird/libmird/acconfig.h:1.4 Rev: src/modules/Mird/libmird/blocks.c:1.4 Rev: src/modules/Mird/libmird/cells.c:1.3 Rev: src/modules/Mird/libmird/database.c:1.5 Rev: src/modules/Mird/libmird/debug.c:1.3 Rev: src/modules/Mird/libmird/dmalloc.c:1.3 Rev: src/modules/Mird/libmird/dmalloc.h:1.3 Rev: src/modules/Mird/libmird/errors.c:1.3 Rev: src/modules/Mird/libmird/frags.c:1.3 Rev: src/modules/Mird/libmird/freelist.c:1.3 Rev: src/modules/Mird/libmird/hashtrie.c:1.5 Rev: src/modules/Mird/libmird/internal.h:1.5 Rev: src/modules/Mird/libmird/journal.c:1.3 Rev: src/modules/Mird/libmird/make_old_database.c:1.3 Rev: src/modules/Mird/libmird/physical.h:1.3 Rev: src/modules/Mird/libmird/skeys.c:1.3 Rev: src/modules/Mird/libmird/tables.c:1.3 Rev: src/modules/Mird/libmird/test.c:1.3 Rev: src/modules/Mird/libmird/testsuite.c:1.4 Rev: src/modules/Mird/libmird/transaction.c:1.3 Rev: src/modules/Mird/libmird/usage.c:1.3 Rev: src/modules/Mird/libmird/win32-config.h:1.4 --- src/modules/Mird/libmird/acconfig.h | 3 ++- src/modules/Mird/libmird/blocks.c | 6 ++---- src/modules/Mird/libmird/cells.c | 6 ++---- src/modules/Mird/libmird/database.c | 6 ++---- src/modules/Mird/libmird/debug.c | 6 ++---- src/modules/Mird/libmird/dmalloc.c | 4 +--- src/modules/Mird/libmird/dmalloc.h | 4 +--- src/modules/Mird/libmird/errors.c | 6 ++---- src/modules/Mird/libmird/frags.c | 6 ++---- src/modules/Mird/libmird/freelist.c | 6 ++---- src/modules/Mird/libmird/hashtrie.c | 6 ++---- src/modules/Mird/libmird/internal.h | 4 +--- src/modules/Mird/libmird/journal.c | 6 ++---- src/modules/Mird/libmird/make_old_database.c | 4 +--- src/modules/Mird/libmird/physical.h | 4 +--- src/modules/Mird/libmird/skeys.c | 6 ++---- src/modules/Mird/libmird/tables.c | 6 ++---- src/modules/Mird/libmird/test.c | 4 +--- src/modules/Mird/libmird/testsuite.c | 4 +--- src/modules/Mird/libmird/transaction.c | 6 ++---- src/modules/Mird/libmird/usage.c | 6 ++---- src/modules/Mird/libmird/win32-config.h | 4 +--- 22 files changed, 36 insertions(+), 77 deletions(-) diff --git a/src/modules/Mird/libmird/acconfig.h b/src/modules/Mird/libmird/acconfig.h index 57d25f1555..6aab576f76 100644 --- a/src/modules/Mird/libmird/acconfig.h +++ b/src/modules/Mird/libmird/acconfig.h @@ -2,8 +2,9 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: acconfig.h,v 1.3 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: acconfig.h,v 1.4 2002/10/09 13:28:39 nilsson Exp $ \*/ + /* define if there is an inline keyword */ #undef HAS_INLINE diff --git a/src/modules/Mird/libmird/blocks.c b/src/modules/Mird/libmird/blocks.c index f2e8b27ed3..ea37918a60 100644 --- a/src/modules/Mird/libmird/blocks.c +++ b/src/modules/Mird/libmird/blocks.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: blocks.c,v 1.3 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: blocks.c,v 1.4 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ /* handles blocks, freelist and fragmented blocks */ @@ -25,7 +23,7 @@ #include "dmalloc.h" static const char RCSID[]= - "$Id: blocks.c,v 1.3 2002/10/08 20:22:33 nilsson Exp $"; + "$Id: blocks.c,v 1.4 2002/10/09 13:28:39 nilsson Exp $"; #ifdef SUPERMASSIVE_DEBUG #define BLOCK_DEBUG diff --git a/src/modules/Mird/libmird/cells.c b/src/modules/Mird/libmird/cells.c index 876552ebff..8d1ba2acc0 100644 --- a/src/modules/Mird/libmird/cells.c +++ b/src/modules/Mird/libmird/cells.c @@ -2,14 +2,12 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: cells.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: cells.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* ** libMird by Mirar <mirar@mirar.org> ** please submit bug reports and patches to the author -** -** for licence, read the LICENCE file */ /* handles cells @@ -21,7 +19,7 @@ #include <stdlib.h> static const char RCSID[]= - "$Id: cells.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $"; + "$Id: cells.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; #define BIG_THRESHOLD(DB) ((DB)->block_size-(4<<(DB)->frag_bits)-64) #define DATA_IN_BIG(DB) ((DB)->block_size-(5+2)*4) diff --git a/src/modules/Mird/libmird/database.c b/src/modules/Mird/libmird/database.c index aec2c74d96..a404ecf4f2 100644 --- a/src/modules/Mird/libmird/database.c +++ b/src/modules/Mird/libmird/database.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: database.c,v 1.4 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: database.c,v 1.5 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ #include "internal.h" @@ -33,7 +31,7 @@ #endif static const char RCSID[]= - "$Id: database.c,v 1.4 2002/10/08 20:22:33 nilsson Exp $"; + "$Id: database.c,v 1.5 2002/10/09 13:28:39 nilsson Exp $"; /* forward declarations */ diff --git a/src/modules/Mird/libmird/debug.c b/src/modules/Mird/libmird/debug.c index aa36677766..a790e6bebb 100644 --- a/src/modules/Mird/libmird/debug.c +++ b/src/modules/Mird/libmird/debug.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: debug.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: debug.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ /* handles debug stuff */ @@ -26,7 +24,7 @@ #include <stdio.h> static const char RCSID[]= - "$Id: debug.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $"; + "$Id: debug.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; #define PRINT_BLOCK_FRAG(X) \ CHUNK_ID_2_BLOCK(db,(X)), \ diff --git a/src/modules/Mird/libmird/dmalloc.c b/src/modules/Mird/libmird/dmalloc.c index eee9a66ecc..f354ee6173 100644 --- a/src/modules/Mird/libmird/dmalloc.c +++ b/src/modules/Mird/libmird/dmalloc.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: dmalloc.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: dmalloc.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ #include "internal.h" diff --git a/src/modules/Mird/libmird/dmalloc.h b/src/modules/Mird/libmird/dmalloc.h index b8aaf902be..c91cc4f588 100644 --- a/src/modules/Mird/libmird/dmalloc.h +++ b/src/modules/Mird/libmird/dmalloc.h @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: dmalloc.h,v 1.2 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: dmalloc.h,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ #ifndef NULL diff --git a/src/modules/Mird/libmird/errors.c b/src/modules/Mird/libmird/errors.c index a9baccf7d2..15ec666b9b 100644 --- a/src/modules/Mird/libmird/errors.c +++ b/src/modules/Mird/libmird/errors.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: errors.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: errors.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ #include "internal.h" @@ -28,7 +26,7 @@ #include "dmalloc.h" static const char RCSID[]= - "$Id: errors.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $"; + "$Id: errors.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; static struct mird_error failed_to_allocate_error = { MIRDE_RESOURCE_ERR,NULL,sizeof(struct mird_error),0,0 }; diff --git a/src/modules/Mird/libmird/frags.c b/src/modules/Mird/libmird/frags.c index 0b0d8bb139..206168d973 100644 --- a/src/modules/Mird/libmird/frags.c +++ b/src/modules/Mird/libmird/frags.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: frags.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: frags.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ /* handles frags @@ -25,7 +23,7 @@ #endif static const char RCSID[]= - "$Id: frags.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $"; + "$Id: frags.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; #ifdef SUPERMASSIVE_DEBUG #define FRAGS_DEBUG diff --git a/src/modules/Mird/libmird/freelist.c b/src/modules/Mird/libmird/freelist.c index e99f233073..4c323be733 100644 --- a/src/modules/Mird/libmird/freelist.c +++ b/src/modules/Mird/libmird/freelist.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: freelist.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: freelist.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ /* handles frags @@ -28,7 +26,7 @@ #include <stdio.h> static const char RCSID[]= - "$Id: freelist.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $"; + "$Id: freelist.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; #define BLOCKS_IN_FREE_LIST(DB) (LONGS_IN_BLOCK(DB)-6) diff --git a/src/modules/Mird/libmird/hashtrie.c b/src/modules/Mird/libmird/hashtrie.c index 97c98e24e7..a73e788db1 100644 --- a/src/modules/Mird/libmird/hashtrie.c +++ b/src/modules/Mird/libmird/hashtrie.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: hashtrie.c,v 1.4 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: hashtrie.c,v 1.5 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ /* handles hashtrie nodes @@ -48,7 +46,7 @@ void *alloca(); #endif static const char RCSID[]= - "$Id: hashtrie.c,v 1.4 2002/10/08 20:22:33 nilsson Exp $"; + "$Id: hashtrie.c,v 1.5 2002/10/09 13:28:39 nilsson Exp $"; #define TOO_DEEP_RECURSION 31 /* we can only shift down that */ diff --git a/src/modules/Mird/libmird/internal.h b/src/modules/Mird/libmird/internal.h index 7b64850b1f..ceca9f6676 100644 --- a/src/modules/Mird/libmird/internal.h +++ b/src/modules/Mird/libmird/internal.h @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: internal.h,v 1.4 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: internal.h,v 1.5 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ /* #define MASSIVE_DEBUG */ diff --git a/src/modules/Mird/libmird/journal.c b/src/modules/Mird/libmird/journal.c index 196fa78cf6..3105f0883f 100644 --- a/src/modules/Mird/libmird/journal.c +++ b/src/modules/Mird/libmird/journal.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: journal.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: journal.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ /* handles the journal file */ @@ -49,7 +47,7 @@ #endif static const char RCSID[]= - "$Id: journal.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $"; + "$Id: journal.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; /* diff --git a/src/modules/Mird/libmird/make_old_database.c b/src/modules/Mird/libmird/make_old_database.c index 633b418f67..dbdd8974d6 100644 --- a/src/modules/Mird/libmird/make_old_database.c +++ b/src/modules/Mird/libmird/make_old_database.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: make_old_database.c,v 1.2 2002/10/08 20:22:33 nilsson Exp $ +||| $Id: make_old_database.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ #include <stdio.h> diff --git a/src/modules/Mird/libmird/physical.h b/src/modules/Mird/libmird/physical.h index 5b9479d89f..a2b96a9a1d 100644 --- a/src/modules/Mird/libmird/physical.h +++ b/src/modules/Mird/libmird/physical.h @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: physical.h,v 1.2 2002/10/08 20:22:34 nilsson Exp $ +||| $Id: physical.h,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ /* diff --git a/src/modules/Mird/libmird/skeys.c b/src/modules/Mird/libmird/skeys.c index 8ee119edb2..2bce12e23d 100644 --- a/src/modules/Mird/libmird/skeys.c +++ b/src/modules/Mird/libmird/skeys.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: skeys.c,v 1.2 2002/10/08 20:22:34 nilsson Exp $ +||| $Id: skeys.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ #include "internal.h" @@ -21,7 +19,7 @@ #include "dmalloc.h" static const char RCSID[]= - "$Id: skeys.c,v 1.2 2002/10/08 20:22:34 nilsson Exp $"; + "$Id: skeys.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; #define SKEY_OVERHEAD 16 diff --git a/src/modules/Mird/libmird/tables.c b/src/modules/Mird/libmird/tables.c index 5e656409bf..95b1a332fe 100644 --- a/src/modules/Mird/libmird/tables.c +++ b/src/modules/Mird/libmird/tables.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: tables.c,v 1.2 2002/10/08 20:22:34 nilsson Exp $ +||| $Id: tables.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ #include "internal.h" @@ -25,7 +23,7 @@ #include "dmalloc.h" static const char RCSID[]= - "$Id: tables.c,v 1.2 2002/10/08 20:22:34 nilsson Exp $"; + "$Id: tables.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; /* * looks up a table id in the master table diff --git a/src/modules/Mird/libmird/test.c b/src/modules/Mird/libmird/test.c index bb19956b97..df06e04056 100644 --- a/src/modules/Mird/libmird/test.c +++ b/src/modules/Mird/libmird/test.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: test.c,v 1.2 2002/10/08 20:22:34 nilsson Exp $ +||| $Id: test.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ #include <stdio.h> diff --git a/src/modules/Mird/libmird/testsuite.c b/src/modules/Mird/libmird/testsuite.c index 81158ac32a..84383ba240 100644 --- a/src/modules/Mird/libmird/testsuite.c +++ b/src/modules/Mird/libmird/testsuite.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: testsuite.c,v 1.3 2002/10/08 20:22:34 nilsson Exp $ +||| $Id: testsuite.c,v 1.4 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ #include "mird.h" diff --git a/src/modules/Mird/libmird/transaction.c b/src/modules/Mird/libmird/transaction.c index c04d12315c..5b7b75d280 100644 --- a/src/modules/Mird/libmird/transaction.c +++ b/src/modules/Mird/libmird/transaction.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: transaction.c,v 1.2 2002/10/08 20:22:34 nilsson Exp $ +||| $Id: transaction.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ #include "internal.h" @@ -35,7 +33,7 @@ static const char RCSID[]= - "$Id: transaction.c,v 1.2 2002/10/08 20:22:34 nilsson Exp $"; + "$Id: transaction.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; /* * start a new transaction diff --git a/src/modules/Mird/libmird/usage.c b/src/modules/Mird/libmird/usage.c index ca45ee311f..e568209313 100644 --- a/src/modules/Mird/libmird/usage.c +++ b/src/modules/Mird/libmird/usage.c @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: usage.c,v 1.2 2002/10/08 20:22:34 nilsson Exp $ +||| $Id: usage.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ /* #define MSL_COUNTER */ @@ -27,7 +25,7 @@ #include "dmalloc.h" static const char RCSID[]= - "$Id: usage.c,v 1.2 2002/10/08 20:22:34 nilsson Exp $"; + "$Id: usage.c,v 1.3 2002/10/09 13:28:39 nilsson Exp $"; #ifdef MASSIVE_DEBUG #define USAGE_DEBUG diff --git a/src/modules/Mird/libmird/win32-config.h b/src/modules/Mird/libmird/win32-config.h index bae26bd0e7..48c46c579a 100644 --- a/src/modules/Mird/libmird/win32-config.h +++ b/src/modules/Mird/libmird/win32-config.h @@ -2,7 +2,7 @@ ||| This file is part of Pike. For copyright information see COPYRIGHT. ||| Pike is distributed under GPL, LGPL and MPL. See the file COPYING ||| for more information. -||| $Id: win32-config.h,v 1.3 2002/10/08 20:22:34 nilsson Exp $ +||| $Id: win32-config.h,v 1.4 2002/10/09 13:28:39 nilsson Exp $ \*/ /* @@ -10,8 +10,6 @@ ** please submit bug reports and patches to the author ** ** also see http://www.mirar.org/mird/ -** -** for licence, read the LICENCE file */ /* config.h */ -- GitLab