From: Andrey Miroshnikov Date: Tue, 5 Dec 2023 15:05:02 +0000 (+0000) Subject: HDL_workflow: Added copyright notice info X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9170c9bb0e1a7c03337cfbb2cceddb3a0c5024d;p=libreriscv.git HDL_workflow: Added copyright notice info --- diff --git a/HDL_workflow.mdwn b/HDL_workflow.mdwn index 12df9b521..92b64b9b9 100644 --- a/HDL_workflow.mdwn +++ b/HDL_workflow.mdwn @@ -757,6 +757,35 @@ out punishment". for actual code development +### Copyright Notices + +**All code must have copyright and grant notices (where work was done +under budget).** + +* [Example from soc.git repo](https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/fu/div/experiment/goldschmidt_div_sqrt.py;h=3f7c2480742d6913859461da120099385f99d18a;hb=HEAD) + +Breakdown of the header in the above example: + +- Code was worked on by Jacob Lifshay during 2022. +- Work was done under LibreSOC's Crypto Router +[grant](https://libre-soc.org/nlnet_2021_crypto_router/) submitted to NLnet. +NLnet grant code is `2021-02-052`. +- The NLnet grant was under the +[NLnet Assure fund](https://nlnet.nl/assure). +- Financial support for NGI Assure comes from European Commission's +[Next Generation Internet](https://ngi.eu/) Programme, +grant agreement no. 957073. + +Template: + +``` +# SPDX-License-Identifier: LGPL-3-or-later +# Copyright 202X [Name] [email] +# +# Funded by NLnet [Programme Name] Programme [202X-YY-ZZZ], [NLnet URL] part +# of [EU Programme Name] 202X EU Programme [Programme Number]. +``` + ### Plan unit tests * plan in advance to write not just code but a full test suite for