summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBret McMillan <bretm@redhat.com>2008-09-08 12:30:14 -0400
committerBret McMillan <bretm@redhat.com>2008-09-08 12:30:14 -0400
commitd0aba1322b7d33e9f730bc852871840716435387 (patch)
treea67549b031a2002c401fe2ceb436fb10bc4b3e90
parent26f223333ffa46dba1bab363315eed69d12a8ae5 (diff)
downloadwordpress-mu-http-auth-d0aba1322b7d33e9f730bc852871840716435387.tar.gz
wordpress-mu-http-auth-d0aba1322b7d33e9f730bc852871840716435387.tar.xz
wordpress-mu-http-auth-d0aba1322b7d33e9f730bc852871840716435387.zip
suggested header changes from Red Hat legal deptHEADmaster
-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')) {