Skip to content

Commit b99bfe1

Browse files
authored
Add copyright and CC BY 4.0 license to the footer of each page. (#191)
1 parent d4d9cd5 commit b99bfe1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ $ mkdocs serve
3535

3636
Anytime you make a change to the content within the site, your browser should automatically refresh to show your changes in real-time.
3737

38-
3938
## Contributing
4039

4140
We encourage and welcome any contributions to CDS Hooks.
@@ -46,7 +45,10 @@ In support of a healthy and inclusive community, we use and enforce a [code of c
4645

4746
## License
4847

49-
Licensed under the Apache License, Version 2.0 (the "License");
48+
All Markdown content in this repository is licensed under the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
49+
50+
Unless otherwise noted, the contents of this repository
51+
are licensed under the Apache License, Version 2.0 (the "License");
5052
you may not use this file except in compliance with the License.
5153
You may obtain a copy of the License at
5254

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@ markdown_extensions:
3333
linenums: true
3434
- toc:
3535
permalink: true
36+
37+
copyright: © 2018 HL7 & Boston Children's Hospital.<p /> <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

0 commit comments

Comments
 (0)