Comment: | Fix URL in copyright header |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4514c363cdd69ed995359cdf4a514f51 |
User & Date: | js on 2017-04-15 19:23:10 |
Other Links: | manifest | tags |
2017-05-08
| ||
00:39 | Adjust to recent ObjFW changes check-in: a3b521da82 user: js tags: trunk | |
2017-04-15
| ||
19:23 | Fix URL in copyright header check-in: 4514c363cd user: js tags: trunk | |
17:56 | Adjust to ObjFW changes check-in: 398614baea user: js tags: trunk | |
Modified LegacyPasswordGenerator.h from [7d7733bbc4] to [2ef1978fd7].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified LegacyPasswordGenerator.m from [7a0b6ec41f] to [9b014f5aed].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified NewPasswordGenerator.h from [dd4c86644f] to [fd9b5734ae].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified NewPasswordGenerator.m from [aa78dcefa0] to [6858c9a024].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified PasswordGenerator.h from [65198b8a0b] to [8e2387dd06].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified ScryptPWGen.h from [edee7e31d5] to [03797d9774].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified ScryptPWGen.m from [432f428096] to [c48c7fa7a2].
1 | /* | | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, 2017, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/AboutController.h from [2722046d2f] to [a855cd3b87].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/AboutController.m from [84b8b8d2e6] to [ffeb2faff2].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/AddSiteController.h from [8d401081f4] to [831f218447].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/AddSiteController.m from [30a86b68e2] to [d298a69c34].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/AppDelegate.h from [ee66c8399c] to [5d56a2961e].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/AppDelegate.m from [dd32fa0181] to [3dced1c028].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/MainViewController.h from [0795b5d09e] to [51c284ba33].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/MainViewController.m from [ae83e8cfd3] to [08c2db049a].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/ShowDetailsController.h from [9cb5aa0ebe] to [f5bd7bb33c].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/ShowDetailsController.m from [6cf3c3448e] to [75a5ea2c02].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/SiteStorage.h from [231d3b236a] to [742d8e3dfb].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/SiteStorage.m from [29d6b84bad] to [06f1c18e56].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified iOS/main.m from [e8692159bb] to [76010cbd4e].
1 2 3 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * | | | 1 2 3 4 5 6 7 8 9 10 11 | /* * Copyright (c) 2016, Jonathan Schleifer <js@heap.zone> * * 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 * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |