Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/src


Modified Files:
        actions.c actions.h buttons.c buttons.h draw.c draw.h e.c e.h 
        encoding.c encoding.h eterm_debug.h eterm_utmp.h events.c 
        events.h feature.h font.c font.h main.c menus.c menus.h misc.c 
        misc.h mmx_cmod.S options.c options.h pixmap.c pixmap.h 
        profile.h script.c script.h scrollbar.c scrollbar.h startup.c 
        startup.h system.c system.h term.c term.h timer.c timer.h 
        utmp.c windows.c windows.h 


Log Message:
Wed Feb 19 16:17:00 2003                        Michael Jennings (mej)

Updated copyright statements for 2003.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/actions.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- actions.c   3 Jun 2002 00:24:21 -0000       1.25
+++ actions.c   19 Feb 2003 21:17:43 -0000      1.26
@@ -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: actions.c,v 1.25 2002/06/03 00:24:21 mej Exp $";
+static const char cvs_ident[] = "$Id: actions.c,v 1.26 2003/02/19 21:17:43 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/actions.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- actions.h   3 Feb 2002 20:53:05 -0000       1.9
+++ actions.h   19 Feb 2003 21:17:43 -0000      1.10
@@ -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/Eterm/src/buttons.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- buttons.c   8 Jan 2003 06:17:12 -0000       1.40
+++ buttons.c   19 Feb 2003 21:17:44 -0000      1.41
@@ -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: buttons.c,v 1.40 2003/01/08 06:17:12 mej Exp $";
+static const char cvs_ident[] = "$Id: buttons.c,v 1.41 2003/02/19 21:17:44 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/buttons.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- buttons.h   5 Oct 2002 02:08:13 -0000       1.14
+++ buttons.h   19 Feb 2003 21:17:45 -0000      1.15
@@ -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/Eterm/src/draw.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- draw.c      8 Jun 2002 15:44:06 -0000       1.13
+++ draw.c      19 Feb 2003 21:17:46 -0000      1.14
@@ -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: draw.c,v 1.13 2002/06/08 15:44:06 mej Exp $";
+static const char cvs_ident[] = "$Id: draw.c,v 1.14 2003/02/19 21:17:46 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/draw.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- draw.h      3 Feb 2002 20:53:06 -0000       1.7
+++ draw.h      19 Feb 2003 21:17:47 -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
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/e.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e.c 8 Jun 2002 15:44:06 -0000       1.23
+++ e.c 19 Feb 2003 21:17:47 -0000      1.24
@@ -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: e.c,v 1.23 2002/06/08 15:44:06 mej Exp $";
+static const char cvs_ident[] = "$Id: e.c,v 1.24 2003/02/19 21:17:47 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/e.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e.h 3 Feb 2002 20:53:06 -0000       1.11
+++ e.h 19 Feb 2003 21:17:48 -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
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/encoding.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- encoding.c  4 May 2002 14:25:27 -0000       1.6
+++ encoding.c  19 Feb 2003 21:17:49 -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: encoding.c,v 1.6 2002/05/04 14:25:27 mej Exp $";
+static const char cvs_ident[] = "$Id: encoding.c,v 1.7 2003/02/19 21:17:49 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/encoding.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- encoding.h  3 Feb 2002 20:53:06 -0000       1.3
+++ encoding.h  19 Feb 2003 21:17:49 -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
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/eterm_debug.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- eterm_debug.h       3 Jun 2002 00:24:22 -0000       1.7
+++ eterm_debug.h       19 Feb 2003 21:17:49 -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
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/eterm_utmp.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- eterm_utmp.h        26 Apr 2002 18:30:47 -0000      1.9
+++ eterm_utmp.h        19 Feb 2003 21:17:50 -0000      1.10
@@ -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/Eterm/src/events.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- events.c    19 Feb 2003 16:42:26 -0000      1.57
+++ events.c    19 Feb 2003 21:17:50 -0000      1.58
@@ -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: events.c,v 1.57 2003/02/19 16:42:26 mej Exp $";
+static const char cvs_ident[] = "$Id: events.c,v 1.58 2003/02/19 21:17:50 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/events.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- events.h    3 Feb 2002 20:53:06 -0000       1.13
+++ events.h    19 Feb 2003 21:17:50 -0000      1.14
@@ -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/Eterm/src/feature.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- feature.h   5 Oct 2002 01:19:40 -0000       1.34
+++ feature.h   19 Feb 2003 21:17:50 -0000      1.35
@@ -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/Eterm/src/font.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- font.c      21 Nov 2002 19:06:43 -0000      1.38
+++ font.c      19 Feb 2003 21:17:51 -0000      1.39
@@ -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: font.c,v 1.38 2002/11/21 19:06:43 mej Exp $";
+static const char cvs_ident[] = "$Id: font.c,v 1.39 2003/02/19 21:17:51 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/font.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- font.h      25 Apr 2002 02:28:57 -0000      1.14
+++ font.h      19 Feb 2003 21:17:52 -0000      1.15
@@ -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/Eterm/src/main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- main.c      4 May 2002 14:25:27 -0000       1.10
+++ main.c      19 Feb 2003 21:17:52 -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: main.c,v 1.10 2002/05/04 14:25:27 mej Exp $";
+static const char cvs_ident[] = "$Id: main.c,v 1.11 2003/02/19 21:17:52 mej Exp $";
 
 extern int eterm_bootstrap(int argc, char *argv[]);
 
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/menus.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- menus.c     13 Oct 2002 05:03:46 -0000      1.60
+++ menus.c     19 Feb 2003 21:17:53 -0000      1.61
@@ -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: menus.c,v 1.60 2002/10/13 05:03:46 mej Exp $";
+static const char cvs_ident[] = "$Id: menus.c,v 1.61 2003/02/19 21:17:53 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/menus.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- menus.h     22 May 2002 20:55:06 -0000      1.20
+++ menus.h     19 Feb 2003 21:17:54 -0000      1.21
@@ -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/Eterm/src/misc.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- misc.c      8 Jun 2002 16:50:38 -0000       1.22
+++ misc.c      19 Feb 2003 21:17:54 -0000      1.23
@@ -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: misc.c,v 1.22 2002/06/08 16:50:38 mej Exp $";
+static const char cvs_ident[] = "$Id: misc.c,v 1.23 2003/02/19 21:17:54 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/misc.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- misc.h      3 Feb 2002 20:53:06 -0000       1.12
+++ misc.h      19 Feb 2003 21:17:55 -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
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/mmx_cmod.S,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- mmx_cmod.S  3 Feb 2002 20:53:06 -0000       1.4
+++ mmx_cmod.S  19 Feb 2003 21:17:55 -0000      1.5
@@ -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/Eterm/src/options.c,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -3 -r1.120 -r1.121
--- options.c   27 Nov 2002 20:18:23 -0000      1.120
+++ options.c   19 Feb 2003 21:17:55 -0000      1.121
@@ -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.120 2002/11/27 20:18:23 mej Exp 
$";
+static const char cvs_ident[] = "$Id: options.c,v 1.121 2003/02/19 21:17:55 mej Exp 
+$";
 
 #include "config.h"
 #include "feature.h"
