]> jfr.im git - erebus.git/blobdiff - modules/foo.py
licensing
[erebus.git] / modules / foo.py
index f2a394a920b36a9afe650aad4374bbddfa1a01fd..8063afb5e22d44e158b381cda1a73dbe97b4f3ed 100644 (file)
@@ -1,10 +1,10 @@
-# Erebus IRC bot - Author: John Runyon
+# Erebus IRC bot - Author: Erebus Team
 # simple module example
 # This file is released into the public domain; see http://unlicense.org/
 
 # module info
 modinfo = {
-       'author': 'John Runyon (DimeCadmium)',
+       'author': 'Erebus Team',
        'license': 'public domain',
        'compatible': [1], # compatible module API versions
        'depends': [], # other modules required to work properly?