Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/include/libast


Modified Files:
        array.h avl_tree.h dlinked_list.h iterator_if.h linked_list.h 
        list_if.h obj.h regexp.h socket.h str.h sysdefs.h.in tok.h 
        types.h.in url.h vector_if.h 


Log Message:
Sat Jan 10 16:12:42 2004                        Michael Jennings (mej)

Step #1:  Update copyright statements.
Step #2:  ???
Step #3:  Profit.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/array.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- array.h     30 Oct 2003 23:13:53 -0000      1.7
+++ array.h     10 Jan 2004 21:15:16 -0000      1.8
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/avl_tree.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- avl_tree.h  30 Oct 2003 23:13:53 -0000      1.4
+++ avl_tree.h  10 Jan 2004 21:15:16 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/dlinked_list.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- dlinked_list.h      19 Nov 2003 22:39:57 -0000      1.8
+++ dlinked_list.h      10 Jan 2004 21:15:16 -0000      1.9
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/iterator_if.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- iterator_if.h       30 Oct 2003 23:13:53 -0000      1.2
+++ iterator_if.h       10 Jan 2004 21:15:16 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/linked_list.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- linked_list.h       19 Nov 2003 22:39:57 -0000      1.9
+++ linked_list.h       10 Jan 2004 21:15:16 -0000      1.10
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/list_if.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- list_if.h   19 Nov 2003 04:21:14 -0000      1.11
+++ list_if.h   10 Jan 2004 21:15:16 -0000      1.12
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/obj.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- obj.h       23 Nov 2003 20:58:19 -0000      1.25
+++ obj.h       10 Jan 2004 21:15:16 -0000      1.26
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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
@@ -33,8 +33,8 @@
  * manipulating basic generic objects.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * $Revision: 1.25 $
- * $Date: 2003/11/23 20:58:19 $
+ * $Revision: 1.26 $
+ * $Date: 2004/01/10 21:15:16 $
  */
 
 /[EMAIL PROTECTED]/
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/regexp.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- regexp.h    19 Nov 2003 04:21:15 -0000      1.5
+++ regexp.h    10 Jan 2004 21:15:16 -0000      1.6
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/socket.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- socket.h    30 Oct 2003 23:13:53 -0000      1.10
+++ socket.h    10 Jan 2004 21:15:16 -0000      1.11
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/str.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- str.h       30 Oct 2003 23:13:53 -0000      1.15
+++ str.h       10 Jan 2004 21:15:16 -0000      1.16
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/sysdefs.h.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- sysdefs.h.in        27 Nov 2003 02:08:06 -0000      1.2
+++ sysdefs.h.in        10 Jan 2004 21:15:16 -0000      1.3
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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
@@ -29,8 +29,8 @@
  * LibAST headers need are defined one way or the other.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * @version $Revision: 1.2 $
- * @date $Date: 2003/11/27 02:08:06 $
+ * @version $Revision: 1.3 $
+ * @date $Date: 2004/01/10 21:15:16 $
  */
 
 #ifndef _LIBAST_SYSDEFS_H_
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/tok.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- tok.h       30 Oct 2003 23:13:53 -0000      1.9
+++ tok.h       10 Jan 2004 21:15:16 -0000      1.10
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/types.h.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- types.h.in  23 Nov 2003 20:58:19 -0000      1.14
+++ types.h.in  10 Jan 2004 21:15:16 -0000      1.15
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/url.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- url.h       19 Nov 2003 04:21:15 -0000      1.8
+++ url.h       10 Jan 2004 21:15:16 -0000      1.9
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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/include/libast/vector_if.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- vector_if.h 19 Nov 2003 04:21:15 -0000      1.4
+++ vector_if.h 10 Jan 2004 21:15:16 -0000      1.5
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, 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




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to