From e20a91e082964b89583c007a65bba59df61034eb Mon Sep 17 00:00:00 2001 From: Phillip Toland Date: Tue, 23 Jun 2009 15:27:37 -0500 Subject: [PATCH] Updated Jon's email address. --- README | 2 +- c_src/bdberl_drv.c | 2 +- c_src/bdberl_drv.h | 2 +- c_src/bdberl_stats.c | 2 +- c_src/bdberl_stats.h | 2 +- c_src/bdberl_tpool.c | 2 +- c_src/bdberl_tpool.h | 2 +- c_src/bin_helper.c | 2 +- c_src/bin_helper.h | 2 +- include/bdberl.hrl | 2 +- src/bdberl.erl | 2 +- src/bdberl_logger.erl | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README b/README index b34f806..8aa3b05 100644 --- a/README +++ b/README @@ -3,4 +3,4 @@ This is an Erlang port driver that allows Erlang programs to store data in Berkl Authors: Dave "dizzyd" Smith Phil Toland - Jon Meredith + Jon Meredith diff --git a/c_src/bdberl_drv.c b/c_src/bdberl_drv.c index 8501a1d..993d438 100644 --- a/c_src/bdberl_drv.c +++ b/c_src/bdberl_drv.c @@ -4,7 +4,7 @@ * Copyright (c) 2008-9 The Hive http://www.thehive.com/ * Authors: Dave "dizzyd" Smith * Phil Toland - * Jon Meredith + * Jon Meredith * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/c_src/bdberl_drv.h b/c_src/bdberl_drv.h index ea2eba2..ae294eb 100644 --- a/c_src/bdberl_drv.h +++ b/c_src/bdberl_drv.h @@ -4,7 +4,7 @@ * Copyright (c) 2008-9 The Hive http://www.thehive.com/ * Authors: Dave "dizzyd" Smith * Phil Toland - * Jon Meredith + * Jon Meredith * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/c_src/bdberl_stats.c b/c_src/bdberl_stats.c index aa0c24c..9f029b1 100644 --- a/c_src/bdberl_stats.c +++ b/c_src/bdberl_stats.c @@ -4,7 +4,7 @@ * Copyright (c) 2008-9 The Hive http://www.thehive.com/ * Authors: Dave "dizzyd" Smith * Phil Toland - * Jon Meredith + * Jon Meredith * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/c_src/bdberl_stats.h b/c_src/bdberl_stats.h index aa1200d..182542c 100644 --- a/c_src/bdberl_stats.h +++ b/c_src/bdberl_stats.h @@ -4,7 +4,7 @@ * Copyright (c) 2008-9 The Hive http://www.thehive.com/ * Authors: Dave "dizzyd" Smith * Phil Toland - * Jon Meredith + * Jon Meredith * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/c_src/bdberl_tpool.c b/c_src/bdberl_tpool.c index 23ca1f8..664a3a6 100644 --- a/c_src/bdberl_tpool.c +++ b/c_src/bdberl_tpool.c @@ -4,7 +4,7 @@ * Copyright (c) 2008-9 The Hive http://www.thehive.com/ * Authors: Dave "dizzyd" Smith * Phil Toland - * Jon Meredith + * Jon Meredith * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/c_src/bdberl_tpool.h b/c_src/bdberl_tpool.h index 665d04f..b6d0cfa 100644 --- a/c_src/bdberl_tpool.h +++ b/c_src/bdberl_tpool.h @@ -4,7 +4,7 @@ * Copyright (c) 2008-9 The Hive http://www.thehive.com/ * Authors: Dave "dizzyd" Smith * Phil Toland - * Jon Meredith + * Jon Meredith * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/c_src/bin_helper.c b/c_src/bin_helper.c index f189eed..5ef7d2a 100644 --- a/c_src/bin_helper.c +++ b/c_src/bin_helper.c @@ -4,7 +4,7 @@ * Copyright (c) 2008-9 The Hive http://www.thehive.com/ * Authors: Dave "dizzyd" Smith * Phil Toland - * Jon Meredith + * Jon Meredith * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/c_src/bin_helper.h b/c_src/bin_helper.h index 83f25df..da8a818 100644 --- a/c_src/bin_helper.h +++ b/c_src/bin_helper.h @@ -4,7 +4,7 @@ * Copyright (c) 2008-9 The Hive http://www.thehive.com/ * Authors: Dave "dizzyd" Smith * Phil Toland - * Jon Meredith + * Jon Meredith * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/include/bdberl.hrl b/include/bdberl.hrl index 6071d73..d5c7454 100644 --- a/include/bdberl.hrl +++ b/include/bdberl.hrl @@ -5,7 +5,7 @@ %% @copyright 2008-9 The Hive http://www.thehive.com/ %% @author Dave "dizzyd" Smith %% @author Phil Toland -%% @author Jon Meredith +%% @author Jon Meredith %% @end %% %% Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/bdberl.erl b/src/bdberl.erl index 5183260..ef27639 100644 --- a/src/bdberl.erl +++ b/src/bdberl.erl @@ -5,7 +5,7 @@ %% @copyright 2008-9 The Hive http://www.thehive.com/ %% @author Dave "dizzyd" Smith %% @author Phil Toland -%% @author Jon Meredith +%% @author Jon Meredith %% @end %% %% Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/bdberl_logger.erl b/src/bdberl_logger.erl index fd5d1f1..8f68063 100644 --- a/src/bdberl_logger.erl +++ b/src/bdberl_logger.erl @@ -5,7 +5,7 @@ %% @copyright 2008-9 The Hive http://www.thehive.com/ %% @author Dave "dizzyd" Smith %% @author Phil Toland -%% @author Jon Meredith +%% @author Jon Meredith %% @end %% %% Permission is hereby granted, free of charge, to any person obtaining a copy