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-git-receiver | |
parent | a6edfdee8beb53aef708c7d5c90c9aeada23d6bc (diff) | |
download | blogc-cf69e7d403f470f60eaf41033bb6f72ba1ce3853.tar.gz blogc-cf69e7d403f470f60eaf41033bb6f72ba1ce3853.tar.bz2 blogc-cf69e7d403f470f60eaf41033bb6f72ba1ce3853.zip |
*: update copyright
Diffstat (limited to 'src/blogc-git-receiver')
-rw-r--r-- | src/blogc-git-receiver/main.c | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/post-receive.c | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/post-receive.h | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/pre-receive-parser.c | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/pre-receive-parser.h | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/pre-receive.c | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/pre-receive.h | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/settings.c | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/settings.h | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/shell-command-parser.c | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/shell-command-parser.h | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/shell.c | 2 | ||||
-rw-r--r-- | src/blogc-git-receiver/shell.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/src/blogc-git-receiver/main.c b/src/blogc-git-receiver/main.c index cc5b282..43a9993 100644 --- a/src/blogc-git-receiver/main.c +++ b/src/blogc-git-receiver/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-git-receiver/post-receive.c b/src/blogc-git-receiver/post-receive.c index 3c7cb00..b5e1f81 100644 --- a/src/blogc-git-receiver/post-receive.c +++ b/src/blogc-git-receiver/post-receive.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-git-receiver/post-receive.h b/src/blogc-git-receiver/post-receive.h index eadd0c7..fc56dc3 100644 --- a/src/blogc-git-receiver/post-receive.h +++ b/src/blogc-git-receiver/post-receive.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-git-receiver/pre-receive-parser.c b/src/blogc-git-receiver/pre-receive-parser.c index 84ca93e..fb4c4d5 100644 --- a/src/blogc-git-receiver/pre-receive-parser.c +++ b/src/blogc-git-receiver/pre-receive-parser.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-git-receiver/pre-receive-parser.h b/src/blogc-git-receiver/pre-receive-parser.h index 1e133d6..7a011a7 100644 --- a/src/blogc-git-receiver/pre-receive-parser.h +++ b/src/blogc-git-receiver/pre-receive-parser.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-git-receiver/pre-receive.c b/src/blogc-git-receiver/pre-receive.c index 12be165..9274857 100644 --- a/src/blogc-git-receiver/pre-receive.c +++ b/src/blogc-git-receiver/pre-receive.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-git-receiver/pre-receive.h b/src/blogc-git-receiver/pre-receive.h index 99e3689..ab19c47 100644 --- a/src/blogc-git-receiver/pre-receive.h +++ b/src/blogc-git-receiver/pre-receive.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-git-receiver/settings.c b/src/blogc-git-receiver/settings.c index b9bc3fb..db29b18 100644 --- a/src/blogc-git-receiver/settings.c +++ b/src/blogc-git-receiver/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-git-receiver/settings.h b/src/blogc-git-receiver/settings.h index c488a2d..04c1a2b 100644 --- a/src/blogc-git-receiver/settings.h +++ b/src/blogc-git-receiver/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-git-receiver/shell-command-parser.c b/src/blogc-git-receiver/shell-command-parser.c index b116726..0091e0b 100644 --- a/src/blogc-git-receiver/shell-command-parser.c +++ b/src/blogc-git-receiver/shell-command-parser.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-git-receiver/shell-command-parser.h b/src/blogc-git-receiver/shell-command-parser.h index 333a5ad..818d098 100644 --- a/src/blogc-git-receiver/shell-command-parser.h +++ b/src/blogc-git-receiver/shell-command-parser.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-git-receiver/shell.c b/src/blogc-git-receiver/shell.c index 75bc397..3f6a078 100644 --- a/src/blogc-git-receiver/shell.c +++ b/src/blogc-git-receiver/shell.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-git-receiver/shell.h b/src/blogc-git-receiver/shell.h index 9e27abb..b59ff40 100644 --- a/src/blogc-git-receiver/shell.h +++ b/src/blogc-git-receiver/shell.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. |