From 2086b2fa5d0929441dfb9dcc47f817ed5badfa26 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 15 Apr 2017 21:23:10 +0200 Subject: [PATCH] Fix URL in copyright header --- LegacyPasswordGenerator.h | 2 +- LegacyPasswordGenerator.m | 2 +- NewPasswordGenerator.h | 2 +- NewPasswordGenerator.m | 2 +- PasswordGenerator.h | 2 +- ScryptPWGen.h | 2 +- ScryptPWGen.m | 4 ++-- iOS/AboutController.h | 2 +- iOS/AboutController.m | 2 +- iOS/AddSiteController.h | 2 +- iOS/AddSiteController.m | 2 +- iOS/AppDelegate.h | 2 +- iOS/AppDelegate.m | 2 +- iOS/MainViewController.h | 2 +- iOS/MainViewController.m | 2 +- iOS/ShowDetailsController.h | 2 +- iOS/ShowDetailsController.m | 2 +- iOS/SiteStorage.h | 2 +- iOS/SiteStorage.m | 2 +- iOS/main.m | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/LegacyPasswordGenerator.h b/LegacyPasswordGenerator.h index 2209f9c..7a102b8 100644 --- a/LegacyPasswordGenerator.h +++ b/LegacyPasswordGenerator.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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 d574709..a9d2595 100644 --- a/LegacyPasswordGenerator.m +++ b/LegacyPasswordGenerator.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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 2e08886..ce97d49 100644 --- a/NewPasswordGenerator.h +++ b/NewPasswordGenerator.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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 e8cc4c3..9625fdc 100644 --- a/NewPasswordGenerator.m +++ b/NewPasswordGenerator.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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 78e8c3e..0260ced 100644 --- a/PasswordGenerator.h +++ b/PasswordGenerator.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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/ScryptPWGen.h b/ScryptPWGen.h index e30ab54..8a27178 100644 --- a/ScryptPWGen.h +++ b/ScryptPWGen.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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/ScryptPWGen.m b/ScryptPWGen.m index 65198ff..aa7d5f5 100644 --- a/ScryptPWGen.m +++ b/ScryptPWGen.m @@ -1,7 +1,7 @@ /* - * Copyright (c) 2016, Jonathan Schleifer + * Copyright (c) 2016, 2017, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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.h b/iOS/AboutController.h index 54a4835..9a783d0 100644 --- a/iOS/AboutController.h +++ b/iOS/AboutController.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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.m b/iOS/AboutController.m index 830217a..5fb0676 100644 --- a/iOS/AboutController.m +++ b/iOS/AboutController.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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/AddSiteController.h b/iOS/AddSiteController.h index fd2a20e..aecd545 100644 --- a/iOS/AddSiteController.h +++ b/iOS/AddSiteController.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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/AddSiteController.m b/iOS/AddSiteController.m index 879593d..e6dcd93 100644 --- a/iOS/AddSiteController.m +++ b/iOS/AddSiteController.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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.h b/iOS/AppDelegate.h index 8b3c804..d6926e4 100644 --- a/iOS/AppDelegate.h +++ b/iOS/AppDelegate.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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.m b/iOS/AppDelegate.m index a707ad1..1cc5afe 100644 --- a/iOS/AppDelegate.m +++ b/iOS/AppDelegate.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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.h b/iOS/MainViewController.h index 70fb73b..5ddf847 100644 --- a/iOS/MainViewController.h +++ b/iOS/MainViewController.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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.m b/iOS/MainViewController.m index 38bfc68..01ec3ae 100644 --- a/iOS/MainViewController.m +++ b/iOS/MainViewController.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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.h b/iOS/ShowDetailsController.h index d38a925..4f82ddf 100644 --- a/iOS/ShowDetailsController.h +++ b/iOS/ShowDetailsController.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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.m b/iOS/ShowDetailsController.m index 83c5152..3c020e1 100644 --- a/iOS/ShowDetailsController.m +++ b/iOS/ShowDetailsController.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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.h b/iOS/SiteStorage.h index a7958bd..57e2cba 100644 --- a/iOS/SiteStorage.h +++ b/iOS/SiteStorage.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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.m b/iOS/SiteStorage.m index 46b2a05..1d39b62 100644 --- a/iOS/SiteStorage.m +++ b/iOS/SiteStorage.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * 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 02a7133..3b86d50 100644 --- a/iOS/main.m +++ b/iOS/main.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2016, Jonathan Schleifer * - * https://heap.zone/git/?p=scrypt-pwgen.git + * https://heap.zone/git/scrypt-pwgen.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above