Update e-mail address and copyright headers

pull/4/head
Adrian Perez 2011-04-03 00:22:59 +03:00
parent 2f138afb70
commit d8e0bdaef2
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ fancyindex_footer
External URLs are totally untested and using them will make Nginx_ block External URLs are totally untested and using them will make Nginx_ block
while waiting for the subrequest to complete. If you feel like external while waiting for the subrequest to complete. If you feel like external
header/footer is a must-have for you, please header/footer is a must-have for you, please
`let me know <mailto:aperez@connectical.com>`__. `let me know <mailto:aperez@igalia.com>`__.
fancyindex_css_href fancyindex_css_href
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~

View File

@ -1,6 +1,6 @@
/* /*
* ngx_http_fancyindex_module.c * ngx_http_fancyindex_module.c
* Copyright © 2007 Adrian Perez <adrianperez@udc.es> * Copyright © 2007-2011 Adrian Perez <aperez@igalia.com>
* *
* Module used for fancy indexing of directories. Features and differences * Module used for fancy indexing of directories. Features and differences
* with the stock nginx autoindex module: * with the stock nginx autoindex module:

View File

@ -1,6 +1,6 @@
#! /usr/bin/awk -f #! /usr/bin/awk -f
# #
# Copyright © Adrian Perez <adrianperez@udc.es> # Copyright © Adrian Perez <aperez@igalia.com>
# #
# Converts an HTML template into a C header suitable for inclusion. # 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 :-) # Take a look at the HACKING.rst file to know how to use it :-)