diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-10-14 23:57:23 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-10-14 23:57:23 +0200 |
commit | 452c0de1615f5f7e18c6bf8e8c9ca4f81607ced8 (patch) | |
tree | bb3ec860dc4483475e2b4e043f3ec6f71d2923a5 /tests | |
parent | 70d3a370145ba0abc205607e9d771eb56d7bc310 (diff) | |
download | blogc-452c0de1615f5f7e18c6bf8e8c9ca4f81607ced8.tar.gz blogc-452c0de1615f5f7e18c6bf8e8c9ca4f81607ced8.tar.bz2 blogc-452c0de1615f5f7e18c6bf8e8c9ca4f81607ced8.zip |
*: update copyright
Diffstat (limited to 'tests')
-rw-r--r-- | tests/blogc-git-receiver/check_pre_receive_parser.c | 2 | ||||
-rw-r--r-- | tests/blogc-git-receiver/check_settings.c | 2 | ||||
-rw-r--r-- | tests/blogc-git-receiver/check_shell_command_parser.c | 2 | ||||
-rw-r--r-- | tests/blogc-make/check_atom.c | 2 | ||||
-rw-r--r-- | tests/blogc-make/check_exec.c | 2 | ||||
-rw-r--r-- | tests/blogc-make/check_rules.c | 2 | ||||
-rw-r--r-- | tests/blogc-make/check_settings.c | 2 | ||||
-rw-r--r-- | tests/blogc-make/check_utils.c | 2 | ||||
-rw-r--r-- | tests/blogc-runserver/check_httpd_utils.c | 2 | ||||
-rw-r--r-- | tests/blogc-runserver/check_mime.c | 2 | ||||
-rw-r--r-- | tests/blogc/check_content_parser.c | 2 | ||||
-rw-r--r-- | tests/blogc/check_datetime_parser.c | 2 | ||||
-rw-r--r-- | tests/blogc/check_loader.c | 2 | ||||
-rw-r--r-- | tests/blogc/check_renderer.c | 2 | ||||
-rw-r--r-- | tests/blogc/check_source_parser.c | 2 | ||||
-rw-r--r-- | tests/blogc/check_template_parser.c | 2 | ||||
-rw-r--r-- | tests/common/check_config_parser.c | 2 | ||||
-rw-r--r-- | tests/common/check_error.c | 2 | ||||
-rw-r--r-- | tests/common/check_stdin.c | 2 | ||||
-rw-r--r-- | tests/common/check_utf8.c | 2 | ||||
-rw-r--r-- | tests/common/check_utils.c | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/tests/blogc-git-receiver/check_pre_receive_parser.c b/tests/blogc-git-receiver/check_pre_receive_parser.c index 39374bd..45c8c7c 100644 --- a/tests/blogc-git-receiver/check_pre_receive_parser.c +++ b/tests/blogc-git-receiver/check_pre_receive_parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc-git-receiver/check_settings.c b/tests/blogc-git-receiver/check_settings.c index 3c757b2..4edc147 100644 --- a/tests/blogc-git-receiver/check_settings.c +++ b/tests/blogc-git-receiver/check_settings.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc-git-receiver/check_shell_command_parser.c b/tests/blogc-git-receiver/check_shell_command_parser.c index dd75d75..5ec4c9b 100644 --- a/tests/blogc-git-receiver/check_shell_command_parser.c +++ b/tests/blogc-git-receiver/check_shell_command_parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc-make/check_atom.c b/tests/blogc-make/check_atom.c index d04abd3..694d3e9 100644 --- a/tests/blogc-make/check_atom.c +++ b/tests/blogc-make/check_atom.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc-make/check_exec.c b/tests/blogc-make/check_exec.c index c3a8193..b5547dd 100644 --- a/tests/blogc-make/check_exec.c +++ b/tests/blogc-make/check_exec.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc-make/check_rules.c b/tests/blogc-make/check_rules.c index c8bd9a8..7fdc8bb 100644 --- a/tests/blogc-make/check_rules.c +++ b/tests/blogc-make/check_rules.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc-make/check_settings.c b/tests/blogc-make/check_settings.c index 8acf7e6..7ea9822 100644 --- a/tests/blogc-make/check_settings.c +++ b/tests/blogc-make/check_settings.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc-make/check_utils.c b/tests/blogc-make/check_utils.c index 7858ec4..68320eb 100644 --- a/tests/blogc-make/check_utils.c +++ b/tests/blogc-make/check_utils.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc-runserver/check_httpd_utils.c b/tests/blogc-runserver/check_httpd_utils.c index e0fabe3..776db2d 100644 --- a/tests/blogc-runserver/check_httpd_utils.c +++ b/tests/blogc-runserver/check_httpd_utils.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc-runserver/check_mime.c b/tests/blogc-runserver/check_mime.c index a946860..2adf2d0 100644 --- a/tests/blogc-runserver/check_mime.c +++ b/tests/blogc-runserver/check_mime.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc/check_content_parser.c b/tests/blogc/check_content_parser.c index 5c85fc0..5ad5e30 100644 --- a/tests/blogc/check_content_parser.c +++ b/tests/blogc/check_content_parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc/check_datetime_parser.c b/tests/blogc/check_datetime_parser.c index eb9a0a6..f7b15a1 100644 --- a/tests/blogc/check_datetime_parser.c +++ b/tests/blogc/check_datetime_parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc/check_loader.c b/tests/blogc/check_loader.c index 504b296..76c944b 100644 --- a/tests/blogc/check_loader.c +++ b/tests/blogc/check_loader.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc/check_renderer.c b/tests/blogc/check_renderer.c index 369ba3d..a54cf35 100644 --- a/tests/blogc/check_renderer.c +++ b/tests/blogc/check_renderer.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc/check_source_parser.c b/tests/blogc/check_source_parser.c index d40633f..7522542 100644 --- a/tests/blogc/check_source_parser.c +++ b/tests/blogc/check_source_parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/blogc/check_template_parser.c b/tests/blogc/check_template_parser.c index a6d9034..79d2d1e 100644 --- a/tests/blogc/check_template_parser.c +++ b/tests/blogc/check_template_parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/common/check_config_parser.c b/tests/common/check_config_parser.c index 5114709..62b95bc 100644 --- a/tests/common/check_config_parser.c +++ b/tests/common/check_config_parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/common/check_error.c b/tests/common/check_error.c index e2b4c9f..6efe5db 100644 --- a/tests/common/check_error.c +++ b/tests/common/check_error.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/common/check_stdin.c b/tests/common/check_stdin.c index 64c4714..0aea58d 100644 --- a/tests/common/check_stdin.c +++ b/tests/common/check_stdin.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/common/check_utf8.c b/tests/common/check_utf8.c index fd2c4f1..4bf5bac 100644 --- a/tests/common/check_utf8.c +++ b/tests/common/check_utf8.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 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/tests/common/check_utils.c b/tests/common/check_utils.c index 90af37b..6e4f8fb 100644 --- a/tests/common/check_utils.c +++ b/tests/common/check_utils.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2018 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. |