mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
License + small instruction updates
This commit is contained in:
parent
258685feef
commit
deb782c832
3 changed files with 66 additions and 3 deletions
53
LICENSE.md
Normal file
53
LICENSE.md
Normal file
|
@ -0,0 +1,53 @@
|
|||
Any Source Available License 1.0
|
||||
|
||||
This license contains the terms and conditions under which Any Association
|
||||
makes available its Software. Your use of the Software is subject to these
|
||||
terms and conditions.
|
||||
|
||||
Any Association grants you (“Licensee”) a license to use, modify, and
|
||||
redistribute the Software, but only
|
||||
(a) for Non-Commercial Use, or (b) for Commercial Use in Allowed Networks.
|
||||
|
||||
If Licensee makes available a copy of the Software to any third party,
|
||||
the Software must be subject to the terms of this license only, and Licensee
|
||||
must provide a copy of this license to that third party.
|
||||
If you make changes or additions to the Software, you may license those
|
||||
changes or additions under terms of your choice, but you cannot change
|
||||
the license for the Software.
|
||||
|
||||
These terms do not allow Licensee to sublicense or transfer any of Licensee’s
|
||||
rights to anyone else. These terms do not imply any other licenses not
|
||||
expressly granted in this license.
|
||||
|
||||
If Licensee violates any of these terms, or uses the Software in a way not
|
||||
uthorized under this license, the license granted to Licensee ends
|
||||
immediately.
|
||||
If Licensee makes, or authorizes any other person to make, any written claim
|
||||
that the Software, or any other Any Association Product, infringes or
|
||||
contributes to infringement of any patent, all rights granted to Licensee
|
||||
under this license end immediately.
|
||||
|
||||
As far as the law allows, the Software is provided AS IS,
|
||||
without any warranty or condition, and Any Association will not be liable
|
||||
to Licensee for any damages arising out of these terms or the use or nature
|
||||
of the Software, under any kind of legal claim.
|
||||
|
||||
Terms in this license are used as follows:
|
||||
|
||||
A “Any Association Product” is any product or service offered by
|
||||
Any Association or its affiliates.
|
||||
|
||||
“Non-Commercial Use” means personal, academic, scientific, or research and
|
||||
development use, or evaluating the Software, but does not include uses where
|
||||
the Software facilitates any transaction of economic value other than on
|
||||
Allowed Networks.
|
||||
Any use that is not a Non-Commercial Use is a “Commercial Use.”
|
||||
|
||||
“Allowed Networks” (https://networks.any.coop) are the networks,
|
||||
identified by their unique ids, names, or list of nodes, that are expressly
|
||||
authorized by Any Association, to which the Software may send requests.
|
||||
Any Association may add networks to this list, and, upon reasonable notice,
|
||||
remove networks from it.
|
||||
|
||||
To “use” means any use, modification, distribution or other exploitation of
|
||||
the Software or any part of it.
|
15
README.md
15
README.md
|
@ -1,5 +1,5 @@
|
|||
# Anytype
|
||||
Official Anytype client for desktop usage on MacOS, Linux, and Windows.
|
||||
Official Anytype client for MacOS, Linux, and Windows.
|
||||
|
||||
## Building the source
|
||||
### Installation
|
||||
|
@ -22,6 +22,9 @@ Fetch the latest binary from the [github releases](https://github.com/anytypeio/
|
|||
Or compile from the source code. Follow instructions at [`go-anytype-middleware`.](https://github.com/anytypeio/go-anytype-middleware#how-to-build)
|
||||
|
||||
### Building
|
||||
|
||||
Build [`anytype-heart`](https://github.com/anyproto/anytype-heart) first.
|
||||
|
||||
```shell
|
||||
npm run dist:(mac|win|linux)
|
||||
```
|
||||
|
@ -31,6 +34,8 @@ Options:
|
|||
|
||||
## Running
|
||||
|
||||
Before running Anytype locally, you need to build [`anytype-heart`](https://github.com/anyproto/anytype-heart).
|
||||
|
||||
### MacOS, Linux
|
||||
```shell
|
||||
SERVER_PORT=<PORT> ANYPROF=:<PROFILER_PORT> npm run start:dev
|
||||
|
@ -50,5 +55,9 @@ Thank you for your desire to develop Anytype together.
|
|||
|
||||
Currently, we're not ready to accept PRs, but we will in the nearest future.
|
||||
|
||||
## License
|
||||
To be announced.
|
||||
Follow us on [Github](https://github.com/anyproto) and join the [Contributors Community](https://github.com/orgs/anyproto/discussions).
|
||||
|
||||
---
|
||||
Made by Any — a Swiss association 🇨🇭
|
||||
|
||||
Licensed under [Any Source Available License 1.0](./LICENSE.md).
|
|
@ -37,6 +37,7 @@
|
|||
"name": "Any Association",
|
||||
"email": "info@anytype.io"
|
||||
},
|
||||
"license" : "SEE LICENSE IN LICENSE.md",
|
||||
"bugs": {
|
||||
"url": "https://github.com/anyproto/anytype-ts/issues"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue