summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jennings <mej@lbl.gov>2013-03-22 11:15:47 -0700
committerMichael Jennings <mej@lbl.gov>2013-03-22 11:15:47 -0700
commit9f1e27591d9f03d78af7ac3a9343a3782de0f2f4 (patch)
tree1a310ad8e7854996d080930f415bf03b8438e4e1
parent8fabff39c7cb779069c4684a170702b369ba9163 (diff)
downloadlibast-9f1e27591d9f03d78af7ac3a9343a3782de0f2f4.tar.gz
Update copyright statements for 2013.
-rw-r--r--debian/copyright8
-rw-r--r--doc/footer.html2
-rw-r--r--include/libast.h2
-rw-r--r--include/libast/array.h2
-rw-r--r--include/libast/avl_tree.h2
-rw-r--r--include/libast/condition_if.h2
-rw-r--r--include/libast/dlinked_list.h2
-rw-r--r--include/libast/iterator_if.h2
-rw-r--r--include/libast/linked_list.h2
-rw-r--r--include/libast/list_if.h2
-rw-r--r--include/libast/map_if.h2
-rw-r--r--include/libast/mbuff.h2
-rw-r--r--include/libast/module.h2
-rw-r--r--include/libast/mutex_if.h2
-rw-r--r--include/libast/obj.h2
-rw-r--r--include/libast/objpair.h2
-rw-r--r--include/libast/pthreads.h2
-rw-r--r--include/libast/regexp.h2
-rw-r--r--include/libast/socket.h2
-rw-r--r--include/libast/str.h2
-rw-r--r--include/libast/sysdefs.h.in2
-rw-r--r--include/libast/thread_if.h2
-rw-r--r--include/libast/tok.h2
-rw-r--r--include/libast/types.h.in2
-rw-r--r--include/libast/url.h2
-rw-r--r--include/libast/ustr.h2
-rw-r--r--include/libast/vector_if.h2
-rw-r--r--include/libast_internal.h2
-rw-r--r--src/array.c2
-rw-r--r--src/avl_tree.c2
-rw-r--r--src/builtin_hashes.c2
-rw-r--r--src/conf.c2
-rw-r--r--src/debug.c2
-rw-r--r--src/dlinked_list.c2
-rw-r--r--src/file.c2
-rw-r--r--src/linked_list.c2
-rw-r--r--src/mbuff.c2
-rw-r--r--src/mem.c2
-rw-r--r--src/module.c2
-rw-r--r--src/msgs.c2
-rw-r--r--src/obj.c2
-rw-r--r--src/objpair.c2
-rw-r--r--src/options.c2
-rw-r--r--src/pthreads.c2
-rw-r--r--src/regexp.c2
-rw-r--r--src/socket.c2
-rw-r--r--src/str.c2
-rw-r--r--src/strings.c2
-rw-r--r--src/tok.c2
-rw-r--r--src/url.c2
-rw-r--r--src/ustr.c2
-rw-r--r--test/perf.c2
-rw-r--r--test/perf.h2
-rw-r--r--test/test.c2
-rw-r--r--test/test.h2
55 files changed, 60 insertions, 56 deletions
diff --git a/debian/copyright b/debian/copyright
index da3e686..f3ecc1c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,11 +5,15 @@ It was downloaded from the enlightenment cvs tree:
http://sourceforge.net/cvs/?group_id=2
-Upstream Author(s): Michael Jennings <mej@valinux.com>
+Upstream Author(s): Michael Jennings <mej@eterm.org>
Copyright:
-Copyright (C) 1997-2004, Michael Jennings
+Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
+
+Copyright (C) 2013, The Regents of the University of California,
+through Lawrence Berkeley National Laboratory (subject to receipt of
+any required approvals from the U.S. Dept. of Energy).
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/doc/footer.html b/doc/footer.html
index b44818d..d2957c5 100644
--- a/doc/footer.html
+++ b/doc/footer.html
@@ -1,7 +1,7 @@
<hr width="100%" size="2" />
<p>
<small>
- Copyright &copy;1997-2004, Michael Jennings &lt;<i>web@eterm.org</i>&gt;
+ Copyright &copy;1997-2013, Michael Jennings &lt;<i>web@eterm.org</i>&gt;
</small>
</p>
</body>
diff --git a/include/libast.h b/include/libast.h
index 246af92..d966df3 100644
--- a/include/libast.h
+++ b/include/libast.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/array.h b/include/libast/array.h
index b39282f..59fa00d 100644
--- a/include/libast/array.h
+++ b/include/libast/array.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/avl_tree.h b/include/libast/avl_tree.h
index fe73dff..c49adf4 100644
--- a/include/libast/avl_tree.h
+++ b/include/libast/avl_tree.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/condition_if.h b/include/libast/condition_if.h
index c733c9b..80b23c8 100644
--- a/include/libast/condition_if.h
+++ b/include/libast/condition_if.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/dlinked_list.h b/include/libast/dlinked_list.h
index 2de96af..9167f66 100644
--- a/include/libast/dlinked_list.h
+++ b/include/libast/dlinked_list.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/iterator_if.h b/include/libast/iterator_if.h
index d382a55..616969a 100644
--- a/include/libast/iterator_if.h
+++ b/include/libast/iterator_if.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/linked_list.h b/include/libast/linked_list.h
index e2622cb..9b07fab 100644
--- a/include/libast/linked_list.h
+++ b/include/libast/linked_list.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/list_if.h b/include/libast/list_if.h
index 1cafdf8..fa3615b 100644
--- a/include/libast/list_if.h
+++ b/include/libast/list_if.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/map_if.h b/include/libast/map_if.h
index 56684e1..74961b6 100644
--- a/include/libast/map_if.h
+++ b/include/libast/map_if.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/mbuff.h b/include/libast/mbuff.h
index 2e586fb..e5a2a00 100644
--- a/include/libast/mbuff.h
+++ b/include/libast/mbuff.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/module.h b/include/libast/module.h
index 3612df2..d632155 100644
--- a/include/libast/module.h
+++ b/include/libast/module.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/mutex_if.h b/include/libast/mutex_if.h
index 9cde7f5..2c923a4 100644
--- a/include/libast/mutex_if.h
+++ b/include/libast/mutex_if.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/obj.h b/include/libast/obj.h
index 0cc4d20..51d16f5 100644
--- a/include/libast/obj.h
+++ b/include/libast/obj.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/objpair.h b/include/libast/objpair.h
index ff8b219..158c87b 100644
--- a/include/libast/objpair.h
+++ b/include/libast/objpair.h
@@ -1,5 +1,5 @@
/*
- * Copyvalue (C) 1997-2004, Michael Jennings
+ * Copyvalue (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/pthreads.h b/include/libast/pthreads.h
index e351568..be64927 100644
--- a/include/libast/pthreads.h
+++ b/include/libast/pthreads.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/regexp.h b/include/libast/regexp.h
index dc6b84e..83a0a46 100644
--- a/include/libast/regexp.h
+++ b/include/libast/regexp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/socket.h b/include/libast/socket.h
index d7e6a5d..f6a31d8 100644
--- a/include/libast/socket.h
+++ b/include/libast/socket.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/str.h b/include/libast/str.h
index eafd7bf..ec82ddf 100644
--- a/include/libast/str.h
+++ b/include/libast/str.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/sysdefs.h.in b/include/libast/sysdefs.h.in
index 9e04e5f..4344abd 100644
--- a/include/libast/sysdefs.h.in
+++ b/include/libast/sysdefs.h.in
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/thread_if.h b/include/libast/thread_if.h
index 8f531e7..418fedc 100644
--- a/include/libast/thread_if.h
+++ b/include/libast/thread_if.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/tok.h b/include/libast/tok.h
index 09e6ee9..d0126ec 100644
--- a/include/libast/tok.h
+++ b/include/libast/tok.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/types.h.in b/include/libast/types.h.in
index 94ef4a1..ebb6fdd 100644
--- a/include/libast/types.h.in
+++ b/include/libast/types.h.in
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/url.h b/include/libast/url.h
index 5c140f9..b222058 100644
--- a/include/libast/url.h
+++ b/include/libast/url.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/ustr.h b/include/libast/ustr.h
index 6fb0cab..31bec82 100644
--- a/include/libast/ustr.h
+++ b/include/libast/ustr.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast/vector_if.h b/include/libast/vector_if.h
index b1d6cac..1b1f430 100644
--- a/include/libast/vector_if.h
+++ b/include/libast/vector_if.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/include/libast_internal.h b/include/libast_internal.h
index 6cc6a10..46940d2 100644
--- a/include/libast_internal.h
+++ b/include/libast_internal.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/array.c b/src/array.c
index a82c041..e513dbc 100644
--- a/src/array.c
+++ b/src/array.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/avl_tree.c b/src/avl_tree.c
index ede45ed..b2d8704 100644
--- a/src/avl_tree.c
+++ b/src/avl_tree.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/builtin_hashes.c b/src/builtin_hashes.c
index fe6a4ef..6a5f3ed 100644
--- a/src/builtin_hashes.c
+++ b/src/builtin_hashes.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/conf.c b/src/conf.c
index 9d9c0ca..14c2df9 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/debug.c b/src/debug.c
index 20a4736..afac18f 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/dlinked_list.c b/src/dlinked_list.c
index 31a2593..d8d67d3 100644
--- a/src/dlinked_list.c
+++ b/src/dlinked_list.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/file.c b/src/file.c
index 76dc195..e7e06b2 100644
--- a/src/file.c
+++ b/src/file.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/linked_list.c b/src/linked_list.c
index d750313..ea6b825 100644
--- a/src/linked_list.c
+++ b/src/linked_list.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/mbuff.c b/src/mbuff.c
index ceaa5fe..a487b33 100644
--- a/src/mbuff.c
+++ b/src/mbuff.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/mem.c b/src/mem.c
index 67348dc..083ab2e 100644
--- a/src/mem.c
+++ b/src/mem.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/module.c b/src/module.c
index f3cf0ce..9a1abba 100644
--- a/src/module.c
+++ b/src/module.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/msgs.c b/src/msgs.c
index bdd6c05..ab2180e 100644
--- a/src/msgs.c
+++ b/src/msgs.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/obj.c b/src/obj.c
index 08afc74..d8438ac 100644
--- a/src/obj.c
+++ b/src/obj.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/objpair.c b/src/objpair.c
index 550f3cd..c7c7926 100644
--- a/src/objpair.c
+++ b/src/objpair.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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 006f0c9..bce786f 100644
--- a/src/options.c
+++ b/src/options.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/pthreads.c b/src/pthreads.c
index 96b2082..add9ce8 100644
--- a/src/pthreads.c
+++ b/src/pthreads.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/regexp.c b/src/regexp.c
index 7289697..943da04 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/socket.c b/src/socket.c
index 283c385..e57efd5 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/str.c b/src/str.c
index 5037400..1133a54 100644
--- a/src/str.c
+++ b/src/str.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/strings.c b/src/strings.c
index 85ec0ec..f92a81c 100644
--- a/src/strings.c
+++ b/src/strings.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/tok.c b/src/tok.c
index 3f73d4c..b0c57cd 100644
--- a/src/tok.c
+++ b/src/tok.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/url.c b/src/url.c
index ab0b061..27821ea 100644
--- a/src/url.c
+++ b/src/url.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/ustr.c b/src/ustr.c
index 8eaa4bc..7632ea7 100644
--- a/src/ustr.c
+++ b/src/ustr.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/test/perf.c b/test/perf.c
index 7ff50d6..506f445 100644
--- a/test/perf.c
+++ b/test/perf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/test/perf.h b/test/perf.h
index fff2f3a..2a92cb3 100644
--- a/test/perf.h
+++ b/test/perf.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/test/test.c b/test/test.c
index dbf6715..67738ad 100644
--- a/test/test.c
+++ b/test/test.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* 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/test/test.h b/test/test.h
index 67aedf8..72c494b 100644
--- a/test/test.h
+++ b/test/test.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2004, Michael Jennings
+ * Copyright (C) 1997-2013, Michael Jennings <mej@eterm.org>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to