Skip to content

Commit

Permalink
Tweak license wording
Browse files Browse the repository at this point in the history
- Add back source code link
- Shorten "Licensed under..." wording
- Remove link to CC license on homepage
  • Loading branch information
anishathalye committed Feb 7, 2020
1 parent c3b3045 commit 3366d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/lecture.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ <h1 class="title">{{ page.title }}{% if page.subtitle %} <span class="subtitle">

<div class="small center">
<p><a href="https://github.com/missing-semester/missing-semester/blob/master/{{ page.path }}">Edit this page</a>.</p>
<p>This content is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0">CC BY-NC-SA</a>.</p>
<p>Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0">CC BY-NC-SA</a>.</p>
</div>
3 changes: 2 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ AeroAstro](https://aeroastro.mit.edu/) for A/V equipment; and Brandi Adams and
---

<div class="small center">
<p>This content is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0">CC BY-NC-SA</a>.</p>
<p><a href="https://github.com/missing-semester/missing-semester">Source code</a>.</p>
<p>Licensed under CC BY-NC-SA.</p>
<p>See <a href="/license">here</a> for contribution &amp; translation guidelines.</p>
</div>

0 comments on commit 3366d22

Please sign in to comment.