From d456b66ab98e3447c9257d823ae38a4725f3920c Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 24 Jun 2008 17:53:19 -0400 Subject: add COPYING file with full GPL license --- http_kerberos_auth_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'http_kerberos_auth_handler.py') diff --git a/http_kerberos_auth_handler.py b/http_kerberos_auth_handler.py index a76c243..2b50154 100644 --- a/http_kerberos_auth_handler.py +++ b/http_kerberos_auth_handler.py @@ -13,8 +13,8 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# A copy of the GNU General Public License can be found at -# . +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . import re import logging -- cgit