Fixed angled brackets in GPL URL (thanks jerith)

This commit is contained in:
Chris 2013-01-28 15:17:31 +00:00
parent 28a1fdc076
commit bb0b6c1049
27 changed files with 27 additions and 27 deletions

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# This is a class intended to contain features common across all Webperl # This is a class intended to contain features common across all Webperl

View File

@ -15,7 +15,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# The base class for application-specific user actions that must be performed # The base class for application-specific user actions that must be performed

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# Provide the core functionality required to initialise and run a web application # Provide the core functionality required to initialise and run a web application

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# Authentication support for user logins. This class is intended to interface # Authentication support for user logins. This class is intended to interface

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# The base class for all authentication method classes. This class is # The base class for all authentication method classes. This class is

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# Implementation of a basic database authentication class. This will # Implementation of a basic database authentication class. This will

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# Implementation of a basic LDAP authentication module. This will allow # Implementation of a basic LDAP authentication module. This will allow

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# Implementation of a basic ssh authentication module, allowing # Implementation of a basic ssh authentication module, allowing

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# Dynamic AuthMethod loader class. This provides the facility to load # Dynamic AuthMethod loader class. This provides the facility to load

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# The Block class serves as the base class for all plugin block modules in # The Block class serves as the base class for all plugin block modules in

View File

@ -15,7 +15,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# The base class for runtime block selection classes. This allows web # The base class for runtime block selection classes. This allows web

View File

@ -15,7 +15,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# A simple configuration class intended to allow ini files to be read and saved. This # A simple configuration class intended to allow ini files to be read and saved. This

View File

@ -18,7 +18,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
package Webperl::HTMLValidator; package Webperl::HTMLValidator;
require Exporter; require Exporter;

View File

@ -15,7 +15,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# A class to handle logging operations throughout a system. This collects # A class to handle logging operations throughout a system. This collects

View File

@ -13,7 +13,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# This module is a simplified wrapper around MediaWiki::API, allowing access to a # This module is a simplified wrapper around MediaWiki::API, allowing access to a

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# This is the 'base' class for the Message modules. It provides any functionality # This is the 'base' class for the Message modules. It provides any functionality

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# This class allows messages to be added to the message queue, or retrieved from # This class allows messages to be added to the message queue, or retrieved from

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# This is the 'base' class for the Message::Transport modules. It provides # This is the 'base' class for the Message::Transport modules. It provides

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# This class implements the email transport system; lasciate ogne speranza, voi ch'intrate. # This class implements the email transport system; lasciate ogne speranza, voi ch'intrate.

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# This class implements the local delivery transport. Local delivery actually involves # This class implements the local delivery transport. Local delivery actually involves

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# A class to simplify runtime loading of modules. This class simplifies the # A class to simplify runtime loading of modules. This class simplifies the

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# The SessionHandler class provides cookie-based session facilities for # The SessionHandler class provides cookie-based session facilities for

View File

@ -15,7 +15,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# The base class for appplication-specific module loading. Subclasses of # The base class for appplication-specific module loading. Subclasses of

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# This is a base class for system modules, providing common # This is a base class for system modules, providing common

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# A simple Template class with internationalisation support. Note that # A simple Template class with internationalisation support. Note that

View File

@ -16,7 +16,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# System-wide utility functions. The functions in this file may be useful at # System-wide utility functions. The functions in this file may be useful at

View File

@ -14,7 +14,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see http://www.gnu.org/licenses/.
## @class ## @class
# The phpBB3 class provides facilities for interacting with a phpBB3 forum # The phpBB3 class provides facilities for interacting with a phpBB3 forum