From 205c71b0fd863989cdd159c1685bf3f6bafd6cae Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Tue, 20 Jun 2023 13:24:22 -0400 Subject: [PATCH] fixedpoint.py: license --- doc/fixedpoint.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/fixedpoint.py b/doc/fixedpoint.py index 7a78bbc..aa6a93c 100644 --- a/doc/fixedpoint.py +++ b/doc/fixedpoint.py @@ -1,3 +1,9 @@ +# Copyright (C) Peter McGoron +# +# This file is a part of Upsilon, a free and open source software project. +# For license terms, refer to the files in `doc/copying` in the Upsilon +# source distribution. + # Functions for converting to and from fixed point in Python. from math import log10, floor from decimal import *