From df49ac9c61770a45e6a6848770e21ccfd3cc01d8 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 31 May 2020 20:32:14 +0200 Subject: *: update copyright this time I'm only updating the files I touched this year. --- src/blogc/filelist-parser.c | 2 +- src/blogc/filelist-parser.h | 2 +- src/blogc/main.c | 2 +- src/blogc/renderer.c | 2 +- src/blogc/renderer.h | 2 +- src/blogc/template-parser.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/blogc') diff --git a/src/blogc/filelist-parser.c b/src/blogc/filelist-parser.c index 3f8c71a..984f25f 100644 --- a/src/blogc/filelist-parser.c +++ b/src/blogc/filelist-parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins + * Copyright (C) 2014-2020 Rafael G. Martins * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. diff --git a/src/blogc/filelist-parser.h b/src/blogc/filelist-parser.h index 5c65ee0..b068554 100644 --- a/src/blogc/filelist-parser.h +++ b/src/blogc/filelist-parser.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins + * Copyright (C) 2014-2020 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 628c481..f952957 100644 --- a/src/blogc/main.c +++ b/src/blogc/main.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins + * Copyright (C) 2014-2020 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 8f576e0..785c77b 100644 --- a/src/blogc/renderer.c +++ b/src/blogc/renderer.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins + * Copyright (C) 2014-2020 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 b40da91..77f20f5 100644 --- a/src/blogc/renderer.h +++ b/src/blogc/renderer.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins + * Copyright (C) 2014-2020 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 d3e9daf..8e7ca84 100644 --- a/src/blogc/template-parser.c +++ b/src/blogc/template-parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2019 Rafael G. Martins + * Copyright (C) 2014-2020 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