aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2020-05-31 20:32:14 +0200
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2020-05-31 20:32:14 +0200
commitdf49ac9c61770a45e6a6848770e21ccfd3cc01d8 (patch)
tree595e61c86c8e424753a1da60f5d29720fa283715 /src/common
parent30018d4fd7735b5117d42214f2921433cfdb0f26 (diff)
downloadblogc-df49ac9c61770a45e6a6848770e21ccfd3cc01d8.tar.gz
blogc-df49ac9c61770a45e6a6848770e21ccfd3cc01d8.tar.bz2
blogc-df49ac9c61770a45e6a6848770e21ccfd3cc01d8.zip
*: update copyright
this time I'm only updating the files I touched this year.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/stdin.c2
-rw-r--r--src/common/stdin.h2
-rw-r--r--src/common/utils.c2
-rw-r--r--src/common/utils.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/common/stdin.c b/src/common/stdin.c
index c4bf746..556c7cf 100644
--- a/src/common/stdin.c
+++ b/src/common/stdin.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2019 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2020 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/common/stdin.h b/src/common/stdin.h
index be99922..b27ecaf 100644
--- a/src/common/stdin.h
+++ b/src/common/stdin.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2019 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2020 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/common/utils.c b/src/common/utils.c
index 4e90c77..ddd3911 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2019 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2020 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/common/utils.h b/src/common/utils.h
index 84ce066..4bdab8c 100644
--- a/src/common/utils.h
+++ b/src/common/utils.h
@@ -1,6 +1,6 @@
/*
* blogc: A blog compiler.
- * Copyright (C) 2014-2019 Rafael G. Martins <rafael@rafaelmartins.eng.br>
+ * Copyright (C) 2014-2020 Rafael G. Martins <rafael@rafaelmartins.eng.br>
*
* This program can be distributed under the terms of the BSD License.
* See the file LICENSE.