From 3ca9713e45a49b24aa5cec773e2953debfeb4f4d Mon Sep 17 00:00:00 2001 From: shamsartem Date: Thu, 16 May 2024 11:34:31 +0200 Subject: [PATCH] feat: update copyright (#449) * feat: up copyright * fix * update some more files * Rename flox to fcli * Fix repo name --------- Co-authored-by: Anatoly Laskaris --- .github/workflows/e2e.yml | 7 +++---- README.md | 2 +- package.json | 2 +- packages/@tests/aqua/compile-aqua.ts | 2 +- packages/@tests/aqua/package.json | 2 +- packages/@tests/aqua/src/index.ts | 2 +- packages/@tests/aqua/src/wasmb64.ts | 2 +- packages/@tests/smoke/node/package.json | 2 +- packages/@tests/smoke/node/src/index.ts | 2 +- packages/@tests/smoke/web/package.json | 2 +- packages/@tests/smoke/web/src/index.ts | 2 +- packages/@tests/test-utils/package.json | 2 +- packages/@tests/test-utils/src/index.ts | 2 +- packages/core/aqua-to-js/package.json | 2 +- packages/core/aqua-to-js/src/common.ts | 2 +- packages/core/aqua-to-js/src/constants.ts | 2 +- .../core/aqua-to-js/src/generate/__test__/generate.spec.ts | 2 +- packages/core/aqua-to-js/src/generate/function.ts | 2 +- packages/core/aqua-to-js/src/generate/header.ts | 2 +- packages/core/aqua-to-js/src/generate/index.ts | 2 +- packages/core/aqua-to-js/src/generate/interfaces.ts | 2 +- packages/core/aqua-to-js/src/generate/service.ts | 2 +- packages/core/aqua-to-js/src/index.ts | 2 +- packages/core/aqua-to-js/src/utils.ts | 2 +- packages/core/fluence-network-environment/package.json | 2 +- packages/core/fluence-network-environment/src/index.ts | 2 +- packages/core/interfaces/package.json | 2 +- .../interfaces/src/compilerSupport/aquaTypeDefinitions.ts | 2 +- packages/core/interfaces/src/future.ts | 2 +- packages/core/interfaces/src/index.ts | 2 +- packages/core/js-client-isomorphic/createVersionFile.js | 2 +- packages/core/js-client-isomorphic/package.json | 2 +- packages/core/js-client-isomorphic/src/fetchers/browser.ts | 2 +- packages/core/js-client-isomorphic/src/fetchers/node.ts | 2 +- packages/core/js-client-isomorphic/src/types.ts | 2 +- .../js-client-isomorphic/src/worker-resolvers/browser.ts | 2 +- .../core/js-client-isomorphic/src/worker-resolvers/node.ts | 2 +- packages/core/js-client/package.json | 2 +- packages/core/js-client/src/api.spec.ts | 2 +- packages/core/js-client/src/api.ts | 2 +- packages/core/js-client/src/clientPeer/ClientPeer.ts | 2 +- .../core/js-client/src/clientPeer/__test__/client.spec.ts | 2 +- .../core/js-client/src/clientPeer/__test__/connection.ts | 2 +- packages/core/js-client/src/clientPeer/checkConnection.ts | 2 +- packages/core/js-client/src/clientPeer/types.ts | 2 +- .../src/compilerSupport/__test__/conversion.spec.ts | 2 +- .../core/js-client/src/compilerSupport/callFunction.ts | 2 +- packages/core/js-client/src/compilerSupport/conversions.ts | 2 +- .../core/js-client/src/compilerSupport/registerService.ts | 2 +- packages/core/js-client/src/compilerSupport/services.ts | 2 +- packages/core/js-client/src/compilerSupport/types.ts | 2 +- packages/core/js-client/src/connection/RelayConnection.ts | 2 +- packages/core/js-client/src/connection/interfaces.ts | 2 +- .../js-client/src/ephemeral/__test__/ephemeral.spec.ts | 2 +- packages/core/js-client/src/ephemeral/client.ts | 2 +- packages/core/js-client/src/ephemeral/network.ts | 2 +- packages/core/js-client/src/index.ts | 2 +- packages/core/js-client/src/jsPeer/FluencePeer.ts | 2 +- packages/core/js-client/src/jsPeer/__test__/avm.spec.ts | 2 +- packages/core/js-client/src/jsPeer/__test__/par.spec.ts | 2 +- .../core/js-client/src/jsPeer/__test__/parseAst.spec.ts | 2 +- packages/core/js-client/src/jsPeer/__test__/peer.spec.ts | 2 +- packages/core/js-client/src/jsPeer/errors.ts | 2 +- packages/core/js-client/src/jsServiceHost/JsServiceHost.ts | 2 +- packages/core/js-client/src/jsServiceHost/interfaces.ts | 2 +- packages/core/js-client/src/jsServiceHost/serviceUtils.ts | 2 +- .../core/js-client/src/keypair/__test__/KeyPair.spec.ts | 2 +- packages/core/js-client/src/keypair/index.ts | 2 +- .../core/js-client/src/marine/__test__/marine-js.spec.ts | 2 +- packages/core/js-client/src/marine/interfaces.ts | 2 +- packages/core/js-client/src/marine/loader.ts | 2 +- packages/core/js-client/src/marine/worker/index.ts | 2 +- packages/core/js-client/src/particle/Particle.ts | 2 +- packages/core/js-client/src/particle/interfaces.ts | 2 +- packages/core/js-client/src/services/NodeUtils.ts | 2 +- packages/core/js-client/src/services/Sig.ts | 2 +- packages/core/js-client/src/services/SingleModuleSrv.ts | 2 +- packages/core/js-client/src/services/Tracing.ts | 2 +- .../js-client/src/services/__test__/builtInHandler.spec.ts | 2 +- .../js-client/src/services/__test__/jsonBuiltin.spec.ts | 2 +- .../js-client/src/services/__test__/sigService.spec.ts | 2 +- packages/core/js-client/src/services/__test__/srv.spec.ts | 2 +- packages/core/js-client/src/services/_aqua/node-utils.ts | 2 +- packages/core/js-client/src/services/_aqua/services.ts | 2 +- .../core/js-client/src/services/_aqua/single-module-srv.ts | 2 +- packages/core/js-client/src/services/_aqua/tracing.ts | 2 +- packages/core/js-client/src/services/builtins.ts | 2 +- packages/core/js-client/src/services/securityGuard.ts | 2 +- packages/core/js-client/src/util/bytes.ts | 2 +- packages/core/js-client/src/util/commonTypes.ts | 2 +- packages/core/js-client/src/util/libp2pUtils.ts | 2 +- packages/core/js-client/src/util/logger.ts | 2 +- packages/core/js-client/src/util/testUtils.ts | 2 +- packages/core/js-client/src/util/types.ts | 2 +- packages/core/js-client/src/util/utils.ts | 2 +- packages/core/js-client/vite.config.ts | 2 +- packages/core/marine-worker/package.json | 2 +- packages/core/marine-worker/src/index.ts | 2 +- packages/core/marine-worker/vite.config.ts | 2 +- packages/core/npm-aqua-compiler/package.json | 2 +- packages/core/npm-aqua-compiler/src/imports.spec.ts | 2 +- packages/core/npm-aqua-compiler/src/imports.ts | 2 +- reset.d.ts | 2 +- resources/license-header.js | 2 +- 104 files changed, 106 insertions(+), 107 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7033124d..52f44ed7 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -43,12 +43,11 @@ jobs: uses: fluencelabs/aqua/.github/workflows/tests.yml@main with: js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}" - nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1" - flox: + + fcli: needs: - js-client - uses: fluencelabs/flox/.github/workflows/tests.yml@main + uses: fluencelabs/cli/.github/workflows/tests.yml@main with: js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}" - nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1" diff --git a/README.md b/README.md index a28ce108..e4afe601 100644 --- a/README.md +++ b/README.md @@ -191,4 +191,4 @@ Any interested person is welcome to contribute to the project. Please, make sure ## License -All software code is copyright (c) Fluence Labs, Inc. under the [Apache-2.0](./LICENSE) license. +All software code is copyright (c) Fluence DAO, Inc. under the [Apache-2.0](./LICENSE) license. diff --git a/package.json b/package.json index 258c3dbe..e8bfcdf1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "prettier": "prettier .", "eslint": "eslint --cache \"**/src/**/*.{js,ts}\"" }, - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0", "devDependencies": { "@total-typescript/ts-reset": "0.5.1", diff --git a/packages/@tests/aqua/compile-aqua.ts b/packages/@tests/aqua/compile-aqua.ts index 804dab2f..d5db2ed2 100644 --- a/packages/@tests/aqua/compile-aqua.ts +++ b/packages/@tests/aqua/compile-aqua.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/@tests/aqua/package.json b/packages/@tests/aqua/package.json index 6a9ffe6a..87bb3de7 100644 --- a/packages/@tests/aqua/package.json +++ b/packages/@tests/aqua/package.json @@ -14,7 +14,7 @@ "compile-aqua": "node --loader ts-node/esm compile-aqua.ts" }, "repository": "https://github.com/fluencelabs/fluence-js", - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0", "dependencies": { "base64-js": "1.5.1" diff --git a/packages/@tests/aqua/src/index.ts b/packages/@tests/aqua/src/index.ts index e659578d..e03b2ecb 100644 --- a/packages/@tests/aqua/src/index.ts +++ b/packages/@tests/aqua/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/@tests/aqua/src/wasmb64.ts b/packages/@tests/aqua/src/wasmb64.ts index e39e805e..b55194f1 100644 --- a/packages/@tests/aqua/src/wasmb64.ts +++ b/packages/@tests/aqua/src/wasmb64.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/@tests/smoke/node/package.json b/packages/@tests/smoke/node/package.json index 7c6be3a6..51bd137c 100644 --- a/packages/@tests/smoke/node/package.json +++ b/packages/@tests/smoke/node/package.json @@ -14,7 +14,7 @@ "test": "node --loader ts-node/esm ./src/index.ts" }, "repository": "https://github.com/fluencelabs/fluence-js", - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0", "dependencies": { "@fluencelabs/js-client": "workspace:*", diff --git a/packages/@tests/smoke/node/src/index.ts b/packages/@tests/smoke/node/src/index.ts index a13c8f42..dc23862e 100644 --- a/packages/@tests/smoke/node/src/index.ts +++ b/packages/@tests/smoke/node/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/@tests/smoke/web/package.json b/packages/@tests/smoke/web/package.json index fb1783c8..379258d8 100644 --- a/packages/@tests/smoke/web/package.json +++ b/packages/@tests/smoke/web/package.json @@ -16,7 +16,7 @@ "serve": "http-server public" }, "repository": "https://github.com/fluencelabs/fluence-js", - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0", "dependencies": { "@fluencelabs/js-client-isomorphic": "workspace:*", diff --git a/packages/@tests/smoke/web/src/index.ts b/packages/@tests/smoke/web/src/index.ts index 401e4bc0..89730251 100644 --- a/packages/@tests/smoke/web/src/index.ts +++ b/packages/@tests/smoke/web/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/@tests/test-utils/package.json b/packages/@tests/test-utils/package.json index 10b157df..06a406ff 100644 --- a/packages/@tests/test-utils/package.json +++ b/packages/@tests/test-utils/package.json @@ -13,7 +13,7 @@ "build": "tsc" }, "repository": "https://github.com/fluencelabs/fluence-js", - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0", "dependencies": { "serve-handler": "6.1.5" diff --git a/packages/@tests/test-utils/src/index.ts b/packages/@tests/test-utils/src/index.ts index a82fafe0..b9cddbc0 100644 --- a/packages/@tests/test-utils/src/index.ts +++ b/packages/@tests/test-utils/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/aqua-to-js/package.json b/packages/core/aqua-to-js/package.json index fa0df33c..766f5072 100644 --- a/packages/core/aqua-to-js/package.json +++ b/packages/core/aqua-to-js/package.json @@ -12,7 +12,7 @@ "build": "tsc" }, "keywords": [], - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0", "dependencies": { "ts-pattern": "5.0.5" diff --git a/packages/core/aqua-to-js/src/common.ts b/packages/core/aqua-to-js/src/common.ts index 0b142e72..d19f665b 100644 --- a/packages/core/aqua-to-js/src/common.ts +++ b/packages/core/aqua-to-js/src/common.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/aqua-to-js/src/constants.ts b/packages/core/aqua-to-js/src/constants.ts index 3a50511a..f067940e 100644 --- a/packages/core/aqua-to-js/src/constants.ts +++ b/packages/core/aqua-to-js/src/constants.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/aqua-to-js/src/generate/__test__/generate.spec.ts b/packages/core/aqua-to-js/src/generate/__test__/generate.spec.ts index 5de31ffe..5347a91b 100644 --- a/packages/core/aqua-to-js/src/generate/__test__/generate.spec.ts +++ b/packages/core/aqua-to-js/src/generate/__test__/generate.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/aqua-to-js/src/generate/function.ts b/packages/core/aqua-to-js/src/generate/function.ts index 3ff0642c..6c4ce8dd 100644 --- a/packages/core/aqua-to-js/src/generate/function.ts +++ b/packages/core/aqua-to-js/src/generate/function.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/aqua-to-js/src/generate/header.ts b/packages/core/aqua-to-js/src/generate/header.ts index 32236e20..923f61bf 100644 --- a/packages/core/aqua-to-js/src/generate/header.ts +++ b/packages/core/aqua-to-js/src/generate/header.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/aqua-to-js/src/generate/index.ts b/packages/core/aqua-to-js/src/generate/index.ts index c7077c17..1bdd773f 100644 --- a/packages/core/aqua-to-js/src/generate/index.ts +++ b/packages/core/aqua-to-js/src/generate/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/aqua-to-js/src/generate/interfaces.ts b/packages/core/aqua-to-js/src/generate/interfaces.ts index 710863c5..06680578 100644 --- a/packages/core/aqua-to-js/src/generate/interfaces.ts +++ b/packages/core/aqua-to-js/src/generate/interfaces.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/aqua-to-js/src/generate/service.ts b/packages/core/aqua-to-js/src/generate/service.ts index 7ff57f50..6ff1e8b6 100644 --- a/packages/core/aqua-to-js/src/generate/service.ts +++ b/packages/core/aqua-to-js/src/generate/service.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/aqua-to-js/src/index.ts b/packages/core/aqua-to-js/src/index.ts index cacfd03d..56bbef1a 100644 --- a/packages/core/aqua-to-js/src/index.ts +++ b/packages/core/aqua-to-js/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/aqua-to-js/src/utils.ts b/packages/core/aqua-to-js/src/utils.ts index 847908dc..e9e303e5 100644 --- a/packages/core/aqua-to-js/src/utils.ts +++ b/packages/core/aqua-to-js/src/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/fluence-network-environment/package.json b/packages/core/fluence-network-environment/package.json index 7bb67e2b..c3af0724 100644 --- a/packages/core/fluence-network-environment/package.json +++ b/packages/core/fluence-network-environment/package.json @@ -12,6 +12,6 @@ "build": "tsc" }, "repository": "https://github.com/fluencelabs/fluence-network-environment", - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0" } diff --git a/packages/core/fluence-network-environment/src/index.ts b/packages/core/fluence-network-environment/src/index.ts index f184c7cb..e8db5aa7 100644 --- a/packages/core/fluence-network-environment/src/index.ts +++ b/packages/core/fluence-network-environment/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/interfaces/package.json b/packages/core/interfaces/package.json index c2855703..3863c3de 100644 --- a/packages/core/interfaces/package.json +++ b/packages/core/interfaces/package.json @@ -45,7 +45,7 @@ "build": "tsc" }, "repository": "https://github.com/fluencelabs/fluence-js", - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0", "dependencies": {}, "devDependencies": { diff --git a/packages/core/interfaces/src/compilerSupport/aquaTypeDefinitions.ts b/packages/core/interfaces/src/compilerSupport/aquaTypeDefinitions.ts index 2ad90707..d5e58236 100644 --- a/packages/core/interfaces/src/compilerSupport/aquaTypeDefinitions.ts +++ b/packages/core/interfaces/src/compilerSupport/aquaTypeDefinitions.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/interfaces/src/future.ts b/packages/core/interfaces/src/future.ts index 59cd3de0..6045f181 100644 --- a/packages/core/interfaces/src/future.ts +++ b/packages/core/interfaces/src/future.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/interfaces/src/index.ts b/packages/core/interfaces/src/index.ts index f6ec28e1..9558901f 100644 --- a/packages/core/interfaces/src/index.ts +++ b/packages/core/interfaces/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client-isomorphic/createVersionFile.js b/packages/core/js-client-isomorphic/createVersionFile.js index 32e58999..3b7bd7b4 100644 --- a/packages/core/js-client-isomorphic/createVersionFile.js +++ b/packages/core/js-client-isomorphic/createVersionFile.js @@ -1,5 +1,5 @@ /* - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client-isomorphic/package.json b/packages/core/js-client-isomorphic/package.json index 4ae5278c..df6dc24e 100644 --- a/packages/core/js-client-isomorphic/package.json +++ b/packages/core/js-client-isomorphic/package.json @@ -28,6 +28,6 @@ "@fluencelabs/threads": "^2.0.0" }, "keywords": [], - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0" } diff --git a/packages/core/js-client-isomorphic/src/fetchers/browser.ts b/packages/core/js-client-isomorphic/src/fetchers/browser.ts index 939c5936..be527352 100644 --- a/packages/core/js-client-isomorphic/src/fetchers/browser.ts +++ b/packages/core/js-client-isomorphic/src/fetchers/browser.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client-isomorphic/src/fetchers/node.ts b/packages/core/js-client-isomorphic/src/fetchers/node.ts index eaf0bca1..d14ee79f 100644 --- a/packages/core/js-client-isomorphic/src/fetchers/node.ts +++ b/packages/core/js-client-isomorphic/src/fetchers/node.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client-isomorphic/src/types.ts b/packages/core/js-client-isomorphic/src/types.ts index 01b84814..58e6d37d 100644 --- a/packages/core/js-client-isomorphic/src/types.ts +++ b/packages/core/js-client-isomorphic/src/types.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client-isomorphic/src/worker-resolvers/browser.ts b/packages/core/js-client-isomorphic/src/worker-resolvers/browser.ts index 8eddff98..e6311f6e 100644 --- a/packages/core/js-client-isomorphic/src/worker-resolvers/browser.ts +++ b/packages/core/js-client-isomorphic/src/worker-resolvers/browser.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client-isomorphic/src/worker-resolvers/node.ts b/packages/core/js-client-isomorphic/src/worker-resolvers/node.ts index 09602a26..ff8f1d0d 100644 --- a/packages/core/js-client-isomorphic/src/worker-resolvers/node.ts +++ b/packages/core/js-client-isomorphic/src/worker-resolvers/node.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/package.json b/packages/core/js-client/package.json index 926cf650..dc2a9f97 100644 --- a/packages/core/js-client/package.json +++ b/packages/core/js-client/package.json @@ -27,7 +27,7 @@ "test": "vitest --threads false run" }, "repository": "https://github.com/fluencelabs/fluence-js", - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0", "dependencies": { "@chainsafe/libp2p-noise": "14.0.0", diff --git a/packages/core/js-client/src/api.spec.ts b/packages/core/js-client/src/api.spec.ts index d2a19e1d..45ad81f0 100644 --- a/packages/core/js-client/src/api.spec.ts +++ b/packages/core/js-client/src/api.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/api.ts b/packages/core/js-client/src/api.ts index cae0931b..c37b13a3 100644 --- a/packages/core/js-client/src/api.ts +++ b/packages/core/js-client/src/api.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/clientPeer/ClientPeer.ts b/packages/core/js-client/src/clientPeer/ClientPeer.ts index 5dd5c16e..4e5b345e 100644 --- a/packages/core/js-client/src/clientPeer/ClientPeer.ts +++ b/packages/core/js-client/src/clientPeer/ClientPeer.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/clientPeer/__test__/client.spec.ts b/packages/core/js-client/src/clientPeer/__test__/client.spec.ts index e321faa5..651489f1 100644 --- a/packages/core/js-client/src/clientPeer/__test__/client.spec.ts +++ b/packages/core/js-client/src/clientPeer/__test__/client.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/clientPeer/__test__/connection.ts b/packages/core/js-client/src/clientPeer/__test__/connection.ts index 2174dc09..b09178c7 100644 --- a/packages/core/js-client/src/clientPeer/__test__/connection.ts +++ b/packages/core/js-client/src/clientPeer/__test__/connection.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/clientPeer/checkConnection.ts b/packages/core/js-client/src/clientPeer/checkConnection.ts index 39735c7c..11085255 100644 --- a/packages/core/js-client/src/clientPeer/checkConnection.ts +++ b/packages/core/js-client/src/clientPeer/checkConnection.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/clientPeer/types.ts b/packages/core/js-client/src/clientPeer/types.ts index 6314f55f..d70e89a9 100644 --- a/packages/core/js-client/src/clientPeer/types.ts +++ b/packages/core/js-client/src/clientPeer/types.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/compilerSupport/__test__/conversion.spec.ts b/packages/core/js-client/src/compilerSupport/__test__/conversion.spec.ts index d08a44ee..f0a9a3e7 100644 --- a/packages/core/js-client/src/compilerSupport/__test__/conversion.spec.ts +++ b/packages/core/js-client/src/compilerSupport/__test__/conversion.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/compilerSupport/callFunction.ts b/packages/core/js-client/src/compilerSupport/callFunction.ts index 530a33f2..d8110c9e 100644 --- a/packages/core/js-client/src/compilerSupport/callFunction.ts +++ b/packages/core/js-client/src/compilerSupport/callFunction.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/compilerSupport/conversions.ts b/packages/core/js-client/src/compilerSupport/conversions.ts index 0d59b9b7..b1d4b921 100644 --- a/packages/core/js-client/src/compilerSupport/conversions.ts +++ b/packages/core/js-client/src/compilerSupport/conversions.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/compilerSupport/registerService.ts b/packages/core/js-client/src/compilerSupport/registerService.ts index 24d59c8d..7f3bcba4 100644 --- a/packages/core/js-client/src/compilerSupport/registerService.ts +++ b/packages/core/js-client/src/compilerSupport/registerService.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/compilerSupport/services.ts b/packages/core/js-client/src/compilerSupport/services.ts index c74bc87a..1ddb141b 100644 --- a/packages/core/js-client/src/compilerSupport/services.ts +++ b/packages/core/js-client/src/compilerSupport/services.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/compilerSupport/types.ts b/packages/core/js-client/src/compilerSupport/types.ts index 4b46a8ed..a62ec475 100644 --- a/packages/core/js-client/src/compilerSupport/types.ts +++ b/packages/core/js-client/src/compilerSupport/types.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/connection/RelayConnection.ts b/packages/core/js-client/src/connection/RelayConnection.ts index 659f6d8e..7e0c3453 100644 --- a/packages/core/js-client/src/connection/RelayConnection.ts +++ b/packages/core/js-client/src/connection/RelayConnection.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/connection/interfaces.ts b/packages/core/js-client/src/connection/interfaces.ts index 0ea3bdb3..0c493670 100644 --- a/packages/core/js-client/src/connection/interfaces.ts +++ b/packages/core/js-client/src/connection/interfaces.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/ephemeral/__test__/ephemeral.spec.ts b/packages/core/js-client/src/ephemeral/__test__/ephemeral.spec.ts index c706eae4..008ecd97 100644 --- a/packages/core/js-client/src/ephemeral/__test__/ephemeral.spec.ts +++ b/packages/core/js-client/src/ephemeral/__test__/ephemeral.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/ephemeral/client.ts b/packages/core/js-client/src/ephemeral/client.ts index 19ddc418..7e2092de 100644 --- a/packages/core/js-client/src/ephemeral/client.ts +++ b/packages/core/js-client/src/ephemeral/client.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/ephemeral/network.ts b/packages/core/js-client/src/ephemeral/network.ts index 5b437e98..f1478846 100644 --- a/packages/core/js-client/src/ephemeral/network.ts +++ b/packages/core/js-client/src/ephemeral/network.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/index.ts b/packages/core/js-client/src/index.ts index 9878ff01..e626ca6b 100644 --- a/packages/core/js-client/src/index.ts +++ b/packages/core/js-client/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/jsPeer/FluencePeer.ts b/packages/core/js-client/src/jsPeer/FluencePeer.ts index 5d9c7dd8..277a35df 100644 --- a/packages/core/js-client/src/jsPeer/FluencePeer.ts +++ b/packages/core/js-client/src/jsPeer/FluencePeer.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/jsPeer/__test__/avm.spec.ts b/packages/core/js-client/src/jsPeer/__test__/avm.spec.ts index 9162970c..bb18e469 100644 --- a/packages/core/js-client/src/jsPeer/__test__/avm.spec.ts +++ b/packages/core/js-client/src/jsPeer/__test__/avm.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/jsPeer/__test__/par.spec.ts b/packages/core/js-client/src/jsPeer/__test__/par.spec.ts index 4299aa78..0cc54e60 100644 --- a/packages/core/js-client/src/jsPeer/__test__/par.spec.ts +++ b/packages/core/js-client/src/jsPeer/__test__/par.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/jsPeer/__test__/parseAst.spec.ts b/packages/core/js-client/src/jsPeer/__test__/parseAst.spec.ts index 2249bb11..49332426 100644 --- a/packages/core/js-client/src/jsPeer/__test__/parseAst.spec.ts +++ b/packages/core/js-client/src/jsPeer/__test__/parseAst.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/jsPeer/__test__/peer.spec.ts b/packages/core/js-client/src/jsPeer/__test__/peer.spec.ts index bc675277..064576a8 100644 --- a/packages/core/js-client/src/jsPeer/__test__/peer.spec.ts +++ b/packages/core/js-client/src/jsPeer/__test__/peer.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/jsPeer/errors.ts b/packages/core/js-client/src/jsPeer/errors.ts index 710a262e..504fc21f 100644 --- a/packages/core/js-client/src/jsPeer/errors.ts +++ b/packages/core/js-client/src/jsPeer/errors.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/jsServiceHost/JsServiceHost.ts b/packages/core/js-client/src/jsServiceHost/JsServiceHost.ts index 96127865..5c39af2b 100644 --- a/packages/core/js-client/src/jsServiceHost/JsServiceHost.ts +++ b/packages/core/js-client/src/jsServiceHost/JsServiceHost.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/jsServiceHost/interfaces.ts b/packages/core/js-client/src/jsServiceHost/interfaces.ts index 74172ca7..3879ca59 100644 --- a/packages/core/js-client/src/jsServiceHost/interfaces.ts +++ b/packages/core/js-client/src/jsServiceHost/interfaces.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/jsServiceHost/serviceUtils.ts b/packages/core/js-client/src/jsServiceHost/serviceUtils.ts index fea0a4dd..09c90aa7 100644 --- a/packages/core/js-client/src/jsServiceHost/serviceUtils.ts +++ b/packages/core/js-client/src/jsServiceHost/serviceUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/keypair/__test__/KeyPair.spec.ts b/packages/core/js-client/src/keypair/__test__/KeyPair.spec.ts index d560fd23..b41e2201 100644 --- a/packages/core/js-client/src/keypair/__test__/KeyPair.spec.ts +++ b/packages/core/js-client/src/keypair/__test__/KeyPair.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/keypair/index.ts b/packages/core/js-client/src/keypair/index.ts index edcc08b9..55c5a75f 100644 --- a/packages/core/js-client/src/keypair/index.ts +++ b/packages/core/js-client/src/keypair/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/marine/__test__/marine-js.spec.ts b/packages/core/js-client/src/marine/__test__/marine-js.spec.ts index 753e7e0a..6d2fc318 100644 --- a/packages/core/js-client/src/marine/__test__/marine-js.spec.ts +++ b/packages/core/js-client/src/marine/__test__/marine-js.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/marine/interfaces.ts b/packages/core/js-client/src/marine/interfaces.ts index 3afc44d0..55120904 100644 --- a/packages/core/js-client/src/marine/interfaces.ts +++ b/packages/core/js-client/src/marine/interfaces.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/marine/loader.ts b/packages/core/js-client/src/marine/loader.ts index 678f3400..c619723f 100644 --- a/packages/core/js-client/src/marine/loader.ts +++ b/packages/core/js-client/src/marine/loader.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/marine/worker/index.ts b/packages/core/js-client/src/marine/worker/index.ts index 83aaa37f..fa8cec9b 100644 --- a/packages/core/js-client/src/marine/worker/index.ts +++ b/packages/core/js-client/src/marine/worker/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/particle/Particle.ts b/packages/core/js-client/src/particle/Particle.ts index 33df49eb..68251b30 100644 --- a/packages/core/js-client/src/particle/Particle.ts +++ b/packages/core/js-client/src/particle/Particle.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/particle/interfaces.ts b/packages/core/js-client/src/particle/interfaces.ts index 0bba001d..9d02229d 100644 --- a/packages/core/js-client/src/particle/interfaces.ts +++ b/packages/core/js-client/src/particle/interfaces.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/NodeUtils.ts b/packages/core/js-client/src/services/NodeUtils.ts index cd60deac..b03f2ce0 100644 --- a/packages/core/js-client/src/services/NodeUtils.ts +++ b/packages/core/js-client/src/services/NodeUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/Sig.ts b/packages/core/js-client/src/services/Sig.ts index d2cceac5..4cdbaab9 100644 --- a/packages/core/js-client/src/services/Sig.ts +++ b/packages/core/js-client/src/services/Sig.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/SingleModuleSrv.ts b/packages/core/js-client/src/services/SingleModuleSrv.ts index d3a75b09..6ecae149 100644 --- a/packages/core/js-client/src/services/SingleModuleSrv.ts +++ b/packages/core/js-client/src/services/SingleModuleSrv.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/Tracing.ts b/packages/core/js-client/src/services/Tracing.ts index 2b372f64..a49909dd 100644 --- a/packages/core/js-client/src/services/Tracing.ts +++ b/packages/core/js-client/src/services/Tracing.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/__test__/builtInHandler.spec.ts b/packages/core/js-client/src/services/__test__/builtInHandler.spec.ts index 36b9553e..72394ab7 100644 --- a/packages/core/js-client/src/services/__test__/builtInHandler.spec.ts +++ b/packages/core/js-client/src/services/__test__/builtInHandler.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/__test__/jsonBuiltin.spec.ts b/packages/core/js-client/src/services/__test__/jsonBuiltin.spec.ts index e75aea06..ebeb7254 100644 --- a/packages/core/js-client/src/services/__test__/jsonBuiltin.spec.ts +++ b/packages/core/js-client/src/services/__test__/jsonBuiltin.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/__test__/sigService.spec.ts b/packages/core/js-client/src/services/__test__/sigService.spec.ts index 8cbbc5a6..21d62e8d 100644 --- a/packages/core/js-client/src/services/__test__/sigService.spec.ts +++ b/packages/core/js-client/src/services/__test__/sigService.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/__test__/srv.spec.ts b/packages/core/js-client/src/services/__test__/srv.spec.ts index 0d0d5fc4..81bacf2c 100644 --- a/packages/core/js-client/src/services/__test__/srv.spec.ts +++ b/packages/core/js-client/src/services/__test__/srv.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/_aqua/node-utils.ts b/packages/core/js-client/src/services/_aqua/node-utils.ts index a31f966a..de0f32a6 100644 --- a/packages/core/js-client/src/services/_aqua/node-utils.ts +++ b/packages/core/js-client/src/services/_aqua/node-utils.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/_aqua/services.ts b/packages/core/js-client/src/services/_aqua/services.ts index 3a87d23e..45297c8d 100644 --- a/packages/core/js-client/src/services/_aqua/services.ts +++ b/packages/core/js-client/src/services/_aqua/services.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/_aqua/single-module-srv.ts b/packages/core/js-client/src/services/_aqua/single-module-srv.ts index 71b34ef5..edfff859 100644 --- a/packages/core/js-client/src/services/_aqua/single-module-srv.ts +++ b/packages/core/js-client/src/services/_aqua/single-module-srv.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/_aqua/tracing.ts b/packages/core/js-client/src/services/_aqua/tracing.ts index 534528fc..2e8a1c48 100644 --- a/packages/core/js-client/src/services/_aqua/tracing.ts +++ b/packages/core/js-client/src/services/_aqua/tracing.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/builtins.ts b/packages/core/js-client/src/services/builtins.ts index 23d790cd..0c670bb2 100644 --- a/packages/core/js-client/src/services/builtins.ts +++ b/packages/core/js-client/src/services/builtins.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/services/securityGuard.ts b/packages/core/js-client/src/services/securityGuard.ts index 8fe94158..4ab14566 100644 --- a/packages/core/js-client/src/services/securityGuard.ts +++ b/packages/core/js-client/src/services/securityGuard.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/util/bytes.ts b/packages/core/js-client/src/util/bytes.ts index 561d6d65..6740dfef 100644 --- a/packages/core/js-client/src/util/bytes.ts +++ b/packages/core/js-client/src/util/bytes.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/util/commonTypes.ts b/packages/core/js-client/src/util/commonTypes.ts index 235f5cae..cc6fd61e 100644 --- a/packages/core/js-client/src/util/commonTypes.ts +++ b/packages/core/js-client/src/util/commonTypes.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/util/libp2pUtils.ts b/packages/core/js-client/src/util/libp2pUtils.ts index 50d979d7..a20f8254 100644 --- a/packages/core/js-client/src/util/libp2pUtils.ts +++ b/packages/core/js-client/src/util/libp2pUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/util/logger.ts b/packages/core/js-client/src/util/logger.ts index 3878e888..49acdd75 100644 --- a/packages/core/js-client/src/util/logger.ts +++ b/packages/core/js-client/src/util/logger.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/util/testUtils.ts b/packages/core/js-client/src/util/testUtils.ts index 5e33c8a2..d7d22947 100644 --- a/packages/core/js-client/src/util/testUtils.ts +++ b/packages/core/js-client/src/util/testUtils.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/util/types.ts b/packages/core/js-client/src/util/types.ts index 245a6e13..6e9a8df0 100644 --- a/packages/core/js-client/src/util/types.ts +++ b/packages/core/js-client/src/util/types.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/src/util/utils.ts b/packages/core/js-client/src/util/utils.ts index c801eab6..71f2dba9 100644 --- a/packages/core/js-client/src/util/utils.ts +++ b/packages/core/js-client/src/util/utils.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/js-client/vite.config.ts b/packages/core/js-client/vite.config.ts index 08eef44f..43a3136a 100644 --- a/packages/core/js-client/vite.config.ts +++ b/packages/core/js-client/vite.config.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/marine-worker/package.json b/packages/core/marine-worker/package.json index 66d7cadd..f454e8f5 100644 --- a/packages/core/marine-worker/package.json +++ b/packages/core/marine-worker/package.json @@ -13,7 +13,7 @@ "build": "tsc && vite build" }, "repository": "https://github.com/fluencelabs/fluence-js", - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0", "keywords": [], "devDependencies": { diff --git a/packages/core/marine-worker/src/index.ts b/packages/core/marine-worker/src/index.ts index e94e1f47..88631d8d 100644 --- a/packages/core/marine-worker/src/index.ts +++ b/packages/core/marine-worker/src/index.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/marine-worker/vite.config.ts b/packages/core/marine-worker/vite.config.ts index b41d8dc7..d7653fd9 100644 --- a/packages/core/marine-worker/vite.config.ts +++ b/packages/core/marine-worker/vite.config.ts @@ -1,5 +1,5 @@ /* - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/npm-aqua-compiler/package.json b/packages/core/npm-aqua-compiler/package.json index 81e2d932..c12ccbeb 100644 --- a/packages/core/npm-aqua-compiler/package.json +++ b/packages/core/npm-aqua-compiler/package.json @@ -15,7 +15,7 @@ "dist" ], "keywords": [], - "author": "Fluence Labs", + "author": "Fluence DAO", "license": "Apache-2.0", "dependencies": { "@npmcli/arborist": "^7.2.1", diff --git a/packages/core/npm-aqua-compiler/src/imports.spec.ts b/packages/core/npm-aqua-compiler/src/imports.spec.ts index 98b85d7e..7a66e0ba 100644 --- a/packages/core/npm-aqua-compiler/src/imports.spec.ts +++ b/packages/core/npm-aqua-compiler/src/imports.spec.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/packages/core/npm-aqua-compiler/src/imports.ts b/packages/core/npm-aqua-compiler/src/imports.ts index cc7386f7..ff273740 100644 --- a/packages/core/npm-aqua-compiler/src/imports.ts +++ b/packages/core/npm-aqua-compiler/src/imports.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/reset.d.ts b/reset.d.ts index e17ae519..5293805e 100644 --- a/reset.d.ts +++ b/reset.d.ts @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/resources/license-header.js b/resources/license-header.js index 7dae4dad..905aea76 100644 --- a/resources/license-header.js +++ b/resources/license-header.js @@ -1,5 +1,5 @@ /** - * Copyright 2023 Fluence Labs Limited + * Copyright 2024 Fluence DAO * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.