Index: trunk/wb/modules/wrapper/info.php
===================================================================
--- trunk/wb/modules/wrapper/info.php	(revision 135)
+++ trunk/wb/modules/wrapper/info.php	(revision 136)
@@ -29,6 +29,7 @@
 $module_version = '2.6';
 $module_platform = '2.6.x';
 $module_author = 'Ryan Djurovich';
+$module_license = 'GNU General Public License';
 $module_description = 'This module allows you to wrap your site around another using an inline frame';
 
 ?>
\ No newline at end of file
Index: trunk/wb/modules/menu_link/info.php
===================================================================
--- trunk/wb/modules/menu_link/info.php	(revision 135)
+++ trunk/wb/modules/menu_link/info.php	(revision 136)
@@ -25,10 +25,11 @@
 
 $module_directory = 'menu_link';
 $module_name = 'Menu Link';
-$module_type = 'page';
+$module_function = 'page';
 $module_version = '2.6';
 $module_platform = '2.6.x';
 $module_author = 'Ryan Djurovich';
+$module_license = 'GNU General Public License';
 $module_description = 'This module allows you to insert a link into the menu.';
 
 ?>
\ No newline at end of file
Index: trunk/wb/modules/wysiwyg/info.php
===================================================================
--- trunk/wb/modules/wysiwyg/info.php	(revision 135)
+++ trunk/wb/modules/wysiwyg/info.php	(revision 136)
@@ -29,6 +29,7 @@
 $module_version = '2.6';
 $module_platform = '2.6.x';
 $module_author = 'Ryan Djurovich';
+$module_license = 'GNU General Public License';
 $module_description = 'This module allows you to edit the contents of a page using the WYSIWYG htmlArea program';
 
 ?>
\ No newline at end of file
Index: trunk/wb/modules/form/info.php
===================================================================
--- trunk/wb/modules/form/info.php	(revision 135)
+++ trunk/wb/modules/form/info.php	(revision 136)
@@ -30,10 +30,11 @@
 
 $module_directory = 'form';
 $module_name = 'Form';
-$module_type = 'page';
+$module_function = 'page';
 $module_version = '2.6';
 $module_platform = '2.6.x';
 $module_author = 'Ryan Djurovich & Rudolph Lartey';
+$module_license = 'GNU General Public License';
 $module_description = 'This module allows you to create customised online forms, such as a feedback form. '.
 'Thank-you to Rudolph Lartey who help enhance this module, providing code for extra field types, etc.';
 
Index: trunk/wb/modules/code/info.php
===================================================================
--- trunk/wb/modules/code/info.php	(revision 135)
+++ trunk/wb/modules/code/info.php	(revision 136)
@@ -29,6 +29,7 @@
 $module_version = '2.6';
 $module_platform = '2.6.x';
 $module_author = 'Ryan Djurovich';
+$module_license = 'GNU General Public License';
 $module_description = 'This module allows you to edit the contents of a page with a simple, yet powerful, text box';
 
 ?>
\ No newline at end of file
Index: trunk/wb/modules/news/info.php
===================================================================
--- trunk/wb/modules/news/info.php	(revision 135)
+++ trunk/wb/modules/news/info.php	(revision 136)
@@ -25,10 +25,11 @@
 
 $module_directory = 'news';
 $module_name = 'News';
-$module_type = 'page';
+$module_function = 'page';
 $module_version = '2.6';
 $module_platform = '2.6.x';
-$module_author = 'Ryan Djurovich';
+$module_author = 'Ryan Djurovich';
+$module_license = 'GNU General Public License';
 $module_description = 'This page type is designed for making a news page.';
 
 ?>
\ No newline at end of file
Index: trunk/wb/modules/htmlarea/info.php
===================================================================
--- trunk/wb/modules/htmlarea/info.php	(revision 135)
+++ trunk/wb/modules/htmlarea/info.php	(revision 136)
@@ -1,5 +1,28 @@
 <?php
 
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2005, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker 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.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
 $module_directory = 'htmlarea';
 $module_name = 'HTMLArea';
 $module_function = 'wysiwyg';
@@ -6,6 +29,7 @@
 $module_version = '2.6';
 $module_platform = '2.6.x';
 $module_author = 'Ryan Djurovich, Stefan Braunewell';
+$module_license = 'GNU General Public License';
 $module_description = 'This module allows you to edit the contents of a page using HTMLArea Editor.';
 
 ?>
