diff -r 1422a41b53ac -r 3ddc836b7845 ndp.lua --- a/ndp.lua Mon Jun 22 01:22:33 2009 +0100 +++ b/ndp.lua Mon Mar 19 22:26:07 2012 +0000 @@ -1,3 +1,10 @@ +-- ndp - Natural Date Parser library for Lua +-- Copyright (C) 2009 Matthew Wild +-- +-- This project is MIT/X11 licensed. Please see the +-- COPYING file in the source package for more information. +-- + module(..., package.seeall); require "luarocks.require"