Skip to content

Commit 7aac71a

Browse files
committed
Update copyright footer
1 parent 2b648e7 commit 7aac71a

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,16 @@ Finally, the tutorial provides hands-on exercises with step-by-step instructions
2121
5. Practice a version controlled development workflow.
2222
5. Employ Git branching strategies to manage different versions of code.
2323
6. Collaborate with peers by pulling and merging changes from a shared repository.
24+
25+
26+
27+
## License
28+
29+
This work is licensed under a
30+
[Creative Commons Attribution 4.0 International License][cc-by].
31+
Copyright © 2025, [Michael J Rossetti](https://michael-rossetti.org/).
32+
33+
[![CC BY 4.0][cc-by-image]][cc-by]
34+
35+
[cc-by]: http://creativecommons.org/licenses/by/4.0/
36+
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png

docs/_quarto.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project:
99
# https://quarto.org/docs/reference/projects/books.html
1010
book:
1111
title: "Version Control Tutorial"
12-
author: "Michael Rossetti"
12+
author: "Michael J Rossetti"
1313
date: "last-modified" # "7/24/2024"
1414
date-format: "iso"
1515
#doi: "...."
@@ -118,7 +118,11 @@ book:
118118

119119
page-footer:
120120
center: |
121-
<p>&copy; Copyright 2025, GWU Open Source Program Office (OSPO)</p>
121+
<p>&copy; Copyright 2025, <a href="https://ospo.gwu.edu/">GWU Open Source Program Office (OSPO)</a>.
122+
Authored by <a href="https://michael-rossetti.org/">Michael J Rossetti</a>.
123+
Licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a>.
124+
</p>
125+
122126
123127
124128
#bibliography: references.bib

0 commit comments

Comments
 (0)