From: Jean THOMAS Date: Mon, 8 Jun 2020 09:14:42 +0000 (+0200) Subject: Add copyright X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e0cd1f6907b217c64dc90873ed4d14cea895a6c;p=gram.git Add copyright --- diff --git a/gram/common.py b/gram/common.py index b733f35..d416d16 100644 --- a/gram/common.py +++ b/gram/common.py @@ -1,6 +1,7 @@ # This file is Copyright (c) 2016-2019 Florent Kermarrec # This file is Copyright (c) 2018 John Sully # This file is Copyright (c) 2018 bunnie +# This file is Copyright (c) 2020 LambdaConcept # License: BSD import math diff --git a/gram/compat.py b/gram/compat.py index 90ebf3c..aba8ecf 100644 --- a/gram/compat.py +++ b/gram/compat.py @@ -1,3 +1,5 @@ +# This file is Copyright (c) 2020 LambdaConcept + from nmigen import * from nmigen.compat import Case diff --git a/gram/stream.py b/gram/stream.py index 725a153..d8b127e 100644 --- a/gram/stream.py +++ b/gram/stream.py @@ -1,3 +1,5 @@ +# This file is Copyright (c) 2020 LambdaConcept + from nmigen import * from nmigen.hdl.rec import * from nmigen.lib import fifo