Skip to content

Commit

Permalink
License disclaimer on Ticketz exclusive files
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Jul 12, 2024
1 parent fec184b commit c93d525
Show file tree
Hide file tree
Showing 10 changed files with 410 additions and 0 deletions.
41 changes: 41 additions & 0 deletions backend/src/helpers/authState.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
/*
DO NOT REMOVE / NÃO REMOVER
VERSÃO EM PORTUGUÊS MAIS ABAIXO
BASIC LICENSE INFORMATION:
Author: Claudemir Todo Bom
Email: [email protected]
Licensed under the AGPLv3 as stated on LICENSE.md file
Any work that uses code from this file is obligated to
give access to its source code to all of its users (not only
the system's owner running it)
EXCLUSIVE LICENSE to use on closed source derived work can be
purchased from the author and put at the root of the source
code tree as proof-of-purchase.
INFORMAÇÕES BÁSICAS DE LICENÇA
Autor: Claudemir Todo Bom
Email: [email protected]
Licenciado sob a licença AGPLv3 conforme arquivo LICENSE.md
Qualquer sistema que inclua este código deve ter o seu código
fonte fornecido a todos os usuários do sistema (não apenas ao
proprietário da infraestrutura que o executa)
LICENÇA EXCLUSIVA para uso em produto derivado em código fechado
pode ser adquirida com o autor e colocada na raiz do projeto
como prova de compra.
*/

import type {
AuthenticationCreds,
AuthenticationState,
Expand Down
41 changes: 41 additions & 0 deletions backend/src/libs/socket.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
/*
DO NOT REMOVE / NÃO REMOVER
VERSÃO EM PORTUGUÊS MAIS ABAIXO
BASIC LICENSE INFORMATION:
Author: Claudemir Todo Bom
Email: [email protected]
Licensed under the AGPLv3 as stated on LICENSE.md file
Any work that uses code from this file is obligated to
give access to its source code to all of its users (not only
the system's owner running it)
EXCLUSIVE LICENSE to use on closed source derived work can be
purchased from the author and put at the root of the source
code tree as proof-of-purchase.
INFORMAÇÕES BÁSICAS DE LICENÇA
Autor: Claudemir Todo Bom
Email: [email protected]
Licenciado sob a licença AGPLv3 conforme arquivo LICENSE.md
Qualquer sistema que inclua este código deve ter o seu código
fonte fornecido a todos os usuários do sistema (não apenas ao
proprietário da infraestrutura que o executa)
LICENÇA EXCLUSIVA para uso em produto derivado em código fechado
pode ser adquirida com o autor e colocada na raiz do projeto
como prova de compra.
*/

import { Server as SocketIO } from "socket.io";
import { instrument } from "@socket.io/admin-ui";
import { Server } from "http";
Expand Down
41 changes: 41 additions & 0 deletions backend/src/services/PaymentGatewayServices/EfiServices.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
/*
DO NOT REMOVE / NÃO REMOVER
VERSÃO EM PORTUGUÊS MAIS ABAIXO
BASIC LICENSE INFORMATION:
Author: Claudemir Todo Bom
Email: [email protected]
Licensed under the AGPLv3 as stated on LICENSE.md file
Any work that uses code from this file is obligated to
give access to its source code to all of its users (not only
the system's owner running it)
EXCLUSIVE LICENSE to use on closed source derived work can be
purchased from the author and put at the root of the source
code tree as proof-of-purchase.
INFORMAÇÕES BÁSICAS DE LICENÇA
Autor: Claudemir Todo Bom
Email: [email protected]
Licenciado sob a licença AGPLv3 conforme arquivo LICENSE.md
Qualquer sistema que inclua este código deve ter o seu código
fonte fornecido a todos os usuários do sistema (não apenas ao
proprietário da infraestrutura que o executa)
LICENÇA EXCLUSIVA para uso em produto derivado em código fechado
pode ser adquirida com o autor e colocada na raiz do projeto
como prova de compra.
*/

import { Request, Response } from "express";
import EfiPay, { EfiCredentials } from "sdk-typescript-apis-efi";
import path from "path";
Expand Down
41 changes: 41 additions & 0 deletions backend/src/services/PaymentGatewayServices/OwenServices.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
/*
DO NOT REMOVE / NÃO REMOVER
VERSÃO EM PORTUGUÊS MAIS ABAIXO
BASIC LICENSE INFORMATION:
Author: Claudemir Todo Bom
Email: [email protected]
Licensed under the AGPLv3 as stated on LICENSE.md file
Any work that uses code from this file is obligated to
give access to its source code to all of its users (not only
the system's owner running it)
EXCLUSIVE LICENSE to use on closed source derived work can be
purchased from the author and put at the root of the source
code tree as proof-of-purchase.
INFORMAÇÕES BÁSICAS DE LICENÇA
Autor: Claudemir Todo Bom
Email: [email protected]
Licenciado sob a licença AGPLv3 conforme arquivo LICENSE.md
Qualquer sistema que inclua este código deve ter o seu código
fonte fornecido a todos os usuários do sistema (não apenas ao
proprietário da infraestrutura que o executa)
LICENÇA EXCLUSIVA para uso em produto derivado em código fechado
pode ser adquirida com o autor e colocada na raiz do projeto
como prova de compra.
*/

import { Request, Response } from "express";
import axios from "axios";
import GetSuperSettingService from "../SettingServices/GetSuperSettingService";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
/*
DO NOT REMOVE / NÃO REMOVER
VERSÃO EM PORTUGUÊS MAIS ABAIXO
BASIC LICENSE INFORMATION:
Author: Claudemir Todo Bom
Email: [email protected]
Licensed under the AGPLv3 as stated on LICENSE.md file
Any work that uses code from this file is obligated to
give access to its source code to all of its users (not only
the system's owner running it)
EXCLUSIVE LICENSE to use on closed source derived work can be
purchased from the author and put at the root of the source
code tree as proof-of-purchase.
INFORMAÇÕES BÁSICAS DE LICENÇA
Autor: Claudemir Todo Bom
Email: [email protected]
Licenciado sob a licença AGPLv3 conforme arquivo LICENSE.md
Qualquer sistema que inclua este código deve ter o seu código
fonte fornecido a todos os usuários do sistema (não apenas ao
proprietário da infraestrutura que o executa)
LICENÇA EXCLUSIVA para uso em produto derivado em código fechado
pode ser adquirida com o autor e colocada na raiz do projeto
como prova de compra.
*/

import { Request, Response } from "express";
import { Op } from "sequelize";
import AppError from "../../errors/AppError";
Expand Down
41 changes: 41 additions & 0 deletions frontend/src/components/PaymentGateways/Efi/EfiSettings.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
/*
DO NOT REMOVE / NÃO REMOVER
VERSÃO EM PORTUGUÊS MAIS ABAIXO
BASIC LICENSE INFORMATION:
Author: Claudemir Todo Bom
Email: [email protected]
Licensed under the AGPLv3 as stated on LICENSE.md file
Any work that uses code from this file is obligated to
give access to its source code to all of its users (not only
the system's owner running it)
EXCLUSIVE LICENSE to use on closed source derived work can be
purchased from the author and put at the root of the source
code tree as proof-of-purchase.
INFORMAÇÕES BÁSICAS DE LICENÇA
Autor: Claudemir Todo Bom
Email: [email protected]
Licenciado sob a licença AGPLv3 conforme arquivo LICENSE.md
Qualquer sistema que inclua este código deve ter o seu código
fonte fornecido a todos os usuários do sistema (não apenas ao
proprietário da infraestrutura que o executa)
LICENÇA EXCLUSIVA para uso em produto derivado em código fechado
pode ser adquirida com o autor e colocada na raiz do projeto
como prova de compra.
*/

import React, { useEffect, useState, useRef } from "react";

import Grid from "@material-ui/core/Grid";
Expand Down
41 changes: 41 additions & 0 deletions frontend/src/components/PaymentGateways/Owen/OwenSettings.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
/*
DO NOT REMOVE / NÃO REMOVER
VERSÃO EM PORTUGUÊS MAIS ABAIXO
BASIC LICENSE INFORMATION:
Author: Claudemir Todo Bom
Email: [email protected]
Licensed under the AGPLv3 as stated on LICENSE.md file
Any work that uses code from this file is obligated to
give access to its source code to all of its users (not only
the system's owner running it)
EXCLUSIVE LICENSE to use on closed source derived work can be
purchased from the author and put at the root of the source
code tree as proof-of-purchase.
INFORMAÇÕES BÁSICAS DE LICENÇA
Autor: Claudemir Todo Bom
Email: [email protected]
Licenciado sob a licença AGPLv3 conforme arquivo LICENSE.md
Qualquer sistema que inclua este código deve ter o seu código
fonte fornecido a todos os usuários do sistema (não apenas ao
proprietário da infraestrutura que o executa)
LICENÇA EXCLUSIVA para uso em produto derivado em código fechado
pode ser adquirida com o autor e colocada na raiz do projeto
como prova de compra.
*/

import React, { useEffect, useState } from "react";

import Grid from "@material-ui/core/Grid";
Expand Down
41 changes: 41 additions & 0 deletions frontend/src/components/Settings/PaymentGateway.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
/*
DO NOT REMOVE / NÃO REMOVER
VERSÃO EM PORTUGUÊS MAIS ABAIXO
BASIC LICENSE INFORMATION:
Author: Claudemir Todo Bom
Email: [email protected]
Licensed under the AGPLv3 as stated on LICENSE.md file
Any work that uses code from this file is obligated to
give access to its source code to all of its users (not only
the system's owner running it)
EXCLUSIVE LICENSE to use on closed source derived work can be
purchased from the author and put at the root of the source
code tree as proof-of-purchase.
INFORMAÇÕES BÁSICAS DE LICENÇA
Autor: Claudemir Todo Bom
Email: [email protected]
Licenciado sob a licença AGPLv3 conforme arquivo LICENSE.md
Qualquer sistema que inclua este código deve ter o seu código
fonte fornecido a todos os usuários do sistema (não apenas ao
proprietário da infraestrutura que o executa)
LICENÇA EXCLUSIVA para uso em produto derivado em código fechado
pode ser adquirida com o autor e colocada na raiz do projeto
como prova de compra.
*/

import React, { useEffect, useState } from "react";

import Grid from "@material-ui/core/Grid";
Expand Down
Loading

0 comments on commit c93d525

Please sign in to comment.