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/utf8.c | |
parent | fb27e8ed5030e6b5aa8df33cc4d347eacaef76ba (diff) | |
download | blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.tar.gz blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.tar.bz2 blogc-805c35847902abfc74fe9a8fc3394a05ff8906d0.zip |
*: updated copyright
Diffstat (limited to 'src/common/utf8.c')
-rw-r--r-- | src/common/utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |