aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2019-01-15 21:36:35 +0100
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2019-01-15 21:36:35 +0100
commitcf69e7d403f470f60eaf41033bb6f72ba1ce3853 (patch)
treeed96c3a40d3a336338fd41d6088a9cf1343b5a9f /src/blogc
parenta6edfdee8beb53aef708c7d5c90c9aeada23d6bc (diff)
downloadblogc-cf69e7d403f470f60eaf41033bb6f72ba1ce3853.tar.gz
blogc-cf69e7d403f470f60eaf41033bb6f72ba1ce3853.tar.bz2
blogc-cf69e7d403f470f60eaf41033bb6f72ba1ce3853.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 07c0469..d295a2c 100644
--- a/src/blogc/content-parser.c
+++ b/src/blogc/content-parser.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 277bcaf..ea5d29d 100644
--- a/src/blogc/content-parser.h
+++ b/src/blogc/content-parser.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 6ac8fd0..ddaf6ef 100644
--- a/src/blogc/datetime-parser.c
+++ b/src/blogc/datetime-parser.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 9660959..8617ad0 100644
--- a/src/blogc/datetime-parser.h
+++ b/src/blogc/datetime-parser.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 f0ba24b..11e7973 100644
--- a/src/blogc/debug.c
+++ b/src/blogc/debug.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 9da731d..6138a91 100644
--- a/src/blogc/debug.h
+++ b/src/blogc/debug.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 2bb340d..ea427de 100644
--- a/src/blogc/loader.c
+++ b/src/blogc/loader.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 a02e7e0..66da7d0 100644
--- a/src/blogc/loader.h
+++ b/src/blogc/loader.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 495e67a..0e6bcc9 100644
--- a/src/blogc/main.c
+++ b/src/blogc/main.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 e34007a..6a591ec 100644
--- a/src/blogc/renderer.c
+++ b/src/blogc/renderer.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 b34687d..0b2b058 100644
--- a/src/blogc/renderer.h
+++ b/src/blogc/renderer.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 2120a1e..18cf95a 100644
--- a/src/blogc/source-parser.c
+++ b/src/blogc/source-parser.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 fb8c9c0..8672fb0 100644
--- a/src/blogc/source-parser.h
+++ b/src/blogc/source-parser.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 bb72a7b..c3e9a5c 100644
--- a/src/blogc/template-parser.c
+++ b/src/blogc/template-parser.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 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 c2910a0..6183016 100644
--- a/src/blogc/template-parser.h
+++ b/src/blogc/template-parser.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2019 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.