From e3ed8e6facd16f58d698e6cbad3aca5ac5c7b677 Mon Sep 17 00:00:00 2001 From: ketmar Date: Tue, 2 Nov 2021 04:19:02 +0000 Subject: [PATCH] dlzma: changed license to WTFPL ;-) FossilOrigin-Name: 0b1fe38a9d971371daa97c904b452f77ee2ba447b1db6c4e23d21f3fc8e1b8f8 --- dlzma/dec.d | 16 +++++----------- dlzma/enc.d | 16 +++++----------- dlzma/package.d | 16 +++++----------- dlzma/test/dlzmatest.d | 9 +++++++++ dlzma/test/dlzmatest_onecall.d | 9 +++++++++ dlzma/test/dlzmatest_vanilla.d | 9 +++++++++ 6 files changed, 42 insertions(+), 33 deletions(-) diff --git a/dlzma/dec.d b/dlzma/dec.d index 02e960c..9e9e431 100644 --- a/dlzma/dec.d +++ b/dlzma/dec.d @@ -1,17 +1,11 @@ /* converted by Ketmar // Invisible Vector * Understanding is not required. Only obedience. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 3 of the License ONLY. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/txt/copying/ for more details. */ module iv.dlzma.dec; diff --git a/dlzma/enc.d b/dlzma/enc.d index 4b1f362..1f80a55 100644 --- a/dlzma/enc.d +++ b/dlzma/enc.d @@ -1,17 +1,11 @@ /* converted by Ketmar // Invisible Vector * Understanding is not required. Only obedience. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 3 of the License ONLY. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/txt/copying/ for more details. */ module iv.dlzma.enc; nothrow: diff --git a/dlzma/package.d b/dlzma/package.d index 20005ba..dccb13b 100644 --- a/dlzma/package.d +++ b/dlzma/package.d @@ -1,17 +1,11 @@ /* converted by Ketmar // Invisible Vector * Understanding is not required. Only obedience. * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 3 of the License ONLY. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/txt/copying/ for more details. */ // conversion of LZMA SDK 2103 (lzma2103.7z) module iv.dlzma; diff --git a/dlzma/test/dlzmatest.d b/dlzma/test/dlzmatest.d index 1413def..65f2c80 100644 --- a/dlzma/test/dlzmatest.d +++ b/dlzma/test/dlzmatest.d @@ -1,3 +1,12 @@ +/* converted by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/txt/copying/ for more details. + */ module dlzmatest; import std.digest.ripemd; diff --git a/dlzma/test/dlzmatest_onecall.d b/dlzma/test/dlzmatest_onecall.d index 4af04ea..bc7cf32 100644 --- a/dlzma/test/dlzmatest_onecall.d +++ b/dlzma/test/dlzmatest_onecall.d @@ -1,3 +1,12 @@ +/* converted by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/txt/copying/ for more details. + */ module dlzmatest_onecall; import iv.strex; diff --git a/dlzma/test/dlzmatest_vanilla.d b/dlzma/test/dlzmatest_vanilla.d index 2b17d89..9f21c60 100644 --- a/dlzma/test/dlzmatest_vanilla.d +++ b/dlzma/test/dlzmatest_vanilla.d @@ -1,3 +1,12 @@ +/* converted by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software. It comes without any warranty, to + * the extent permitted by applicable law. You can redistribute it + * and/or modify it under the terms of the Do What The Fuck You Want + * To Public License, Version 2, as published by Sam Hocevar. See + * http://www.wtfpl.net/txt/copying/ for more details. + */ module dlzmatest_vanilla; import std.digest.ripemd; -- 2.11.4.GIT