Copyright scrub

This commit is contained in:
Robin E.R. Davies
2026-06-02 13:18:02 -04:00
parent 05bd32ad38
commit 4358866265
197 changed files with 238 additions and 637 deletions
+2 -2
View File
@@ -178,7 +178,7 @@ const AboutDialog = class extends Component<AboutDialogProps, AboutDialogState>
</div>
<Typography noWrap display="block" variant="body2" style={{ marginBottom: 12 }} >
Copyright &#169; 2022-2025 Robin Davies.
Copyright &#169; Robin Davies.
</Typography>
{this.model.isAndroidHosted() && (
<Typography noWrap display="block" variant="body2" style={{ marginBottom: 0 }} >
@@ -188,7 +188,7 @@ const AboutDialog = class extends Component<AboutDialogProps, AboutDialogState>
{this.model.isAndroidHosted() && (
<Typography noWrap display="block" variant="body2" style={{ marginBottom: 12 }} >
Copyright &#169; 2022-2026 Robin Davies.
Copyright &#169; Robin Davies.
</Typography>
)}
<Divider />