diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-02-25 02:09:14 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2017-02-25 02:09:14 +0100 |
commit | 805c35847902abfc74fe9a8fc3394a05ff8906d0 (patch) | |
tree | 9d56a6e54633476a7cee04487a95b39473d6a803 /tests/blogc-git-receiver | |
parent | fb27e8ed5030e6b5aa8df33cc4d347eacaef76ba (diff) | |
download | blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.tar.gz blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.tar.bz2 blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.zip |
*: updated copyright
Diffstat (limited to 'tests/blogc-git-receiver')
-rw-r--r-- | tests/blogc-git-receiver/check_post_receive.c | 2 | ||||
-rw-r--r-- | tests/blogc-git-receiver/check_pre_receive_parser.c | 2 | ||||
-rw-r--r-- | tests/blogc-git-receiver/check_shell_command_parser.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/blogc-git-receiver/check_post_receive.c b/tests/blogc-git-receiver/check_post_receive.c index cf003e0..5d2d742 100644 --- a/tests/blogc-git-receiver/check_post_receive.c +++ b/tests/blogc-git-receiver/check_post_receive.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2015-2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 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_pre_receive_parser.c b/tests/blogc-git-receiver/check_pre_receive_parser.c index 0c716fa..39374bd 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) 2015-2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 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 a97df60..dd75d75 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) 2015-2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (C) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * This program can be distributed under the terms of the BSD License. * See the file LICENSE. |