File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33We follow the CalVer (https://calver.org/ ) versioning scheme: YY.MINOR.MICRO.
44
5+ 21.3.4 (01-10-2022)
6+ ===================
7+
8+ Update copyright year automatically
9+
51021.3.3 (12-20-2021)
611===================
712
Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ cas.login.resources.osf.donate=Donate
516516#
517517# Footer
518518#
519- copyright.cos =<span style="white-space: nowrap">Copyright © 2011 – 2021 </span> \
519+ copyright.cos =<span style="white-space: nowrap">Copyright © 2011 – {0} </span> \
520520 <a style="white-space: nowrap" href="https://cos.io">Center for Open Science</a> | \
521521 <a style="white-space: nowrap" href="https://github.com/CenterForOpenScience/centerforopenscience.org/blob/master/TERMS_OF_USE.md">Terms of Use</a> | \
522522 <a style="white-space: nowrap" href="https://github.com/CenterForOpenScience/centerforopenscience.org/blob/master/PRIVACY_POLICY.md">Privacy Policy</a> | \
Original file line number Diff line number Diff line change 11< footer class ="py-4 d-flex justify-content-center cas-footer cas-footer-osf ">
2- < span id ="copyright " th:utext ="#{copyright.cos} " class ="mr-2 d-inline-block copyright "> </ span >
2+ < span id ="copyright-2 "
3+ th:with ="year=${#dates.year(#dates.createNow())} "
4+ th:utext ="#{copyright.cos(${year.toString()})} "
5+ class ="mr-2 d-inline-block copyright ">
6+ </ span >
37</ footer >
You can’t perform that action at this time.
0 commit comments