From d8e0bdaef2ac27a58b453a8fc8d161e7e4691a0c Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Sun, 3 Apr 2011 00:22:59 +0300 Subject: [PATCH] Update e-mail address and copyright headers --- README.rst | 2 +- ngx_http_fancyindex_module.c | 2 +- template.awk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 896961b..10da9e3 100644 --- a/README.rst +++ b/README.rst @@ -125,7 +125,7 @@ fancyindex_footer External URLs are totally untested and using them will make Nginx_ block while waiting for the subrequest to complete. If you feel like external header/footer is a must-have for you, please - `let me know `__. + `let me know `__. fancyindex_css_href ~~~~~~~~~~~~~~~~~~~ diff --git a/ngx_http_fancyindex_module.c b/ngx_http_fancyindex_module.c index bd53f90..17b22d6 100644 --- a/ngx_http_fancyindex_module.c +++ b/ngx_http_fancyindex_module.c @@ -1,6 +1,6 @@ /* * ngx_http_fancyindex_module.c - * Copyright © 2007 Adrian Perez + * Copyright © 2007-2011 Adrian Perez * * Module used for fancy indexing of directories. Features and differences * with the stock nginx autoindex module: diff --git a/template.awk b/template.awk index 1d66c76..f9ec4a6 100755 --- a/template.awk +++ b/template.awk @@ -1,6 +1,6 @@ #! /usr/bin/awk -f # -# Copyright © Adrian Perez +# Copyright © Adrian Perez # # Converts an HTML template into a C header suitable for inclusion. # Take a look at the HACKING.rst file to know how to use it :-)