mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-25 05:41:35 +00:00
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_me@nahsi.dev>
This commit is contained in:
@ -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.
|
||||
|
@ -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"
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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:*",
|
||||
|
@ -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.
|
||||
|
@ -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:*",
|
||||
|
@ -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.
|
||||
|
@ -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"
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user