aboutsummaryrefslogtreecommitdiffstats
path: root/db.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-30 21:18:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-30 21:18:06 +0000
commitab6566173e89a7a2dfe6a1e38d496ac0304ecd4a (patch)
tree1b2ab16c2e716280b11341c3232c276cd8d51ba4 /db.c
parent22011cf1eb67014e5cfd7f22f29762172afe2b89 (diff)
update doxygen docs to specify authors
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7682 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'db.c')
-rw-r--r--db.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/db.c b/db.c
index 543aa4dda..d3da08a2d 100644
--- a/db.c
+++ b/db.c
@@ -19,9 +19,10 @@
/*! \file
*
* \brief ASTdb Management
- *
*
- * DB3 is licensed under Sleepycat Public License and is thus incompatible
+ * \author Mark Spencer <markster@digium.com>
+ *
+ * \note DB3 is licensed under Sleepycat Public License and is thus incompatible
* with GPL. To avoid having to make another exception (and complicate
* licensing even further) we elect to use DB1 which is BSD licensed
*/