From: Simon Tatham Date: Sun, 13 Oct 2024 09:19:31 +0000 (+0100) Subject: editor.py: add a comment including authorship and licence. X-Git-Tag: bedstead-002.009~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=61ed1e1f76286554c00f9c01f3cd975167dedae9;p=bedstead.git editor.py: add a comment including authorship and licence. 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. --- diff --git a/editor.py b/editor.py index 0d07ec6..cf4f5c0 100644 --- 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