diff --git a/Webperl.pm b/Webperl.pm
index 42fd0bf..9ee2b0e 100644
--- a/Webperl.pm
+++ b/Webperl.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# This is a class intended to contain features common across all Webperl
diff --git a/Webperl/AppUser.pm b/Webperl/AppUser.pm
index 66a7772..81715ee 100644
--- a/Webperl/AppUser.pm
+++ b/Webperl/AppUser.pm
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# The base class for application-specific user actions that must be performed
diff --git a/Webperl/Application.pm b/Webperl/Application.pm
index 27185b4..fe6a785 100644
--- a/Webperl/Application.pm
+++ b/Webperl/Application.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# Provide the core functionality required to initialise and run a web application
diff --git a/Webperl/Auth.pm b/Webperl/Auth.pm
index 90523ea..96a5612 100644
--- a/Webperl/Auth.pm
+++ b/Webperl/Auth.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# Authentication support for user logins. This class is intended to interface
diff --git a/Webperl/AuthMethod.pm b/Webperl/AuthMethod.pm
index a028a1d..523214e 100644
--- a/Webperl/AuthMethod.pm
+++ b/Webperl/AuthMethod.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# The base class for all authentication method classes. This class is
diff --git a/Webperl/AuthMethod/Database.pm b/Webperl/AuthMethod/Database.pm
index 8cbfd89..5f16abe 100644
--- a/Webperl/AuthMethod/Database.pm
+++ b/Webperl/AuthMethod/Database.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# Implementation of a basic database authentication class. This will
diff --git a/Webperl/AuthMethod/LDAPS.pm b/Webperl/AuthMethod/LDAPS.pm
index 5d14380..212b3b2 100644
--- a/Webperl/AuthMethod/LDAPS.pm
+++ b/Webperl/AuthMethod/LDAPS.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# Implementation of a basic LDAP authentication module. This will allow
diff --git a/Webperl/AuthMethod/SSH.pm b/Webperl/AuthMethod/SSH.pm
index b818557..5c87423 100644
--- a/Webperl/AuthMethod/SSH.pm
+++ b/Webperl/AuthMethod/SSH.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# Implementation of a basic ssh authentication module, allowing
diff --git a/Webperl/AuthMethods.pm b/Webperl/AuthMethods.pm
index 9de1f28..91c0853 100644
--- a/Webperl/AuthMethods.pm
+++ b/Webperl/AuthMethods.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# Dynamic AuthMethod loader class. This provides the facility to load
diff --git a/Webperl/Block.pm b/Webperl/Block.pm
index 80b65cd..acca35b 100644
--- a/Webperl/Block.pm
+++ b/Webperl/Block.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# The Block class serves as the base class for all plugin block modules in
diff --git a/Webperl/BlockSelector.pm b/Webperl/BlockSelector.pm
index f8a7492..495e023 100644
--- a/Webperl/BlockSelector.pm
+++ b/Webperl/BlockSelector.pm
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# The base class for runtime block selection classes. This allows web
diff --git a/Webperl/ConfigMicro.pm b/Webperl/ConfigMicro.pm
index 80e1528..84d6080 100644
--- a/Webperl/ConfigMicro.pm
+++ b/Webperl/ConfigMicro.pm
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# A simple configuration class intended to allow ini files to be read and saved. This
diff --git a/Webperl/HTMLValidator.pm b/Webperl/HTMLValidator.pm
index a5b4d54..5401a72 100644
--- a/Webperl/HTMLValidator.pm
+++ b/Webperl/HTMLValidator.pm
@@ -18,7 +18,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
package Webperl::HTMLValidator;
require Exporter;
diff --git a/Webperl/Logger.pm b/Webperl/Logger.pm
index ccb9205..c1101d4 100644
--- a/Webperl/Logger.pm
+++ b/Webperl/Logger.pm
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# A class to handle logging operations throughout a system. This collects
diff --git a/Webperl/MediaWiki/Simple.pm b/Webperl/MediaWiki/Simple.pm
index adc2956..63ecac3 100644
--- a/Webperl/MediaWiki/Simple.pm
+++ b/Webperl/MediaWiki/Simple.pm
@@ -13,7 +13,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# This module is a simplified wrapper around MediaWiki::API, allowing access to a
diff --git a/Webperl/Message.pm b/Webperl/Message.pm
index 647a8e9..1ce9c43 100644
--- a/Webperl/Message.pm
+++ b/Webperl/Message.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# This is the 'base' class for the Message modules. It provides any functionality
diff --git a/Webperl/Message/Queue.pm b/Webperl/Message/Queue.pm
index b5ccb1f..f6be85d 100644
--- a/Webperl/Message/Queue.pm
+++ b/Webperl/Message/Queue.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# This class allows messages to be added to the message queue, or retrieved from
diff --git a/Webperl/Message/Transport.pm b/Webperl/Message/Transport.pm
index 8646d68..2443c71 100644
--- a/Webperl/Message/Transport.pm
+++ b/Webperl/Message/Transport.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# This is the 'base' class for the Message::Transport modules. It provides
diff --git a/Webperl/Message/Transport/Email.pm b/Webperl/Message/Transport/Email.pm
index e427a41..200bbd9 100644
--- a/Webperl/Message/Transport/Email.pm
+++ b/Webperl/Message/Transport/Email.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# This class implements the email transport system; lasciate ogne speranza, voi ch'intrate.
diff --git a/Webperl/Message/Transport/Local.pm b/Webperl/Message/Transport/Local.pm
index e9cd0e1..5a64126 100644
--- a/Webperl/Message/Transport/Local.pm
+++ b/Webperl/Message/Transport/Local.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# This class implements the local delivery transport. Local delivery actually involves
diff --git a/Webperl/Modules.pm b/Webperl/Modules.pm
index 6dddd80..5df84e0 100644
--- a/Webperl/Modules.pm
+++ b/Webperl/Modules.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# A class to simplify runtime loading of modules. This class simplifies the
diff --git a/Webperl/SessionHandler.pm b/Webperl/SessionHandler.pm
index f69d2e6..315224c 100644
--- a/Webperl/SessionHandler.pm
+++ b/Webperl/SessionHandler.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# The SessionHandler class provides cookie-based session facilities for
diff --git a/Webperl/System.pm b/Webperl/System.pm
index 5e87d6f..9ceab09 100644
--- a/Webperl/System.pm
+++ b/Webperl/System.pm
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# The base class for appplication-specific module loading. Subclasses of
diff --git a/Webperl/SystemModule.pm b/Webperl/SystemModule.pm
index 798e319..ae920f0 100644
--- a/Webperl/SystemModule.pm
+++ b/Webperl/SystemModule.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# This is a base class for system modules, providing common
diff --git a/Webperl/Template.pm b/Webperl/Template.pm
index 6030a08..f9b221b 100644
--- a/Webperl/Template.pm
+++ b/Webperl/Template.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# A simple Template class with internationalisation support. Note that
diff --git a/Webperl/Utils.pm b/Webperl/Utils.pm
index 63bd227..d6e8e36 100644
--- a/Webperl/Utils.pm
+++ b/Webperl/Utils.pm
@@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# System-wide utility functions. The functions in this file may be useful at
diff --git a/Webperl/phpBB3.pm b/Webperl/phpBB3.pm
index a504154..e086370 100644
--- a/Webperl/phpBB3.pm
+++ b/Webperl/phpBB3.pm
@@ -14,7 +14,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
+# along with this program. If not, see http://www.gnu.org/licenses/.
## @class
# The phpBB3 class provides facilities for interacting with a phpBB3 forum