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 /src/common | |
parent | fb27e8ed5030e6b5aa8df33cc4d347eacaef76ba (diff) | |
download | blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.tar.gz blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.tar.bz2 blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.zip |
*: updated copyright
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/config-parser.c | 2 | ||||
-rw-r--r-- | src/common/config-parser.h | 2 | ||||
-rw-r--r-- | src/common/error.c | 2 | ||||
-rw-r--r-- | src/common/error.h | 2 | ||||
-rw-r--r-- | src/common/file.c | 2 | ||||
-rw-r--r-- | src/common/file.h | 2 | ||||
-rw-r--r-- | src/common/stdin.c | 2 | ||||
-rw-r--r-- | src/common/stdin.h | 2 | ||||
-rw-r--r-- | src/common/utf8.c | 2 | ||||
-rw-r--r-- | src/common/utf8.h | 2 | ||||
-rw-r--r-- | src/common/utils.c | 2 | ||||
-rw-r--r-- | src/common/utils.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/common/config-parser.c b/src/common/config-parser.c index b890c6c..235209e 100644 --- a/src/common/config-parser.c +++ b/src/common/config-parser.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-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/src/common/config-parser.h b/src/common/config-parser.h index 01d66dc..e8068f6 100644 --- a/src/common/config-parser.h +++ b/src/common/config-parser.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-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/src/common/error.c b/src/common/error.c index cfe9d3b..19f369c 100644 --- a/src/common/error.c +++ b/src/common/error.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/src/common/error.h b/src/common/error.h index c685ee6..34aab74 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -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/src/common/file.c b/src/common/file.c index 36f6ee4..adfc22e 100644 --- a/src/common/file.c +++ b/src/common/file.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/src/common/file.h b/src/common/file.h index 498f4f4..91224fc 100644 --- a/src/common/file.h +++ b/src/common/file.h @@ -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/src/common/stdin.c b/src/common/stdin.c index 345b021..0c2afd1 100644 --- a/src/common/stdin.c +++ b/src/common/stdin.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/src/common/stdin.h b/src/common/stdin.h index ebf042d..825b1bb 100644 --- a/src/common/stdin.h +++ b/src/common/stdin.h @@ -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/src/common/utf8.c b/src/common/utf8.c index 625f705..5c7b51f 100644 --- a/src/common/utf8.c +++ b/src/common/utf8.c @@ -1,7 +1,7 @@ /* * blogc: A blog compiler. * Copyright (c) 2008-2010 Bjoern Hoehrmann <bjoern@hoehrmann.de> - * Copyright (c) 2016 Rafael G. Martins <rafael@rafaelmartins.eng.br> + * Copyright (c) 2014-2017 Rafael G. Martins <rafael@rafaelmartins.eng.br> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/common/utf8.h b/src/common/utf8.h index 206b3a9..206a2cc 100644 --- a/src/common/utf8.h +++ b/src/common/utf8.h @@ -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/src/common/utils.c b/src/common/utils.c index 9061e40..1ed79bf 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-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/src/common/utils.h b/src/common/utils.h index 2bda45d..b0388b3 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -1,6 +1,6 @@ /* * blogc: A blog compiler. - * Copyright (C) 2014-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. |