feat : add copyright info handling (first steps)
These are the first steps to handle copyright info. This MR :
- Adds a
copyright_infofield to theversionmodel (⚠️ ) - Adds this field to the REST API serializer
- Adds it to the form to edit a release and displays it along other version info
- Adds the field to the CSV export of the BOM
- Creates a "hidden" Notice page, accessible only via the URL
As this changes the data model, if you test it, don't forget to roll back the migration after your tests.
Edited by Camille Moulin