aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-13 09:19:33 +0100
committerChocobozzz <me@florianbigard.com>2021-01-13 09:19:33 +0100
commit9bb720f3f96d781d5e132220ace4515e779cea3c (patch)
tree9ab380f8c7a98889b4a9a8eecc10654873a1a0b8
parentdbe3040e3685610f1d0abf4af7fac3470e31d132 (diff)
downloadPeerTube-9bb720f3f96d781d5e132220ace4515e779cea3c.tar.gz
PeerTube-9bb720f3f96d781d5e132220ace4515e779cea3c.tar.zst
PeerTube-9bb720f3f96d781d5e132220ace4515e779cea3c.zip
It's 2021!
-rw-r--r--README.md2
-rw-r--r--client/src/app/menu/menu.component.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 630d688ab..ae78b4893 100644
--- a/README.md
+++ b/README.md
@@ -174,7 +174,7 @@ See our [ActivityPub documentation](https://docs.joinpeertube.org/api-activitypu
174 174
175## License 175## License
176 176
177Copyright (C) 2015-2020 PeerTube Contributors (see [CREDITS.md](CREDITS.md)) 177Copyright (C) 2015-2021 PeerTube Contributors (see [CREDITS.md](CREDITS.md))
178 178
179This program is free software: you can redistribute it and/or modify 179This program is free software: you can redistribute it and/or modify
180it under the terms of the GNU Affero General Public License as published 180it under the terms of the GNU Affero General Public License as published
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html
index 2331e20d9..f9e8ec2f4 100644
--- a/client/src/app/menu/menu.component.html
+++ b/client/src/app/menu/menu.component.html
@@ -180,11 +180,11 @@
180 </div> 180 </div>
181 181
182 <div class="footer-copyleft"> 182 <div class="footer-copyleft">
183 <small class="d-inline" i18n-title title="powered by PeerTube - CopyLeft 2015-2020"> 183 <small class="d-inline" i18n-title title="powered by PeerTube - CopyLeft 2015-2021">
184 <a href="https://joinpeertube.org" class="mr-1" target="_blank" rel="noopener noreferrer" i18n>powered by PeerTube</a> 184 <a href="https://joinpeertube.org" class="mr-1" target="_blank" rel="noopener noreferrer" i18n>powered by PeerTube</a>
185 185
186 <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" target="_blank" rel="noopener noreferrer"> 186 <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" target="_blank" rel="noopener noreferrer">
187 <span aria-label="copyleft" class="d-inline-block" style="transform: rotateY(180deg)">&copy;</span> 2015-2020 187 <span aria-label="copyleft" class="d-inline-block" style="transform: rotateY(180deg)">&copy;</span> 2015-2021
188 </a> 188 </a>
189 </small> 189 </small>
190 </div> 190 </div>