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-make/atom.c | 2 +- src/blogc-make/ctx.c | 2 +- src/blogc-make/exec-native.c | 2 +- src/blogc-make/exec.c | 2 +- src/blogc-make/httpd.c | 2 +- src/blogc-make/rules.c | 2 +- src/blogc-make/rules.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/blogc-make') diff --git a/src/blogc-make/atom.c b/src/blogc-make/atom.c index 0f86e1c..0b8cfd1 100644 --- a/src/blogc-make/atom.c +++ b/src/blogc-make/atom.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-make/ctx.c b/src/blogc-make/ctx.c index 0c4b32d..b8d23dd 100644 --- a/src/blogc-make/ctx.c +++ b/src/blogc-make/ctx.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-make/exec-native.c b/src/blogc-make/exec-native.c index 0f5f7b8..6d7f58f 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-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-make/exec.c b/src/blogc-make/exec.c index 547e214..4b1f6df 100644 --- a/src/blogc-make/exec.c +++ b/src/blogc-make/exec.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-make/httpd.c b/src/blogc-make/httpd.c index 3855c44..c352da0 100644 --- a/src/blogc-make/httpd.c +++ b/src/blogc-make/httpd.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-make/rules.c b/src/blogc-make/rules.c index ea5f048..7d92b95 100644 --- a/src/blogc-make/rules.c +++ b/src/blogc-make/rules.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-make/rules.h b/src/blogc-make/rules.h index 5550b89..9ff39ca 100644 --- a/src/blogc-make/rules.h +++ b/src/blogc-make/rules.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. -- cgit v1.2.3-18-g5258