Add missing copyright/license notices
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 16 Dec 2016 09:55:47 +0000 (09:55 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 16 Dec 2016 09:55:47 +0000 (09:55 +0000)
For clarity, add copyright and license notice headers at the tops of
files which were missing them (general packaging configuration and
metadata for the most part, but doesn't hurt to be thorough for the
sake of future provenance inquiries).

.gitignore
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini

index e3fe8a1..e833e8d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (c) 2014-2016 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.
+
 *.egg-info/
 .eggs/
 .tox/
index 90396eb..f03bf88 100644 (file)
@@ -1,2 +1,6 @@
+# Copyright (c) 2014-2016 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.
+
 passlib
 pyyaml
index 35cd6bc..d87ca9b 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,7 @@
+# Copyright (c) 2016 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.
+
 [metadata]
 name = mudpy
 summary = The mudpy MUD server engine.
index 473cf21..7e4f9f6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,7 @@
+# Copyright (c) 2016 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.
+
 import setuptools
 
 setuptools.setup(setup_requires=['pbr>=2.0'], pbr=True)
index 3930480..380db49 100644 (file)
@@ -1 +1,5 @@
+# Copyright (c) 2016 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.
+
 flake8
diff --git a/tox.ini b/tox.ini
index 041861a..90fa750 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,7 @@
+# Copyright (c) 2016 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.
+
 [tox]
 minversion = 2.0
 envlist = flake8