diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | ctemplates.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ the original, was built primarily for cgi applications. libctemplate was tightly coupled with file streams, while libctemplate**S** renders templates to strings for use in any application, FastCGI or [Kore](kore.io), for example. If you think libctemplates is missing a feature, feel free to suggest it to -[alexandermpickering@gmail.com](mailto://alexandermpickering@gmail), +[alex@cogarr.net](mailto://alex@cogarr.net), or, even better, write it yourself and send the patch! You can find instructions on createing and sending git patches [here](http://cogarr.net/source/cgit.cgi/?p=about). diff --git a/ctemplates.c b/ctemplates.c index bc91441..e79b676 100644 --- a/ctemplates.c +++ b/ctemplates.c @@ -4,7 +4,7 @@ * * Version 0.1 * - * Copyright (c) 2017 Alexander M. Pickering (alexandermpickering@gmail.com) + * Copyright (c) 2017-2018 Alexander M. Pickering (alex@cogarr.net) * * Distributed under GPL V3, see COPYING for more information. * |
