summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2004-01-11 22:10:29 +0000
committerMichael Jennings <mej@kainx.org>2004-01-11 22:10:29 +0000
commit8e26d978240646dd282ddb5faabf6322a0fb5cf2 (patch)
tree028a9ebc0c02d00c559a117afc1dba32d373b2ca
parent7e4994ae0589c3841872882d8c39fe7ef687c540 (diff)
downloadeterm-8e26d978240646dd282ddb5faabf6322a0fb5cf2.tar.gz
Sun Jan 11 17:09:07 2004 Michael Jennings (mej)
It's too bad you can't just say, "Copyright 1997-2999." SVN revision: 8349
-rw-r--r--ChangeLog4
-rw-r--r--debian/copyright2
-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
-rw-r--r--utils/Ettable.c2
46 files changed, 51 insertions, 47 deletions
diff --git a/ChangeLog b/ChangeLog
index b69b73e..924be67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5160,3 +5160,7 @@ Wed Jan 7 15:08:24 2004 Michael Jennings (mej)
Disable build-time check for screen.
----------------------------------------------------------------------
+Sun Jan 11 17:09:07 2004 Michael Jennings (mej)
+
+It's too bad you can't just say, "Copyright 1997-2999."
+----------------------------------------------------------------------
diff --git a/debian/copyright b/debian/copyright
index d0260f5..5a72c45 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Upstream Author: Michael Jennings <mej@eterm.org>
Copyright:
- 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
diff --git a/src/actions.c b/src/actions.c
index 50476b1..409218f 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -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
diff --git a/src/actions.h b/src/actions.h
index 9421554..7cefa9a 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -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
diff --git a/src/buttons.c b/src/buttons.c
index 46e1330..041c3fa 100644
--- a/src/buttons.c
+++ b/src/buttons.c
@@ -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
diff --git a/src/buttons.h b/src/buttons.h
index cc3417b..47be428 100644
--- a/src/buttons.h
+++ b/src/buttons.h
@@ -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
diff --git a/src/draw.c b/src/draw.c
index bc4396d..0566d8d 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -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
diff --git a/src/draw.h b/src/draw.h
index 142bdb3..6bf6693 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -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
diff --git a/src/e.c b/src/e.c
index 52f6e75..26120d1 100644
--- a/src/e.c
+++ b/src/e.c
@@ -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
diff --git a/src/e.h b/src/e.h
index a5806b9..6055ffe 100644
--- a/src/e.h
+++ b/src/e.h
@@ -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
diff --git a/src/encoding.c b/src/encoding.c
index 1482021..3fac8db 100644
--- a/src/encoding.c
+++ b/src/encoding.c
@@ -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
diff --git a/src/encoding.h b/src/encoding.h
index c8aa0ea..a7a8762 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -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
diff --git a/src/eterm_debug.h b/src/eterm_debug.h
index 168acf0..c4c3bf6 100644
--- a/src/eterm_debug.h
+++ b/src/eterm_debug.h
@@ -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
diff --git a/src/eterm_utmp.h b/src/eterm_utmp.h
index b08cd48..472f5d9 100644
--- a/src/eterm_utmp.h
+++ b/src/eterm_utmp.h
@@ -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
diff --git a/src/events.c b/src/events.c
index d2d53d6..3cfa341 100644
--- a/src/events.c
+++ b/src/events.c
@@ -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
diff --git a/src/events.h b/src/events.h
index 6590f4c..1dada2f 100644
--- a/src/events.h
+++ b/src/events.h
@@ -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
diff --git a/src/feature.h b/src/feature.h
index d44b4dd..f6936ec 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -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
diff --git a/src/font.c b/src/font.c
index 0505089..9e36b6f 100644
--- a/src/font.c
+++ b/src/font.c
@@ -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
diff --git a/src/font.h b/src/font.h
index d9c42a2..aba75e9 100644
--- a/src/font.h
+++ b/src/font.h
@@ -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
diff --git a/src/main.c b/src/main.c
index cab3ef4..536381b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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
diff --git a/src/menus.c b/src/menus.c
index 8ecea75..35e3fcd 100644
--- a/src/menus.c
+++ b/src/menus.c
@@ -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
diff --git a/src/menus.h b/src/menus.h
index d75d710..ca7177d 100644
--- a/src/menus.h
+++ b/src/menus.h
@@ -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
diff --git a/src/misc.c b/src/misc.c
index 301dbd8..1d4034d 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -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
diff --git a/src/misc.h b/src/misc.h
index 8a4063a..ae699dc 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -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
diff --git a/src/mmx_cmod.S b/src/mmx_cmod.S
index e9407e3..a459a90 100644
--- a/src/mmx_cmod.S
+++ b/src/mmx_cmod.S
@@ -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
diff --git a/src/options.c b/src/options.c
index 339fd0a..d65cfea 100644
--- a/src/options.c
+++ b/src/options.c
@@ -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
@@ -356,7 +356,7 @@ static void
usage(void)
{
printf("Eterm Enlightened Terminal Emulator for the X Window System\n");
- printf("Copyright (c) 1997-2003, " AUTHORS "\n\n");
+ printf("Copyright (c) 1997-2004, " 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");
@@ -382,7 +382,7 @@ version(void)
{
printf("Eterm " VERSION "\n");
- printf("Copyright (c) 1997-2003, " AUTHORS "\n\n");
+ printf("Copyright (c) 1997-2004, " AUTHORS "\n\n");
printf("Build info:\n");
printf(" Built on " BUILD_DATE "\n");
diff --git a/src/options.h b/src/options.h
index bb6e0a8..634cc71 100644
--- a/src/options.h
+++ b/src/options.h
@@ -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
diff --git a/src/pixmap.c b/src/pixmap.c
index 9607d1b..3889627 100644
--- a/src/pixmap.c
+++ b/src/pixmap.c
@@ -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
diff --git a/src/pixmap.h b/src/pixmap.h
index f76d581..f8bf31e 100644
--- a/src/pixmap.h
+++ b/src/pixmap.h
@@ -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
diff --git a/src/profile.h b/src/profile.h
index 5da2a8c..98c63da 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -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
diff --git a/src/script.c b/src/script.c
index 123def6..f46e78d 100644
--- a/src/script.c
+++ b/src/script.c
@@ -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
diff --git a/src/script.h b/src/script.h
index 4a8f53d..1649e19 100644
--- a/src/script.h
+++ b/src/script.h
@@ -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
diff --git a/src/scrollbar.c b/src/scrollbar.c
index 604f9e3..46f23ce 100644
--- a/src/scrollbar.c
+++ b/src/scrollbar.c
@@ -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
diff --git a/src/scrollbar.h b/src/scrollbar.h
index 2a8b10d..f70bd4b 100644
--- a/src/scrollbar.h
+++ b/src/scrollbar.h
@@ -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
diff --git a/src/startup.c b/src/startup.c
index ce32054..2b6cb5e 100644
--- a/src/startup.c
+++ b/src/startup.c
@@ -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
diff --git a/src/startup.h b/src/startup.h
index 4aa70b2..8a8b500 100644
--- a/src/startup.h
+++ b/src/startup.h
@@ -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
diff --git a/src/system.c b/src/system.c
index bd0d8ca..1e37c46 100644
--- a/src/system.c
+++ b/src/system.c
@@ -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
diff --git a/src/system.h b/src/system.h
index 02b99c9..2425dda 100644
--- a/src/system.h
+++ b/src/system.h
@@ -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
diff --git a/src/term.c b/src/term.c
index 613974e..bf33859 100644
--- a/src/term.c
+++ b/src/term.c
@@ -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
diff --git a/src/term.h b/src/term.h
index 0c9dbc2..6d82a48 100644
--- a/src/term.h
+++ b/src/term.h
@@ -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
diff --git a/src/timer.c b/src/timer.c
index 174f2cf..1b9faac 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -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
diff --git a/src/timer.h b/src/timer.h
index 799db54..50fc214 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -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
diff --git a/src/utmp.c b/src/utmp.c
index 5ae5568..6efb15b 100644
--- a/src/utmp.c
+++ b/src/utmp.c
@@ -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
diff --git a/src/windows.c b/src/windows.c
index 06a1ed7..d0ff1ae 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -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
diff --git a/src/windows.h b/src/windows.h
index 059211b..801e00f 100644
--- a/src/windows.h
+++ b/src/windows.h
@@ -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
diff --git a/utils/Ettable.c b/utils/Ettable.c
index 7b08440..e547104 100644
--- a/utils/Ettable.c
+++ b/utils/Ettable.c
@@ -4,7 +4,7 @@
* This program is distributed under the GNU Public License (GPL) as
* outlined in the COPYING file.
*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by