diff --git a/LICENSE b/LICENSE index 6f152fa7..0a5f4ed4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ 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 of this software and associated documentation files (the "Software"), to deal diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 00000000..00be3738 --- /dev/null +++ b/PRIVACY.md @@ -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 diff --git a/README.md b/README.md index 82ad2c04..05a7b47d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Covers these topics: Released and unreleased changes at [CHANGELOG.md](CHANGELOG.md) ## Building -See [CompileHowto](doc/development/CompileHowto.md). +See [CompileHowto.md](doc/development/CompileHowto.md). ## Installation See [Documentation](#documentation) or at [Installation.md](Installation.md). @@ -61,6 +61,9 @@ See [Documentation](#documentation) or at [Installation.md](Installation.md). ## Download Releases available from the [Hyperion release page](https://github.com/hyperion-project/hyperion.ng/releases) +## Privacy Policy +See [PRIVACY.md](PRIVACY.md). + ## License The source is released under MIT-License (see https://opensource.org/licenses/MIT).
[![GitHub license](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/hyperion-project/hyperion.ng/master/LICENSE)