summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/astdb2bdb.c6
-rw-r--r--utils/astdb2sqlite3.c6
2 files changed, 10 insertions, 2 deletions
diff --git a/utils/astdb2bdb.c b/utils/astdb2bdb.c
index 51f96ed29..c93d46312 100644
--- a/utils/astdb2bdb.c
+++ b/utils/astdb2bdb.c
@@ -18,11 +18,15 @@
/*! \file
*
- * \brief SQLite 3 astdb to Berkely DB converter
+ * \brief SQLite 3 astdb to Berkeley DB converter
*
* \author Terry Wilson <twilson@digium.com>
*/
+/*** MODULEINFO
+ <support_level>core</support_level>
+ ***/
+
#include "asterisk.h"
#include <sys/types.h>
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$")