From: Luke Kenneth Casson Leighton Date: Wed, 16 Feb 2022 13:12:59 +0000 (+0000) Subject: add copyright notices X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58ace362b79810ff0db6a8194ec989bfd682e4ed;p=ls2.git add copyright notices --- diff --git a/src/crg.py b/src/crg.py index fd4566b..195e8fd 100644 --- a/src/crg.py +++ b/src/crg.py @@ -1,4 +1,14 @@ -# This file is Copyright (c) 2020 LambdaConcept +# Copyright (c) 2020 LambdaConcept +# Copyright (c) 2021 Luke Kenneth Casson Leighton +# Copyright (c) 2018-2020 Florent Kermarrec +# Copyright (c) 2019 Michael Betz +# +# Based on code from LambaConcept, from the gram example which is BSD-2-License +# https://github.com/jeanthom/gram/tree/master/examples +# +# Modifications for the Libre-SOC Project funded by NLnet and NGI POINTER +# under EU Grants 871528 and 957073, under the LGPLv3+ License + from nmigen import *