diff --git a/Projects/SAMufasaGUI/about.lfm b/Projects/SAMufasaGUI/about.lfm
index cb40822..da2eb1b 100644
--- a/Projects/SAMufasaGUI/about.lfm
+++ b/Projects/SAMufasaGUI/about.lfm
@@ -1,21 +1,22 @@
-object AboutForm: TAboutForm
- Left = 622
- Height = 300
- Top = 271
- Width = 400
- Caption = 'AboutForm'
- ClientHeight = 300
- ClientWidth = 400
- LCLVersion = '0.9.29'
- object Memo1: TMemo
- Left = 0
- Height = 300
- Top = 0
- Width = 400
- Align = alClient
- Lines.Strings = (
- 'Mufasa is, and always will be, sick.'
- )
- TabOrder = 0
- end
-end
+object AboutForm: TAboutForm
+ Left = 622
+ Height = 300
+ Top = 271
+ Width = 400
+ ActiveControl = Memo1
+ Caption = 'AboutForm'
+ ClientHeight = 300
+ ClientWidth = 400
+ LCLVersion = '0.9.29'
+ object Memo1: TMemo
+ Left = 0
+ Height = 300
+ Top = 0
+ Width = 400
+ Align = alClient
+ Lines.Strings = (
+ 'Mufasa is, and always will be, sick.'
+ )
+ TabOrder = 0
+ end
+end
diff --git a/Projects/SAMufasaGUI/about.lrs b/Projects/SAMufasaGUI/about.lrs
index 5f1d8e0..5338730 100644
--- a/Projects/SAMufasaGUI/about.lrs
+++ b/Projects/SAMufasaGUI/about.lrs
@@ -1,10 +1,10 @@
{ This is an automatically generated lazarus resource file }
-
-LazarusResources.Add('TAboutForm','FORMDATA',[
- 'TPF0'#10'TAboutForm'#9'AboutForm'#4'Left'#3'n'#2#6'Height'#3','#1#3'Top'#3#15
- +#1#5'Width'#3#144#1#7'Caption'#6#9'AboutForm'#12'ClientHeight'#3','#1#11'Cli'
- +'entWidth'#3#144#1#10'LCLVersion'#6#6'0.9.29'#0#5'TMemo'#5'Memo1'#4'Left'#2#0
- +#6'Height'#3','#1#3'Top'#2#0#5'Width'#3#144#1#5'Align'#7#8'alClient'#13'Line'
- +'s.Strings'#1#6'$Mufasa is, and always will be, sick.'#0#8'TabOrder'#2#0#0#0
- +#0
-]);
+
+LazarusResources.Add('TAboutForm','FORMDATA',[
+ 'TPF0'#10'TAboutForm'#9'AboutForm'#4'Left'#3'n'#2#6'Height'#3','#1#3'Top'#3#15
+ +#1#5'Width'#3#144#1#13'ActiveControl'#7#5'Memo1'#7'Caption'#6#9'AboutForm'#12
+ +'ClientHeight'#3','#1#11'ClientWidth'#3#144#1#10'LCLVersion'#6#6'0.9.29'#0#5
+ +'TMemo'#5'Memo1'#4'Left'#2#0#6'Height'#3','#1#3'Top'#2#0#5'Width'#3#144#1#5
+ +'Align'#7#8'alClient'#13'Lines.Strings'#1#6'$Mufasa is, and always will be, '
+ +'sick.'#0#8'TabOrder'#2#0#0#0#0
+]);
diff --git a/Projects/SAMufasaGUI/about.pas b/Projects/SAMufasaGUI/about.pas
index e75f65d..b545b8b 100644
--- a/Projects/SAMufasaGUI/about.pas
+++ b/Projects/SAMufasaGUI/about.pas
@@ -1,32 +1,55 @@
-unit about;
-
-{$mode objfpc}{$H+}
-
-interface
-
-uses
- Classes, SysUtils, FileUtil, LResources, Forms, Controls, Graphics, Dialogs,
- StdCtrls;
-
-type
-
- { TAboutForm }
-
- TAboutForm = class(TForm)
- Memo1: TMemo;
- private
- { private declarations }
- public
- { public declarations }
- end;
-
-var
- AboutForm: TAboutForm;
-
-implementation
-
-initialization
- {$I about.lrs}
-
-end.
-
+{
+ This file is part of the Mufasa Macro Library (MML)
+ Copyright (c) 2009 by Raymond van Venetiƫ and Merlijn Wajer
+
+ MML 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 3 of the License, or
+ (at your option) any later version.
+
+ MML 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 MML. If not, see