From c48bd67f080dfd13ac2c1c6231421628c359652f Mon Sep 17 00:00:00 2001
From: Paul Marshall <portsidepaul@hotmail.com>
Date: Sun, 29 Jan 2012 22:20:22 +0000
Subject: [PATCH] Updated documentation.

---
 add_mesh_stairs/general.py      |  6 +++---
 add_mesh_stairs/post.py         |  6 +++---
 add_mesh_stairs/rail.py         |  6 +++---
 add_mesh_stairs/retainer.py     |  6 +++---
 add_mesh_stairs/stairbuilder.py | 22 +++++++++++++++++++++-
 add_mesh_stairs/stringer.py     |  6 +++---
 add_mesh_stairs/tread.py        |  2 +-
 7 files changed, 37 insertions(+), 17 deletions(-)

diff --git a/add_mesh_stairs/general.py b/add_mesh_stairs/general.py
index 28a6be31..40127355 100644
--- a/add_mesh_stairs/general.py
+++ b/add_mesh_stairs/general.py
@@ -9,16 +9,16 @@
 # 
 # Paul "BrikBot" Marshall
 # Created: September 19, 2011
-# Last Modified: September 20, 2011
+# Last Modified: January 29, 2011
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 #
-# Coded in IDLE, tested in Blender 2.59.
+# Coded in IDLE, tested in Blender 2.61.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify
diff --git a/add_mesh_stairs/post.py b/add_mesh_stairs/post.py
index c3f9218f..62f56a84 100644
--- a/add_mesh_stairs/post.py
+++ b/add_mesh_stairs/post.py
@@ -9,16 +9,16 @@
 # 
 # Paul "BrikBot" Marshall
 # Created: September 19, 2011
-# Last Modified: September 20, 2011
+# Last Modified: January 29, 2011
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 #
-# Coded in IDLE, tested in Blender 2.59.
+# Coded in IDLE, tested in Blender 2.61.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify
diff --git a/add_mesh_stairs/rail.py b/add_mesh_stairs/rail.py
index fd4949b2..85c31dd2 100644
--- a/add_mesh_stairs/rail.py
+++ b/add_mesh_stairs/rail.py
@@ -9,16 +9,16 @@
 # 
 # Paul "BrikBot" Marshall
 # Created: September 19, 2011
-# Last Modified: September 20, 2011
+# Last Modified: January 29, 2011
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 #
-# Coded in IDLE, tested in Blender 2.59.
+# Coded in IDLE, tested in Blender 2.61.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify
diff --git a/add_mesh_stairs/retainer.py b/add_mesh_stairs/retainer.py
index dc0dd0e0..8c8a22c8 100644
--- a/add_mesh_stairs/retainer.py
+++ b/add_mesh_stairs/retainer.py
@@ -9,16 +9,16 @@
 # 
 # Paul "BrikBot" Marshall
 # Created: September 19, 2011
-# Last Modified: September 20, 2011
+# Last Modified: January 29, 2011
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 #
-# Coded in IDLE, tested in Blender 2.59.
+# Coded in IDLE, tested in Blender 2.61.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify
diff --git a/add_mesh_stairs/stairbuilder.py b/add_mesh_stairs/stairbuilder.py
index ab22be00..0ab252cc 100644
--- a/add_mesh_stairs/stairbuilder.py
+++ b/add_mesh_stairs/stairbuilder.py
@@ -44,7 +44,27 @@
 #       - "T" staircase
 #
 # Last Modified By: Paul "brikbot" Marshall
-# Last Modification: November 20, 2011
+# Last Modification: January 29, 2011
+#
+# ##### BEGIN GPL LICENSE BLOCK #####
+#
+#  Stairbuilder is for quick stair generation.
+#  Copyright (C) 2011  Paul Marshall
+#
+#  This program 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.
+#
+#  This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# ##### END GPL LICENSE BLOCK #####
 
 #-----------------------------------------------------------
 # BEGIN NEW B2.5/Py3.2 CODE
diff --git a/add_mesh_stairs/stringer.py b/add_mesh_stairs/stringer.py
index c87a652f..99af7230 100644
--- a/add_mesh_stairs/stringer.py
+++ b/add_mesh_stairs/stringer.py
@@ -13,16 +13,16 @@
 # 
 # Paul "BrikBot" Marshall
 # Created: September 19, 2011
-# Last Modified: November 20, 2011
+# Last Modified: January 29, 2011
 # Homepage (blog): http://post.darkarsenic.com/
 #                       //blog.darkarsenic.com/
 #
-# Coded in IDLE, tested in Blender 2.59.
+# Coded in IDLE, tested in Blender 2.61.
 # Search for "@todo" to quickly find sections that need work.
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify
diff --git a/add_mesh_stairs/tread.py b/add_mesh_stairs/tread.py
index 7b758115..1a5af0c7 100644
--- a/add_mesh_stairs/tread.py
+++ b/add_mesh_stairs/tread.py
@@ -24,7 +24,7 @@
 #
 # ##### BEGIN GPL LICENSE BLOCK #####
 #
-#  The Blender Rock Creation tool is for rapid generation of mesh rocks in Blender.
+#  Stairbuilder is for quick stair generation.
 #  Copyright (C) 2011  Paul Marshall
 #
 #  This program is free software: you can redistribute it and/or modify
-- 
GitLab