From 61ed1e1f76286554c00f9c01f3cd975167dedae9 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 13 Oct 2024 10:19:31 +0100 Subject: [PATCH] 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. --- editor.py | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.30.2