2
0
mirror of https://github.com/tribufu/sdk-js synced 2025-06-21 12:44:37 +00:00

Update SPDX-License-Identifier

This commit is contained in:
2024-09-10 20:35:37 -03:00
parent 6a8fe8d988
commit a3dfa0d4f4
17 changed files with 17 additions and 17 deletions

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

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

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

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