Rebrand PodcastYes -> Podcast Distribution AI (podcastdistributionai.com)

This commit is contained in:
Leon Serfaty
2026-06-20 20:12:43 -04:00
parent 3ad90f076f
commit 4fb2645db1
38 changed files with 94 additions and 93 deletions
+5 -5
View File
@@ -9,12 +9,12 @@ const SECTIONS: LegalSection[] = [
{
heading: "Purpose",
paragraphs: [
"This Acceptable Use Policy (AUP) sets out what you may and may not do with PodcastYes. It supplements our Terms of Service. We may update it as the service and abuse patterns evolve.",
"This Acceptable Use Policy (AUP) sets out what you may and may not do with Podcast Distribution AI. It supplements our Terms of Service. We may update it as the service and abuse patterns evolve.",
],
},
{
heading: "Prohibited content",
paragraphs: ["You may not use PodcastYes to create, store, or distribute content that:"],
paragraphs: ["You may not use Podcast Distribution AI to create, store, or distribute content that:"],
bullets: [
"Is illegal, infringes intellectual-property or privacy rights, or violates any applicable law.",
"Is hateful, harassing, threatening, or incites violence against people or groups.",
@@ -36,7 +36,7 @@ const SECTIONS: LegalSection[] = [
{
heading: "AI-generated media",
paragraphs: [
"Because PodcastYes produces synthetic voice and imagery, you are responsible for using it ethically: do not create deceptive deepfakes of real people, and disclose that audio is AI-generated where your audience or the law expects it. You are responsible for clearing any rights needed for the topics, names, and references in your episodes.",
"Because Podcast Distribution AI produces synthetic voice and imagery, you are responsible for using it ethically: do not create deceptive deepfakes of real people, and disclose that audio is AI-generated where your audience or the law expects it. You are responsible for clearing any rights needed for the topics, names, and references in your episodes.",
],
},
{
@@ -48,7 +48,7 @@ const SECTIONS: LegalSection[] = [
{
heading: "Reporting abuse",
paragraphs: [
"If you believe content created with PodcastYes violates this policy, report it to abuse@podcastyes.app with enough detail for us to investigate.",
"If you believe content created with Podcast Distribution AI violates this policy, report it to abuse@podcastdistributionai.com with enough detail for us to investigate.",
],
},
];
@@ -58,7 +58,7 @@ export default function AcceptableUsePage() {
<LegalDoc
title="Acceptable Use Policy"
updated={UPDATED}
intro="We want PodcastYes to be a safe, trustworthy place to create. This policy describes the content and conduct that are not allowed on the platform."
intro="We want Podcast Distribution AI to be a safe, trustworthy place to create. This policy describes the content and conduct that are not allowed on the platform."
sections={SECTIONS}
/>
);