Skip to content

Commit 3ca9713

Browse files
shamsartemnahsi
andauthored
feat: update copyright (#449)
* feat: up copyright * fix * update some more files * Rename flox to fcli * Fix repo name --------- Co-authored-by: Anatoly Laskaris <[email protected]>
1 parent 41e9dbb commit 3ca9713

File tree

104 files changed

+106
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+106
-107
lines changed

.github/workflows/e2e.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ jobs:
4343
uses: fluencelabs/aqua/.github/workflows/tests.yml@main
4444
with:
4545
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
46-
nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1"
47-
flox:
46+
47+
fcli:
4848
needs:
4949
- js-client
5050

51-
uses: fluencelabs/flox/.github/workflows/tests.yml@main
51+
uses: fluencelabs/cli/.github/workflows/tests.yml@main
5252
with:
5353
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
54-
nox-image: "docker.fluence.dev/nox:feat-vm-425-aquavm-mem-limits-from-config-2_5056_1"

README.md

+1-1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prettier": "prettier .",
1515
"eslint": "eslint --cache \"**/src/**/*.{js,ts}\""
1616
},
17-
"author": "Fluence Labs",
17+
"author": "Fluence DAO",
1818
"license": "Apache-2.0",
1919
"devDependencies": {
2020
"@total-typescript/ts-reset": "0.5.1",

packages/@tests/aqua/compile-aqua.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/@tests/aqua/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"compile-aqua": "node --loader ts-node/esm compile-aqua.ts"
1515
},
1616
"repository": "https://github.com/fluencelabs/fluence-js",
17-
"author": "Fluence Labs",
17+
"author": "Fluence DAO",
1818
"license": "Apache-2.0",
1919
"dependencies": {
2020
"base64-js": "1.5.1"

packages/@tests/aqua/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/@tests/aqua/src/wasmb64.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/@tests/smoke/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "node --loader ts-node/esm ./src/index.ts"
1515
},
1616
"repository": "https://github.com/fluencelabs/fluence-js",
17-
"author": "Fluence Labs",
17+
"author": "Fluence DAO",
1818
"license": "Apache-2.0",
1919
"dependencies": {
2020
"@fluencelabs/js-client": "workspace:*",

packages/@tests/smoke/node/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/@tests/smoke/web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"serve": "http-server public"
1717
},
1818
"repository": "https://github.com/fluencelabs/fluence-js",
19-
"author": "Fluence Labs",
19+
"author": "Fluence DAO",
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"@fluencelabs/js-client-isomorphic": "workspace:*",

packages/@tests/smoke/web/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/@tests/test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "tsc"
1414
},
1515
"repository": "https://github.com/fluencelabs/fluence-js",
16-
"author": "Fluence Labs",
16+
"author": "Fluence DAO",
1717
"license": "Apache-2.0",
1818
"dependencies": {
1919
"serve-handler": "6.1.5"

packages/@tests/test-utils/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/aqua-to-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "tsc"
1313
},
1414
"keywords": [],
15-
"author": "Fluence Labs",
15+
"author": "Fluence DAO",
1616
"license": "Apache-2.0",
1717
"dependencies": {
1818
"ts-pattern": "5.0.5"

packages/core/aqua-to-js/src/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/aqua-to-js/src/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/aqua-to-js/src/generate/__test__/generate.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/aqua-to-js/src/generate/function.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/aqua-to-js/src/generate/header.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/aqua-to-js/src/generate/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/aqua-to-js/src/generate/interfaces.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/aqua-to-js/src/generate/service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/aqua-to-js/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/aqua-to-js/src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/fluence-network-environment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"build": "tsc"
1313
},
1414
"repository": "https://github.com/fluencelabs/fluence-network-environment",
15-
"author": "Fluence Labs",
15+
"author": "Fluence DAO",
1616
"license": "Apache-2.0"
1717
}

packages/core/fluence-network-environment/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"build": "tsc"
4646
},
4747
"repository": "https://github.com/fluencelabs/fluence-js",
48-
"author": "Fluence Labs",
48+
"author": "Fluence DAO",
4949
"license": "Apache-2.0",
5050
"dependencies": {},
5151
"devDependencies": {

packages/core/interfaces/src/compilerSupport/aquaTypeDefinitions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/interfaces/src/future.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/interfaces/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client-isomorphic/createVersionFile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO Limited
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client-isomorphic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"@fluencelabs/threads": "^2.0.0"
2929
},
3030
"keywords": [],
31-
"author": "Fluence Labs",
31+
"author": "Fluence DAO",
3232
"license": "Apache-2.0"
3333
}

packages/core/js-client-isomorphic/src/fetchers/browser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client-isomorphic/src/fetchers/node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client-isomorphic/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client-isomorphic/src/worker-resolvers/browser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client-isomorphic/src/worker-resolvers/node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test": "vitest --threads false run"
2828
},
2929
"repository": "https://github.com/fluencelabs/fluence-js",
30-
"author": "Fluence Labs",
30+
"author": "Fluence DAO",
3131
"license": "Apache-2.0",
3232
"dependencies": {
3333
"@chainsafe/libp2p-noise": "14.0.0",

packages/core/js-client/src/api.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/clientPeer/ClientPeer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/clientPeer/__test__/client.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/clientPeer/__test__/connection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/clientPeer/checkConnection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/clientPeer/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/compilerSupport/__test__/conversion.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/compilerSupport/callFunction.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/compilerSupport/conversions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/compilerSupport/registerService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/compilerSupport/services.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/compilerSupport/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/connection/RelayConnection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/core/js-client/src/connection/interfaces.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2023 Fluence Labs Limited
2+
* Copyright 2024 Fluence DAO
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)