From 0facc3a80e6386b2fbff13881a108ca7cdd8391a Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Thu, 11 Jan 2018 23:53:54 +0100 Subject: [PATCH] Update copyright --- LegacyPasswordGenerator.h | 2 +- LegacyPasswordGenerator.m | 2 +- NewPasswordGenerator.h | 2 +- NewPasswordGenerator.m | 2 +- PasswordGenerator.h | 2 +- ScryptPWGen.h | 2 +- ScryptPWGen.m | 2 +- iOS/AboutController.h | 2 +- iOS/AboutController.m | 4 ++-- iOS/AddSiteController.h | 2 +- iOS/AddSiteController.m | 2 +- iOS/AppDelegate.h | 2 +- iOS/AppDelegate.m | 2 +- iOS/HTTPServerDelegate.h | 2 +- iOS/HTTPServerDelegate.m | 2 +- iOS/MainViewController.h | 2 +- iOS/MainViewController.m | 6 +++--- iOS/SelectKeyFileController.h | 4 ++-- iOS/SelectKeyFileController.m | 2 +- iOS/ShowDetailsController.h | 2 +- iOS/ShowDetailsController.m | 2 +- iOS/SiteStorage.h | 2 +- iOS/SiteStorage.m | 2 +- iOS/main.m | 2 +- 24 files changed, 28 insertions(+), 28 deletions(-) diff --git a/LegacyPasswordGenerator.h b/LegacyPasswordGenerator.h index 0bc83da..8f241fa 100644 --- a/LegacyPasswordGenerator.h +++ b/LegacyPasswordGenerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/LegacyPasswordGenerator.m b/LegacyPasswordGenerator.m index ce50f0f..e14ec22 100644 --- a/LegacyPasswordGenerator.m +++ b/LegacyPasswordGenerator.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/NewPasswordGenerator.h b/NewPasswordGenerator.h index 16a07cc..ae49ae9 100644 --- a/NewPasswordGenerator.h +++ b/NewPasswordGenerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/NewPasswordGenerator.m b/NewPasswordGenerator.m index cf71cd9..ee3faa6 100644 --- a/NewPasswordGenerator.m +++ b/NewPasswordGenerator.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/PasswordGenerator.h b/PasswordGenerator.h index 62faa75..e2f756c 100644 --- a/PasswordGenerator.h +++ b/PasswordGenerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/ScryptPWGen.h b/ScryptPWGen.h index 28e6adc..e6b9a32 100644 --- a/ScryptPWGen.h +++ b/ScryptPWGen.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/ScryptPWGen.m b/ScryptPWGen.m index 5aa889f..a6383df 100644 --- a/ScryptPWGen.m +++ b/ScryptPWGen.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/AboutController.h b/iOS/AboutController.h index d4ca3b6..89324d7 100644 --- a/iOS/AboutController.h +++ b/iOS/AboutController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/AboutController.m b/iOS/AboutController.m index 3c6d93f..1e907f5 100644 --- a/iOS/AboutController.m +++ b/iOS/AboutController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * @@ -46,7 +46,7 @@ static NSString *aboutHTMLTemplate = @" scrypt-pwgen {version}" @"" @"" @"

" @" scrypt-pwgen is free software and the source code is available at " diff --git a/iOS/AddSiteController.h b/iOS/AddSiteController.h index 23d5ade..eeb9bd5 100644 --- a/iOS/AddSiteController.h +++ b/iOS/AddSiteController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/AddSiteController.m b/iOS/AddSiteController.m index 620b1e1..617d105 100644 --- a/iOS/AddSiteController.m +++ b/iOS/AddSiteController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/AppDelegate.h b/iOS/AppDelegate.h index 89bf183..a16de8b 100644 --- a/iOS/AppDelegate.h +++ b/iOS/AppDelegate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/AppDelegate.m b/iOS/AppDelegate.m index c7450cc..2520d49 100644 --- a/iOS/AppDelegate.m +++ b/iOS/AppDelegate.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/HTTPServerDelegate.h b/iOS/HTTPServerDelegate.h index 7d2762a..dabf9bb 100644 --- a/iOS/HTTPServerDelegate.h +++ b/iOS/HTTPServerDelegate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/HTTPServerDelegate.m b/iOS/HTTPServerDelegate.m index cf58114..bdd9e48 100644 --- a/iOS/HTTPServerDelegate.m +++ b/iOS/HTTPServerDelegate.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/MainViewController.h b/iOS/MainViewController.h index aa9c63b..1de8f88 100644 --- a/iOS/MainViewController.h +++ b/iOS/MainViewController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/MainViewController.m b/iOS/MainViewController.m index 38a4b73..720cec4 100644 --- a/iOS/MainViewController.m +++ b/iOS/MainViewController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * @@ -79,8 +79,8 @@ return cell; } -- (void)searchBar:(UISearchBar *)searchBar - textDidChange:(NSString *)searchText +- (void)searchBar: (UISearchBar *)searchBar + textDidChange: (NSString *)searchText { self.sites = [_siteStorage sitesWithFilter: _searchBar.text.OFObject]; [_tableView reloadData]; diff --git a/iOS/SelectKeyFileController.h b/iOS/SelectKeyFileController.h index 8d02335..c49706c 100644 --- a/iOS/SelectKeyFileController.h +++ b/iOS/SelectKeyFileController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * @@ -37,5 +37,5 @@ @property (retain) AddSiteController *addSiteController; -- (IBAction)upload:(id)sender; +- (IBAction)upload: (id)sender; @end diff --git a/iOS/SelectKeyFileController.m b/iOS/SelectKeyFileController.m index 4ce3666..22dc85e 100644 --- a/iOS/SelectKeyFileController.m +++ b/iOS/SelectKeyFileController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/ShowDetailsController.h b/iOS/ShowDetailsController.h index 5bb11b4..e491ea3 100644 --- a/iOS/ShowDetailsController.h +++ b/iOS/ShowDetailsController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/ShowDetailsController.m b/iOS/ShowDetailsController.m index e1a7fab..1f3c736 100644 --- a/iOS/ShowDetailsController.m +++ b/iOS/ShowDetailsController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/SiteStorage.h b/iOS/SiteStorage.h index 8fb9815..ccc6813 100644 --- a/iOS/SiteStorage.h +++ b/iOS/SiteStorage.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/SiteStorage.m b/iOS/SiteStorage.m index 291f30e..376cae4 100644 --- a/iOS/SiteStorage.m +++ b/iOS/SiteStorage.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/main.m b/iOS/main.m index 08db493..6d5611e 100644 --- a/iOS/main.m +++ b/iOS/main.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Jonathan Schleifer + * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git *