From 06a5fb81fa7d1fc190762072da31a095e212eb8b Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Wed, 24 Jun 2020 22:53:39 +0000 Subject: [PATCH] Update homepage and copyright FossilOrigin-Name: 3c3453a863b038cc42ddbfaeab738c1d48662500faf192256f3930ab46e86d05 --- CryptoPassphrase.h | 2 +- CryptoPassphrase.m | 2 +- LegacyPasswordGenerator.h | 2 +- LegacyPasswordGenerator.m | 2 +- NewPasswordGenerator.h | 2 +- NewPasswordGenerator.m | 2 +- PasswordGenerator.h | 2 +- iOS/AboutController.swift | 10 +++++----- iOS/AddSiteController.swift | 4 ++-- iOS/AppDelegate.swift | 4 ++-- iOS/HTTPServerDelegate.swift | 4 ++-- iOS/MainViewController.swift | 4 ++-- iOS/SelectKeyFileController.swift | 4 ++-- iOS/ShowDetailsController.swift | 4 ++-- iOS/SiteStorage.swift | 4 ++-- iOS/bridge.h | 4 ++-- iOS/main.m | 4 ++-- 17 files changed, 30 insertions(+), 30 deletions(-) diff --git a/CryptoPassphrase.h b/CryptoPassphrase.h index 42b912a..0adf417 100644 --- a/CryptoPassphrase.h +++ b/CryptoPassphrase.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://nil.im/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/CryptoPassphrase.m b/CryptoPassphrase.m index 5159ee7..3486d28 100644 --- a/CryptoPassphrase.m +++ b/CryptoPassphrase.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://nil.im/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/LegacyPasswordGenerator.h b/LegacyPasswordGenerator.h index dad1735..6c0d143 100644 --- a/LegacyPasswordGenerator.h +++ b/LegacyPasswordGenerator.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://nil.im/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/LegacyPasswordGenerator.m b/LegacyPasswordGenerator.m index 5cf639c..b7599c4 100644 --- a/LegacyPasswordGenerator.m +++ b/LegacyPasswordGenerator.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://nil.im/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/NewPasswordGenerator.h b/NewPasswordGenerator.h index 8ac2e52..d19470c 100644 --- a/NewPasswordGenerator.h +++ b/NewPasswordGenerator.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://nil.im/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/NewPasswordGenerator.m b/NewPasswordGenerator.m index af049a7..1e2f06d 100644 --- a/NewPasswordGenerator.m +++ b/NewPasswordGenerator.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://nil.im/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/PasswordGenerator.h b/PasswordGenerator.h index 4f0f472..9c3eefb 100644 --- a/PasswordGenerator.h +++ b/PasswordGenerator.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://nil.im/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/iOS/AboutController.swift b/iOS/AboutController.swift index 0da91b1..6f1d006 100644 --- a/iOS/AboutController.swift +++ b/iOS/AboutController.swift @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -62,12 +62,12 @@ class AboutController: UIViewController, UIWebViewDelegate { "

" + " CryptoPassphrase is free software and the source code is" + " available at" + - " here." + + " here." + "

" + "

" + " It makes use of the" + - " ObjFW framework and" + - " also uses its scrypt implementation." + + " ObjFW framework and also" + + " uses its scrypt implementation." + "

" + "" + "", baseURL: nil) diff --git a/iOS/AddSiteController.swift b/iOS/AddSiteController.swift index 644908c..acc5b98 100644 --- a/iOS/AddSiteController.swift +++ b/iOS/AddSiteController.swift @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/iOS/AppDelegate.swift b/iOS/AppDelegate.swift index 521b9a9..17b6ceb 100644 --- a/iOS/AppDelegate.swift +++ b/iOS/AppDelegate.swift @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/iOS/HTTPServerDelegate.swift b/iOS/HTTPServerDelegate.swift index 94ccac3..50e4774 100644 --- a/iOS/HTTPServerDelegate.swift +++ b/iOS/HTTPServerDelegate.swift @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/iOS/MainViewController.swift b/iOS/MainViewController.swift index 2e71cf5..7e36e03 100644 --- a/iOS/MainViewController.swift +++ b/iOS/MainViewController.swift @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/iOS/SelectKeyFileController.swift b/iOS/SelectKeyFileController.swift index 9c6e722..24d78fc 100644 --- a/iOS/SelectKeyFileController.swift +++ b/iOS/SelectKeyFileController.swift @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/iOS/ShowDetailsController.swift b/iOS/ShowDetailsController.swift index 438718d..b8ccf2e 100644 --- a/iOS/ShowDetailsController.swift +++ b/iOS/ShowDetailsController.swift @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/iOS/SiteStorage.swift b/iOS/SiteStorage.swift index 619e13e..bf049e3 100644 --- a/iOS/SiteStorage.swift +++ b/iOS/SiteStorage.swift @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/iOS/bridge.h b/iOS/bridge.h index 755e019..4a9280d 100644 --- a/iOS/bridge.h +++ b/iOS/bridge.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/iOS/main.m b/iOS/main.m index 157633e..6dbd46b 100644 --- a/iOS/main.m +++ b/iOS/main.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016 - 2019 Jonathan Schleifer + * Copyright (c) 2016 - 2020 Jonathan Schleifer * - * https://heap.zone/git/cryptopassphrase.git + * https://fossil.nil.im/cryptopassphrase * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above