summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-22 18:44:04 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-22 18:44:04 -0500
commit9887638de195d243a5276b5fe3e0cf79bad21ed7 (patch)
tree2457d8c8d1616ae74cfdff8c39b04d51279ec7ed /ChangeLog
parent2dfc2991e2f8b41b93a60639c2aebb461567866e (diff)
authors -> contributors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 526319e..951980f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu>
+ * AUTHORS: Deleted
+ * CONTRIBUTORS.rst: Added
+ * Makefile: updated copyright header (authors -> contributors)
+ * combox/_version.py: updated copyright header (authors -> contributors)
+ * combox/cbox.py: updated copyright header (authors -> contributors)
+ * combox/config.py: updated copyright header (authors -> contributors)
+ * combox/crypto.py: updated copyright header (authors -> contributors)
+ * combox/events.py: updated copyright header (authors -> contributors)
+ * combox/file.py: updated copyright header (authors -> contributors)
+ * combox/gui.py: updated copyright header (authors -> contributors)
+ * combox/log.py: updated copyright header (authors -> contributors)
+ * combox/silo.py: updated copyright header (authors -> contributors)
+ * setup.py: updated copyright header (authors -> contributors)
+ * tests/_version_test.py: updated copyright header (authors -> contributors)
+ * tests/config_test.py: updated copyright header (authors -> contributors)
+ * tests/crypto_test.py: updated copyright header (authors -> contributors)
+ * tests/events_test.py: updated copyright header (authors -> contributors)
+ * tests/file_test.py: updated copyright header (authors -> contributors)
+ * tests/silo_test.py: updated copyright header (authors -> contributors)
+ * tests/utils.py: updated copyright header (authors -> contributors)
+
+2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu>
+
* Makefile: added new targets `clean-dist` and `clean-pyc`.
2015-12-22 Siddharth Ravikumar <sravik@bgsu.edu>