Generalize copyright headers in files
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 2 Oct 2018 20:53:01 +0000 (20:53 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 4 Oct 2018 14:27:32 +0000 (14:27 +0000)
commit7c8c6fb92849b5f923f08dff96903a2b637d5ad6
tree8ae4c8ba194438ac88dc5475365a7e9f90b29bea
parent94977822f75b7777555ba3de6d5a2cfeeca03d88
Generalize copyright headers in files

Since we're distributing an AUTHORS file even in wheel packages now
replace the specific copyright strings with ones which generally
mention "mudpy authors" instead, refer to the AUTHORS file and Git
history from the LICENSE file, and embed the generated list of
authors in rendered versions of the license.
36 files changed:
.gitignore
.yamllint
LICENSE
README
doc/requirements.txt
doc/source/_static/logo.svg
doc/source/api.rst
doc/source/changelog.rst
doc/source/clients.rst
doc/source/coder.rst
doc/source/conf.py
doc/source/configuration.rst
doc/source/data_model.rst
doc/source/index.rst
doc/source/license.rst
etc/mudpy.yaml
mudpy/__init__.py
mudpy/daemon.py
mudpy/data.py
mudpy/misc.py
mudpy/password.py
mudpy/telnet.py
mudpy/tests/fixtures/test_daemon.yaml
mudpy/tests/selftest.py
mudpy/version.py
requirements.txt
sample/__init__.yaml
sample/area.yaml
sample/prop.yaml
setup.cfg
setup.py
share/archetype.yaml
share/command.yaml
share/menu.yaml
test-requirements.txt
tox.ini