Enlightenment CVS committal Author : mej Project : eterm Module : libast
Dir : eterm/libast/src Modified Files: array.c avl_tree.c conf.c debug.c dlinked_list.c file.c linked_list.c mem.c msgs.c obj.c options.c regexp.c socket.c str.c strings.c tok.c url.c Log Message: Wed Feb 19 16:09:32 2003 Michael Jennings (mej) Updated copyright statements for 2003. =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/array.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- array.c 30 Dec 2002 23:05:16 -0000 1.6 +++ array.c 19 Feb 2003 21:10:31 -0000 1.7 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: array.c,v 1.6 2002/12/30 23:05:16 mej Exp $"; +static const char cvs_ident[] = "$Id: array.c,v 1.7 2003/02/19 21:10:31 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/avl_tree.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- avl_tree.c 30 Dec 2002 23:05:16 -0000 1.1 +++ avl_tree.c 19 Feb 2003 21:10:31 -0000 1.2 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/conf.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- conf.c 30 Dec 2002 23:05:16 -0000 1.6 +++ conf.c 19 Feb 2003 21:10:32 -0000 1.7 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: conf.c,v 1.6 2002/12/30 23:05:16 mej Exp $"; +static const char cvs_ident[] = "$Id: conf.c,v 1.7 2003/02/19 21:10:32 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/debug.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- debug.c 5 Apr 2002 02:13:14 -0000 1.2 +++ debug.c 19 Feb 2003 21:10:33 -0000 1.3 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: debug.c,v 1.2 2002/04/05 02:13:14 mej Exp $"; +static const char cvs_ident[] = "$Id: debug.c,v 1.3 2003/02/19 21:10:33 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/dlinked_list.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- dlinked_list.c 30 Dec 2002 23:05:16 -0000 1.8 +++ dlinked_list.c 19 Feb 2003 21:10:33 -0000 1.9 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: dlinked_list.c,v 1.8 2002/12/30 23:05:16 mej Exp $"; +static const char cvs_ident[] = "$Id: dlinked_list.c,v 1.9 2003/02/19 21:10:33 mej +Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/file.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- file.c 5 Apr 2002 01:47:01 -0000 1.2 +++ file.c 19 Feb 2003 21:10:34 -0000 1.3 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: file.c,v 1.2 2002/04/05 01:47:01 mej Exp $"; +static const char cvs_ident[] = "$Id: file.c,v 1.3 2003/02/19 21:10:34 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/linked_list.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- linked_list.c 30 Dec 2002 23:05:16 -0000 1.11 +++ linked_list.c 19 Feb 2003 21:10:34 -0000 1.12 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: linked_list.c,v 1.11 2002/12/30 23:05:16 mej Exp $"; +static const char cvs_ident[] = "$Id: linked_list.c,v 1.12 2003/02/19 21:10:34 mej +Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/mem.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- mem.c 14 Jul 2002 03:31:38 -0000 1.6 +++ mem.c 19 Feb 2003 21:10:34 -0000 1.7 @@ -1,6 +1,6 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -22,7 +22,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: mem.c,v 1.6 2002/07/14 03:31:38 mej Exp $"; +static const char cvs_ident[] = "$Id: mem.c,v 1.7 2003/02/19 21:10:34 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/msgs.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- msgs.c 26 Jul 2002 20:57:39 -0000 1.3 +++ msgs.c 19 Feb 2003 21:10:34 -0000 1.4 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: msgs.c,v 1.3 2002/07/26 20:57:39 mej Exp $"; +static const char cvs_ident[] = "$Id: msgs.c,v 1.4 2003/02/19 21:10:34 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/obj.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- obj.c 26 Jul 2002 04:17:17 -0000 1.10 +++ obj.c 19 Feb 2003 21:10:35 -0000 1.11 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: obj.c,v 1.10 2002/07/26 04:17:17 mej Exp $"; +static const char cvs_ident[] = "$Id: obj.c,v 1.11 2003/02/19 21:10:35 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/options.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- options.c 2 May 2002 03:22:26 -0000 1.5 +++ options.c 19 Feb 2003 21:10:36 -0000 1.6 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: options.c,v 1.5 2002/05/02 03:22:26 mej Exp $"; +static const char cvs_ident[] = "$Id: options.c,v 1.6 2003/02/19 21:10:36 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/regexp.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- regexp.c 14 Aug 2002 01:45:15 -0000 1.3 +++ regexp.c 19 Feb 2003 21:10:36 -0000 1.4 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: regexp.c,v 1.3 2002/08/14 01:45:15 mej Exp $"; +static const char cvs_ident[] = "$Id: regexp.c,v 1.4 2003/02/19 21:10:36 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/socket.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- socket.c 31 Jul 2002 21:56:55 -0000 1.8 +++ socket.c 19 Feb 2003 21:10:36 -0000 1.9 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: socket.c,v 1.8 2002/07/31 21:56:55 mej Exp $"; +static const char cvs_ident[] = "$Id: socket.c,v 1.9 2003/02/19 21:10:36 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/str.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- str.c 31 Jul 2002 21:56:55 -0000 1.16 +++ str.c 19 Feb 2003 21:10:36 -0000 1.17 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: str.c,v 1.16 2002/07/31 21:56:55 mej Exp $"; +static const char cvs_ident[] = "$Id: str.c,v 1.17 2003/02/19 21:10:36 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/strings.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- strings.c 14 Jul 2002 03:31:38 -0000 1.7 +++ strings.c 19 Feb 2003 21:10:37 -0000 1.8 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: strings.c,v 1.7 2002/07/14 03:31:38 mej Exp $"; +static const char cvs_ident[] = "$Id: strings.c,v 1.8 2003/02/19 21:10:37 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/tok.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- tok.c 26 Jul 2002 04:17:18 -0000 1.12 +++ tok.c 19 Feb 2003 21:10:37 -0000 1.13 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: tok.c,v 1.12 2002/07/26 04:17:18 mej Exp $"; +static const char cvs_ident[] = "$Id: tok.c,v 1.13 2003/02/19 21:10:37 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> =================================================================== RCS file: /cvsroot/enlightenment/eterm/libast/src/url.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- url.c 31 Jul 2002 21:56:55 -0000 1.8 +++ url.c 19 Feb 2003 21:10:38 -0000 1.9 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2002, Michael Jennings + * Copyright (C) 1997-2003, Michael Jennings * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to @@ -21,7 +21,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -static const char cvs_ident[] = "$Id: url.c,v 1.8 2002/07/31 21:56:55 mej Exp $"; +static const char cvs_ident[] = "$Id: url.c,v 1.9 2003/02/19 21:10:38 mej Exp $"; #ifdef HAVE_CONFIG_H # include <config.h> ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs