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
|
||||||
*
|
*
|
||||||
|
@ -79,8 +79,8 @@
|
||||||
return cell;
|
return cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)searchBar:(UISearchBar *)searchBar
|
- (void)searchBar: (UISearchBar *)searchBar
|
||||||
textDidChange:(NSString *)searchText
|
textDidChange: (NSString *)searchText
|
||||||
{
|
{
|
||||||
self.sites = [_siteStorage sitesWithFilter: _searchBar.text.OFObject];
|
self.sites = [_siteStorage sitesWithFilter: _searchBar.text.OFObject];
|
||||||
[_tableView reloadData];
|
[_tableView reloadData];
|
||||||
|
|
|
@ -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
|
||||||
*
|
*
|
||||||
|
@ -37,5 +37,5 @@
|
||||||
|
|
||||||
@property (retain) AddSiteController *addSiteController;
|
@property (retain) AddSiteController *addSiteController;
|
||||||
|
|
||||||
- (IBAction)upload:(id)sender;
|
- (IBAction)upload: (id)sender;
|
||||||
@end
|
@end
|
||||||
|
|
|
@ -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