mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-24 14:35:46 +00:00
Merge pull request #75 from WizardTales/licensefix
fix(license): accidential AGPL in MIT licensed files
This commit is contained in:
commit
8f3faaa279
@ -1,18 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
|
* mCaptcha is a PoW based DoS protection software.
|
||||||
|
* This is the frontend web component of the mCaptcha system
|
||||||
|
* Copyright © 2023 Aravinth Manivnanan <realaravinth@batsense.net>.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* Use of this source code is governed by Apache 2.0 or MIT license.
|
||||||
* it under the terms of the GNU Affero General Public License as
|
* You shoud have received a copy of MIT and Apache 2.0 along with
|
||||||
* published by the Free Software Foundation, either version 3 of the
|
* this program. If not, see <https://spdx.org/licenses/MIT.html> for
|
||||||
* License, or (at your option) any later version.
|
* MIT or <http://www.apache.org/licenses/LICENSE-2.0> for Apache.
|
||||||
*
|
|
||||||
* 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 Affero General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
@ -1,21 +1,15 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
|
* mCaptcha is a PoW based DoS protection software.
|
||||||
|
* This is the frontend web component of the mCaptcha system
|
||||||
|
* Copyright © 2023 Aravinth Manivnanan <realaravinth@batsense.net>.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* Use of this source code is governed by Apache 2.0 or MIT license.
|
||||||
* it under the terms of the GNU Affero General Public License as
|
* You shoud have received a copy of MIT and Apache 2.0 along with
|
||||||
* published by the Free Software Foundation, either version 3 of the
|
* this program. If not, see <https://spdx.org/licenses/MIT.html> for
|
||||||
* License, or (at your option) any later version.
|
* MIT or <http://www.apache.org/licenses/LICENSE-2.0> for Apache.
|
||||||
*
|
|
||||||
* 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 Affero General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import '../reset';
|
@import "../reset";
|
||||||
|
|
||||||
.widget__contaienr {
|
.widget__contaienr {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@ -1,23 +1,19 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
|
* mCaptcha is a PoW based DoS protection software.
|
||||||
|
* This is the frontend web component of the mCaptcha system
|
||||||
|
* Copyright © 2023 Aravinth Manivnanan <realaravinth@batsense.net>.
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* Use of this source code is governed by Apache 2.0 or MIT license.
|
||||||
* it under the terms of the GNU Affero General Public License as
|
* You shoud have received a copy of MIT and Apache 2.0 along with
|
||||||
* published by the Free Software Foundation, either version 3 of the
|
* this program. If not, see <https://spdx.org/licenses/MIT.html> for
|
||||||
* License, or (at your option) any later version.
|
* MIT or <http://www.apache.org/licenses/LICENSE-2.0> for Apache.
|
||||||
*
|
|
||||||
* 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 Affero General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
import prove from "./prove";
|
|
||||||
import { PoWConfig, ServiceWorkerWork } from "./types";
|
|
||||||
import log from "../logger";
|
import log from "../logger";
|
||||||
|
|
||||||
|
import prove from "./prove";
|
||||||
|
import {PoWConfig, ServiceWorkerWork} from "./types";
|
||||||
|
|
||||||
log.log("worker registered");
|
log.log("worker registered");
|
||||||
onmessage = async (e) => {
|
onmessage = async (e) => {
|
||||||
console.debug("message received at worker");
|
console.debug("message received at worker");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user