mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
update license and add privacy police
This commit is contained in:
parent
a8342b4a6a
commit
da64ab58d5
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2014-2021 Hyperion Project
|
Copyright (c) 2014-2022 Hyperion Project
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
46
PRIVACY.md
Normal file
46
PRIVACY.md
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
# Privacy Policy
|
||||||
|
|
||||||
|
Hyperion-Project takes your privacy seriously. To better protect your privacy we provide this privacy policy notice
|
||||||
|
explaining the way your personal or technical information is collected and used.
|
||||||
|
|
||||||
|
|
||||||
|
## Collection of Routine Information
|
||||||
|
|
||||||
|
This application does not collect or transmit any user's personally identifiable information.
|
||||||
|
No personal information is used, stored, secured or disclosed by services this application works with.
|
||||||
|
Limited technical information is sent (such as IP addresses included in the HTTP/S calls the application makes) but none of that is used or stored.
|
||||||
|
|
||||||
|
|
||||||
|
## Cookies
|
||||||
|
|
||||||
|
Where necessary, this app uses cookies to store information about a visitor’s preferences and history
|
||||||
|
in order to better serve the user and/or present the user with customized content.
|
||||||
|
|
||||||
|
|
||||||
|
## Links to Third Party Websites
|
||||||
|
|
||||||
|
We have included links on this app for your use and reference. We are not responsible for the privacy policies on these websites.
|
||||||
|
You should be aware that the privacy policies of these websites may differ from our own.
|
||||||
|
|
||||||
|
|
||||||
|
## Security
|
||||||
|
|
||||||
|
The security of your personal information is important to us. That is the reason we do not collect any information,
|
||||||
|
but remember that no method of transmission over the Internet, or method of electronic storage,
|
||||||
|
is 100% secure. While we strive to use commercially acceptable means to protect your personal information,
|
||||||
|
we cannot guarantee its absolute security.
|
||||||
|
|
||||||
|
|
||||||
|
## Changes To This Privacy Policy
|
||||||
|
|
||||||
|
This Privacy Policy is effective as of February 2022 and will remain in effect except with respect to any changes in its provisions in the future,
|
||||||
|
which will be in effect immediately after being posted on this page.
|
||||||
|
|
||||||
|
We reserve the right to update or change our Privacy Policy at any time and you should check this Privacy Policy periodically.
|
||||||
|
If we make any material changes to this Privacy Policy, we will notify you by placing a prominent notice on our app.
|
||||||
|
|
||||||
|
|
||||||
|
## Contact Information
|
||||||
|
|
||||||
|
For any questions or concerns regarding the privacy policy, please open up an issue on our GitHub
|
||||||
|
https://github.com/hyperion-project/hyperion.ng
|
@ -53,7 +53,7 @@ Covers these topics:
|
|||||||
Released and unreleased changes at [CHANGELOG.md](CHANGELOG.md)
|
Released and unreleased changes at [CHANGELOG.md](CHANGELOG.md)
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
See [CompileHowto](doc/development/CompileHowto.md).
|
See [CompileHowto.md](doc/development/CompileHowto.md).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
See [Documentation](#documentation) or at [Installation.md](Installation.md).
|
See [Documentation](#documentation) or at [Installation.md](Installation.md).
|
||||||
@ -61,6 +61,9 @@ See [Documentation](#documentation) or at [Installation.md](Installation.md).
|
|||||||
## Download
|
## Download
|
||||||
Releases available from the [Hyperion release page](https://github.com/hyperion-project/hyperion.ng/releases)
|
Releases available from the [Hyperion release page](https://github.com/hyperion-project/hyperion.ng/releases)
|
||||||
|
|
||||||
|
## Privacy Policy
|
||||||
|
See [PRIVACY.md](PRIVACY.md).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
The source is released under MIT-License (see https://opensource.org/licenses/MIT).<br>
|
The source is released under MIT-License (see https://opensource.org/licenses/MIT).<br>
|
||||||
[![GitHub license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/hyperion-project/hyperion.ng/master/LICENSE)
|
[![GitHub license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/hyperion-project/hyperion.ng/master/LICENSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user