From ba4799b8a3991cbc477fcfd822631300a4224a9a Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Thu, 1 Aug 2019 02:06:56 +0100 Subject: [PATCH] add copyright notice --- src/ieee754/fpcommon/fpbase.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/ieee754/fpcommon/fpbase.py b/src/ieee754/fpcommon/fpbase.py index de336ed7..bc70fa2c 100644 --- a/src/ieee754/fpcommon/fpbase.py +++ b/src/ieee754/fpcommon/fpbase.py @@ -1,6 +1,10 @@ -# IEEE Floating Point Adder (Single Precision) -# Copyright (C) Jonathan P Dawson 2013 -# 2013-12-12 +"""IEEE754 Floating Point Adder Pipeline + +Copyright (C) 2019 Luke Kenneth Casson Leighton +Copyright (C) 2019 Jake Lifshay + +""" + from nmigen import Signal, Cat, Const, Mux, Module, Elaboratable from math import log -- 2.30.2