From 3221b97143cb7e6e0660510e8e08615fe993704d Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Wed, 23 Jan 2019 00:25:58 +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/Base.lproj/LaunchScreen.storyboard | 6 +++--- iOS/HTTPServerDelegate.h | 2 +- iOS/HTTPServerDelegate.m | 2 +- iOS/MainViewController.h | 2 +- iOS/MainViewController.m | 2 +- iOS/SelectKeyFileController.h | 2 +- iOS/SelectKeyFileController.m | 2 +- iOS/ShowDetailsController.h | 2 +- iOS/ShowDetailsController.m | 2 +- iOS/SiteStorage.h | 2 +- iOS/SiteStorage.m | 2 +- iOS/main.m | 2 +- 25 files changed, 28 insertions(+), 28 deletions(-) diff --git a/LegacyPasswordGenerator.h b/LegacyPasswordGenerator.h index 8f241fa..f2ecccc 100644 --- a/LegacyPasswordGenerator.h +++ b/LegacyPasswordGenerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/LegacyPasswordGenerator.m b/LegacyPasswordGenerator.m index e14ec22..1c7b820 100644 --- a/LegacyPasswordGenerator.m +++ b/LegacyPasswordGenerator.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/NewPasswordGenerator.h b/NewPasswordGenerator.h index ae49ae9..6c9fe98 100644 --- a/NewPasswordGenerator.h +++ b/NewPasswordGenerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/NewPasswordGenerator.m b/NewPasswordGenerator.m index ee3faa6..fc2eb94 100644 --- a/NewPasswordGenerator.m +++ b/NewPasswordGenerator.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/PasswordGenerator.h b/PasswordGenerator.h index e2f756c..c9605cf 100644 --- a/PasswordGenerator.h +++ b/PasswordGenerator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/ScryptPWGen.h b/ScryptPWGen.h index e6b9a32..678dc4b 100644 --- a/ScryptPWGen.h +++ b/ScryptPWGen.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/ScryptPWGen.m b/ScryptPWGen.m index 5501954..81620ff 100644 --- a/ScryptPWGen.m +++ b/ScryptPWGen.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/AboutController.h b/iOS/AboutController.h index 89324d7..4b82cd8 100644 --- a/iOS/AboutController.h +++ b/iOS/AboutController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/AboutController.m b/iOS/AboutController.m index 1e907f5..ef39a82 100644 --- a/iOS/AboutController.m +++ b/iOS/AboutController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 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 eeb9bd5..a404a7b 100644 --- a/iOS/AddSiteController.h +++ b/iOS/AddSiteController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/AddSiteController.m b/iOS/AddSiteController.m index 617d105..4b6f1ff 100644 --- a/iOS/AddSiteController.m +++ b/iOS/AddSiteController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/AppDelegate.h b/iOS/AppDelegate.h index a16de8b..51b55f2 100644 --- a/iOS/AppDelegate.h +++ b/iOS/AppDelegate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/AppDelegate.m b/iOS/AppDelegate.m index 2520d49..08dff5d 100644 --- a/iOS/AppDelegate.m +++ b/iOS/AppDelegate.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, 2018, Jonathan Schleifer + * Copyright (c) 2016 - 2019 Jonathan Schleifer * * https://heap.zone/git/scrypt-pwgen.git * diff --git a/iOS/Base.lproj/LaunchScreen.storyboard b/iOS/Base.lproj/LaunchScreen.storyboard index 8cbec7c..308808e 100644 --- a/iOS/Base.lproj/LaunchScreen.storyboard +++ b/iOS/Base.lproj/LaunchScreen.storyboard @@ -1,11 +1,11 @@ - + - + @@ -29,7 +29,7 @@ -