Skip to content

Commit

Permalink
Clarifying copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon committed Aug 10, 2018
1 parent 7d56447 commit b5eaa0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<div class="wrapper">
<div class="footer">
<%= render partial: "content/layout/footer_partners" %>
<p class="right"><%= setting(:name) %></p>
<p class="right"><%= setting(:name) %>. Public user content licensed CC BY 4.0 unless otherwise specified.</p>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion app/views/papers/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<div class="wrapper">
<div class="footer">
<%= render partial: "content/layout/footer_partners" %>
<p class="right"><%= setting(:name) %></p>
<p class="right"><%= setting(:name) %>. Public user content licensed CC BY 4.0 unless otherwise specified.</p>
</div>
</div>
</body>
Expand Down

0 comments on commit b5eaa0f

Please sign in to comment.