Update copyright

This commit is contained in:
Jonathan Schleifer 2019-01-23 00:25:58 +01:00
parent fb05b4f53e
commit 3221b97143
No known key found for this signature in database
GPG key ID: 79D21189A2D4708D
25 changed files with 28 additions and 28 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
* Copyright (c) 2016 - 2019 Jonathan Schleifer <js@heap.zone>
*
* https://heap.zone/git/scrypt-pwgen.git
*
@ -46,7 +46,7 @@ static NSString *aboutHTMLTemplate =
@" scrypt-pwgen {version}"
@"</div>"
@"<div id='copyright'>"
@" Copyright © 2016, 2017, 2018, Jonathan Schleifer"
@" Copyright © 2016 - 2019 Jonathan Schleifer"
@"</div>"
@"<p name='free_software'>"
@" scrypt-pwgen is free software and the source code is available at "