Skip to content

Commit

Permalink
update copyright guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaanbajwa committed Jan 9, 2024
1 parent 041c6e8 commit 7db5c85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ NHS.UK frontend is maintained by NHS England. [Email us](mailto:service-manual@n

## Licence

The codebase is released under the MIT Licence, unless stated otherwise. This covers both the codebase and any sample code in the documentation. The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.
The codebase is released under the MIT Licence, unless stated otherwise. This covers both the codebase and any sample code in the documentation. The documentation is © NHS England and available under the terms of the Open Government 3.0 licence.
7 changes: 6 additions & 1 deletion packages/components/footer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Find out more about the footer component and when to use it in the [NHS digital service manual](https://service-manual.nhs.uk/design-system/components/footer).

Your copyright statement must reflect the ownership of your website or service. The NHS website is (c) Crown copyright but the NHS generally does not have Crown status.

## Quick start examples

### Footer (default)
Expand Down Expand Up @@ -36,7 +38,7 @@ Find out more about the footer component and when to use it in the [NHS digital
</li>
</ul>
<div>
<p class="nhsuk-footer__copyright">&copy; Crown copyright</p>
<p class="nhsuk-footer__copyright">&copy; NHS England</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -156,6 +158,9 @@ Find out more about the footer component and when to use it in the [NHS digital
</li>
</ul>
</div>
<div>
<p class="nhsuk-footer__copyright">&copy; Crown copyright</p>
</div>
</div>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion packages/components/footer/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{%- endfor %}
</ul>
<div>
<p class="nhsuk-footer__copyright">&copy; Crown copyright</p>
<p class="nhsuk-footer__copyright">&copy; NHS England</p>
</div>
</div> {# close nhsuk-footer #}
{% else %}
Expand Down

0 comments on commit 7db5c85

Please sign in to comment.