Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

*Who has never dreamed of talking with the certainty that nothing will ever be disclosed?*

[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
[![License](https://img.shields.io/badge/license-AGPL--3.0-blue.svg)](LICENSE)
[![Platform](https://img.shields.io/badge/platform-Android%20%7C%20iOS-lightgrey.svg)]()
[![Built with](https://img.shields.io/badge/built%20with-React%20Native%20%2F%20Expo-000020.svg)]()
[![Status](https://img.shields.io/badge/status-experimental-orange.svg)]()
Expand Down Expand Up @@ -132,4 +132,4 @@ vulnerability, please report it privately first.

## License

[Apache-2.0](LICENSE).
[AGPL-3.0](LICENSE).
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "behide",
"version": "1.0.0",
"description": "An anonymous, end-to-end encrypted messenger.",
"license": "Apache-2.0",
"license": "AGPL-3.0-only",
"main": "expo-router/entry",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "behide-relay",
"version": "1.0.0",
"description": "Blind WebSocket relay for BeHide: routes encrypted envelopes without ever seeing what is inside them.",
"license": "Apache-2.0",
"license": "AGPL-3.0-only",
"private": true,
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions server/src/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"description": "An anonymous, end-to-end encrypted messenger that keeps no account, no server-side history, and no idea who you are.",
"url": "https://behide.xeron.be/",
"downloadUrl": "https://github.com/Bysimeit/BeHide/releases/latest",
"license": "https://www.apache.org/licenses/LICENSE-2.0",
"license": "https://www.gnu.org/licenses/agpl-3.0.html",
"author": { "@type": "Person", "name": "Simon", "url": "https://github.com/Bysimeit" },
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }
}
Expand Down Expand Up @@ -375,7 +375,7 @@ <h2>Honest limitations</h2>
</div>
<div class="foot-links">
<a class="pill pill-link" href="https://github.com/Bysimeit/BeHide" target="_blank" rel="noopener noreferrer">GitHub</a>
<a class="pill pill-link" href="https://github.com/Bysimeit/BeHide/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">Apache-2.0</a>
<a class="pill pill-link" href="https://github.com/Bysimeit/BeHide/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">AGPL-3.0</a>
</div>
</div>

Expand Down
Loading