@@ -351,7 +351,7 @@
 usage(void)
 {
     printf("Eterm Enlightened Terminal Emulator for the X Window System\n");
-    printf("Copyright (c) 1997-2002, " AUTHORS "\n\n");
+    printf("Copyright (c) 1997-2003, " AUTHORS "\n\n");
 
     printf("Option types:\n");
     printf("  (bool) -- Boolean option ('1', 'on', 'yes', or 'true' to activate, '0', 
'off', 'no', or 'false' to deactivate)\n");
@@ -377,7 +377,7 @@
 {
 
     printf("Eterm " VERSION "\n");
-    printf("Copyright (c) 1997-2002, " AUTHORS "\n\n");
+    printf("Copyright (c) 1997-2003, " AUTHORS "\n\n");
 
     printf("Build info:\n");
     printf("    Built on " BUILD_DATE "\n");
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/options.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- options.h   25 Oct 2002 03:57:17 -0000      1.42
+++ options.h   19 Feb 2003 21:17:56 -0000      1.43
@@ -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/Eterm/src/pixmap.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -3 -r1.92 -r1.93
--- pixmap.c    8 Jan 2003 06:17:12 -0000       1.92
+++ pixmap.c    19 Feb 2003 21:17:58 -0000      1.93
@@ -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: pixmap.c,v 1.92 2003/01/08 06:17:12 mej Exp $";
+static const char cvs_ident[] = "$Id: pixmap.c,v 1.93 2003/02/19 21:17:58 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/pixmap.h,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- pixmap.h    13 Oct 2002 05:28:36 -0000      1.41
+++ pixmap.h    19 Feb 2003 21:18:01 -0000      1.42
@@ -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/Eterm/src/profile.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- profile.h   3 Feb 2002 20:53:06 -0000       1.7
+++ profile.h   19 Feb 2003 21:18:02 -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
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/script.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- script.c    10 Dec 2002 21:52:13 -0000      1.24
+++ script.c    19 Feb 2003 21:18:02 -0000      1.25
@@ -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: script.c,v 1.24 2002/12/10 21:52:13 mej Exp $";
+static const char cvs_ident[] = "$Id: script.c,v 1.25 2003/02/19 21:18:02 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/script.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- script.h    13 Oct 2002 05:03:46 -0000      1.13
+++ script.h    19 Feb 2003 21:18:02 -0000      1.14
@@ -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/Eterm/src/scrollbar.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- scrollbar.c 14 Jul 2002 04:55:26 -0000      1.42
+++ scrollbar.c 19 Feb 2003 21:18:02 -0000      1.43
@@ -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: scrollbar.c,v 1.42 2002/07/14 04:55:26 mej Exp 
$";
+static const char cvs_ident[] = "$Id: scrollbar.c,v 1.43 2003/02/19 21:18:02 mej Exp 
+$";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/scrollbar.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- scrollbar.h 3 Feb 2002 20:53:06 -0000       1.24
+++ scrollbar.h 19 Feb 2003 21:18:03 -0000      1.25
@@ -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/Eterm/src/startup.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- startup.c   8 Oct 2002 02:18:09 -0000       1.36
+++ startup.c   19 Feb 2003 21:18:04 -0000      1.37
@@ -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: startup.c,v 1.36 2002/10/08 02:18:09 mej Exp $";
+static const char cvs_ident[] = "$Id: startup.c,v 1.37 2003/02/19 21:18:04 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/startup.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- startup.h   8 Oct 2002 02:18:09 -0000       1.16
+++ startup.h   19 Feb 2003 21:18:04 -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
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/system.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- system.c    8 Jun 2002 15:44:07 -0000       1.17
+++ system.c    19 Feb 2003 21:18:04 -0000      1.18
@@ -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: system.c,v 1.17 2002/06/08 15:44:07 mej Exp $";
+static const char cvs_ident[] = "$Id: system.c,v 1.18 2003/02/19 21:18:04 mej Exp $";
 
 #include "../config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/system.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- system.h    3 Feb 2002 20:53:07 -0000       1.7
+++ system.h    19 Feb 2003 21:18:05 -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
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/term.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -3 -r1.89 -r1.90
--- term.c      27 Jan 2003 22:35:57 -0000      1.89
+++ term.c      19 Feb 2003 21:18:06 -0000      1.90
@@ -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: term.c,v 1.89 2003/01/27 22:35:57 mej Exp $";
+static const char cvs_ident[] = "$Id: term.c,v 1.90 2003/02/19 21:18:06 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/term.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- term.h      27 Jan 2003 22:35:58 -0000      1.23
+++ term.h      19 Feb 2003 21:18:07 -0000      1.24
@@ -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/Eterm/src/timer.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- timer.c     8 Jun 2002 16:50:38 -0000       1.12
+++ timer.c     19 Feb 2003 21:18:07 -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: timer.c,v 1.12 2002/06/08 16:50:38 mej Exp $";
+static const char cvs_ident[] = "$Id: timer.c,v 1.13 2003/02/19 21:18:07 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/timer.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- timer.h     3 Feb 2002 20:53:07 -0000       1.6
+++ timer.h     19 Feb 2003 21:18:08 -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
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/utmp.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- utmp.c      8 Jun 2002 15:44:07 -0000       1.16
+++ utmp.c      19 Feb 2003 21:18:08 -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: utmp.c,v 1.16 2002/06/08 15:44:07 mej Exp $";
+static const char cvs_ident[] = "$Id: utmp.c,v 1.17 2003/02/19 21:18:08 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/windows.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- windows.c   23 Oct 2002 03:03:27 -0000      1.59
+++ windows.c   19 Feb 2003 21:18:09 -0000      1.60
@@ -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: windows.c,v 1.59 2002/10/23 03:03:27 mej Exp $";
+static const char cvs_ident[] = "$Id: windows.c,v 1.60 2003/02/19 21:18:09 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/windows.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- windows.h   23 Oct 2002 03:03:27 -0000      1.15
+++ windows.h   19 Feb 2003 21:18:10 -0000      1.16
@@ -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




-------------------------------------------------------
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

Reply via email to