summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2009-01-06 09:08:48 +0000
committerMichael Jennings <mej@kainx.org>2009-01-06 09:08:48 +0000
commitf5e3dbacf66df3cede6578fa6068ec857cca4a86 (patch)
tree31894ddc8f9a5c859c1d21c16c298d5268212456
parente53c4775f6adfe3c01f00af4a5766c80792ca0f8 (diff)
downloadeterm-f5e3dbacf66df3cede6578fa6068ec857cca4a86.tar.gz
Tue Jan 6 01:08:47 2009 Michael Jennings (mej)
Update copyright dates and fix a bad license. ---------------------------------------------------------------------- SVN revision: 38480
-rw-r--r--ChangeLog4
-rw-r--r--LICENSE2
-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/command.c2
-rw-r--r--src/command.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/sse2_cmod.c2
-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/Etbg.c2
-rw-r--r--utils/Ettable.c38
51 files changed, 74 insertions, 70 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f1287e..3ecba3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5595,3 +5595,7 @@ Tue Jan 6 01:03:35 2009 Michael Jennings (mej)
Prevent blank Escreen buttonbar on startup.
----------------------------------------------------------------------
+Tue Jan 6 01:08:47 2009 Michael Jennings (mej)
+
+Update copyright dates and fix a bad license.
+----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index 61a40ba..c992d7b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 1997-2006, Michael Jennings
+Copyright (C) 1997-2009, Michael Jennings
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/debian/copyright b/debian/copyright
index ddde816..ba88513 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Upstream Author: Michael Jennings <mej@eterm.org>
Copyright:
- Copyright (C) 1997-2006, Michael Jennings
+ Copyright (C) 1997-2009, 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 f099cd3..ca575ff 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 a1fba65..5e39f0a 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 4c511bc..3f1374c 100644
--- a/src/buttons.c
+++ b/src/buttons.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 f0106d6..fedf442 100644
--- a/src/buttons.h
+++ b/src/buttons.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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/command.c b/src/command.c
index 9190804..0cbfbcd 100644
--- a/src/command.c
+++ b/src/command.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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/command.h b/src/command.h
index c604f69..4b40713 100644
--- a/src/command.h
+++ b/src/command.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 5aacb87..355e246 100644
--- a/src/draw.c
+++ b/src/draw.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 fb23789..9cf327a 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 405fafb..e752fa4 100644
--- a/src/e.c
+++ b/src/e.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 a4e4d6e..d29a123 100644
--- a/src/e.h
+++ b/src/e.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 7ac6433..7ec76cf 100644
--- a/src/encoding.c
+++ b/src/encoding.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 caf7b1a..d96c89a 100644
--- a/src/encoding.h
+++ b/src/encoding.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 9e8063b..912c9f0 100644
--- a/src/eterm_debug.h
+++ b/src/eterm_debug.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 7c32291..b2e7a72 100644
--- a/src/eterm_utmp.h
+++ b/src/eterm_utmp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 b52f7e1..aa10db5 100644
--- a/src/events.c
+++ b/src/events.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 450b7a9..4961038 100644
--- a/src/events.h
+++ b/src/events.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 c0d9ffd..2fd2b15 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 be52ee0..17f8fd9 100644
--- a/src/font.c
+++ b/src/font.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 c56a634..8f39837 100644
--- a/src/font.h
+++ b/src/font.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 f141347..524ac93 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 5c2fb97..99143e0 100644
--- a/src/menus.c
+++ b/src/menus.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 4cecfe6..4044700 100644
--- a/src/menus.h
+++ b/src/menus.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 35afb93..f793344 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 5da36aa..3e75f03 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 287f7ec..5f6af0f 100644
--- a/src/mmx_cmod.S
+++ b/src/mmx_cmod.S
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 94dbb75..b770fe5 100644
--- a/src/options.c
+++ b/src/options.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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
@@ -376,7 +376,7 @@ static void
usage(void)
{
printf("Eterm Enlightened Terminal Emulator for the X Window System\n");
- printf("Copyright (c) 1997-2006, " AUTHORS "\n\n");
+ printf("Copyright (c) 1997-2009, " 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");
@@ -402,7 +402,7 @@ version(void)
{
printf("Eterm " VERSION "\n");
- printf("Copyright (c) 1997-2006, " AUTHORS "\n\n");
+ printf("Copyright (c) 1997-2009, " AUTHORS "\n\n");
printf("Build info:\n");
printf(" Built on " BUILD_DATE "\n");
diff --git a/src/options.h b/src/options.h
index 5024127..00c3fdf 100644
--- a/src/options.h
+++ b/src/options.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 24b01d4..0330ac9 100644
--- a/src/pixmap.c
+++ b/src/pixmap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 ebcd4f1..e3d6ded 100644
--- a/src/pixmap.h
+++ b/src/pixmap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 7c7c406..9676406 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 0894927..7b9c8ea 100644
--- a/src/script.c
+++ b/src/script.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 b3e96aa..4588b24 100644
--- a/src/script.h
+++ b/src/script.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 d25b390..1723931 100644
--- a/src/scrollbar.c
+++ b/src/scrollbar.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 987b587..000968b 100644
--- a/src/scrollbar.h
+++ b/src/scrollbar.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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/sse2_cmod.c b/src/sse2_cmod.c
index c61e3fd..f2a35de 100644
--- a/src/sse2_cmod.c
+++ b/src/sse2_cmod.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 8db77f8..b676a75 100644
--- a/src/startup.c
+++ b/src/startup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 83b868f..9c78bea 100644
--- a/src/startup.h
+++ b/src/startup.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 5d9c8f3..d7b6698 100644
--- a/src/system.c
+++ b/src/system.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 d16a087..c4e6a24 100644
--- a/src/system.h
+++ b/src/system.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 1fd197e..de2f90d 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 f7b027b..8ab8fab 100644
--- a/src/term.h
+++ b/src/term.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 d762730..58e75fc 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 ef42e85..6ab2b79 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 e18e81e..8136eb0 100644
--- a/src/utmp.c
+++ b/src/utmp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 b6cf82d..da712d5 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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 00682f6..edcbbb7 100644
--- a/src/windows.h
+++ b/src/windows.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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/Etbg.c b/utils/Etbg.c
index fc6f3bd..4a9bfc6 100644
--- a/utils/Etbg.c
+++ b/utils/Etbg.c
@@ -5,7 +5,7 @@
* This program is distributed under the GNU Public License (GPL) as
* outlined in the COPYING file.
*
- * Copyright (C) 1997-2006, Brian McFee.
+ * Copyright (C) 1997-2009, Brian McFee.
*
* 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
diff --git a/utils/Ettable.c b/utils/Ettable.c
index 77f557e..1f98c2d 100644
--- a/utils/Ettable.c
+++ b/utils/Ettable.c
@@ -1,25 +1,25 @@
/* Ettable -- Eterm ASCII Table Display Utility
-
- * This file is original work by Michael Jennings <mej@eterm.org>.
- * This program is distributed under the GNU Public License (GPL) as
- * outlined in the COPYING file.
*
- * Copyright (C) 1997-2006, Michael Jennings
+ * Copyright (C) 1997-2009, 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
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies of the Software, its documentation and marketing & publicity
+ * materials, and acknowledgment shall be given in the documentation, materials
+ * and software packages that this Software was used.
*
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
static const char cvs_ident[] = "$Id$";