You can now kiss the frog!
[mudsync.git] / mudsync / container.scm
index 46a52e5a6a9db261681d16a05b83c89b5eb25dad..2ddb2c7f2b7f1bbf4566b6bb81880d613ae31dc7 100644 (file)
@@ -1,5 +1,5 @@
 ;;; Mudsync --- Live hackable MUD
-;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
 ;;;
 ;;; This file is part of Mudsync.
 ;;;
 ;;; along with Mudsync.  If not, see <http://www.gnu.org/licenses/>.
 
 ;;; Containers
+;;; ==========
+;;;
+;;; While all gameobjs are containers, some gameobjs are more
+;;; containers than others.
 
 (define-module (mudsync container)
   #:use-module (8sync)