From 2c74c55d4d9f55be456913588e9b0e33f081ee39 Mon Sep 17 00:00:00 2001 From: brectanus Date: Mon, 11 Feb 2008 21:23:31 +0000 Subject: [PATCH] Add the copywrite blurb in msc_lua.c. --- apache2/msc_lua.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/apache2/msc_lua.c b/apache2/msc_lua.c index 33eedb5c..b4f6a937 100644 --- a/apache2/msc_lua.c +++ b/apache2/msc_lua.c @@ -1,4 +1,13 @@ - +/* + * ModSecurity for Apache 2.x, http://www.modsecurity.org/ + * Copyright (c) 2004-2008 Breach Security, Inc. (http://www.breach.com/) + * + * You should have received a copy of the licence along with this + * program (stored in the file "LICENSE"). If the file is missing, + * or if you have any other questions related to the licence, please + * write to Breach Security, Inc. at support@breach.com. + * + */ #include "msc_lua.h" #include "apr_strings.h"