summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2006-01-04 09:22:41 +0000
committerMichael Jennings <mej@kainx.org>2006-01-04 09:22:41 +0000
commitb8cf59b89200bf1d5734f913da94bb20b46d6562 (patch)
tree1c5442004730c9c805aa38e611f84d9607ec1443 /src
parent9c737f4aa10c9b04cf06de5811d4814e347eb249 (diff)
downloadeterm-b8cf59b89200bf1d5734f913da94bb20b46d6562.tar.gz
Wed Jan 4 04:22:13 2006 Michael Jennings (mej)
Update copyright dates. ---------------------------------------------------------------------- SVN revision: 19522
Diffstat (limited to 'src')
-rw-r--r--src/actions.c2
-rw-r--r--src/actions.h2
-rw-r--r--src/buttons.c2
-rw-r--r--src/buttons.h2
-rw-r--r--src/draw.c2
-rw-r--r--src/draw.h2
-rw-r--r--src/e.c2
-rw-r--r--src/e.h2
-rw-r--r--src/encoding.c2
-rw-r--r--src/encoding.h2
-rw-r--r--src/eterm_debug.h2
-rw-r--r--src/eterm_utmp.h2
-rw-r--r--src/events.c2
-rw-r--r--src/events.h2
-rw-r--r--src/feature.h2
-rw-r--r--src/font.c2
-rw-r--r--src/font.h2
-rw-r--r--src/main.c2
-rw-r--r--src/menus.c2
-rw-r--r--src/menus.h2
-rw-r--r--src/misc.c2
-rw-r--r--src/misc.h2
-rw-r--r--src/mmx_cmod.S2
-rw-r--r--src/options.c6
-rw-r--r--src/options.h2
-rw-r--r--src/pixmap.c2
-rw-r--r--src/pixmap.h2
-rw-r--r--src/profile.h2
-rw-r--r--src/script.c2
-rw-r--r--src/script.h2
-rw-r--r--src/scrollbar.c2
-rw-r--r--src/scrollbar.h2
-rw-r--r--src/startup.c2
-rw-r--r--src/startup.h2
-rw-r--r--src/system.c2
-rw-r--r--src/system.h2
-rw-r--r--src/term.c2
-rw-r--r--src/term.h2
-rw-r--r--src/timer.c2
-rw-r--r--src/timer.h2
-rw-r--r--src/utmp.c2
-rw-r--r--src/windows.c2
-rw-r--r--src/windows.h2
43 files changed, 45 insertions, 45 deletions
diff --git a/src/actions.c b/src/actions.c
index 5db1ef1..f099cd3 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/actions.h b/src/actions.h
index 7cefa9a..a1fba65 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/buttons.c b/src/buttons.c
index 6f4645f..4c511bc 100644
--- a/src/buttons.c
+++ b/src/buttons.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/buttons.h b/src/buttons.h
index 47be428..f0106d6 100644
--- a/src/buttons.h
+++ b/src/buttons.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/draw.c b/src/draw.c
index 5bd2c30..5aacb87 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/draw.h b/src/draw.h
index 6bf6693..fb23789 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/e.c b/src/e.c
index 2b5b803..30e48ee 100644
--- a/src/e.c
+++ b/src/e.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/e.h b/src/e.h
index 6055ffe..a4e4d6e 100644
--- a/src/e.h
+++ b/src/e.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/encoding.c b/src/encoding.c
index 3fac8db..7ac6433 100644
--- a/src/encoding.c
+++ b/src/encoding.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/encoding.h b/src/encoding.h
index a7a8762..caf7b1a 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/eterm_debug.h b/src/eterm_debug.h
index 897ba5e..9e8063b 100644
--- a/src/eterm_debug.h
+++ b/src/eterm_debug.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/eterm_utmp.h b/src/eterm_utmp.h
index 472f5d9..0d962eb 100644
--- a/src/eterm_utmp.h
+++ b/src/eterm_utmp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/events.c b/src/events.c
index 18311eb..e05d955 100644
--- a/src/events.c
+++ b/src/events.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/events.h b/src/events.h
index 1dada2f..450b7a9 100644
--- a/src/events.h
+++ b/src/events.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/feature.h b/src/feature.h
index 891cd97..abd3365 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/font.c b/src/font.c
index 0fc68a9..52d030a 100644
--- a/src/font.c
+++ b/src/font.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/font.h b/src/font.h
index e8b1024..c56a634 100644
--- a/src/font.h
+++ b/src/font.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/main.c b/src/main.c
index 536381b..f141347 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/menus.c b/src/menus.c
index 007ecf3..3acfbe4 100644
--- a/src/menus.c
+++ b/src/menus.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/menus.h b/src/menus.h
index ca7177d..4cecfe6 100644
--- a/src/menus.h
+++ b/src/menus.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/misc.c b/src/misc.c
index ffcb8d7..a9284b9 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/misc.h b/src/misc.h
index 1b4b7cc..5da36aa 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/mmx_cmod.S b/src/mmx_cmod.S
index 557a58d..287f7ec 100644
--- a/src/mmx_cmod.S
+++ b/src/mmx_cmod.S
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/options.c b/src/options.c
index 7c7de59..3686a01 100644
--- a/src/options.c
+++ b/src/options.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
@@ -374,7 +374,7 @@ static void
usage(void)
{
printf("Eterm Enlightened Terminal Emulator for the X Window System\n");
- printf("Copyright (c) 1997-2004, " AUTHORS "\n\n");
+ printf("Copyright (c) 1997-2006, " 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");
@@ -400,7 +400,7 @@ version(void)
{
printf("Eterm " VERSION "\n");
- printf("Copyright (c) 1997-2004, " AUTHORS "\n\n");
+ printf("Copyright (c) 1997-2006, " AUTHORS "\n\n");
printf("Build info:\n");
printf(" Built on " BUILD_DATE "\n");
diff --git a/src/options.h b/src/options.h
index 5957cf6..f5b92f5 100644
--- a/src/options.h
+++ b/src/options.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/pixmap.c b/src/pixmap.c
index 01116d4..34c07f3 100644
--- a/src/pixmap.c
+++ b/src/pixmap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/pixmap.h b/src/pixmap.h
index f8bf31e..ebcd4f1 100644
--- a/src/pixmap.h
+++ b/src/pixmap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/profile.h b/src/profile.h
index 98c63da..7c7c406 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/script.c b/src/script.c
index f46e78d..bc1332a 100644
--- a/src/script.c
+++ b/src/script.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/script.h b/src/script.h
index 1649e19..fc0ea25 100644
--- a/src/script.h
+++ b/src/script.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/scrollbar.c b/src/scrollbar.c
index 5513653..0e1ea63 100644
--- a/src/scrollbar.c
+++ b/src/scrollbar.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/scrollbar.h b/src/scrollbar.h
index f70bd4b..987b587 100644
--- a/src/scrollbar.h
+++ b/src/scrollbar.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/startup.c b/src/startup.c
index 62af365..a182abf 100644
--- a/src/startup.c
+++ b/src/startup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/startup.h b/src/startup.h
index 03588a3..fc3708c 100644
--- a/src/startup.h
+++ b/src/startup.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/system.c b/src/system.c
index 1e37c46..c82c204 100644
--- a/src/system.c
+++ b/src/system.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/system.h b/src/system.h
index 2425dda..77a2da9 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/term.c b/src/term.c
index abffcc1..ac052b1 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/term.h b/src/term.h
index 8068a5d..f7b027b 100644
--- a/src/term.h
+++ b/src/term.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/timer.c b/src/timer.c
index 1e42540..d762730 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/timer.h b/src/timer.h
index 50fc214..ef42e85 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/utmp.c b/src/utmp.c
index 9cb8191..1114ccf 100644
--- a/src/utmp.c
+++ b/src/utmp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/windows.c b/src/windows.c
index 0009148..681f3bd 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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
diff --git a/src/windows.h b/src/windows.h
index 801e00f..00682f6 100644
--- a/src/windows.h
+++ b/src/windows.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2006, 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