reanahub / reana-ui

REANA UI frontend
http://reana-ui.rtfd.io
MIT License
4 stars 33 forks source link

footer: dynamic copyright years #178

Closed tiborsimko closed 3 years ago

tiborsimko commented 3 years ago

The footer has hardcoded copyright year:

$ cat reana-ui/src/components/Footer.js
...
       <span>Copyright © 2020 CERN</span>

This should rather read 2017-2021, i.e. the beginning of the RENAA project is 2017, and ending with the current year.

(Similarly to CERN Open Data.)

Alternatively, we can consider removing displaying copyright in the footer, since the value is not clear: the site is mostly for CERN internal use, and many sites at CERN do not display copyright at the bottom. (See also Google, DuckDuckGo, etc.) So having copyright in the footer is less important for REANA than it is for CERN Open Data, say.