Update copyright

This commit is contained in:
Jonathan Schleifer 2018-01-11 23:53:54 +01:00
parent 02ed98041d
commit 0facc3a80e
No known key found for this signature in database
GPG key ID: 28D65178B37F33E3
24 changed files with 28 additions and 28 deletions

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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 "

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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];

View file

@ -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

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *

View file

@ -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
* *