Skip to content

Commit

Permalink
Change copyright notice from RStudio to Posit
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed May 8, 2024
1 parent b8911ae commit 144a5de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const SITE_DIR = "./site";
const SHINYLIVE_VERSION = packageJson.version;
const currentYear = new Date().getFullYear();
const banner = {
js: `// Shinylive ${SHINYLIVE_VERSION}\n// Copyright ${currentYear} RStudio, PBC`,
css: `/* Shinylive ${SHINYLIVE_VERSION}\n// Copyright ${currentYear} RStudio, PBC */`,
js: `// Shinylive ${SHINYLIVE_VERSION}\n// Copyright ${currentYear} Posit, PBC`,
css: `/* Shinylive ${SHINYLIVE_VERSION}\n// Copyright ${currentYear} Posit, PBC */`,
};

const clients: http.ServerResponse[] = [];
Expand Down

0 comments on commit 144a5de

Please sign in to comment.