aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/output.h2
-rw-r--r--src/source-parser.h2
-rw-r--r--src/template-grammar.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/output.h b/src/output.h
index b2f3cf3..6995324 100644
--- a/src/output.h
+++ b/src/output.h
@@ -2,7 +2,7 @@
* blogc: A blog compiler.
* Copyright (C) 2015 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
- * This program can be distributed under the terms of the LGPL-2 License.
+ * This program can be distributed under the terms of the BSD License.
* See the file COPYING.
*/
diff --git a/src/source-parser.h b/src/source-parser.h
index 6f41c14..e33a7d4 100644
--- a/src/source-parser.h
+++ b/src/source-parser.h
@@ -2,7 +2,7 @@
* blogc: A blog compiler.
* Copyright (C) 2015 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
- * This program can be distributed under the terms of the LGPL-2 License.
+ * This program can be distributed under the terms of the BSD License.
* See the file COPYING.
*/
diff --git a/src/template-grammar.h b/src/template-grammar.h
index e95fa46..310acb5 100644
--- a/src/template-grammar.h
+++ b/src/template-grammar.h
@@ -2,7 +2,7 @@
* blogc: A blog compiler.
* Copyright (C) 2015 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
- * This program can be distributed under the terms of the LGPL-2 License.
+ * This program can be distributed under the terms of the BSD License.
* See the file COPYING.
*/