From 452c0de1615f5f7e18c6bf8e8c9ca4f81607ced8 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 14 Oct 2018 23:57:23 +0200 Subject: *: update copyright --- src/blogc-git-receiver/main.c | 2 +- src/blogc-git-receiver/post-receive.c | 2 +- src/blogc-git-receiver/post-receive.h | 2 +- src/blogc-git-receiver/pre-receive-parser.c | 2 +- src/blogc-git-receiver/pre-receive-parser.h | 2 +- src/blogc-git-receiver/pre-receive.c | 2 +- src/blogc-git-receiver/pre-receive.h | 2 +- src/blogc-git-receiver/settings.c | 2 +- src/blogc-git-receiver/settings.h | 2 +- src/blogc-git-receiver/shell-command-parser.c | 2 +- src/blogc-git-receiver/shell-command-parser.h | 2 +- src/blogc-git-receiver/shell.c | 2 +- src/blogc-git-receiver/shell.h | 2 +- src/blogc-github-lambda/lambda_function.py.in | 2 +- src/blogc-make/atom.c | 2 +- src/blogc-make/atom.h | 2 +- src/blogc-make/ctx.c | 2 +- src/blogc-make/ctx.h | 2 +- src/blogc-make/exec-native.c | 2 +- src/blogc-make/exec-native.h | 2 +- src/blogc-make/exec.c | 2 +- src/blogc-make/exec.h | 2 +- src/blogc-make/httpd.c | 2 +- src/blogc-make/httpd.h | 2 +- src/blogc-make/main.c | 2 +- src/blogc-make/reloader.c | 2 +- src/blogc-make/reloader.h | 2 +- src/blogc-make/rules.c | 2 +- src/blogc-make/rules.h | 2 +- src/blogc-make/settings.c | 2 +- src/blogc-make/settings.h | 2 +- src/blogc-make/utils.c | 2 +- src/blogc-make/utils.h | 2 +- src/blogc-runserver/httpd-utils.c | 2 +- src/blogc-runserver/httpd-utils.h | 2 +- src/blogc-runserver/httpd.c | 2 +- src/blogc-runserver/httpd.h | 2 +- src/blogc-runserver/main.c | 2 +- src/blogc-runserver/mime.c | 2 +- src/blogc-runserver/mime.h | 2 +- src/blogc/content-parser.c | 2 +- src/blogc/content-parser.h | 2 +- src/blogc/datetime-parser.c | 2 +- src/blogc/datetime-parser.h | 2 +- src/blogc/debug.c | 2 +- src/blogc/debug.h | 2 +- src/blogc/loader.c | 2 +- src/blogc/loader.h | 2 +- src/blogc/main.c | 2 +- src/blogc/renderer.c | 2 +- src/blogc/renderer.h | 2 +- src/blogc/source-parser.c | 2 +- src/blogc/source-parser.h | 2 +- src/blogc/template-parser.c | 2 +- src/blogc/template-parser.h | 2 +- src/common/compat.h | 2 +- src/common/config-parser.c | 2 +- src/common/config-parser.h | 2 +- src/common/error.c | 2 +- src/common/error.h | 2 +- src/common/file.c | 2 +- src/common/file.h | 2 +- src/common/stdin.c | 2 +- src/common/stdin.h | 2 +- src/common/utf8.c | 2 +- src/common/utf8.h | 2 +- src/common/utils.c | 2 +- src/common/utils.h | 2 +- 68 files changed, 68 insertions(+), 68 deletions(-) (limited to 'src') diff --git a/src/blogc-git-receiver/main.c b/src/blogc-git-receiver/main.c index 368871a..cc5b282 100644 --- a/src/blogc-git-receiver/main.c +++ b/src/blogc-git-receiver/main.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/post-receive.c b/src/blogc-git-receiver/post-receive.c index c0d7c99..3b0f48c 100644 --- a/src/blogc-git-receiver/post-receive.c +++ b/src/blogc-git-receiver/post-receive.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/post-receive.h b/src/blogc-git-receiver/post-receive.h index 3676541..eadd0c7 100644 --- a/src/blogc-git-receiver/post-receive.h +++ b/src/blogc-git-receiver/post-receive.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/pre-receive-parser.c b/src/blogc-git-receiver/pre-receive-parser.c index b379903..84ca93e 100644 --- a/src/blogc-git-receiver/pre-receive-parser.c +++ b/src/blogc-git-receiver/pre-receive-parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/pre-receive-parser.h b/src/blogc-git-receiver/pre-receive-parser.h index ada35bb..1e133d6 100644 --- a/src/blogc-git-receiver/pre-receive-parser.h +++ b/src/blogc-git-receiver/pre-receive-parser.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/pre-receive.c b/src/blogc-git-receiver/pre-receive.c index 7bb9cec..ab95fd4 100644 --- a/src/blogc-git-receiver/pre-receive.c +++ b/src/blogc-git-receiver/pre-receive.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/pre-receive.h b/src/blogc-git-receiver/pre-receive.h index 95c7c07..99e3689 100644 --- a/src/blogc-git-receiver/pre-receive.h +++ b/src/blogc-git-receiver/pre-receive.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/settings.c b/src/blogc-git-receiver/settings.c index 4cfcaf7..b9bc3fb 100644 --- a/src/blogc-git-receiver/settings.c +++ b/src/blogc-git-receiver/settings.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/settings.h b/src/blogc-git-receiver/settings.h index bb6649a..c488a2d 100644 --- a/src/blogc-git-receiver/settings.h +++ b/src/blogc-git-receiver/settings.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/shell-command-parser.c b/src/blogc-git-receiver/shell-command-parser.c index 05a68fd..b116726 100644 --- a/src/blogc-git-receiver/shell-command-parser.c +++ b/src/blogc-git-receiver/shell-command-parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/shell-command-parser.h b/src/blogc-git-receiver/shell-command-parser.h index 0ce566b..333a5ad 100644 --- a/src/blogc-git-receiver/shell-command-parser.h +++ b/src/blogc-git-receiver/shell-command-parser.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/shell.c b/src/blogc-git-receiver/shell.c index d288654..75bc397 100644 --- a/src/blogc-git-receiver/shell.c +++ b/src/blogc-git-receiver/shell.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-git-receiver/shell.h b/src/blogc-git-receiver/shell.h index 4a523c3..9e27abb 100644 --- a/src/blogc-git-receiver/shell.h +++ b/src/blogc-git-receiver/shell.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-github-lambda/lambda_function.py.in b/src/blogc-github-lambda/lambda_function.py.in index f4369ee..e969329 100644 --- a/src/blogc-github-lambda/lambda_function.py.in +++ b/src/blogc-github-lambda/lambda_function.py.in @@ -1,7 +1,7 @@ # coding: utf-8 # # blogc: A blog compiler. -# Copyright (C) 2014-2017 Rafael G. Martins +# Copyright (C) 2014-2018 Rafael G. Martins # # This program can be distributed under the terms of the BSD License. # See the license for details. diff --git a/src/blogc-make/atom.c b/src/blogc-make/atom.c index 207b718..abab33e 100644 --- a/src/blogc-make/atom.c +++ b/src/blogc-make/atom.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/atom.h b/src/blogc-make/atom.h index ed3875d..59b88fa 100644 --- a/src/blogc-make/atom.h +++ b/src/blogc-make/atom.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/ctx.c b/src/blogc-make/ctx.c index 8f47e37..eb0fa22 100644 --- a/src/blogc-make/ctx.c +++ b/src/blogc-make/ctx.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/ctx.h b/src/blogc-make/ctx.h index 8d82816..a52dcfb 100644 --- a/src/blogc-make/ctx.h +++ b/src/blogc-make/ctx.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/exec-native.c b/src/blogc-make/exec-native.c index ae5517d..4a98a9a 100644 --- a/src/blogc-make/exec-native.c +++ b/src/blogc-make/exec-native.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/exec-native.h b/src/blogc-make/exec-native.h index b6db3cc..cf99a66 100644 --- a/src/blogc-make/exec-native.h +++ b/src/blogc-make/exec-native.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/exec.c b/src/blogc-make/exec.c index df28e5a..39c3d75 100644 --- a/src/blogc-make/exec.c +++ b/src/blogc-make/exec.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/exec.h b/src/blogc-make/exec.h index 85f2a44..751d40a 100644 --- a/src/blogc-make/exec.h +++ b/src/blogc-make/exec.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/httpd.c b/src/blogc-make/httpd.c index a302eb4..3ab7806 100644 --- a/src/blogc-make/httpd.c +++ b/src/blogc-make/httpd.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/httpd.h b/src/blogc-make/httpd.h index 97e3b86..2fe292e 100644 --- a/src/blogc-make/httpd.h +++ b/src/blogc-make/httpd.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/main.c b/src/blogc-make/main.c index 3ce1f8a..cf3b11c 100644 --- a/src/blogc-make/main.c +++ b/src/blogc-make/main.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/reloader.c b/src/blogc-make/reloader.c index a17e51a..8d930a1 100644 --- a/src/blogc-make/reloader.c +++ b/src/blogc-make/reloader.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/reloader.h b/src/blogc-make/reloader.h index 1789ad5..f821019 100644 --- a/src/blogc-make/reloader.h +++ b/src/blogc-make/reloader.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/rules.c b/src/blogc-make/rules.c index d95edd8..7927811 100644 --- a/src/blogc-make/rules.c +++ b/src/blogc-make/rules.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/rules.h b/src/blogc-make/rules.h index 1604e13..475f131 100644 --- a/src/blogc-make/rules.h +++ b/src/blogc-make/rules.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/settings.c b/src/blogc-make/settings.c index e103e42..41af3b4 100644 --- a/src/blogc-make/settings.c +++ b/src/blogc-make/settings.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/settings.h b/src/blogc-make/settings.h index b1ea117..8e131fe 100644 --- a/src/blogc-make/settings.h +++ b/src/blogc-make/settings.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/utils.c b/src/blogc-make/utils.c index b1ff7e1..392c790 100644 --- a/src/blogc-make/utils.c +++ b/src/blogc-make/utils.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-make/utils.h b/src/blogc-make/utils.h index c15e390..9409ea1 100644 --- a/src/blogc-make/utils.h +++ b/src/blogc-make/utils.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-runserver/httpd-utils.c b/src/blogc-runserver/httpd-utils.c index 7a49bf2..5959590 100644 --- a/src/blogc-runserver/httpd-utils.c +++ b/src/blogc-runserver/httpd-utils.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-runserver/httpd-utils.h b/src/blogc-runserver/httpd-utils.h index 026dd5f..4982bd8 100644 --- a/src/blogc-runserver/httpd-utils.h +++ b/src/blogc-runserver/httpd-utils.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-runserver/httpd.c b/src/blogc-runserver/httpd.c index 9680229..274aa5e 100644 --- a/src/blogc-runserver/httpd.c +++ b/src/blogc-runserver/httpd.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-runserver/httpd.h b/src/blogc-runserver/httpd.h index cca6508..60dee41 100644 --- a/src/blogc-runserver/httpd.h +++ b/src/blogc-runserver/httpd.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-runserver/main.c b/src/blogc-runserver/main.c index dc5a591..df0305e 100644 --- a/src/blogc-runserver/main.c +++ b/src/blogc-runserver/main.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-runserver/mime.c b/src/blogc-runserver/mime.c index 18c787c..79ca5b2 100644 --- a/src/blogc-runserver/mime.c +++ b/src/blogc-runserver/mime.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc-runserver/mime.h b/src/blogc-runserver/mime.h index 55839a0..bb515e8 100644 --- a/src/blogc-runserver/mime.h +++ b/src/blogc-runserver/mime.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * 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 + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/compat.h b/src/common/compat.h index 021dc6e..dde186b 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/config-parser.c b/src/common/config-parser.c index 2a1546d..1dc7ca6 100644 --- a/src/common/config-parser.c +++ b/src/common/config-parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/config-parser.h b/src/common/config-parser.h index e8068f6..14ad403 100644 --- a/src/common/config-parser.h +++ b/src/common/config-parser.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/error.c b/src/common/error.c index 19f369c..4538c01 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/error.h b/src/common/error.h index 34aab74..a567c6d 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/file.c b/src/common/file.c index adfc22e..a2f7340 100644 --- a/src/common/file.c +++ b/src/common/file.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/file.h b/src/common/file.h index 91224fc..73793ea 100644 --- a/src/common/file.h +++ b/src/common/file.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/stdin.c b/src/common/stdin.c index 0c2afd1..5b01e0e 100644 --- a/src/common/stdin.c +++ b/src/common/stdin.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/stdin.h b/src/common/stdin.h index 825b1bb..e0eabfa 100644 --- a/src/common/stdin.h +++ b/src/common/stdin.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/utf8.c b/src/common/utf8.c index 5c7b51f..fe013e4 100644 --- a/src/common/utf8.c +++ b/src/common/utf8.c @@ -1,7 +1,7 @@ /* * blogc: A blog compiler. * Copyright (c) 2008-2010 Bjoern Hoehrmann - * Copyright (c) 2014-2017 Rafael G. Martins + * Copyright (c) 2014-2018 Rafael G. Martins * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/common/utf8.h b/src/common/utf8.h index 206a2cc..e855e31 100644 --- a/src/common/utf8.h +++ b/src/common/utf8.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/utils.c b/src/common/utils.c index 7065047..084bfb6 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/common/utils.h b/src/common/utils.h index 101a4b3..9f7192d 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins + * Copyright (C) 2014-2018 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. -- cgit v1.2.3-18-g5258