Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

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

Lines changed: 3 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion

package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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:*",

0 commit comments

Comments
 (0)