diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/constdb2doc.c | 3 | ||||
-rw-r--r-- | src/plugins/db2sql.c | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/src/plugins/constdb2doc.c b/src/plugins/constdb2doc.c index cb0b82278..d211c46e2 100644 --- a/src/plugins/constdb2doc.c +++ b/src/plugins/constdb2doc.c @@ -177,7 +177,8 @@ void do_constdb2doc(void) constdb2doc_itemdb(); - fprintf(out_fp, "> End of list\n"); + fprintf(out_fp, "> End of list\n\n"); + fprintf(out_fp, "<!--GENERATED FILE DO NOT EDIT-->\n"); fclose(out_fp); } diff --git a/src/plugins/db2sql.c b/src/plugins/db2sql.c index 510a56e2c..351962e26 100644 --- a/src/plugins/db2sql.c +++ b/src/plugins/db2sql.c @@ -117,7 +117,9 @@ void db2sql_fileheader(void) "-- NOTE: This file was auto-generated and should never be manually edited,\n" "-- as it will get overwritten. If you need to modify this file,\n" "-- please consider modifying the corresponding .conf file inside\n" - "-- the db folder, and then re-run the db2sql plugin.\n" + "-- the db folder, and then re-run the db2sql plugin.\n\n" + + "-- GENERATED FILE DO NOT EDIT --\n" "\n", year); } |