Update copyright
This commit is contained in:
parent
02ed98041d
commit
0facc3a80e
24 changed files with 28 additions and 28 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
@ -46,7 +46,7 @@ static NSString *aboutHTMLTemplate =
|
||||||
@" scrypt-pwgen {version}"
|
@" scrypt-pwgen {version}"
|
||||||
@"</div>"
|
@"</div>"
|
||||||
@"<div id='copyright'>"
|
@"<div id='copyright'>"
|
||||||
@" Copyright © 2016 - 2017, Jonathan Schleifer"
|
@" Copyright © 2016, 2017, 2018, Jonathan Schleifer"
|
||||||
@"</div>"
|
@"</div>"
|
||||||
@"<p name='free_software'>"
|
@"<p name='free_software'>"
|
||||||
@" scrypt-pwgen is free software and the source code is available at "
|
@" scrypt-pwgen is free software and the source code is available at "
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone>
|
* Copyright (c) 2016, 2017, 2018, Jonathan Schleifer <js@heap.zone>
|
||||||
*
|
*
|
||||||
* https://heap.zone/git/scrypt-pwgen.git
|
* https://heap.zone/git/scrypt-pwgen.git
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue