Skip to content

Commit

Permalink
Update About text
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryx93 committed May 4, 2023
1 parent 2892352 commit 8cfa649
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Converter432Hz/Business/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class AppInfo : IAppInfo
public string AppDescription => "Converts and re-encodes music to 432Hz";

/// <inheritdoc />
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!";

/// <inheritdoc />
public string BuyLicenseText => "Get license for $8.97";
Expand Down
2 changes: 1 addition & 1 deletion Player432Hz/Business/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class AppInfo : IAppInfo
public string AppDescription => "Plays music in 432Hz";

/// <inheritdoc />
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!";

/// <inheritdoc />
public string BuyLicenseText => "Get license for $5.97";
Expand Down
2 changes: 1 addition & 1 deletion PowerliminalsPlayer/Business/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class AppInfo : IAppInfo
public string AppDescription => "Plays multiple audios simultaneously at varying speeds";

/// <inheritdoc />
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!";

/// <inheritdoc />
public string BuyLicenseText => "Get license for $5.97";
Expand Down
2 changes: 1 addition & 1 deletion YangDownloader/Business/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class AppInfo : IAppInfo
public string AppDescription => "Downloads best-quality audio and video from YouTube.";

/// <inheritdoc />
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!";

/// <inheritdoc />
public string BuyLicenseText => "Get license for $2.97";
Expand Down

0 comments on commit 8cfa649

Please sign in to comment.