summaryrefslogtreecommitdiff
path: root/utils/astdb2sqlite3.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/astdb2sqlite3.c')
-rw-r--r--utils/astdb2sqlite3.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/astdb2sqlite3.c b/utils/astdb2sqlite3.c
index b0751dc3b..ba35f9360 100644
--- a/utils/astdb2sqlite3.c
+++ b/utils/astdb2sqlite3.c
@@ -18,11 +18,15 @@
/*! \file
*
- * \brief Berekeley DB to SQLite3 converter
+ * \brief Berkeley DB to SQLite3 converter
*
* \author Terry Wilson <twilson@digium.com>
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
//ASTERISK_FILE_VERSION(__FILE__, "$Revision$")