From d0aba1322b7d33e9f730bc852871840716435387 Mon Sep 17 00:00:00 2001 From: Bret McMillan Date: Mon, 8 Sep 2008 12:30:14 -0400 Subject: suggested header changes from Red Hat legal dept --- http-authentication.php | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'http-authentication.php') diff --git a/http-authentication.php b/http-authentication.php index 4d8fd38..7053259 100644 --- a/http-authentication.php +++ b/http-authentication.php @@ -1,13 +1,31 @@ REMOTE_USER). This plugin assumes users are externally authenticated, as with GatorLink. -Author: Daniel Westermann-Clark (patched for Wordpress MU by Simon Wilkinson, further patched by Bret McMillan) +Version: 1.8 + +Description: Authenticate users using basic HTTP authentication +(REMOTE_USER). This plugin assumes users are externally +authenticated, as with GatorLink. + +Original author: Daniel Westermann-Clark Author URI: http://dev.webadmin.ufl.edu/~dwc/ -*/ +Patched for Wordpress MU by Simon Wilkinson, further patched by Bret +McMillan + +Copyright (C) 2008, Red Hat, Inc. (Author: Bret McMillan) +This is free software, licensed to you under the GNU General Public +License, version 2 (GPLv2). A copy of GPLv2 is available at +http://www.gnu.org/licenses/old-licenses/gpl-2.0.html . + +This software is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +Copyright (C) 2008, Simon Wilkinson +Copyright (C) 2008, Daniel Westermann-Clark +*/ if (! class_exists('HTTPAuthenticationPlugin')) { -- cgit