chiark / gitweb /
editor.py: add a comment including authorship and licence.
authorSimon Tatham <anakin@pobox.com>
Sun, 13 Oct 2024 09:19:31 +0000 (10:19 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 13 Oct 2024 14:04:53 +0000 (15:04 +0100)
Ben is trying to make Bedstead into a Debian package, which involves
clarifying copyright and licences anywhere it's unclear. When I
contributed this editing tool I did it on a very informal basis ('look
at this fun hack!') and didn't make that clear. Time to fix that.

editor.py

index 0d07ec679faf46b378d0bddaa2d2aee7858a58ec..cf4f5c060bf01179b35eed3f9f1f495ce2a8f68a 100644 (file)
--- a/editor.py
+++ b/editor.py
@@ -1,5 +1,12 @@
 #!/usr/bin/env python
 
+# Interactive glyph editor for Bedstead.
+#
+# This program was written by Simon Tatham in 2013.
+#
+# Simon Tatham makes this program available under the CC0 Public
+# Domain Dedication.
+
 from __future__ import division, print_function, unicode_literals
 
 import re