# HG changeset patch # User Kim Alvefur # Date 1443613071 -7200 # Node ID c625ed20ebdac919a0940e3ae6b94c32b0334fcd # Parent 99863a6a7b8c28d93ffe9aac395bebb3c355dafc mod_http_logging: MIT diff -r 99863a6a7b8c -r c625ed20ebda mod_http_logging/mod_http_logging.lua --- a/mod_http_logging/mod_http_logging.lua Wed Sep 30 13:36:13 2015 +0200 +++ b/mod_http_logging/mod_http_logging.lua Wed Sep 30 13:37:51 2015 +0200 @@ -2,6 +2,9 @@ -- -- Copyright (C) 2015 Kim Alvefur -- +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. +-- -- Produces HTTP logs in the style of Apache -- -- TODO