Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sblendorio committed Feb 24, 2024
1 parent c3e65cf commit d7ce84f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public SanremoAscii() {

@Override
public String disclaimer() {
return "Retrocampus BBS Sanremo non è una testata giornalistica ma un progetto a termine che pubblica abstract di notizie senza alcuna cadenza continuativa nè lucro citando sempre la fonte";
return "Retrocampus BBS Sanremo non è una testata giornalistica ma un progetto a termine che pubblica abstract di notizie senza alcuna cadenza continuativa nè lucro citando sempre la fonte.";
}

private static final byte[] LOGO_BYTES = ("Sanremo "+ HolidayCommons.currentYear() +" on BBS").getBytes(StandardCharsets.ISO_8859_1);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public SanremoPetscii() {

@Override
public String disclaimer() {
return "Retrocampus BBS Sanremo non è una testata giornalistica ma un progetto a termine che pubblica abstract di notizie senza alcuna cadenza continuativa nè lucro citando sempre la fonte";
return "Retrocampus BBS Sanremo non è una testata giornalistica ma un progetto a termine che pubblica abstract di notizie senza alcuna cadenza continuativa nè lucro citando sempre la fonte.";
}

private static final byte[] LOGO_BYTES = readBinaryFile("petscii/sanremo-red.seq");
Expand Down

0 comments on commit d7ce84f

Please sign in to comment.