diff --git a/language.md b/language.md index 6d20063..c98a34d 100644 --- a/language.md +++ b/language.md @@ -36,7 +36,7 @@ In any case, here we are. This documentation will detail all aspects of ZScript, from the language and type system to the API and finer details. This document is distributed under the [CC0 public domain license](LICENSE.txt) in the hope that it is useful reference and serves as a solid basis for further -writings. This document was originally written by Alison Sanderson (Marrub.) +writings. This document was originally written by Alison Watson (Marrub.) Attribution is encouraged but not required. # Reading This Document diff --git a/tools/tocgen.rb b/tools/tocgen.rb index 64866d5..4d961f8 100755 --- a/tools/tocgen.rb +++ b/tools/tocgen.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby ## Distributed under the CC0 public domain license. -## By Alison Sanderson. Attribution is encouraged, though not required. +## By Alison Watson. Attribution is encouraged, though not required. ## ## TOCGen: Generates inter-file TOCs. ## Example usage: diff --git a/tools/treegen.rb b/tools/treegen.rb index 4516831..5e7a739 100755 --- a/tools/treegen.rb +++ b/tools/treegen.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby ## Distributed under the CC0 public domain license. -## By Alison Sanderson. Attribution is encouraged, though not required. +## By Alison Watson. Attribution is encouraged, though not required. ## ## TreeGen: Generates the glossary files for classes. ## Example usage: diff --git a/tools/zsclasstree.rb b/tools/zsclasstree.rb index 1aaf34a..4bbf8bf 100755 --- a/tools/zsclasstree.rb +++ b/tools/zsclasstree.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby ## Distributed under the CC0 public domain license. -## By Alison Sanderson. Attribution is encouraged, though not required. +## By Alison Watson. Attribution is encouraged, though not required. ## ## ZSClassTree: Generates a class tree from ZScript files. ## Example usage: