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)
commitcd63085011ec98a8949fca48217e4efad5558908
tree8ae4c8ba194438ac88dc5475365a7e9f90b29bea
parentf9f0e640be09d0cb3ebfa8f84977fdf5ae816088
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