mej pushed a commit to branch master.

commit 9f1e27591d9f03d78af7ac3a9343a3782de0f2f4
Author: Michael Jennings <[email protected]>
Date:   Fri Mar 22 11:15:47 2013 -0700

    Update copyright statements for 2013.
---
 debian/copyright              | 8 ++++++--
 doc/footer.html               | 2 +-
 include/libast.h              | 2 +-
 include/libast/array.h        | 2 +-
 include/libast/avl_tree.h     | 2 +-
 include/libast/condition_if.h | 2 +-
 include/libast/dlinked_list.h | 2 +-
 include/libast/iterator_if.h  | 2 +-
 include/libast/linked_list.h  | 2 +-
 include/libast/list_if.h      | 2 +-
 include/libast/map_if.h       | 2 +-
 include/libast/mbuff.h        | 2 +-
 include/libast/module.h       | 2 +-
 include/libast/mutex_if.h     | 2 +-
 include/libast/obj.h          | 2 +-
 include/libast/objpair.h      | 2 +-
 include/libast/pthreads.h     | 2 +-
 include/libast/regexp.h       | 2 +-
 include/libast/socket.h       | 2 +-
 include/libast/str.h          | 2 +-
 include/libast/sysdefs.h.in   | 2 +-
 include/libast/thread_if.h    | 2 +-
 include/libast/tok.h          | 2 +-
 include/libast/types.h.in     | 2 +-
 include/libast/url.h          | 2 +-
 include/libast/ustr.h         | 2 +-
 include/libast/vector_if.h    | 2 +-
 include/libast_internal.h     | 2 +-
 src/array.c                   | 2 +-
 src/avl_tree.c                | 2 +-
 src/builtin_hashes.c          | 2 +-
 src/conf.c                    | 2 +-
 src/debug.c                   | 2 +-
 src/dlinked_list.c            | 2 +-
 src/file.c                    | 2 +-
 src/linked_list.c             | 2 +-
 src/mbuff.c                   | 2 +-
 src/mem.c                     | 2 +-
 src/module.c                  | 2 +-
 src/msgs.c                    | 2 +-
 src/obj.c                     | 2 +-
 src/objpair.c                 | 2 +-
 src/options.c                 | 2 +-
 src/pthreads.c                | 2 +-
 src/regexp.c                  | 2 +-
 src/socket.c                  | 2 +-
 src/str.c                     | 2 +-
 src/strings.c                 | 2 +-
 src/tok.c                     | 2 +-
 src/url.c                     | 2 +-
 src/ustr.c                    | 2 +-
 test/perf.c                   | 2 +-
 test/perf.h                   | 2 +-
 test/test.c                   | 2 +-
 test/test.h                   | 2 +-
 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 <[email protected]>
+Upstream Author(s): Michael Jennings <[email protected]>
 
 Copyright:
 
-Copyright (C) 1997-2004, Michael Jennings
+Copyright (C) 1997-2013, Michael Jennings <[email protected]>
+
+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>[email protected]</i>&gt;
+        Copyright &copy;1997-2013, Michael Jennings 
&lt;<i>[email protected]</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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * 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 <[email protected]>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to