summaryrefslogtreecommitdiffstats
path: root/http-authentication.php
diff options
context:
space:
mode:
Diffstat (limited to 'http-authentication.php')
-rw-r--r--http-authentication.php28
1 files changed, 23 insertions, 5 deletions
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 @@
<?php
/*
Plugin Name: HTTP Authentication
-Version: 1.8
-Plugin URI: http://dev.webadmin.ufl.edu/~dwc/2005/03/10/http-authentication-plugin/
-Description: Authenticate users using basic HTTP authentication (<code>REMOTE_USER</code>). This plugin assumes users are externally authenticated, as with <a href="http://www.gatorlink.ufl.edu/">GatorLink</a>.
-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
+(<code>REMOTE_USER</code>). This plugin assumes users are externally
+authenticated, as with <a
+href="http://www.gatorlink.ufl.edu/">GatorLink</a>.
+
+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')) {