diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | client/src/app/menu/menu.component.html | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -174,7 +174,7 @@ See our [ActivityPub documentation](https://docs.joinpeertube.org/api-activitypu | |||
174 | 174 | ||
175 | ## License | 175 | ## License |
176 | 176 | ||
177 | Copyright (C) 2015-2020 PeerTube Contributors (see [CREDITS.md](CREDITS.md)) | 177 | Copyright (C) 2015-2021 PeerTube Contributors (see [CREDITS.md](CREDITS.md)) |
178 | 178 | ||
179 | This program is free software: you can redistribute it and/or modify | 179 | This program is free software: you can redistribute it and/or modify |
180 | it under the terms of the GNU Affero General Public License as published | 180 | it 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)">©</span> 2015-2020 | 187 | <span aria-label="copyleft" class="d-inline-block" style="transform: rotateY(180deg)">©</span> 2015-2021 |
188 | </a> | 188 | </a> |
189 | </small> | 189 | </small> |
190 | </div> | 190 | </div> |