aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2018-10-14 23:57:23 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2018-10-14 23:57:23 +0200
commit452c0de1615f5f7e18c6bf8e8c9ca4f81607ced8 (patch)
treebb3ec860dc4483475e2b4e043f3ec6f71d2923a5 /src/blogc
parent70d3a370145ba0abc205607e9d771eb56d7bc310 (diff)
downloadblogc-452c0de1615f5f7e18c6bf8e8c9ca4f81607ced8.tar.gz
blogc-452c0de1615f5f7e18c6bf8e8c9ca4f81607ced8.tar.bz2
blogc-452c0de1615f5f7e18c6bf8e8c9ca4f81607ced8.zip
*: update copyright
Diffstat (limited to 'src/blogc')
-rw-r--r--src/blogc/content-parser.c2
-rw-r--r--src/blogc/content-parser.h2
-rw-r--r--src/blogc/datetime-parser.c2
-rw-r--r--src/blogc/datetime-parser.h2
-rw-r--r--src/blogc/debug.c2
-rw-r--r--src/blogc/debug.h2
-rw-r--r--src/blogc/loader.c2
-rw-r--r--src/blogc/loader.h2
-rw-r--r--src/blogc/main.c2
-rw-r--r--src/blogc/renderer.c2
-rw-r--r--src/blogc/renderer.h2
-rw-r--r--src/blogc/source-parser.c2
-rw-r--r--src/blogc/source-parser.h2
-rw-r--r--src/blogc/template-parser.c2
-rw-r--r--src/blogc/template-parser.h2
15 files changed, 15 insertions, 15 deletions
diff --git a/src/blogc/content-parser.c b/src/blogc/content-parser.c
index 106e3c8..07c0469 100644
--- a/src/blogc/content-parser.c
+++ b/src/blogc/content-parser.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/content-parser.h b/src/blogc/content-parser.h
index e1e65ee..277bcaf 100644
--- a/src/blogc/content-parser.h
+++ b/src/blogc/content-parser.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/datetime-parser.c b/src/blogc/datetime-parser.c
index b7f26e5..6ac8fd0 100644
--- a/src/blogc/datetime-parser.c
+++ b/src/blogc/datetime-parser.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/datetime-parser.h b/src/blogc/datetime-parser.h
index 1af9ed6..9660959 100644
--- a/src/blogc/datetime-parser.h
+++ b/src/blogc/datetime-parser.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/debug.c b/src/blogc/debug.c
index afb2fe3..f0ba24b 100644
--- a/src/blogc/debug.c
+++ b/src/blogc/debug.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/debug.h b/src/blogc/debug.h
index c7c1fbe..9da731d 100644
--- a/src/blogc/debug.h
+++ b/src/blogc/debug.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/loader.c b/src/blogc/loader.c
index 0525198..2bb340d 100644
--- a/src/blogc/loader.c
+++ b/src/blogc/loader.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/loader.h b/src/blogc/loader.h
index d9b9e0d..a02e7e0 100644
--- a/src/blogc/loader.h
+++ b/src/blogc/loader.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/main.c b/src/blogc/main.c
index 0b7c1ad..495e67a 100644
--- a/src/blogc/main.c
+++ b/src/blogc/main.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/renderer.c b/src/blogc/renderer.c
index 73edf9a..142aa56 100644
--- a/src/blogc/renderer.c
+++ b/src/blogc/renderer.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/renderer.h b/src/blogc/renderer.h
index 4685caf..b34687d 100644
--- a/src/blogc/renderer.h
+++ b/src/blogc/renderer.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/source-parser.c b/src/blogc/source-parser.c
index cabc033..2120a1e 100644
--- a/src/blogc/source-parser.c
+++ b/src/blogc/source-parser.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/source-parser.h b/src/blogc/source-parser.h
index da2509e..fb8c9c0 100644
--- a/src/blogc/source-parser.h
+++ b/src/blogc/source-parser.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/template-parser.c b/src/blogc/template-parser.c
index b085a33..bb72a7b 100644
--- a/src/blogc/template-parser.c
+++ b/src/blogc/template-parser.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.
diff --git a/src/blogc/template-parser.h b/src/blogc/template-parser.h
index d08ccd9..c2910a0 100644
--- a/src/blogc/template-parser.h
+++ b/src/blogc/template-parser.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.