Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
9b75e340
Unverified
Commit
9b75e340
authored
Jun 20, 2021
by
Eknir
Committed by
GitHub
Jun 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: add disclaimer (#2147)
parent
22fcd712
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
README.md
README.md
+7
-0
start.go
cmd/bee/cmd/start.go
+12
-0
No files found.
README.md
View file @
9b75e340
...
...
@@ -20,6 +20,13 @@ Welcome to the Swarm.... Bzzz Bzzzz Bzzzz
| ' ' '
```
## DISCLAIMER
This software is provided to you "as is", use at your own risk and without warranties of any kind.
It is your responsibility to read and understand how Swarm works and the implications of running this software.
The usage of Bee involves various risks, including, but not limited to:
damage to hardware or loss of funds associated with the Ethereum account connected to your node.
No developers or entity involved will be liable for any claims and damages whatsoever associated with your use,
inability to use, or your interaction with other nodes or the software.
Our documentation is hosted at https://docs.ethswarm.org.
...
...
cmd/bee/cmd/start.go
View file @
9b75e340
...
...
@@ -96,6 +96,18 @@ Welcome to the Swarm.... Bzzz Bzzzz Bzzzz
`
fmt
.
Println
(
beeASCII
)
fmt
.
Print
(
`
DISCLAIMER:
This software is provided to you "as is", use at your own risk and without warranties of any kind.
It is your responsibility to read and understand how Swarm works and the implications of running this software.
The usage of Bee involves various risks, including, but not limited to:
damage to hardware or loss of funds associated with the Ethereum account connected to your node.
No developers or entity involved will be liable for any claims and damages whatsoever associated with your use,
inability to use, or your interaction with other nodes or the software.
`
)
logger
.
Infof
(
"version: %v"
,
bee
.
Version
)
debugAPIAddr
:=
c
.
config
.
GetString
(
optionNameDebugAPIAddr
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment