Skip to content

Commit 56da834

Browse files
authored
rstudio->posit 🚀
* Modify copyright stmts to include new company name
1 parent 3f3975c commit 56da834

File tree

610 files changed

+611
-612
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

610 files changed

+611
-612
lines changed

COPYRIGHT

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Quarto
2-
Copyright (C) 2020-2021 RStudio, PBC
2+
Copyright (C) 2020-2022 Posit Software, PBC
33

4-
With the exceptions noted below, this code is released under the
4+
With the exceptions noted below, this code is released under the
55
[GPL](http://www.gnu.org/copyleft/gpl.html), version 2 or later:
66

77
This program is free software; you can redistribute it and/or modify
@@ -23,4 +23,3 @@ the source distribution. On Debian systems, the complete text of the
2323
GPL can be found in `/usr/share/common-licenses/GPL`.
2424

2525
Quarto's source code is at https://github.com/quarto-dev/quarto-cli
26-

package/src/bld.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* package.ts
33
*
4-
* Copyright (C) 2020 by RStudio, PBC
4+
* Copyright (C) 2020-2022 Posit Software, PBC
55
*
66
*/
77
import { Command } from "cliffy/command/mod.ts";

package/src/cmd/pkg-cmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* pkg-cmd.ts
33
*
4-
* Copyright (C) 2020 by RStudio, PBC
4+
* Copyright (C) 2020-2022 Posit Software, PBC
55
*
66
*/
77
import { Command } from "cliffy/command/mod.ts";

package/src/common/archive-binary-dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* archive-binary-dependencies.ts
33
*
4-
* Copyright (C) 2020 by RStudio, PBC
4+
* Copyright (C) 2020-2022 Posit Software, PBC
55
*
66
*/
77
import { join } from "path/mod.ts";

package/src/common/compile-quarto-latexmk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* compile-quarto-latexmk.ts
33
*
4-
* Copyright (C) 2020 by RStudio, PBC
4+
* Copyright (C) 2020-2022 Posit Software, PBC
55
*
66
*/
77
import { Command } from "cliffy/command/mod.ts";

package/src/common/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* config.ts
33
*
4-
* Copyright (C) 2020 by RStudio, PBC
4+
* Copyright (C) 2020-2022 Posit Software, PBC
55
*
66
*/
77

package/src/common/configure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* dependencies.ts
33
*
4-
* Copyright (C) 2020 by RStudio, PBC
4+
* Copyright (C) 2020-2022 Posit Software, PBC
55
*
66
*/
77
import { dirname, join, SEP } from "path/mod.ts";

package/src/common/create-dev-import-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* create-dev-import-map.ts
33
*
4-
* Copyright (C) 2022 by RStudio, PBC
4+
* Copyright (C) 2022 Posit Software, PBC
55
*
66
*/
77

package/src/common/create-schema-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* create-schema-types.ts
33
*
4-
* Copyright (C) 2022 by RStudio, PBC
4+
* Copyright (C) 2022 Posit Software, PBC
55
*
66
*/
77

package/src/common/cyclic-dependencies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* cyclic-dependencies.ts
33
*
4-
* Copyright (C) 2020 by RStudio, PBC
4+
* Copyright (C) 2020-2022 Posit Software, PBC
55
*
66
*/
77
import { basename, isAbsolute, join } from "path/mod.ts";

0 commit comments

Comments
 (0)