KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1014B

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Donations";
  3. $PAGE_TYPE = "DONATIONS";
  4. $PAGE_SOURCE_1 = ARRAY("/Donations");
  5. $PAGE_SOURCE_2 = ARRAY("Donations");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. KXStudio is and always will be a free and open-source project to everyone.<br/>
  10. Donations help ensure that developers have the needed enthusiasm and motivation to keep working on the project.<br/>
  11. Just because we're open-source doesn't mean we're allergic to money. ;)
  12. </p>
  13. <p>
  14. <b>The KXStudio project is no longer taking donations.</b>
  15. </p>
  16. <p>
  17. In German law donations count as income and thus have to be taxed.<br/>
  18. It came to the point where it was more expensive for the project to have them rather than not.<br/>
  19. As such, donations have been taken down for now.<br/>
  20. They might come back at a later time, when the (single) KXStudio developer relocates to another country.
  21. </p>
  22. <p>
  23. Thanks for understanding.
  24. </p>
  25. <p><br/></p>
  26. <?php
  27. include_once("includes/footer.php");
  28. ?>