diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-01-15 21:36:35 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2019-01-15 21:36:35 +0100 |
commit | cf69e7d403f470f60eaf41033bb6f72ba1ce3853 (patch) | |
tree | ed96c3a40d3a336338fd41d6088a9cf1343b5a9f /src/blogc-make | |
parent | a6edfdee8beb53aef708c7d5c90c9aeada23d6bc (diff) | |
download | blogc-cf69e7d403f470f60eaf41033bb6f72ba1ce3853.tar.gz blogc-cf69e7d403f470f60eaf41033bb6f72ba1ce3853.tar.bz2 blogc-cf69e7d403f470f60eaf41033bb6f72ba1ce3853.zip |
*: update copyright
Diffstat (limited to 'src/blogc-make')
-rw-r--r-- | src/blogc-make/atom.c | 2 | ||||
-rw-r--r-- | src/blogc-make/atom.h | 2 | ||||
-rw-r--r-- | src/blogc-make/ctx.c | 2 | ||||
-rw-r--r-- | src/blogc-make/ctx.h | 2 | ||||
-rw-r--r-- | src/blogc-make/exec-native.c | 2 | ||||
-rw-r--r-- | src/blogc-make/exec-native.h | 2 | ||||
-rw-r--r-- | src/blogc-make/exec.c | 2 | ||||
-rw-r--r-- | src/blogc-make/exec.h | 2 | ||||
-rw-r--r-- | src/blogc-make/httpd.c | 2 | ||||
-rw-r--r-- | src/blogc-make/httpd.h | 2 | ||||
-rw-r--r-- | src/blogc-make/main.c | 2 | ||||
-rw-r--r-- | src/blogc-make/reloader.c | 2 | ||||
-rw-r--r-- | src/blogc-make/reloader.h | 2 | ||||
-rw-r--r-- | src/blogc-make/rules.c | 2 | ||||
-rw-r--r-- | src/blogc-make/rules.h | 2 | ||||
-rw-r--r-- | src/blogc-make/settings.c | 2 | ||||
-rw-r--r-- | src/blogc-make/settings.h | 2 | ||||
-rw-r--r-- | src/blogc-make/utils.c | 2 | ||||
-rw-r--r-- | src/blogc-make/utils.h | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/src/blogc-make/atom.c b/src/blogc-make/atom.c index abab33e..3018820 100644 --- a/src/blogc-make/atom.c +++ b/src/blogc-make/atom.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-make/atom.h b/src/blogc-make/atom.h index 59b88fa..29a6dcb 100644 --- a/src/blogc-make/atom.h +++ b/src/blogc-make/atom.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-make/ctx.c b/src/blogc-make/ctx.c index ac4e644..334a11d 100644 --- a/src/blogc-make/ctx.c +++ b/src/blogc-make/ctx.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-make/ctx.h b/src/blogc-make/ctx.h index a52dcfb..80aa6ea 100644 --- a/src/blogc-make/ctx.h +++ b/src/blogc-make/ctx.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-make/exec-native.c b/src/blogc-make/exec-native.c index 4a98a9a..cc734f3 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-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-make/exec-native.h b/src/blogc-make/exec-native.h index cf99a66..56a1da1 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-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-make/exec.c b/src/blogc-make/exec.c index 39c3d75..bc2ecbc 100644 --- a/src/blogc-make/exec.c +++ b/src/blogc-make/exec.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-make/exec.h b/src/blogc-make/exec.h index 751d40a..1d58c0d 100644 --- a/src/blogc-make/exec.h +++ b/src/blogc-make/exec.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-make/httpd.c b/src/blogc-make/httpd.c index 3ab7806..8795a86 100644 --- a/src/blogc-make/httpd.c +++ b/src/blogc-make/httpd.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-make/httpd.h b/src/blogc-make/httpd.h index 2fe292e..b0fa87d 100644 --- a/src/blogc-make/httpd.h +++ b/src/blogc-make/httpd.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-make/main.c b/src/blogc-make/main.c index cf3b11c..87b41a4 100644 --- a/src/blogc-make/main.c +++ b/src/blogc-make/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-make/reloader.c b/src/blogc-make/reloader.c index 8d930a1..d08d49c 100644 --- a/src/blogc-make/reloader.c +++ b/src/blogc-make/reloader.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-make/reloader.h b/src/blogc-make/reloader.h index f821019..f3fddf4 100644 --- a/src/blogc-make/reloader.h +++ b/src/blogc-make/reloader.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-make/rules.c b/src/blogc-make/rules.c index 562cabe..b29aab2 100644 --- a/src/blogc-make/rules.c +++ b/src/blogc-make/rules.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-make/rules.h b/src/blogc-make/rules.h index 475f131..5fcc1eb 100644 --- a/src/blogc-make/rules.h +++ b/src/blogc-make/rules.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-make/settings.c b/src/blogc-make/settings.c index fad6567..deed018 100644 --- a/src/blogc-make/settings.c +++ b/src/blogc-make/settings.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-make/settings.h b/src/blogc-make/settings.h index 116aca5..69fdbb6 100644 --- a/src/blogc-make/settings.h +++ b/src/blogc-make/settings.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-make/utils.c b/src/blogc-make/utils.c index 392c790..0c984f6 100644 --- a/src/blogc-make/utils.c +++ b/src/blogc-make/utils.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-make/utils.h b/src/blogc-make/utils.h index 9409ea1..a3dfea0 100644 --- a/src/blogc-make/utils.h +++ b/src/blogc-make/utils.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. |