Revert "Update SPDX-License-Identifier"

This reverts commit a3dfa0d4f4.
This commit is contained in:
2024-09-14 18:16:42 -03:00
parent a3dfa0d4f4
commit e04da0a06c
17 changed files with 17 additions and 17 deletions

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import dotenv from 'dotenv'; import dotenv from 'dotenv';
import { TribufuApi } from '../build/index.mjs'; import { TribufuApi } from '../build/index.mjs';

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import dotenv from 'dotenv'; import dotenv from 'dotenv';
import { TribufuBot } from '../build/index.mjs'; import { TribufuBot } from '../build/index.mjs';

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import dotenv from 'dotenv'; import dotenv from 'dotenv';
import { TribufuClient } from '../build/index.mjs'; import { TribufuClient } from '../build/index.mjs';

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import dotenv from 'dotenv'; import dotenv from 'dotenv';
import { TribufuServer } from '../build/index.mjs'; import { TribufuServer } from '../build/index.mjs';

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import { build } from "esbuild"; import { build } from "esbuild";
import { nodeExternalsPlugin } from "esbuild-node-externals"; import { nodeExternalsPlugin } from "esbuild-node-externals";

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import { HttpHeaders, HttpClient } from "@tribufu/mintaka"; import { HttpHeaders, HttpClient } from "@tribufu/mintaka";
import { JavaScriptRuntime } from "./node"; import { JavaScriptRuntime } from "./node";

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import { TribufuApi } from "./api"; import { TribufuApi } from "./api";

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import { HttpCookieMap, HttpHeaders } from "@tribufu/mintaka"; import { HttpCookieMap, HttpHeaders } from "@tribufu/mintaka";
import { OAuth2GrantType, OAuth2IntrospectionRequest, OAuth2IntrospectionResponse, OAuth2TokenRequest, OAuth2TokenResponse } from "@tribufu/mintaka"; import { OAuth2GrantType, OAuth2IntrospectionRequest, OAuth2IntrospectionResponse, OAuth2TokenRequest, OAuth2TokenResponse } from "@tribufu/mintaka";

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
/** /**
* The version of the Tribufu SDK. * The version of the Tribufu SDK.

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import { import {
TRIBUFU_API_URL, TRIBUFU_API_URL,

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import { MiniProfile } from "./profile"; import { MiniProfile } from "./profile";

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
export type ProfileType = "user" | "bot" | "org"; export type ProfileType = "user" | "bot" | "org";

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
export enum JavaScriptRuntime { export enum JavaScriptRuntime {
Browser, Browser,

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
export interface TribufuApiOptions { export interface TribufuApiOptions {
apiKey?: string | null; apiKey?: string | null;

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
import { TribufuClient } from "./client"; import { TribufuClient } from "./client";

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
/** /**
* Tribufu Socket * Tribufu Socket

View File

@ -1,5 +1,5 @@
// Copyright (c) Tribufu. All Rights Reserved. // Copyright (c) Tribufu. All Rights Reserved.
// SPDX-License-Identifier: MIT AND Apache-2.0 // SPDX-License-Identifier: MIT
export type TokenType = "user" | "bot" | "client" | "server"; export type TokenType = "user" | "bot" | "client" | "server";