Skip to content

Commit ca36525

Browse files
committed
Fix footer and about dialog
1 parent 7445dff commit ca36525

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

www/src/app/components/about/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ <h3 class="modal-title">About</h3>
2020
</div>
2121
<div class="row mt-s">
2222
<div class="col-md-12 text-center">
23-
<div>Copyright (C) 2014-2019 Thomas Franco, Saâd Kadhi, Jérôme Leonard</div>
24-
<div>Copyright (C) 2017-2019 Nabil Adouani</div>
23+
<div>Copyright (C) 2014-2020 Thomas Franco, Saâd Kadhi, Jérôme Leonard</div>
24+
<div>Copyright (C) 2017-2020 Nabil Adouani</div>
2525
</div>
2626
</div>
2727

www/src/app/components/footer/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55
<div>
66
<strong>
7-
<a href="http://www.thehive-project.org" target="_blank">TheHive Project</a> 2016-2019,
7+
<a href="http://www.thehive-project.org" target="_blank">TheHive Project</a> 2016-2020,
88
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPL-V3</a>
99
</strong>
1010
</div>

0 commit comments

Comments
 (0)