Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Dec 27, 2023
1 parent 67a6be3 commit c60ea2b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default-members = ["app"]
[workspace.package]
version = "0.1.0"
authors = ["ASPECTRON Inc."]
license = "MIT/Apache-2.0"
license = "PROPRIETARY"
edition = "2021"

[workspace.dependencies]
Expand Down
36 changes: 36 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
PROPRIETARY LICENSE

Copyright (c) 2023-2024 ASPECTRON Inc.

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the
Software, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons
to whom the Software is furnished to do so, subject to
the following conditions and restrictions:

Conditions:

The above copyright notice and this permission notice
shall be included in all copies or substantial portions
of the Software.

Restrictions:

You are expressly prohibited from using, adapting, or
integrating this Software into any cryptocurrency
network or related technology other than the specified
intended network for which it is developed - The Kaspa
BlockDAG cryptocurrency network.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,14 @@ One of the best ways to test this application is to build both desktop and web v
- [ ] Web App does not currently preserve transaction history. Reloading the page or the wallet will result in the blank transaction list (this does not affect the wallet functionality). The Web Browser transaction history storage backend is currently under development in the Rusty Kaspa wallet framework.
- [ ] When the Wen App goes off screen or in the background tab, browser will suspend it preventing it from processing updates. There is a workaround for this, but it is not yet implemented.

### License

This project is dual-licensed under the terms of the [MIT or Apache 2.0 license](LICENSE).
## License

### Contributing
Licensed under a PROPRIETARY MIT-style Open Source [LICENSE](LICENSE) with the following restrictions:
_You are expressly prohibited from using, adapting, or integrating this software into any cryptocurrency network or related technology other than the specified intended network for which it is developed - The Kaspa BlockDAG cryptocurrency network._

This project is under active development and is open to contributions. Please see the [contribution guidelines](CONTRIBUTING.md) for details.
## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, shall be licensed as above, without any
additional terms or conditions.

0 comments on commit c60ea2b

Please sign in to comment.