-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
License disclaimer on Ticketz exclusive files
- Loading branch information
Showing
10 changed files
with
410 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
41 changes: 41 additions & 0 deletions
41
backend/src/services/PaymentGatewayServices/EfiServices.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
41 changes: 41 additions & 0 deletions
41
backend/src/services/PaymentGatewayServices/OwenServices.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
41 changes: 41 additions & 0 deletions
41
backend/src/services/PaymentGatewayServices/PaymentGatewayServices.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
41 changes: 41 additions & 0 deletions
41
frontend/src/components/PaymentGateways/Efi/EfiSettings.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
41 changes: 41 additions & 0 deletions
41
frontend/src/components/PaymentGateways/Owen/OwenSettings.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
|
Oops, something went wrong.