[srvx-commits] CVS: services/src timeq.c,1.16,1.17 recdb.h,1.21,1.22 recdb.c,1.42,1.43 messages.h,1.
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-08-15 03:50:12
|
Update of /cvsroot/srvx/services/src In directory usw-pr-cvs1:/tmp/cvs-serv30542/src Modified Files: timeq.c recdb.h recdb.c messages.h log.h log.c heap.h heap.c global.h gline.h gline.c dict.h dict-splay.c Log Message: fix copyright notice years (even some we forgot to update in 2001 :) Index: timeq.c =================================================================== RCS file: /cvsroot/srvx/services/src/timeq.c,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** timeq.c 30 Jul 2002 02:15:11 -0000 1.16 --- timeq.c 15 Aug 2002 03:50:08 -0000 1.17 *************** *** 1,4 **** /* timeq.c - time-based event queue ! * Copyright 2000 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* timeq.c - time-based event queue ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: recdb.h =================================================================== RCS file: /cvsroot/srvx/services/src/recdb.h,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** recdb.h 30 Jul 2002 02:15:11 -0000 1.21 --- recdb.h 15 Aug 2002 03:50:09 -0000 1.22 *************** *** 1,4 **** /* recdb.h - recursive/record database implementation ! * Copyright 2000 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* recdb.h - recursive/record database implementation ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: recdb.c =================================================================== RCS file: /cvsroot/srvx/services/src/recdb.c,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -r1.42 -r1.43 *** recdb.c 5 Aug 2002 20:46:03 -0000 1.42 --- recdb.c 15 Aug 2002 03:50:09 -0000 1.43 *************** *** 1,4 **** /* recdb.c - recursive/record database implementation ! * Copyright 2000 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* recdb.c - recursive/record database implementation ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: messages.h =================================================================== RCS file: /cvsroot/srvx/services/src/messages.h,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -r1.29 -r1.30 *** messages.h 14 Aug 2002 21:55:49 -0000 1.29 --- messages.h 15 Aug 2002 03:50:09 -0000 1.30 *************** *** 1,4 **** /* messages.h - Common messages ! * Copyright 2000-2001 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* messages.h - Common messages ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: log.h =================================================================== RCS file: /cvsroot/srvx/services/src/log.h,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** log.h 30 Jul 2002 02:15:11 -0000 1.18 --- log.h 15 Aug 2002 03:50:09 -0000 1.19 *************** *** 1,4 **** /* log.h - Diagnostic and error logging ! * Copyright 2000 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* log.h - Diagnostic and error logging ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: log.c =================================================================== RCS file: /cvsroot/srvx/services/src/log.c,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -r1.41 -r1.42 *** log.c 30 Jul 2002 02:15:11 -0000 1.41 --- log.c 15 Aug 2002 03:50:09 -0000 1.42 *************** *** 1,4 **** /* log.c - Diagnostic and error logging ! * Copyright 2000-2001 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* log.c - Diagnostic and error logging ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: heap.h =================================================================== RCS file: /cvsroot/srvx/services/src/heap.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** heap.h 6 May 2002 23:33:12 -0000 1.8 --- heap.h 15 Aug 2002 03:50:09 -0000 1.9 *************** *** 1,4 **** /* heap.h - Abstract heap type ! * Copyright 2000 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* heap.h - Abstract heap type ! * Copyright 2000-2001 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: heap.c =================================================================== RCS file: /cvsroot/srvx/services/src/heap.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** heap.c 30 Jul 2002 02:15:11 -0000 1.20 --- heap.c 15 Aug 2002 03:50:09 -0000 1.21 *************** *** 1,4 **** /* heap.c - Abstract heap type ! * Copyright 2000 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* heap.c - Abstract heap type ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: global.h =================================================================== RCS file: /cvsroot/srvx/services/src/global.h,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** global.h 4 Jul 2002 02:47:30 -0000 1.13 --- global.h 15 Aug 2002 03:50:09 -0000 1.14 *************** *** 1,4 **** /* global.h - Global notice service ! * Copyright 2000-2001 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* global.h - Global notice service ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: gline.h =================================================================== RCS file: /cvsroot/srvx/services/src/gline.h,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** gline.h 30 Jul 2002 02:15:11 -0000 1.15 --- gline.h 15 Aug 2002 03:50:09 -0000 1.16 *************** *** 1,4 **** /* gline.h - Gline database ! * Copyright 2001 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* gline.h - Gline database ! * Copyright 2001-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: gline.c =================================================================== RCS file: /cvsroot/srvx/services/src/gline.c,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -r1.28 -r1.29 *** gline.c 5 Aug 2002 03:20:24 -0000 1.28 --- gline.c 15 Aug 2002 03:50:09 -0000 1.29 *************** *** 1,4 **** /* gline.c - Gline database ! * Copyright 2000-2001 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* gline.c - Gline database ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: dict.h =================================================================== RCS file: /cvsroot/srvx/services/src/dict.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** dict.h 6 May 2002 23:33:12 -0000 1.10 --- dict.h 15 Aug 2002 03:50:09 -0000 1.11 *************** *** 1,4 **** /* dict.h - Abstract dictionary type ! * Copyright 2000 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- /* dict.h - Abstract dictionary type ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify Index: dict-splay.c =================================================================== RCS file: /cvsroot/srvx/services/src/dict-splay.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** dict-splay.c 30 Jul 2002 02:15:11 -0000 1.9 --- dict-splay.c 15 Aug 2002 03:50:09 -0000 1.10 *************** *** 1,4 **** ! /* dict.c - Abstract dictionary type ! * Copyright 2000 srvx Development Team * * This program is free software; you can redistribute it and/or modify --- 1,4 ---- ! /* dict-splay.c - Abstract dictionary type ! * Copyright 2000-2002 srvx Development Team * * This program is free software; you can redistribute it and/or modify |