MAKE WEBCIT GREAT AGAIN!
[citadel.git] / webcit-ng / text2html.c
index 708d3e1ca159e93ac9e95298eb123c23215cecc3..bffb90e8811c50461017760fdf4c892cd53ab395 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Convert text/plain to text/html
  *
- * Copyright (c) 2017 by the citadel.org team
+ * Copyright (c) 2017-2018 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, version 3.
@@ -119,4 +119,3 @@ StrBuf *variformat2html(StrBuf *Source)
 }
 
 
-