diff --git a/Converter432Hz/Business/AppInfo.cs b/Converter432Hz/Business/AppInfo.cs index ae75313..048215e 100644 --- a/Converter432Hz/Business/AppInfo.cs +++ b/Converter432Hz/Business/AppInfo.cs @@ -20,7 +20,7 @@ public class AppInfo : IAppInfo public string AppDescription => "Converts and re-encodes music to 432Hz"; /// - public string LicenseInfo => "This is an open source software. The free version only has a single restriction: encoding entire folder hierarchies. This is a lifetime license for this app and all future updates."; + public string LicenseInfo => "This is an open source software and provides all features for free. We run our own ads to support the development of these apps and share no data to 3rd parties. Get a lifetime app license to remove the ads and support us!"; /// public string BuyLicenseText => "Get license for $8.97"; diff --git a/Player432Hz/Business/AppInfo.cs b/Player432Hz/Business/AppInfo.cs index fe543c8..fb25d09 100644 --- a/Player432Hz/Business/AppInfo.cs +++ b/Player432Hz/Business/AppInfo.cs @@ -21,7 +21,7 @@ public class AppInfo : IAppInfo public string AppDescription => "Plays music in 432Hz"; /// - public string LicenseInfo => "This is an open source software. The free version has no restriction. You can get a license to support the development of these apps. This is a lifetime license for this app and all future updates."; + public string LicenseInfo => "This is an open source software and provides all features for free. We run our own ads to support the development of these apps and share no data to 3rd parties. Get a lifetime app license to remove the ads and support us!"; /// public string BuyLicenseText => "Get license for $5.97"; diff --git a/PowerliminalsPlayer/Business/AppInfo.cs b/PowerliminalsPlayer/Business/AppInfo.cs index c50a564..0bf86b6 100644 --- a/PowerliminalsPlayer/Business/AppInfo.cs +++ b/PowerliminalsPlayer/Business/AppInfo.cs @@ -21,7 +21,7 @@ public class AppInfo : IAppInfo public string AppDescription => "Plays multiple audios simultaneously at varying speeds"; /// - public string LicenseInfo => "This is an open source software. The free version has no restriction. You can get a license to support the development of these apps. This is a lifetime license for this app and all future updates."; + public string LicenseInfo => "This is an open source software and provides all features for free. We run our own ads to support the development of these apps and share no data to 3rd parties. Get a lifetime app license to remove the ads and support us!"; /// public string BuyLicenseText => "Get license for $5.97"; diff --git a/YangDownloader/Business/AppInfo.cs b/YangDownloader/Business/AppInfo.cs index 8e8a000..3b3961d 100644 --- a/YangDownloader/Business/AppInfo.cs +++ b/YangDownloader/Business/AppInfo.cs @@ -21,7 +21,7 @@ public class AppInfo : IAppInfo public string AppDescription => "Downloads best-quality audio and video from YouTube."; /// - public string LicenseInfo => "This is an open source software. The free version has no restriction. You can get a license to support the development of these apps. This is a lifetime license for this app and all future updates."; + public string LicenseInfo => "This is an open source software and provides all features for free. We run our own ads to support the development of these apps and share no data to 3rd parties. Get a lifetime app license to remove the ads and support us!"; /// public string BuyLicenseText => "Get license for $2.97";