From a4733e86b7184838ae18da1848a96e39fe97e334 Mon Sep 17 00:00:00 2001 From: Araragi Koyomi Date: Sat, 20 Aug 2022 02:47:42 +0200 Subject: [PATCH] Update license --- README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 100e960..8606d9a 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,6 @@ Tired of solving captchas all day? Don't want carpal tunnel syndrome young? Have |:--:| |**JKCS in action — Solve button showcase**| -How to Build -============== - -Install [NodeJS](https://nodejs.org/) if you haven't already, I personally use the latest version of Node (v18 at the time of writing) on Linux x64. - -Install [PNPM](https://pnpm.io/) - -Run ``pnpm install`` in this directory, then run ``pnpm run build_ff`` or ``pnpm run build_chrome`` depending on your browser of choice. build_ff will create an unsigned Firefox .xpi addon, while build_chrome will create an extension directory that can be side-loaded in Developer mode. - How to Install ============== @@ -39,7 +30,53 @@ Joshi Koukousei Captcha Service is available on the [Chrome Web Store!](https:// ## Firefox Joshi Koukousei Captcha Service is available on the [Firefox AWO!](https://addons.mozilla.org/en-US/firefox/addon/jkcs/) +How to Build +============== + +Install [NodeJS](https://nodejs.org/) if you haven't already, I personally use the latest version of Node (v18 at the time of writing) on Linux x64. + +Install [PNPM](https://pnpm.io/) + +Run ``pnpm install`` in this directory, then run ``pnpm run build_ff`` or ``pnpm run build_chrome`` depending on your browser of choice. build_ff will create an unsigned Firefox .xpi addon, while build_chrome will create an extension directory that can be side-loaded in Developer mode. + Acknowledgements ============== -This is a fork of https://github.com/AUTOMATIC1111/4chan-captcha-solver that focuses on optimized performance. During testing JKCS has proven to be objectively faster than AUTOMATIC1111's userscript version, achieving instantanous captcha solving on both Chromium and Firefox. \ No newline at end of file +This is a fork of https://github.com/AUTOMATIC1111/4chan-captcha-solver that focuses on optimized performance. During testing JKCS has proven to be objectively faster than AUTOMATIC1111's userscript version, achieving instantanous captcha solving on both Chromium and Firefox. + +License +============== +MIT No Attribution + +Copyright 2022 You + +Permission is hereby granted, free of charge, to any person obtaining a copy of this +software and associated documentation files (the "Software"), to deal in the Software +without restriction, including without limitation the rights to use, copy, modify, +merge, publish, distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +--- SUBLICENSE --- + +Copyright (C) 2022 /cumg/ + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either +version 3 of the License, or (at your option) any later version. + +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 +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with this program; if not, write to the Free Software Foundation, +Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. \ No newline at end of file