Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,14 +572,21 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details.

## License

See [LICENSE](LICENSE) for details.
Copyright © 2024 [Crown Copyright][crown-copyright] (Office for National Statistics)

Unless stated otherwise, the codebase is released under the [MIT License](LICENSE).
This covers both the codebase and any sample code in the documentation.

The documentation in this repo are released under the [Open Government Licence v3.0][ogl-v3].

---

[//]: # (:TODO: Enable link checking once https://github.com/tcort/markdown-link-check/issues/250 is resolved.)
<!-- markdown-link-check-disable -->

[alternative-software-tools]: #alternatives-softwaretools

[updating-project]: #updating-project-with-template-changes
<!-- markdown-link-check-enable -->

[crown-copyright]: https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/

[ogl-v3]: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
10 changes: 7 additions & 3 deletions project_template/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,13 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for details.

## License

Copyright © 2024 [Crown Copyright](https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/) (Office for National Statistics)
Copyright © {{ '%Y' | strftime }} [Crown Copyright][crown-copyright] (Office for National Statistics)

Unless stated otherwise, the codebase is released under the [MIT License](LICENSE). This covers both the codebase and any sample code in the documentation.
Unless stated otherwise, the codebase is released under the [MIT License](LICENSE).
This covers both the codebase and any sample code in the documentation.

The documentation in this repo are released under the [Open Government Licence v3.0](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/).
The documentation in this repo are released under the [Open Government Licence v3.0][ogl-v3].

[crown-copyright]: https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/
[ogl-v3]: https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/
{%- endif %}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2024, Crown Copyright (Office for National Statistics)
Copyright (c) {{ '%Y' | strftime }}, Crown Copyright (Office for National Statistics)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
Expand Down
Loading