Generalize copyright headers in files
[mudpy.git] / share / command.yaml
index f0da2fc..85a1e91 100644 (file)
@@ -1,7 +1,7 @@
 ---
-_copy: Copyright (c) 2004-2017 Jeremy Stanley <fungi@yuggoth.org>.
-    Permission to use, copy, modify, and distribute this software is granted
-    under terms provided in the LICENSE file distributed with this software.
+_copy: Copyright (c) 2004-2017 mudpy authors. Permission to use, copy,
+    modify, and distribute this software is granted under terms
+    provided in the LICENSE file distributed with this software.
 
 _desc: This is the standard library of command definitions.
 
@@ -94,5 +94,6 @@ command.show.help: Here are the possible incantations (<parameter> is required,
     element)$(eol)   show file <filename> (list elements in a
     file)$(eol)   show files (list all element data files)$(eol)   show log
     [level [start [stop]]] (list logs above level from start to
-    stop)$(eol)   show result <expression> (evaluates a python
-    expression)$(eol)   show time (returns several current timer values)
+    stop)$(eol)   show result <expression> (evaluate a python
+    expression)$(eol)   show time (return several current timer
+    values)$(eol)   show version (display running version and dependencies)