diff --git a/README.md b/README.md index 5a211417f..3881718b7 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ This repository contains code under multiple open source licenses: | Component | License | |-----------|---------| -| [VS Code Extension](apps/vscode/package.json) | AGPL-3.0 | -| [Language Server](apps/lsp/package.json) | AGPL-3.0 | -| [Visual Editor](packages/editor/package.json) | AGPL-3.0 | -| [Panmirror](apps/panmirror/package.json) (RStudio integration) | AGPL-3.0 | +| [VS Code Extension](apps/vscode/package.json) | MIT | +| [Language Server](apps/lsp/package.json) | MIT | +| [Visual Editor](packages/editor/package.json) | MIT | +| [Panmirror](apps/panmirror/package.json) (RStudio integration) | MIT | | @quarto/* npm packages | MIT (e.g. [mapped-string](packages/mapped-string/package.json)) | | OJS Runtime | ISC (e.g. [quarto-ojs-runtime](packages/ojs/quarto-ojs-runtime/package.json)) | diff --git a/apps/lsp/build.ts b/apps/lsp/build.ts index 855940520..9c03a87cd 100644 --- a/apps/lsp/build.ts +++ b/apps/lsp/build.ts @@ -1,16 +1,7 @@ /* * build.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/lsp/package.json b/apps/lsp/package.json index 0414690ee..23c1e624d 100644 --- a/apps/lsp/package.json +++ b/apps/lsp/package.json @@ -2,7 +2,7 @@ "name": "quarto-lsp", "version": "0.0.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "scripts": { "build": "tsx build.ts", "dev": "yarn run build dev", diff --git a/apps/lsp/src/config.ts b/apps/lsp/src/config.ts index 4c870b81f..04a04f03e 100644 --- a/apps/lsp/src/config.ts +++ b/apps/lsp/src/config.ts @@ -1,17 +1,8 @@ /* * configuration.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { Connection, DidChangeConfigurationNotification, Emitter } from 'vscode-languageserver'; diff --git a/apps/lsp/src/custom.ts b/apps/lsp/src/custom.ts index 8606eb413..6fbc00f32 100644 --- a/apps/lsp/src/custom.ts +++ b/apps/lsp/src/custom.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path from "path"; diff --git a/apps/lsp/src/diagnostics.ts b/apps/lsp/src/diagnostics.ts index 725eb54f5..707600b32 100644 --- a/apps/lsp/src/diagnostics.ts +++ b/apps/lsp/src/diagnostics.ts @@ -1,16 +1,7 @@ /* * diagnostics.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/lsp/src/index.ts b/apps/lsp/src/index.ts index 2095b63cd..59ac4108e 100644 --- a/apps/lsp/src/index.ts +++ b/apps/lsp/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path from "path"; diff --git a/apps/lsp/src/logging.ts b/apps/lsp/src/logging.ts index c48fa1099..22aabaf43 100644 --- a/apps/lsp/src/logging.ts +++ b/apps/lsp/src/logging.ts @@ -1,17 +1,8 @@ /* * logging.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ // based on: diff --git a/apps/lsp/src/middleware.ts b/apps/lsp/src/middleware.ts index aa48889a9..a1ef7b46c 100644 --- a/apps/lsp/src/middleware.ts +++ b/apps/lsp/src/middleware.ts @@ -1,17 +1,8 @@ /* * middleware.ts * - * Copyright (C) 2023-2025 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { Connection, ServerCapabilities } from "vscode-languageserver"; diff --git a/apps/lsp/src/quarto.ts b/apps/lsp/src/quarto.ts index c19651978..e0a334609 100644 --- a/apps/lsp/src/quarto.ts +++ b/apps/lsp/src/quarto.ts @@ -1,16 +1,7 @@ /* * quarto.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as path from "node:path"; diff --git a/apps/lsp/src/r-utils.ts b/apps/lsp/src/r-utils.ts index aaf3f2716..7a7eb60c1 100644 --- a/apps/lsp/src/r-utils.ts +++ b/apps/lsp/src/r-utils.ts @@ -1,16 +1,7 @@ /* * r-utils.ts * - * Copyright (C) 2025 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2025-2026 by Posit Software, PBC */ import { isRPackage as isRPackageImpl } from "quarto-utils"; diff --git a/apps/lsp/src/service/config.ts b/apps/lsp/src/service/config.ts index 0f2ddbcd9..86a8ef519 100644 --- a/apps/lsp/src/service/config.ts +++ b/apps/lsp/src/service/config.ts @@ -1,17 +1,8 @@ /* * config.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as picomatch from 'picomatch'; diff --git a/apps/lsp/src/service/index.ts b/apps/lsp/src/service/index.ts index 6544891c9..d4738804b 100644 --- a/apps/lsp/src/service/index.ts +++ b/apps/lsp/src/service/index.ts @@ -1,17 +1,8 @@ /* * index.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import type { CancellationToken, CompletionContext, TextDocuments } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/logging.ts b/apps/lsp/src/service/logging.ts index 973ca2a9a..92fe31020 100644 --- a/apps/lsp/src/service/logging.ts +++ b/apps/lsp/src/service/logging.ts @@ -1,17 +1,8 @@ /* * logging.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ /** diff --git a/apps/lsp/src/service/providers/completion/completion-attrs.ts b/apps/lsp/src/service/providers/completion/completion-attrs.ts index e7927dd71..1390154e2 100644 --- a/apps/lsp/src/service/providers/completion/completion-attrs.ts +++ b/apps/lsp/src/service/providers/completion/completion-attrs.ts @@ -1,16 +1,7 @@ /* * completion-attrs.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { AttrContext, AttrToken, EditorContext } from "../../quarto"; diff --git a/apps/lsp/src/service/providers/completion/completion-latex.ts b/apps/lsp/src/service/providers/completion/completion-latex.ts index e71a83e33..9379a7572 100644 --- a/apps/lsp/src/service/providers/completion/completion-latex.ts +++ b/apps/lsp/src/service/providers/completion/completion-latex.ts @@ -1,17 +1,8 @@ /* * completion-latex.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016 James Yu - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ // based on https://github.com/James-Yu/LaTeX-Workshop/blob/master/src/providers/completion.ts diff --git a/apps/lsp/src/service/providers/completion/completion-path.ts b/apps/lsp/src/service/providers/completion/completion-path.ts index 6f7d6b7dc..c7ab585e9 100644 --- a/apps/lsp/src/service/providers/completion/completion-path.ts +++ b/apps/lsp/src/service/providers/completion/completion-path.ts @@ -1,17 +1,8 @@ /* * path-completions.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as l10n from '@vscode/l10n'; diff --git a/apps/lsp/src/service/providers/completion/completion-shortcode.ts b/apps/lsp/src/service/providers/completion/completion-shortcode.ts index 01ba25c6b..db15a5a95 100644 --- a/apps/lsp/src/service/providers/completion/completion-shortcode.ts +++ b/apps/lsp/src/service/providers/completion/completion-shortcode.ts @@ -1,17 +1,8 @@ /* * completion-shortcode.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import fs from 'fs'; diff --git a/apps/lsp/src/service/providers/completion/completion-yaml.ts b/apps/lsp/src/service/providers/completion/completion-yaml.ts index 497021ba2..2f29ca951 100644 --- a/apps/lsp/src/service/providers/completion/completion-yaml.ts +++ b/apps/lsp/src/service/providers/completion/completion-yaml.ts @@ -1,17 +1,8 @@ /* * completion-yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016 James Yu - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { lines } from "core"; diff --git a/apps/lsp/src/service/providers/completion/completion.ts b/apps/lsp/src/service/providers/completion/completion.ts index fe2e16380..2f55430d0 100644 --- a/apps/lsp/src/service/providers/completion/completion.ts +++ b/apps/lsp/src/service/providers/completion/completion.ts @@ -1,17 +1,8 @@ /* * completion.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016 James Yu - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { Position } from "vscode-languageserver-textdocument"; diff --git a/apps/lsp/src/service/providers/completion/refs/completion-biblio.ts b/apps/lsp/src/service/providers/completion/refs/completion-biblio.ts index 31cff8202..1fe666468 100644 --- a/apps/lsp/src/service/providers/completion/refs/completion-biblio.ts +++ b/apps/lsp/src/service/providers/completion/refs/completion-biblio.ts @@ -1,16 +1,7 @@ /* * completion-biblio.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/lsp/src/service/providers/completion/refs/completion-crossref.ts b/apps/lsp/src/service/providers/completion/refs/completion-crossref.ts index ba9b13319..0a23fe775 100644 --- a/apps/lsp/src/service/providers/completion/refs/completion-crossref.ts +++ b/apps/lsp/src/service/providers/completion/refs/completion-crossref.ts @@ -1,16 +1,7 @@ /* * completion-crossref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/lsp/src/service/providers/completion/refs/completion-refs.ts b/apps/lsp/src/service/providers/completion/refs/completion-refs.ts index 7995c26e6..abb9a6d28 100644 --- a/apps/lsp/src/service/providers/completion/refs/completion-refs.ts +++ b/apps/lsp/src/service/providers/completion/refs/completion-refs.ts @@ -1,16 +1,7 @@ /* * completion-refs.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Range, Position } from "vscode-languageserver-types"; diff --git a/apps/lsp/src/service/providers/definitions.ts b/apps/lsp/src/service/providers/definitions.ts index 553c3b18f..ed141e922 100644 --- a/apps/lsp/src/service/providers/definitions.ts +++ b/apps/lsp/src/service/providers/definitions.ts @@ -1,17 +1,8 @@ /* * definitions.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { CancellationToken } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/providers/diagnostics-yaml.ts b/apps/lsp/src/service/providers/diagnostics-yaml.ts index 3d84def4c..46c95cb76 100644 --- a/apps/lsp/src/service/providers/diagnostics-yaml.ts +++ b/apps/lsp/src/service/providers/diagnostics-yaml.ts @@ -1,16 +1,7 @@ /* * diagnostics.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/lsp/src/service/providers/diagnostics.ts b/apps/lsp/src/service/providers/diagnostics.ts index 9fd1eae29..349ffc634 100644 --- a/apps/lsp/src/service/providers/diagnostics.ts +++ b/apps/lsp/src/service/providers/diagnostics.ts @@ -1,17 +1,8 @@ /* * diagnostics.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as l10n from '@vscode/l10n'; diff --git a/apps/lsp/src/service/providers/document-highlights.ts b/apps/lsp/src/service/providers/document-highlights.ts index bd31bc45d..5ab675ad5 100644 --- a/apps/lsp/src/service/providers/document-highlights.ts +++ b/apps/lsp/src/service/providers/document-highlights.ts @@ -1,17 +1,8 @@ /* * document-highlights.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { CancellationToken } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/providers/document-links.ts b/apps/lsp/src/service/providers/document-links.ts index d62869de8..c16c3a716 100644 --- a/apps/lsp/src/service/providers/document-links.ts +++ b/apps/lsp/src/service/providers/document-links.ts @@ -1,17 +1,8 @@ /* * document-links.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as l10n from '@vscode/l10n'; import { HTMLElement, parse } from 'node-html-parser'; diff --git a/apps/lsp/src/service/providers/document-symbols.ts b/apps/lsp/src/service/providers/document-symbols.ts index 91b120d49..40b84caa5 100644 --- a/apps/lsp/src/service/providers/document-symbols.ts +++ b/apps/lsp/src/service/providers/document-symbols.ts @@ -1,17 +1,8 @@ /* * document-symbols.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { CancellationToken } from 'vscode-languageserver'; import * as lsp from 'vscode-languageserver-types'; diff --git a/apps/lsp/src/service/providers/folding.ts b/apps/lsp/src/service/providers/folding.ts index 6add2efa6..3a154971d 100644 --- a/apps/lsp/src/service/providers/folding.ts +++ b/apps/lsp/src/service/providers/folding.ts @@ -1,17 +1,8 @@ /* * folding.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { CancellationToken } from 'vscode-languageserver'; import * as lsp from 'vscode-languageserver-types'; diff --git a/apps/lsp/src/service/providers/hover/hover-image.ts b/apps/lsp/src/service/providers/hover/hover-image.ts index 8a9d279b7..208de2c21 100644 --- a/apps/lsp/src/service/providers/hover/hover-image.ts +++ b/apps/lsp/src/service/providers/hover/hover-image.ts @@ -1,16 +1,7 @@ /* * hover-image.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as path from "path"; diff --git a/apps/lsp/src/service/providers/hover/hover-math.ts b/apps/lsp/src/service/providers/hover/hover-math.ts index 876e81a83..dfc819289 100644 --- a/apps/lsp/src/service/providers/hover/hover-math.ts +++ b/apps/lsp/src/service/providers/hover/hover-math.ts @@ -1,17 +1,8 @@ /* * hover-math.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016 James Yu - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { Hover, MarkupContent, MarkupKind, Position } from "vscode-languageserver"; diff --git a/apps/lsp/src/service/providers/hover/hover-ref.ts b/apps/lsp/src/service/providers/hover/hover-ref.ts index 059ecc4a9..5ac30e540 100644 --- a/apps/lsp/src/service/providers/hover/hover-ref.ts +++ b/apps/lsp/src/service/providers/hover/hover-ref.ts @@ -1,16 +1,7 @@ /* * hover-ref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Hover, Position, Range } from "vscode-languageserver"; diff --git a/apps/lsp/src/service/providers/hover/hover-yaml.ts b/apps/lsp/src/service/providers/hover/hover-yaml.ts index 3d8d527e4..7823744e2 100644 --- a/apps/lsp/src/service/providers/hover/hover-yaml.ts +++ b/apps/lsp/src/service/providers/hover/hover-yaml.ts @@ -1,16 +1,7 @@ /* * hover-yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Hover, MarkupKind } from "vscode-languageserver"; diff --git a/apps/lsp/src/service/providers/hover/hover.ts b/apps/lsp/src/service/providers/hover/hover.ts index 903c53886..d1b819f54 100644 --- a/apps/lsp/src/service/providers/hover/hover.ts +++ b/apps/lsp/src/service/providers/hover/hover.ts @@ -1,16 +1,7 @@ /* * hover.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Position } from "vscode-languageserver-textdocument"; diff --git a/apps/lsp/src/service/providers/references.ts b/apps/lsp/src/service/providers/references.ts index 0119f4392..d5a780efe 100644 --- a/apps/lsp/src/service/providers/references.ts +++ b/apps/lsp/src/service/providers/references.ts @@ -1,17 +1,8 @@ /* * references.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { CancellationToken } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/providers/smart-select.ts b/apps/lsp/src/service/providers/smart-select.ts index 6758beebe..21cd7917e 100644 --- a/apps/lsp/src/service/providers/smart-select.ts +++ b/apps/lsp/src/service/providers/smart-select.ts @@ -1,17 +1,8 @@ /* * smart-select.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { CancellationToken } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/providers/workspace-symbols.ts b/apps/lsp/src/service/providers/workspace-symbols.ts index 39c0e66da..aa2f5edb4 100644 --- a/apps/lsp/src/service/providers/workspace-symbols.ts +++ b/apps/lsp/src/service/providers/workspace-symbols.ts @@ -1,17 +1,8 @@ /* * workspace-symbols.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { CancellationToken } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/quarto.ts b/apps/lsp/src/service/quarto.ts index 333150f61..5ad5ae94b 100644 --- a/apps/lsp/src/service/quarto.ts +++ b/apps/lsp/src/service/quarto.ts @@ -1,16 +1,7 @@ /* * quarto.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ import { Position } from "vscode-languageserver-types"; diff --git a/apps/lsp/src/service/slugify.ts b/apps/lsp/src/service/slugify.ts index 7f4b28d3b..6a3f2f746 100644 --- a/apps/lsp/src/service/slugify.ts +++ b/apps/lsp/src/service/slugify.ts @@ -1,17 +1,8 @@ /* * slugify.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { pandocAutoIdentifier } from "core"; diff --git a/apps/lsp/src/service/toc.ts b/apps/lsp/src/service/toc.ts index 1df0f7311..40dd6b731 100644 --- a/apps/lsp/src/service/toc.ts +++ b/apps/lsp/src/service/toc.ts @@ -1,17 +1,8 @@ /* * toc.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { CancellationToken } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/util/cancellation.ts b/apps/lsp/src/service/util/cancellation.ts index 71da9bc0c..af9ebdbe7 100644 --- a/apps/lsp/src/service/util/cancellation.ts +++ b/apps/lsp/src/service/util/cancellation.ts @@ -1,17 +1,8 @@ /* * cancellation.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { CancellationToken, Emitter } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/util/file.ts b/apps/lsp/src/service/util/file.ts index b4ae23176..dba04cd96 100644 --- a/apps/lsp/src/service/util/file.ts +++ b/apps/lsp/src/service/util/file.ts @@ -1,17 +1,8 @@ /* * file.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as path from 'path'; diff --git a/apps/lsp/src/service/util/path.ts b/apps/lsp/src/service/util/path.ts index 106cf817d..52c689138 100644 --- a/apps/lsp/src/service/util/path.ts +++ b/apps/lsp/src/service/util/path.ts @@ -1,17 +1,8 @@ /* * path.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as path from 'path'; diff --git a/apps/lsp/src/service/util/refs.ts b/apps/lsp/src/service/util/refs.ts index 464246cad..1c47db82a 100644 --- a/apps/lsp/src/service/util/refs.ts +++ b/apps/lsp/src/service/util/refs.ts @@ -1,16 +1,7 @@ /* * refs.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Position } from "vscode-languageserver-types"; diff --git a/apps/lsp/src/service/util/resource-maps.ts b/apps/lsp/src/service/util/resource-maps.ts index 1163ce4bb..b63effc23 100644 --- a/apps/lsp/src/service/util/resource-maps.ts +++ b/apps/lsp/src/service/util/resource-maps.ts @@ -1,17 +1,8 @@ /* * resource-maps.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { URI } from 'vscode-uri'; diff --git a/apps/lsp/src/service/util/schemes.ts b/apps/lsp/src/service/util/schemes.ts index 5dfd33556..b5072d88b 100644 --- a/apps/lsp/src/service/util/schemes.ts +++ b/apps/lsp/src/service/util/schemes.ts @@ -1,17 +1,8 @@ /* * schemes.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ export const Schemes = Object.freeze({ diff --git a/apps/lsp/src/service/util/string.ts b/apps/lsp/src/service/util/string.ts index f3a9a1f61..5cb5d1210 100644 --- a/apps/lsp/src/service/util/string.ts +++ b/apps/lsp/src/service/util/string.ts @@ -1,17 +1,8 @@ /* * string.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ export function isEmptyOrWhitespace(str: string): boolean { diff --git a/apps/lsp/src/service/workspace-cache.ts b/apps/lsp/src/service/workspace-cache.ts index 45b4a6b6b..c8a24b1a2 100644 --- a/apps/lsp/src/service/workspace-cache.ts +++ b/apps/lsp/src/service/workspace-cache.ts @@ -1,17 +1,8 @@ /* * workspace-cache.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { CancellationToken, CancellationTokenSource } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/workspace.ts b/apps/lsp/src/service/workspace.ts index 7bf12dc14..a5c723141 100644 --- a/apps/lsp/src/service/workspace.ts +++ b/apps/lsp/src/service/workspace.ts @@ -1,17 +1,8 @@ /* * workspace.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { Event } from 'vscode-languageserver'; diff --git a/apps/lsp/src/workspace.ts b/apps/lsp/src/workspace.ts index d310fcb03..68608c016 100644 --- a/apps/lsp/src/workspace.ts +++ b/apps/lsp/src/workspace.ts @@ -1,17 +1,8 @@ /* * workspace.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ // based on: diff --git a/apps/panmirror/package.json b/apps/panmirror/package.json index 3ab67f09e..872a4fcd6 100644 --- a/apps/panmirror/package.json +++ b/apps/panmirror/package.json @@ -11,7 +11,7 @@ } }, "private": true, - "license": "agpl-3.0", + "license": "MIT", "scripts": { "lint": "TIMING=1 eslint \"src/**/*.ts\"", "build": "tsc --noEmit && vite build" diff --git a/apps/panmirror/src/index.ts b/apps/panmirror/src/index.ts index 6409500a4..3bcf3d3cb 100644 --- a/apps/panmirror/src/index.ts +++ b/apps/panmirror/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/panmirror/vite.config.ts b/apps/panmirror/vite.config.ts index 8cee7e7e4..5d7375411 100644 --- a/apps/panmirror/vite.config.ts +++ b/apps/panmirror/vite.config.ts @@ -9,6 +9,9 @@ const outDir = process.env.PANMIRROR_OUTDIR || "dist"; const plugins = [cssInjectedByJsPlugin()]; export default defineConfig({ + esbuild: { + legalComments: 'eof' as const, + }, define: { 'process.env.DEBUG': '""', 'process.env.NODE_ENV': '"production"', diff --git a/apps/quarto-utils/package.json b/apps/quarto-utils/package.json index bc0191ffb..5032e9717 100644 --- a/apps/quarto-utils/package.json +++ b/apps/quarto-utils/package.json @@ -2,7 +2,7 @@ "name": "quarto-utils", "version": "0.0.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/apps/quarto-utils/src/index.ts b/apps/quarto-utils/src/index.ts index 25c737080..9b927f27d 100644 --- a/apps/quarto-utils/src/index.ts +++ b/apps/quarto-utils/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2025 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2025-2026 by Posit Software, PBC */ export * from './r-utils'; diff --git a/apps/quarto-utils/src/r-utils.ts b/apps/quarto-utils/src/r-utils.ts index c22db0e78..bb19f7329 100644 --- a/apps/quarto-utils/src/r-utils.ts +++ b/apps/quarto-utils/src/r-utils.ts @@ -1,16 +1,7 @@ /* * r-utils.ts * - * Copyright (C) 2025 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2025-2026 by Posit Software, PBC */ import * as fs from "fs/promises"; diff --git a/apps/quarto-utils/src/semantic-tokens-legend.ts b/apps/quarto-utils/src/semantic-tokens-legend.ts index 9a450863e..ac687ed52 100644 --- a/apps/quarto-utils/src/semantic-tokens-legend.ts +++ b/apps/quarto-utils/src/semantic-tokens-legend.ts @@ -1,16 +1,7 @@ /* * semantic-tokens-legend.ts * - * Copyright (C) 2025 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2025-2026 by Posit Software, PBC */ /** diff --git a/apps/vscode-editor/package.json b/apps/vscode-editor/package.json index 5bdc03d8b..076b4e82f 100644 --- a/apps/vscode-editor/package.json +++ b/apps/vscode-editor/package.json @@ -12,7 +12,7 @@ } }, "private": true, - "license": "agpl-3.0", + "license": "MIT", "scripts": { "build": "tsc --noEmit && vite build", "dev": "tsc --noEmit && vite build --mode=development", diff --git a/apps/vscode-editor/src/App.tsx b/apps/vscode-editor/src/App.tsx index 00c5c71f6..af0cf4755 100644 --- a/apps/vscode-editor/src/App.tsx +++ b/apps/vscode-editor/src/App.tsx @@ -1,16 +1,7 @@ /* * Editor.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from "react"; diff --git a/apps/vscode-editor/src/Editor.module.scss b/apps/vscode-editor/src/Editor.module.scss index 4f2f2c0ed..b48abddaf 100644 --- a/apps/vscode-editor/src/Editor.module.scss +++ b/apps/vscode-editor/src/Editor.module.scss @@ -1,16 +1,7 @@ /* * Editor.module.scss * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ @import 'editor-ui/src/variables.scss'; diff --git a/apps/vscode-editor/src/EditorContainer.tsx b/apps/vscode-editor/src/EditorContainer.tsx index 9bdb6b8af..47c41ab89 100644 --- a/apps/vscode-editor/src/EditorContainer.tsx +++ b/apps/vscode-editor/src/EditorContainer.tsx @@ -1,16 +1,7 @@ /* * EditorContainer.tsx * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import React, { useMemo, useEffect, useContext, useCallback, useState } from 'react'; diff --git a/apps/vscode-editor/src/EditorToolbar.tsx b/apps/vscode-editor/src/EditorToolbar.tsx index e03cde575..b21f5305b 100644 --- a/apps/vscode-editor/src/EditorToolbar.tsx +++ b/apps/vscode-editor/src/EditorToolbar.tsx @@ -1,16 +1,7 @@ /* * EditorToolbar.tsx * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import React, { useContext } from 'react'; diff --git a/apps/vscode-editor/src/index.tsx b/apps/vscode-editor/src/index.tsx index 631617519..22290a57b 100644 --- a/apps/vscode-editor/src/index.tsx +++ b/apps/vscode-editor/src/index.tsx @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from "react"; diff --git a/apps/vscode-editor/src/styles.scss b/apps/vscode-editor/src/styles.scss index 854063367..8a67f1c1e 100644 --- a/apps/vscode-editor/src/styles.scss +++ b/apps/vscode-editor/src/styles.scss @@ -1,16 +1,7 @@ /* * styles.scss * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode-editor/src/sync.ts b/apps/vscode-editor/src/sync.ts index 098dae454..bc900b60c 100644 --- a/apps/vscode-editor/src/sync.ts +++ b/apps/vscode-editor/src/sync.ts @@ -2,16 +2,7 @@ /* * connection.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode-editor/src/theme.ts b/apps/vscode-editor/src/theme.ts index dcce0d907..7f2180af5 100644 --- a/apps/vscode-editor/src/theme.ts +++ b/apps/vscode-editor/src/theme.ts @@ -1,16 +1,7 @@ /* * theme.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode-editor/vite.config.ts b/apps/vscode-editor/vite.config.ts index 31f633925..93155da5a 100644 --- a/apps/vscode-editor/vite.config.ts +++ b/apps/vscode-editor/vite.config.ts @@ -8,6 +8,9 @@ export default defineConfig(env => { const dev = env.mode === "development"; return { + esbuild: { + legalComments: 'eof' as const, + }, define: { 'process.env.DEBUG': '""', 'process.env.NODE_ENV': '"production"', diff --git a/apps/vscode-markdownit/package.json b/apps/vscode-markdownit/package.json index 18c3a4708..ee97c10aa 100644 --- a/apps/vscode-markdownit/package.json +++ b/apps/vscode-markdownit/package.json @@ -12,7 +12,7 @@ } }, "private": true, - "license": "agpl-3.0", + "license": "MIT", "scripts": { "build": "tsc --noEmit && vite build", "dev": "tsc --noEmit && vite build --mode=development", diff --git a/apps/vscode-markdownit/src/index.ts b/apps/vscode-markdownit/src/index.ts index cc5ea033b..ea0b532b9 100644 --- a/apps/vscode-markdownit/src/index.ts +++ b/apps/vscode-markdownit/src/index.ts @@ -1,17 +1,8 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016-2020 ParkSB. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import type * as MarkdownIt from 'markdown-it'; diff --git a/apps/vscode-markdownit/vite.config.ts b/apps/vscode-markdownit/vite.config.ts index 6911358fd..a1d7ceb7c 100644 --- a/apps/vscode-markdownit/vite.config.ts +++ b/apps/vscode-markdownit/vite.config.ts @@ -8,6 +8,9 @@ export default defineConfig(env => { const dev = env.mode === "development"; return { + esbuild: { + legalComments: 'eof' as const, + }, define: { 'process.env.DEBUG': '""', 'process.env.NODE_ENV': '"production"', diff --git a/apps/vscode/LICENSE b/apps/vscode/LICENSE index be3f7b28e..b91cc62c5 100644 --- a/apps/vscode/LICENSE +++ b/apps/vscode/LICENSE @@ -1,661 +1,21 @@ - GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU Affero General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero General Public License from time to time. Such new versions -will be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU Affero General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU Affero General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU Affero General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU AGPL, see -. +MIT License + +Copyright (c) 2022-2026 Posit Software, PBC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/apps/vscode/ThirdPartyNotices.txt b/apps/vscode/ThirdPartyNotices.txt new file mode 100644 index 000000000..bf1b3c0e8 --- /dev/null +++ b/apps/vscode/ThirdPartyNotices.txt @@ -0,0 +1,1216 @@ +THIRD PARTY NOTICES + +The Quarto extension for Visual Studio Code bundles third-party software listed +below. Original copyright notices and licenses are reproduced here as required. + +This extension uses biblatex-csl-converter which is licensed under the GNU Lesser +General Public License v3.0. The source code for this extension is available at +https://github.com/quarto-dev/quarto and users may modify biblatex-csl-converter +and rebuild the extension from source. + +--------------------------------------------------------- +biblatex-csl-converter +https://github.com/fiduswriter/biblatex-csl-converter +GNU Lesser General Public License, Version 3.0 + +Copyright (c) 2016-present Johannes Wilm and contributors + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. + +--------------------------------------------------------- +diff-match-patch +https://github.com/JackuB/diff-match-patch +Apache License, Version 2.0 + +Copyright 2006 Google Inc. + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--------------------------------------------------------- +fuse.js +https://github.com/krisk/Fuse +Apache License, Version 2.0 + +Copyright (c) Kiro Risk +(License text: see Apache-2.0 above) + +--------------------------------------------------------- +mathjax-full +https://github.com/mathjax/MathJax-src +Apache License, Version 2.0 + +Copyright (c) The MathJax Consortium +(License text: see Apache-2.0 above) + +--------------------------------------------------------- +prosemirror-utils +https://github.com/atlassian/prosemirror-utils +Apache License, Version 2.0 + +Copyright 2018 Atlassian Pty Ltd +(License text: see Apache-2.0 above) + +--------------------------------------------------------- +thenby +https://github.com/Teun/thenBy.js +Apache License, Version 2.0 + +Copyright Teun Duynstee +(License text: see Apache-2.0 above) + +--------------------------------------------------------- +highlight.js +https://github.com/highlightjs/highlight.js +BSD 3-Clause License + +BSD 3-Clause License + +Copyright (c) 2006, Ivan Sagalaev. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +--------------------------------------------------------- +flat +https://github.com/hughsk/flat +BSD 3-Clause License + +Copyright (c) 2014, Hugh Kennedy +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +--------------------------------------------------------- +react-transition-group +https://github.com/reactjs/react-transition-group +BSD 3-Clause License + +BSD 3-Clause License + +Copyright (c) 2018, React Community +Forked from React (https://github.com/facebook/react) Copyright 2013-present, Facebook, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +--------------------------------------------------------- +typo-js +https://github.com/cfinke/Typo.js +BSD 3-Clause License + +Copyright (c) 2011, Christopher Finke +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHOR FINKE BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/apps/vscode/build.ts b/apps/vscode/build.ts index 617776868..8e2fba1d5 100644 --- a/apps/vscode/build.ts +++ b/apps/vscode/build.ts @@ -1,16 +1,7 @@ /* * build.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { runBuild } from "build"; diff --git a/apps/vscode/package.json b/apps/vscode/package.json index ac38b029c..ac1fb72cb 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -5,7 +5,7 @@ "author": "quarto", "publisher": "quarto", "icon": "assets/logo/quarto.png", - "license": "agpl-3.0", + "license": "MIT", "keywords": [ "markdown", "pandoc", diff --git a/apps/vscode/src/api.ts b/apps/vscode/src/api.ts index d033f77ac..418b385ca 100644 --- a/apps/vscode/src/api.ts +++ b/apps/vscode/src/api.ts @@ -2,15 +2,6 @@ * api.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { QuartoContext } from "quarto-core"; diff --git a/apps/vscode/src/core/command.ts b/apps/vscode/src/core/command.ts index 412d2730f..77ca86baf 100644 --- a/apps/vscode/src/core/command.ts +++ b/apps/vscode/src/core/command.ts @@ -1,16 +1,7 @@ /* * command.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/core/config.ts b/apps/vscode/src/core/config.ts index ad782fff4..bde5d36be 100644 --- a/apps/vscode/src/core/config.ts +++ b/apps/vscode/src/core/config.ts @@ -1,16 +1,7 @@ /* * config.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode/src/core/context.ts b/apps/vscode/src/core/context.ts index 4f553082f..f44a3b1ff 100644 --- a/apps/vscode/src/core/context.ts +++ b/apps/vscode/src/core/context.ts @@ -2,15 +2,6 @@ * context.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { Uri } from "vscode"; diff --git a/apps/vscode/src/core/dispose.ts b/apps/vscode/src/core/dispose.ts index 280f5d740..bc255f561 100644 --- a/apps/vscode/src/core/dispose.ts +++ b/apps/vscode/src/core/dispose.ts @@ -1,16 +1,7 @@ /* * dispose.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/core/doc.ts b/apps/vscode/src/core/doc.ts index f8459c4a8..4b9a3ad34 100644 --- a/apps/vscode/src/core/doc.ts +++ b/apps/vscode/src/core/doc.ts @@ -1,16 +1,7 @@ /* * doc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path from "node:path"; diff --git a/apps/vscode/src/core/hover.ts b/apps/vscode/src/core/hover.ts index 6f1a484a6..e27b71a91 100644 --- a/apps/vscode/src/core/hover.ts +++ b/apps/vscode/src/core/hover.ts @@ -1,16 +1,7 @@ /* * hover.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode/src/core/links.ts b/apps/vscode/src/core/links.ts index ec4427cc7..9dba9dc9d 100644 --- a/apps/vscode/src/core/links.ts +++ b/apps/vscode/src/core/links.ts @@ -1,16 +1,7 @@ /* * links.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/core/nonce.ts b/apps/vscode/src/core/nonce.ts index 0ab718f83..cafc153f5 100644 --- a/apps/vscode/src/core/nonce.ts +++ b/apps/vscode/src/core/nonce.ts @@ -1,16 +1,7 @@ /* * nonce.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export function getNonce() { diff --git a/apps/vscode/src/core/path.ts b/apps/vscode/src/core/path.ts index e85ef4ab4..00cc10cf5 100644 --- a/apps/vscode/src/core/path.ts +++ b/apps/vscode/src/core/path.ts @@ -1,16 +1,7 @@ /* * path.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ /// diff --git a/apps/vscode/src/core/platform.ts b/apps/vscode/src/core/platform.ts index ebfe8e676..8100f87dd 100644 --- a/apps/vscode/src/core/platform.ts +++ b/apps/vscode/src/core/platform.ts @@ -1,16 +1,7 @@ /* * platform.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as child_process from "child_process"; diff --git a/apps/vscode/src/core/python.ts b/apps/vscode/src/core/python.ts index 56c2bd85c..0f6c46778 100644 --- a/apps/vscode/src/core/python.ts +++ b/apps/vscode/src/core/python.ts @@ -1,16 +1,7 @@ /* * languages.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import fs from "node:fs"; diff --git a/apps/vscode/src/core/quarto.ts b/apps/vscode/src/core/quarto.ts index b7ecf62c5..99717a6f7 100644 --- a/apps/vscode/src/core/quarto.ts +++ b/apps/vscode/src/core/quarto.ts @@ -1,16 +1,7 @@ /* * quarto.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as path from "node:path"; diff --git a/apps/vscode/src/core/range.ts b/apps/vscode/src/core/range.ts index d2ebb8279..9ba6df8aa 100644 --- a/apps/vscode/src/core/range.ts +++ b/apps/vscode/src/core/range.ts @@ -1,16 +1,7 @@ /* * range.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/core/schemes.ts b/apps/vscode/src/core/schemes.ts index 8f394cada..7547f2d3e 100644 --- a/apps/vscode/src/core/schemes.ts +++ b/apps/vscode/src/core/schemes.ts @@ -2,16 +2,7 @@ /* * schemes.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Uri } from "vscode"; diff --git a/apps/vscode/src/core/terminal.ts b/apps/vscode/src/core/terminal.ts index 806ce440a..a1f768dab 100644 --- a/apps/vscode/src/core/terminal.ts +++ b/apps/vscode/src/core/terminal.ts @@ -1,16 +1,7 @@ /* * terminal.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as os from "node:os"; diff --git a/apps/vscode/src/core/throttle.ts b/apps/vscode/src/core/throttle.ts index effc84f2b..be5c2b643 100644 --- a/apps/vscode/src/core/throttle.ts +++ b/apps/vscode/src/core/throttle.ts @@ -2,15 +2,6 @@ * throttle.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ /** diff --git a/apps/vscode/src/core/workspace.ts b/apps/vscode/src/core/workspace.ts index 0ca69b931..d9ee1d9f3 100644 --- a/apps/vscode/src/core/workspace.ts +++ b/apps/vscode/src/core/workspace.ts @@ -1,16 +1,7 @@ /* * worksapce.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { workspace, WorkspaceFolder, Uri } from "vscode"; diff --git a/apps/vscode/src/host/execute-queue.ts b/apps/vscode/src/host/execute-queue.ts index bb76ab5a4..79fba4e11 100644 --- a/apps/vscode/src/host/execute-queue.ts +++ b/apps/vscode/src/host/execute-queue.ts @@ -1,16 +1,7 @@ /* * execute-queue.ts * - * Copyright (C) 2024 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2024-2026 by Posit Software, PBC */ import PQueue from 'p-queue'; diff --git a/apps/vscode/src/host/executors.ts b/apps/vscode/src/host/executors.ts index a45a5251e..00e3dcb88 100644 --- a/apps/vscode/src/host/executors.ts +++ b/apps/vscode/src/host/executors.ts @@ -1,16 +1,7 @@ /* * vscode-executors.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Uri, commands, window, extensions, Range } from "vscode"; diff --git a/apps/vscode/src/host/index.ts b/apps/vscode/src/host/index.ts index af8b4d515..508db309b 100644 --- a/apps/vscode/src/host/index.ts +++ b/apps/vscode/src/host/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import vscode, { DocumentSelector, Disposable, WebviewPanelOptions, WebviewOptions, window } from "vscode"; diff --git a/apps/vscode/src/host/positron.ts b/apps/vscode/src/host/positron.ts index 10499a901..8936427f2 100644 --- a/apps/vscode/src/host/positron.ts +++ b/apps/vscode/src/host/positron.ts @@ -4,15 +4,6 @@ * Positron-specific functionality. * * Copyright (C) 2022-2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as vscode from 'vscode'; diff --git a/apps/vscode/src/host/toolbar.ts b/apps/vscode/src/host/toolbar.ts index e6fd3eb7d..3b634c61a 100644 --- a/apps/vscode/src/host/toolbar.ts +++ b/apps/vscode/src/host/toolbar.ts @@ -1,16 +1,7 @@ /* * toolbar.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CancellationToken, TextDocument, ProviderResult } from "vscode"; diff --git a/apps/vscode/src/lsp/client.ts b/apps/vscode/src/lsp/client.ts index 6737fb3bd..c8cba3088 100644 --- a/apps/vscode/src/lsp/client.ts +++ b/apps/vscode/src/lsp/client.ts @@ -1,16 +1,7 @@ /* * client.ts * - * Copyright (C) 2022-2025 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as path from "path"; diff --git a/apps/vscode/src/main.ts b/apps/vscode/src/main.ts index 212bef638..333c2d9ec 100644 --- a/apps/vscode/src/main.ts +++ b/apps/vscode/src/main.ts @@ -1,16 +1,7 @@ /* * main.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/markdown/document.ts b/apps/vscode/src/markdown/document.ts index b4992f165..326a448b7 100644 --- a/apps/vscode/src/markdown/document.ts +++ b/apps/vscode/src/markdown/document.ts @@ -1,16 +1,7 @@ /* * document.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/markdown/engine.ts b/apps/vscode/src/markdown/engine.ts index 82912207e..e10a723ca 100644 --- a/apps/vscode/src/markdown/engine.ts +++ b/apps/vscode/src/markdown/engine.ts @@ -1,16 +1,7 @@ /* * engine.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/markdown/reveal.ts b/apps/vscode/src/markdown/reveal.ts index 00154408c..be567bce0 100644 --- a/apps/vscode/src/markdown/reveal.ts +++ b/apps/vscode/src/markdown/reveal.ts @@ -1,16 +1,7 @@ /* * reveal.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Position, TextDocument } from "vscode"; diff --git a/apps/vscode/src/providers/assist/codelens.ts b/apps/vscode/src/providers/assist/codelens.ts index 4d58f0d1f..50b60ad1b 100644 --- a/apps/vscode/src/providers/assist/codelens.ts +++ b/apps/vscode/src/providers/assist/codelens.ts @@ -1,16 +1,7 @@ /* * codelens.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/vscode/src/providers/assist/commands.ts b/apps/vscode/src/providers/assist/commands.ts index 07ed689bc..0b5beca03 100644 --- a/apps/vscode/src/providers/assist/commands.ts +++ b/apps/vscode/src/providers/assist/commands.ts @@ -1,16 +1,7 @@ /* * commands.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Position, Selection, window, commands } from "vscode"; diff --git a/apps/vscode/src/providers/assist/panel.ts b/apps/vscode/src/providers/assist/panel.ts index 182195372..4c0caf59b 100644 --- a/apps/vscode/src/providers/assist/panel.ts +++ b/apps/vscode/src/providers/assist/panel.ts @@ -1,16 +1,7 @@ /* * panel.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { ExtensionContext, window, languages, commands } from "vscode"; diff --git a/apps/vscode/src/providers/assist/render-assist.ts b/apps/vscode/src/providers/assist/render-assist.ts index 30bc9c5b4..72d67a226 100644 --- a/apps/vscode/src/providers/assist/render-assist.ts +++ b/apps/vscode/src/providers/assist/render-assist.ts @@ -1,17 +1,8 @@ /* * render-assist.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2020 Matt Bierner - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import MarkdownIt from "markdown-it"; diff --git a/apps/vscode/src/providers/assist/render-cache.ts b/apps/vscode/src/providers/assist/render-cache.ts index 699f3e32a..eab0fc1e1 100644 --- a/apps/vscode/src/providers/assist/render-cache.ts +++ b/apps/vscode/src/providers/assist/render-cache.ts @@ -1,17 +1,8 @@ /* * render-cache.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2020 Matt Bierner - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ diff --git a/apps/vscode/src/providers/assist/webview.ts b/apps/vscode/src/providers/assist/webview.ts index 814c9336a..4f8debce3 100644 --- a/apps/vscode/src/providers/assist/webview.ts +++ b/apps/vscode/src/providers/assist/webview.ts @@ -1,16 +1,7 @@ /* * webview.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // https://code.visualstudio.com/api/extension-guides/webview diff --git a/apps/vscode/src/providers/background.ts b/apps/vscode/src/providers/background.ts index 7b25a45b9..3042b8fb2 100644 --- a/apps/vscode/src/providers/background.ts +++ b/apps/vscode/src/providers/background.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2026 by Posit Software, PBC * Copyright (c) [2021] [Chris Bain] (https://github.com/baincd/vscode-markdown-color-plus/) - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ diff --git a/apps/vscode/src/providers/cell/codelens.ts b/apps/vscode/src/providers/cell/codelens.ts index 0ad1ef522..16db6e381 100644 --- a/apps/vscode/src/providers/cell/codelens.ts +++ b/apps/vscode/src/providers/cell/codelens.ts @@ -1,16 +1,7 @@ /* * codelens.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // icon reference: https://code.visualstudio.com/api/references/icons-in-labels diff --git a/apps/vscode/src/providers/cell/commands.ts b/apps/vscode/src/providers/cell/commands.ts index b3a3c5310..22a03f925 100644 --- a/apps/vscode/src/providers/cell/commands.ts +++ b/apps/vscode/src/providers/cell/commands.ts @@ -3,16 +3,7 @@ * * commands for executing code in cells, both in the Source Editor and Visual Editor. * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { lines } from "core"; diff --git a/apps/vscode/src/providers/cell/executors.ts b/apps/vscode/src/providers/cell/executors.ts index c6091a691..969ae25db 100644 --- a/apps/vscode/src/providers/cell/executors.ts +++ b/apps/vscode/src/providers/cell/executors.ts @@ -1,16 +1,7 @@ /* * executors.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // TODO: implement some terminal based executors diff --git a/apps/vscode/src/providers/cell/options.ts b/apps/vscode/src/providers/cell/options.ts index f833d0c40..68f376f37 100644 --- a/apps/vscode/src/providers/cell/options.ts +++ b/apps/vscode/src/providers/cell/options.ts @@ -1,16 +1,7 @@ /* * options.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode/src/providers/context-keys.ts b/apps/vscode/src/providers/context-keys.ts index 665c55446..65e88379c 100644 --- a/apps/vscode/src/providers/context-keys.ts +++ b/apps/vscode/src/providers/context-keys.ts @@ -1,16 +1,7 @@ /* * context-keys.ts * - * Copyright (C) 2024 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2024-2026 by Posit Software, PBC */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/providers/convert.ts b/apps/vscode/src/providers/convert.ts index e59c46fd1..15b592a4a 100644 --- a/apps/vscode/src/providers/convert.ts +++ b/apps/vscode/src/providers/convert.ts @@ -2,15 +2,6 @@ * convert.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as fs from "node:fs"; diff --git a/apps/vscode/src/providers/copyfiles/drop.ts b/apps/vscode/src/providers/copyfiles/drop.ts index 64f004290..6353724d0 100644 --- a/apps/vscode/src/providers/copyfiles/drop.ts +++ b/apps/vscode/src/providers/copyfiles/drop.ts @@ -1,17 +1,8 @@ /* * drop.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ // we can also implement this for copy/paste once the api proposal is finalized: diff --git a/apps/vscode/src/providers/copyfiles/filename.ts b/apps/vscode/src/providers/copyfiles/filename.ts index e6568ca60..3cc377054 100644 --- a/apps/vscode/src/providers/copyfiles/filename.ts +++ b/apps/vscode/src/providers/copyfiles/filename.ts @@ -1,17 +1,8 @@ /* * filename.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as path from 'path'; import * as picomatch from 'picomatch'; diff --git a/apps/vscode/src/providers/copyfiles/index.ts b/apps/vscode/src/providers/copyfiles/index.ts index 655d4c1cf..096380b9f 100644 --- a/apps/vscode/src/providers/copyfiles/index.ts +++ b/apps/vscode/src/providers/copyfiles/index.ts @@ -1,16 +1,7 @@ /* * filename.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ import semver from "semver"; diff --git a/apps/vscode/src/providers/create/create-extension.ts b/apps/vscode/src/providers/create/create-extension.ts index 736a1e391..afda7cf95 100644 --- a/apps/vscode/src/providers/create/create-extension.ts +++ b/apps/vscode/src/providers/create/create-extension.ts @@ -1,16 +1,7 @@ /* * create-extension.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path from "path"; diff --git a/apps/vscode/src/providers/create/create-project.ts b/apps/vscode/src/providers/create/create-project.ts index 8312c7101..411e62dde 100644 --- a/apps/vscode/src/providers/create/create-project.ts +++ b/apps/vscode/src/providers/create/create-project.ts @@ -1,16 +1,7 @@ /* * create-project.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as semver from "semver"; diff --git a/apps/vscode/src/providers/create/create.ts b/apps/vscode/src/providers/create/create.ts index 8e2a1291e..1fae4839a 100644 --- a/apps/vscode/src/providers/create/create.ts +++ b/apps/vscode/src/providers/create/create.ts @@ -1,16 +1,7 @@ /* * create.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import vscode, { ExtensionContext, workspace, window, ViewColumn } from "vscode"; diff --git a/apps/vscode/src/providers/create/directory.ts b/apps/vscode/src/providers/create/directory.ts index 6999489e4..0dbaed1a3 100644 --- a/apps/vscode/src/providers/create/directory.ts +++ b/apps/vscode/src/providers/create/directory.ts @@ -1,16 +1,7 @@ /* * directory.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode/src/providers/create/firstrun.ts b/apps/vscode/src/providers/create/firstrun.ts index a46a4806c..03a15223e 100644 --- a/apps/vscode/src/providers/create/firstrun.ts +++ b/apps/vscode/src/providers/create/firstrun.ts @@ -1,16 +1,7 @@ /* * firstrun.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import fs from "fs"; diff --git a/apps/vscode/src/providers/deno-config.ts b/apps/vscode/src/providers/deno-config.ts index f5ddcbc28..d58ee6d6a 100644 --- a/apps/vscode/src/providers/deno-config.ts +++ b/apps/vscode/src/providers/deno-config.ts @@ -1,16 +1,7 @@ /* * deno-config.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { ExtensionContext, workspace, window, extensions } from "vscode"; diff --git a/apps/vscode/src/providers/diagnostics.ts b/apps/vscode/src/providers/diagnostics.ts index 6dc435547..13acc2afe 100644 --- a/apps/vscode/src/providers/diagnostics.ts +++ b/apps/vscode/src/providers/diagnostics.ts @@ -2,15 +2,6 @@ * diagnostics.ts * * Copyright (C) 2022-2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { diff --git a/apps/vscode/src/providers/diagram/codelens.ts b/apps/vscode/src/providers/diagram/codelens.ts index 25d03bf24..09fa2c081 100644 --- a/apps/vscode/src/providers/diagram/codelens.ts +++ b/apps/vscode/src/providers/diagram/codelens.ts @@ -1,16 +1,7 @@ /* * codelens.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/vscode/src/providers/diagram/commands.ts b/apps/vscode/src/providers/diagram/commands.ts index 5cf6db566..4ce3b9c8f 100644 --- a/apps/vscode/src/providers/diagram/commands.ts +++ b/apps/vscode/src/providers/diagram/commands.ts @@ -1,16 +1,7 @@ /* * commands.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { commands, Position, window, Selection } from "vscode"; diff --git a/apps/vscode/src/providers/diagram/diagram-webview.ts b/apps/vscode/src/providers/diagram/diagram-webview.ts index 5430dca1e..2dd755dd0 100644 --- a/apps/vscode/src/providers/diagram/diagram-webview.ts +++ b/apps/vscode/src/providers/diagram/diagram-webview.ts @@ -1,16 +1,7 @@ /* * diagram-webview.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import debounce from "lodash.debounce"; diff --git a/apps/vscode/src/providers/diagram/diagram.ts b/apps/vscode/src/providers/diagram/diagram.ts index 2bbc16fd0..2026e644a 100644 --- a/apps/vscode/src/providers/diagram/diagram.ts +++ b/apps/vscode/src/providers/diagram/diagram.ts @@ -1,16 +1,7 @@ /* * diagram.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { ExtensionContext, languages } from "vscode"; diff --git a/apps/vscode/src/providers/div-brackets.ts b/apps/vscode/src/providers/div-brackets.ts index 6dc1f39e8..0b633912b 100644 --- a/apps/vscode/src/providers/div-brackets.ts +++ b/apps/vscode/src/providers/div-brackets.ts @@ -2,15 +2,6 @@ * div-brackets.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as vscode from 'vscode'; diff --git a/apps/vscode/src/providers/editor/codeview.ts b/apps/vscode/src/providers/editor/codeview.ts index d2500a6e4..b639fdd0b 100644 --- a/apps/vscode/src/providers/editor/codeview.ts +++ b/apps/vscode/src/providers/editor/codeview.ts @@ -1,16 +1,7 @@ /* * codeview.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/vscode/src/providers/editor/connection.ts b/apps/vscode/src/providers/editor/connection.ts index 7fc90685c..e85b67eb9 100644 --- a/apps/vscode/src/providers/editor/connection.ts +++ b/apps/vscode/src/providers/editor/connection.ts @@ -1,16 +1,7 @@ /* * connection.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode/src/providers/editor/editor.ts b/apps/vscode/src/providers/editor/editor.ts index 83c7af1b4..969099e58 100644 --- a/apps/vscode/src/providers/editor/editor.ts +++ b/apps/vscode/src/providers/editor/editor.ts @@ -1,16 +1,7 @@ /* * editor.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path, { extname, win32 } from "path"; diff --git a/apps/vscode/src/providers/editor/images.ts b/apps/vscode/src/providers/editor/images.ts index a2ecd4675..fcc9c920a 100644 --- a/apps/vscode/src/providers/editor/images.ts +++ b/apps/vscode/src/providers/editor/images.ts @@ -1,16 +1,7 @@ /* * images.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode/src/providers/editor/prefs.ts b/apps/vscode/src/providers/editor/prefs.ts index 813451787..374aefbab 100644 --- a/apps/vscode/src/providers/editor/prefs.ts +++ b/apps/vscode/src/providers/editor/prefs.ts @@ -1,16 +1,7 @@ /* * prefs.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path from "path"; diff --git a/apps/vscode/src/providers/editor/sync.ts b/apps/vscode/src/providers/editor/sync.ts index f34fa2c75..f5461fcc0 100644 --- a/apps/vscode/src/providers/editor/sync.ts +++ b/apps/vscode/src/providers/editor/sync.ts @@ -1,16 +1,7 @@ /* * sync.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { TextDocument, TextEdit, workspace, window, WorkspaceEdit, Range } from "vscode"; diff --git a/apps/vscode/src/providers/editor/toggle.ts b/apps/vscode/src/providers/editor/toggle.ts index 40fcbcbd1..534349080 100644 --- a/apps/vscode/src/providers/editor/toggle.ts +++ b/apps/vscode/src/providers/editor/toggle.ts @@ -1,16 +1,7 @@ /* * toggle.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Uri, commands, window, workspace, TextDocument, ViewColumn } from "vscode"; diff --git a/apps/vscode/src/providers/format.ts b/apps/vscode/src/providers/format.ts index 0b50fcb92..b3c943461 100644 --- a/apps/vscode/src/providers/format.ts +++ b/apps/vscode/src/providers/format.ts @@ -1,16 +1,7 @@ /* * format.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/vscode/src/providers/hover-image.ts b/apps/vscode/src/providers/hover-image.ts index 9c2cec7b6..501996789 100644 --- a/apps/vscode/src/providers/hover-image.ts +++ b/apps/vscode/src/providers/hover-image.ts @@ -1,16 +1,7 @@ /* * hover-image.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as path from "path"; diff --git a/apps/vscode/src/providers/insert.ts b/apps/vscode/src/providers/insert.ts index 6266ff89f..098c3b063 100644 --- a/apps/vscode/src/providers/insert.ts +++ b/apps/vscode/src/providers/insert.ts @@ -1,16 +1,7 @@ /* * insert.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/vscode/src/providers/lua-types.ts b/apps/vscode/src/providers/lua-types.ts index a52b899ab..0dab533b9 100644 --- a/apps/vscode/src/providers/lua-types.ts +++ b/apps/vscode/src/providers/lua-types.ts @@ -2,16 +2,7 @@ /* * lua-types.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as path from "path"; diff --git a/apps/vscode/src/providers/newdoc.ts b/apps/vscode/src/providers/newdoc.ts index 3484619c4..76f42076a 100644 --- a/apps/vscode/src/providers/newdoc.ts +++ b/apps/vscode/src/providers/newdoc.ts @@ -1,16 +1,7 @@ /* * newdoc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/vscode/src/providers/notebook-export.ts b/apps/vscode/src/providers/notebook-export.ts index 1e7bbc0f9..9ae0c2cc4 100644 --- a/apps/vscode/src/providers/notebook-export.ts +++ b/apps/vscode/src/providers/notebook-export.ts @@ -2,15 +2,6 @@ * notebook-export.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { QuartoContext } from "quarto-core"; diff --git a/apps/vscode/src/providers/option.ts b/apps/vscode/src/providers/option.ts index eff926035..4a6d7181f 100644 --- a/apps/vscode/src/providers/option.ts +++ b/apps/vscode/src/providers/option.ts @@ -1,16 +1,7 @@ /* * option.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/vscode/src/providers/preview/commands.ts b/apps/vscode/src/providers/preview/commands.ts index 5117263b3..f7fb2a8f5 100644 --- a/apps/vscode/src/providers/preview/commands.ts +++ b/apps/vscode/src/providers/preview/commands.ts @@ -1,16 +1,7 @@ /* * commands.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as path from "path"; diff --git a/apps/vscode/src/providers/preview/preview-env.ts b/apps/vscode/src/providers/preview/preview-env.ts index 97815955d..1263c5f4a 100644 --- a/apps/vscode/src/providers/preview/preview-env.ts +++ b/apps/vscode/src/providers/preview/preview-env.ts @@ -1,16 +1,7 @@ /* * preview-env.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Uri } from "vscode"; diff --git a/apps/vscode/src/providers/preview/preview-errors.ts b/apps/vscode/src/providers/preview/preview-errors.ts index 4e48dccb2..ebf13e1a6 100644 --- a/apps/vscode/src/providers/preview/preview-errors.ts +++ b/apps/vscode/src/providers/preview/preview-errors.ts @@ -1,16 +1,7 @@ /* * preview-errors.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as path from "path"; diff --git a/apps/vscode/src/providers/preview/preview-output.ts b/apps/vscode/src/providers/preview/preview-output.ts index 3c9f35670..7b30598e2 100644 --- a/apps/vscode/src/providers/preview/preview-output.ts +++ b/apps/vscode/src/providers/preview/preview-output.ts @@ -1,16 +1,7 @@ /* * preview-output.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as tmp from "tmp"; diff --git a/apps/vscode/src/providers/preview/preview-util.ts b/apps/vscode/src/providers/preview/preview-util.ts index c1b43b791..5edc14f6a 100644 --- a/apps/vscode/src/providers/preview/preview-util.ts +++ b/apps/vscode/src/providers/preview/preview-util.ts @@ -1,16 +1,7 @@ /* * preview-util.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import semver from "semver"; diff --git a/apps/vscode/src/providers/preview/preview-webview.ts b/apps/vscode/src/providers/preview/preview-webview.ts index 7407b274c..df41cb675 100644 --- a/apps/vscode/src/providers/preview/preview-webview.ts +++ b/apps/vscode/src/providers/preview/preview-webview.ts @@ -1,16 +1,7 @@ /* * preview-webview.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode/src/providers/preview/preview.ts b/apps/vscode/src/providers/preview/preview.ts index 5a36daf4b..8b49bd8f0 100644 --- a/apps/vscode/src/providers/preview/preview.ts +++ b/apps/vscode/src/providers/preview/preview.ts @@ -1,16 +1,7 @@ /* * preview.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as path from "path"; diff --git a/apps/vscode/src/providers/render.ts b/apps/vscode/src/providers/render.ts index 3b944d622..6ce59f9a7 100644 --- a/apps/vscode/src/providers/render.ts +++ b/apps/vscode/src/providers/render.ts @@ -1,16 +1,7 @@ /* * render.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { workspace, window } from "vscode"; diff --git a/apps/vscode/src/providers/semantic-tokens.ts b/apps/vscode/src/providers/semantic-tokens.ts index fee7f83c6..128b686c0 100644 --- a/apps/vscode/src/providers/semantic-tokens.ts +++ b/apps/vscode/src/providers/semantic-tokens.ts @@ -1,16 +1,7 @@ /* * semantic-tokens.ts * - * Copyright (C) 2025 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2025-2026 by Posit Software, PBC */ import { diff --git a/apps/vscode/src/providers/statusbar.ts b/apps/vscode/src/providers/statusbar.ts index 90a005f3f..b48137a96 100644 --- a/apps/vscode/src/providers/statusbar.ts +++ b/apps/vscode/src/providers/statusbar.ts @@ -1,16 +1,7 @@ /* * statusbar.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { StatusBarAlignment, window } from "vscode"; diff --git a/apps/vscode/src/providers/symbols.ts b/apps/vscode/src/providers/symbols.ts index c89c06bf5..b3547ed45 100644 --- a/apps/vscode/src/providers/symbols.ts +++ b/apps/vscode/src/providers/symbols.ts @@ -2,15 +2,6 @@ * symbols.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/providers/text-format.ts b/apps/vscode/src/providers/text-format.ts index 3b9a511e1..28749d3cb 100644 --- a/apps/vscode/src/providers/text-format.ts +++ b/apps/vscode/src/providers/text-format.ts @@ -1,17 +1,8 @@ /* * text-format.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 张宇. All rights reserved (https://github.com/yzhang-gh/vscode-markdown/blob/master/src/formatting.ts) - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ // ported from: https://github.com/yzhang-gh/vscode-markdown/blob/432e134f3cab8e18823fcb2e677fef4dbf3f1140/src/formatting.ts# diff --git a/apps/vscode/src/providers/walkthrough.ts b/apps/vscode/src/providers/walkthrough.ts index 3d7bbd5b0..42b51969c 100644 --- a/apps/vscode/src/providers/walkthrough.ts +++ b/apps/vscode/src/providers/walkthrough.ts @@ -1,16 +1,7 @@ /* * walkthrough.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { window, Uri, workspace, ViewColumn } from "vscode"; diff --git a/apps/vscode/src/providers/webview.ts b/apps/vscode/src/providers/webview.ts index fea04d170..6e7ba6be9 100644 --- a/apps/vscode/src/providers/webview.ts +++ b/apps/vscode/src/providers/webview.ts @@ -1,16 +1,7 @@ /* * webview.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import vscode, { diff --git a/apps/vscode/src/providers/yaml-filepath-completions.ts b/apps/vscode/src/providers/yaml-filepath-completions.ts index 374470861..dc886e14d 100644 --- a/apps/vscode/src/providers/yaml-filepath-completions.ts +++ b/apps/vscode/src/providers/yaml-filepath-completions.ts @@ -2,15 +2,6 @@ * yaml-filepath-completions.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ /** diff --git a/apps/vscode/src/providers/yaml-links.ts b/apps/vscode/src/providers/yaml-links.ts index 89a85f4f8..6cc646d1c 100644 --- a/apps/vscode/src/providers/yaml-links.ts +++ b/apps/vscode/src/providers/yaml-links.ts @@ -2,15 +2,6 @@ * yaml-links.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ /** diff --git a/apps/vscode/src/providers/zotero/zotero.ts b/apps/vscode/src/providers/zotero/zotero.ts index 1088ee304..73b685770 100644 --- a/apps/vscode/src/providers/zotero/zotero.ts +++ b/apps/vscode/src/providers/zotero/zotero.ts @@ -1,16 +1,7 @@ /* * zotero.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ import { ExtensionContext, ProgressLocation, commands, window, workspace, Uri } from "vscode"; diff --git a/apps/vscode/src/r-utils.ts b/apps/vscode/src/r-utils.ts index d923e8f41..31a5ecd0f 100644 --- a/apps/vscode/src/r-utils.ts +++ b/apps/vscode/src/r-utils.ts @@ -1,16 +1,7 @@ /* * r-utils.ts * - * Copyright (C) 2025 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2025-2026 by Posit Software, PBC */ import * as vscode from 'vscode'; diff --git a/apps/vscode/src/test/mermaidVersion.test.ts b/apps/vscode/src/test/mermaidVersion.test.ts index 942891760..68b2e1287 100644 --- a/apps/vscode/src/test/mermaidVersion.test.ts +++ b/apps/vscode/src/test/mermaidVersion.test.ts @@ -2,15 +2,6 @@ * mermaidVersion.test.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as assert from "assert"; diff --git a/apps/vscode/src/test/notebook-export.test.ts b/apps/vscode/src/test/notebook-export.test.ts index 7f568d437..6130aff30 100644 --- a/apps/vscode/src/test/notebook-export.test.ts +++ b/apps/vscode/src/test/notebook-export.test.ts @@ -2,15 +2,6 @@ * notebook-export.test.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as assert from "assert"; diff --git a/apps/vscode/src/test/quartoEditor.test.ts b/apps/vscode/src/test/quartoEditor.test.ts index 7898912d6..8aa2de03e 100644 --- a/apps/vscode/src/test/quartoEditor.test.ts +++ b/apps/vscode/src/test/quartoEditor.test.ts @@ -2,15 +2,6 @@ * quartoEditor.test.ts * * Copyright (C) 2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as assert from "assert"; diff --git a/apps/vscode/src/vdoc/languages.ts b/apps/vscode/src/vdoc/languages.ts index 713e49896..840f3fc3a 100644 --- a/apps/vscode/src/vdoc/languages.ts +++ b/apps/vscode/src/vdoc/languages.ts @@ -1,16 +1,7 @@ /* * languages.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { editorLanguage } from "editor-core"; diff --git a/apps/vscode/src/vdoc/vdoc-completion.ts b/apps/vscode/src/vdoc/vdoc-completion.ts index 96590dd51..f3716ca2d 100644 --- a/apps/vscode/src/vdoc/vdoc-completion.ts +++ b/apps/vscode/src/vdoc/vdoc-completion.ts @@ -1,16 +1,7 @@ /* * vdoc-completion.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { commands, Position, Uri, CompletionList, CompletionItem, Range } from "vscode"; diff --git a/apps/vscode/src/vdoc/vdoc-content.ts b/apps/vscode/src/vdoc/vdoc-content.ts index 716dc50b7..f76ed9b0c 100644 --- a/apps/vscode/src/vdoc/vdoc-content.ts +++ b/apps/vscode/src/vdoc/vdoc-content.ts @@ -1,16 +1,7 @@ /* * vdoc-content.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Uri, workspace } from "vscode"; diff --git a/apps/vscode/src/vdoc/vdoc-tempfile.ts b/apps/vscode/src/vdoc/vdoc-tempfile.ts index 745316281..2e4dbccda 100644 --- a/apps/vscode/src/vdoc/vdoc-tempfile.ts +++ b/apps/vscode/src/vdoc/vdoc-tempfile.ts @@ -1,17 +1,8 @@ /* * vdoc-tempfile.ts * - * Copyright (C) 2022-2024 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2019 Takashi Tamura - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as fs from "fs"; diff --git a/apps/vscode/src/vdoc/vdoc.ts b/apps/vscode/src/vdoc/vdoc.ts index c25a75ce1..06f67b2ae 100644 --- a/apps/vscode/src/vdoc/vdoc.ts +++ b/apps/vscode/src/vdoc/vdoc.ts @@ -2,15 +2,6 @@ * vdoc.ts * * Copyright (C) 2022-2026 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import * as path from "path"; diff --git a/packages/build/package.json b/packages/build/package.json index 01bee96e5..d24c566e6 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -2,7 +2,7 @@ "name": "build", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "devDependencies": { diff --git a/packages/build/src/index.ts b/packages/build/src/index.ts index 3a6f6ba63..0cebf0027 100644 --- a/packages/build/src/index.ts +++ b/packages/build/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { build, Format, Platform, PluginBuild } from 'esbuild'; @@ -29,6 +20,7 @@ export interface BuildOptions { external?: string[]; // [] dev?: boolean; // false sourcemap?: boolean | 'linked' | 'inline' | 'external' | 'both'; // false + legalComments?: 'none' | 'inline' | 'eof' | 'linked' | 'external'; // eof } export async function runBuild(options: BuildOptions) { @@ -43,7 +35,8 @@ export async function runBuild(options: BuildOptions) { platform = 'node', external, dev = false, - sourcemap = dev + sourcemap = dev, + legalComments = 'eof' } = options; await build({ @@ -56,6 +49,7 @@ export async function runBuild(options: BuildOptions) { platform, external, sourcemap, + legalComments, watch: dev ? { onRebuild(error) { if (error) diff --git a/packages/core-browser/package.json b/packages/core-browser/package.json index fb94bdbc0..2e74ebd02 100644 --- a/packages/core-browser/package.json +++ b/packages/core-browser/package.json @@ -2,7 +2,7 @@ "name": "core-browser", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/core-browser/src/browser.ts b/packages/core-browser/src/browser.ts index 97182561f..a9de0762d 100644 --- a/packages/core-browser/src/browser.ts +++ b/packages/core-browser/src/browser.ts @@ -1,16 +1,7 @@ /* * browser.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core-browser/src/index.ts b/packages/core-browser/src/index.ts index 3b3c04656..59cb25dab 100644 --- a/packages/core-browser/src/index.ts +++ b/packages/core-browser/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './jsonrpc/browser'; diff --git a/packages/core-browser/src/input.ts b/packages/core-browser/src/input.ts index aa31b6442..2d8d05aeb 100644 --- a/packages/core-browser/src/input.ts +++ b/packages/core-browser/src/input.ts @@ -1,16 +1,7 @@ /* * input.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core-browser/src/jsonrpc/browser.ts b/packages/core-browser/src/jsonrpc/browser.ts index 8be90f3d6..5c2fd5b97 100644 --- a/packages/core-browser/src/jsonrpc/browser.ts +++ b/packages/core-browser/src/jsonrpc/browser.ts @@ -1,16 +1,7 @@ /* * browser.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import ClientBrowser from "jayson/lib/client/browser"; diff --git a/packages/core-browser/src/jsonrpc/postmessage.ts b/packages/core-browser/src/jsonrpc/postmessage.ts index fdd3b0880..2e51e4df9 100644 --- a/packages/core-browser/src/jsonrpc/postmessage.ts +++ b/packages/core-browser/src/jsonrpc/postmessage.ts @@ -1,16 +1,7 @@ /* * postmessage.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { JsonRpcPostMessageTarget } from "core"; diff --git a/packages/core-node/package.json b/packages/core-node/package.json index a4c567371..16c91ecf3 100644 --- a/packages/core-node/package.json +++ b/packages/core-node/package.json @@ -2,7 +2,7 @@ "name": "core-node", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/core-node/src/appdirs.ts b/packages/core-node/src/appdirs.ts index 2620f350d..1cdfdc074 100644 --- a/packages/core-node/src/appdirs.ts +++ b/packages/core-node/src/appdirs.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // https://stackoverflow.com/questions/19275776/node-js-how-to-get-the-os-platforms-user-data-folder diff --git a/packages/core-node/src/exec.ts b/packages/core-node/src/exec.ts index 3412dc61d..7556c9708 100644 --- a/packages/core-node/src/exec.ts +++ b/packages/core-node/src/exec.ts @@ -1,16 +1,7 @@ /* * exec.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as child_process from "node:child_process"; diff --git a/packages/core-node/src/git.ts b/packages/core-node/src/git.ts index 357613087..e5a45d80b 100644 --- a/packages/core-node/src/git.ts +++ b/packages/core-node/src/git.ts @@ -1,16 +1,7 @@ /* * git.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as fs from "node:fs"; diff --git a/packages/core-node/src/hash.ts b/packages/core-node/src/hash.ts index 8aa8ba258..af84af9a8 100644 --- a/packages/core-node/src/hash.ts +++ b/packages/core-node/src/hash.ts @@ -1,16 +1,7 @@ /* * hash.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { createHash } from "node:crypto" diff --git a/packages/core-node/src/index.ts b/packages/core-node/src/index.ts index 281c54dca..fb390b1ff 100644 --- a/packages/core-node/src/index.ts +++ b/packages/core-node/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core-node/src/jsonrpc-lsp.ts b/packages/core-node/src/jsonrpc-lsp.ts index af3429c81..61e733293 100644 --- a/packages/core-node/src/jsonrpc-lsp.ts +++ b/packages/core-node/src/jsonrpc-lsp.ts @@ -1,16 +1,7 @@ /* * lsp.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core-node/src/jsonrpc.ts b/packages/core-node/src/jsonrpc.ts index 6b902b245..c89a721b0 100644 --- a/packages/core-node/src/jsonrpc.ts +++ b/packages/core-node/src/jsonrpc.ts @@ -1,16 +1,7 @@ /* * jsonrpc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import jayson, { JSONRPCCallbackTypePlain, RequestParamsLike } from 'jayson' diff --git a/packages/core-node/src/jupyter/index.ts b/packages/core-node/src/jupyter/index.ts index 0ea230792..289d0af6d 100644 --- a/packages/core-node/src/jupyter/index.ts +++ b/packages/core-node/src/jupyter/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './percent'; \ No newline at end of file diff --git a/packages/core-node/src/jupyter/percent.ts b/packages/core-node/src/jupyter/percent.ts index 0a1622b3e..a55582ee4 100644 --- a/packages/core-node/src/jupyter/percent.ts +++ b/packages/core-node/src/jupyter/percent.ts @@ -2,16 +2,7 @@ /* * percent.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // IMPORTANT: This is a port of https://github.com/quarto-dev/quarto-cli/blob/main/src/execute/jupyter/percent.ts diff --git a/packages/core-node/src/knitr.ts b/packages/core-node/src/knitr.ts index 2e01f6d06..57c36e85b 100644 --- a/packages/core-node/src/knitr.ts +++ b/packages/core-node/src/knitr.ts @@ -1,16 +1,7 @@ /* * knitr.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import fs from "node:fs" diff --git a/packages/core-node/src/mime.ts b/packages/core-node/src/mime.ts index cb1d255b3..689eb8b45 100644 --- a/packages/core-node/src/mime.ts +++ b/packages/core-node/src/mime.ts @@ -2,16 +2,7 @@ /* * mime.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { extname } from "node:path"; diff --git a/packages/core-node/src/path.ts b/packages/core-node/src/path.ts index 1a121d439..89c57e993 100644 --- a/packages/core-node/src/path.ts +++ b/packages/core-node/src/path.ts @@ -1,16 +1,7 @@ /* * path.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as path from 'node:path'; diff --git a/packages/core-node/src/platform.ts b/packages/core-node/src/platform.ts index 69d95343e..d5b245b0f 100644 --- a/packages/core-node/src/platform.ts +++ b/packages/core-node/src/platform.ts @@ -1,16 +1,7 @@ /* * platform.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import process from "node:process"; diff --git a/packages/core-node/src/uuid.ts b/packages/core-node/src/uuid.ts index 593b7d8e2..455aafe73 100644 --- a/packages/core-node/src/uuid.ts +++ b/packages/core-node/src/uuid.ts @@ -1,16 +1,7 @@ /* * uuid.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as uuid from "uuid"; diff --git a/packages/core/package.json b/packages/core/package.json index e2f494b9d..caf374933 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -2,7 +2,7 @@ "name": "core", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/core/src/arrays.ts b/packages/core/src/arrays.ts index 488b5da49..02af5c8eb 100644 --- a/packages/core/src/arrays.ts +++ b/packages/core/src/arrays.ts @@ -1,17 +1,8 @@ /* * arrays.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ /** diff --git a/packages/core/src/auto-id.ts b/packages/core/src/auto-id.ts index c846a12d5..43e787b6c 100644 --- a/packages/core/src/auto-id.ts +++ b/packages/core/src/auto-id.ts @@ -1,16 +1,7 @@ /* * auto-id.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // emulate pandoc behavior (https://pandoc.org/MANUAL.html#headings-and-sections) diff --git a/packages/core/src/dispose.ts b/packages/core/src/dispose.ts index a31463d6b..2864433bb 100644 --- a/packages/core/src/dispose.ts +++ b/packages/core/src/dispose.ts @@ -1,17 +1,8 @@ /* * dispose.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ export interface IDisposable { diff --git a/packages/core/src/image.ts b/packages/core/src/image.ts index ea66082f2..db31bd7f5 100644 --- a/packages/core/src/image.ts +++ b/packages/core/src/image.ts @@ -1,16 +1,7 @@ /* * image.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#Common_image_file_types diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 3287c88e4..a2c6eb648 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core/src/jsonrpc.ts b/packages/core/src/jsonrpc.ts index 0382540b8..e1bf2c637 100644 --- a/packages/core/src/jsonrpc.ts +++ b/packages/core/src/jsonrpc.ts @@ -1,16 +1,7 @@ /* * jsonrpc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // eslint-disable-next-line @typescript-eslint/no-explicit-any diff --git a/packages/core/src/jupyter/index.ts b/packages/core/src/jupyter/index.ts index d87aa8bc8..29273b2cc 100644 --- a/packages/core/src/jupyter/index.ts +++ b/packages/core/src/jupyter/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ export * from './types'; diff --git a/packages/core/src/jupyter/notebook.ts b/packages/core/src/jupyter/notebook.ts index 187b3116e..4da084304 100644 --- a/packages/core/src/jupyter/notebook.ts +++ b/packages/core/src/jupyter/notebook.ts @@ -1,16 +1,7 @@ /* * notebook.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ import { JupyterKernelspec, JupyterNotebook } from "./types"; diff --git a/packages/core/src/jupyter/options.ts b/packages/core/src/jupyter/options.ts index ce952bf13..88d479e75 100644 --- a/packages/core/src/jupyter/options.ts +++ b/packages/core/src/jupyter/options.ts @@ -1,16 +1,7 @@ /* * options.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ import * as jsYaml from "js-yaml"; diff --git a/packages/core/src/jupyter/types.ts b/packages/core/src/jupyter/types.ts index 013ad4ad0..27e9b2f8a 100644 --- a/packages/core/src/jupyter/types.ts +++ b/packages/core/src/jupyter/types.ts @@ -1,16 +1,7 @@ /* * types.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ diff --git a/packages/core/src/lazy.ts b/packages/core/src/lazy.ts index ccbd6371a..8a5726c07 100644 --- a/packages/core/src/lazy.ts +++ b/packages/core/src/lazy.ts @@ -1,16 +1,7 @@ /* * lazy.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface Lazy { diff --git a/packages/core/src/limiter.ts b/packages/core/src/limiter.ts index a452344cb..af320b830 100644 --- a/packages/core/src/limiter.ts +++ b/packages/core/src/limiter.ts @@ -1,17 +1,8 @@ /* * limiter.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ interface ILimitedTaskFactory { diff --git a/packages/core/src/markdownit/yaml.ts b/packages/core/src/markdownit/yaml.ts index a80e6b2ed..4d843bb30 100644 --- a/packages/core/src/markdownit/yaml.ts +++ b/packages/core/src/markdownit/yaml.ts @@ -1,17 +1,8 @@ /* * markdownit-yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016-2020 ParkSB. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import MarkdownIt from "markdown-it"; diff --git a/packages/core/src/metadata.ts b/packages/core/src/metadata.ts index 50b8508c1..37906d862 100644 --- a/packages/core/src/metadata.ts +++ b/packages/core/src/metadata.ts @@ -1,16 +1,7 @@ /* * metadata.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core/src/path.ts b/packages/core/src/path.ts index 27b61899e..0a052a365 100644 --- a/packages/core/src/path.ts +++ b/packages/core/src/path.ts @@ -1,16 +1,7 @@ /* * path.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export function pathWithForwardSlashes(path: string) { diff --git a/packages/core/src/png.ts b/packages/core/src/png.ts index 8344fa249..e96f1970e 100644 --- a/packages/core/src/png.ts +++ b/packages/core/src/png.ts @@ -1,20 +1,11 @@ /* * png.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (C) 2020 by mel-mouk@achiev (ISC license): * https://github.com/achiev-open/png-decoder-intro * Copyright (C) 2017 by Michael Wang (ISC license): * https://github.com/MWGitHub/basic-loaders/blob/master/src/png/byte-converter.js - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ diff --git a/packages/core/src/promise.ts b/packages/core/src/promise.ts index 6f719fb66..65ebf9957 100644 --- a/packages/core/src/promise.ts +++ b/packages/core/src/promise.ts @@ -1,16 +1,7 @@ /* * promise.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ interface PendingPromise { diff --git a/packages/core/src/strings.ts b/packages/core/src/strings.ts index 0383f61c9..58d91cd61 100644 --- a/packages/core/src/strings.ts +++ b/packages/core/src/strings.ts @@ -1,16 +1,7 @@ /* * strings.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export function escapeRegExpCharacters(value: string): string { diff --git a/packages/core/src/text.ts b/packages/core/src/text.ts index 970b2da64..b4bca99e8 100644 --- a/packages/core/src/text.ts +++ b/packages/core/src/text.ts @@ -1,16 +1,7 @@ /* * text.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core/src/uri.ts b/packages/core/src/uri.ts index 4985dea42..447a672d3 100644 --- a/packages/core/src/uri.ts +++ b/packages/core/src/uri.ts @@ -1,17 +1,8 @@ /* * uri.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ export function tryDecodeUri(str: string): string { diff --git a/packages/core/src/url.ts b/packages/core/src/url.ts index 73aee9141..81b4c0fb6 100644 --- a/packages/core/src/url.ts +++ b/packages/core/src/url.ts @@ -1,16 +1,7 @@ /* * url.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export function isHttpUrl(path: string) { diff --git a/packages/core/src/wait.ts b/packages/core/src/wait.ts index 9c38bcb88..7790002d7 100644 --- a/packages/core/src/wait.ts +++ b/packages/core/src/wait.ts @@ -1,16 +1,7 @@ /* * wait.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export function sleep(ms: number) { diff --git a/packages/core/src/wordbreak.ts b/packages/core/src/wordbreak.ts index 4c82f89ad..c169b7175 100644 --- a/packages/core/src/wordbreak.ts +++ b/packages/core/src/wordbreak.ts @@ -1,16 +1,7 @@ /* * wordbreak.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core/src/yaml.ts b/packages/core/src/yaml.ts index 7bbed228e..ea121f8d0 100644 --- a/packages/core/src/yaml.ts +++ b/packages/core/src/yaml.ts @@ -1,16 +1,7 @@ /* * yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as jsYaml from "js-yaml"; diff --git a/packages/editor-codemirror/package.json b/packages/editor-codemirror/package.json index ac648344e..6dec8cd5d 100644 --- a/packages/editor-codemirror/package.json +++ b/packages/editor-codemirror/package.json @@ -2,7 +2,7 @@ "name": "editor-codemirror", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/editor-codemirror/src/behaviors/completion.ts b/packages/editor-codemirror/src/behaviors/completion.ts index 753eb1122..da72db1dc 100644 --- a/packages/editor-codemirror/src/behaviors/completion.ts +++ b/packages/editor-codemirror/src/behaviors/completion.ts @@ -1,16 +1,7 @@ /* * completion.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-codemirror/src/behaviors/diagnostics.ts b/packages/editor-codemirror/src/behaviors/diagnostics.ts index 02b751604..65aaee941 100644 --- a/packages/editor-codemirror/src/behaviors/diagnostics.ts +++ b/packages/editor-codemirror/src/behaviors/diagnostics.ts @@ -2,16 +2,7 @@ /* * diagnostics.ts * - * Copyright (C) 2025 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2025-2026 by Posit Software, PBC */ import { EditorView } from "@codemirror/view"; import { Behavior, BehaviorContext } from "."; diff --git a/packages/editor-codemirror/src/behaviors/diagram.ts b/packages/editor-codemirror/src/behaviors/diagram.ts index df91276b6..b33145c75 100644 --- a/packages/editor-codemirror/src/behaviors/diagram.ts +++ b/packages/editor-codemirror/src/behaviors/diagram.ts @@ -1,16 +1,7 @@ /* * diagram.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-codemirror/src/behaviors/find.ts b/packages/editor-codemirror/src/behaviors/find.ts index 9f4725493..1c593490a 100644 --- a/packages/editor-codemirror/src/behaviors/find.ts +++ b/packages/editor-codemirror/src/behaviors/find.ts @@ -1,16 +1,7 @@ /* * find.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Compartment, Range, RangeSet } from "@codemirror/state"; diff --git a/packages/editor-codemirror/src/behaviors/indent.ts b/packages/editor-codemirror/src/behaviors/indent.ts index caf7f283d..b406ac3ce 100644 --- a/packages/editor-codemirror/src/behaviors/indent.ts +++ b/packages/editor-codemirror/src/behaviors/indent.ts @@ -1,16 +1,7 @@ /* * indent.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { indentLess, indentMore } from "@codemirror/commands"; diff --git a/packages/editor-codemirror/src/behaviors/index.ts b/packages/editor-codemirror/src/behaviors/index.ts index 8b6686257..52c0244ac 100644 --- a/packages/editor-codemirror/src/behaviors/index.ts +++ b/packages/editor-codemirror/src/behaviors/index.ts @@ -4,16 +4,7 @@ * Copyright (C) 2022 by Emergence Engineering (ISC License) * https://gitlab.com/emergence-engineering/prosemirror-codemirror-block * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor-codemirror/src/behaviors/keyboard.ts b/packages/editor-codemirror/src/behaviors/keyboard.ts index 630b7673f..b01291902 100644 --- a/packages/editor-codemirror/src/behaviors/keyboard.ts +++ b/packages/editor-codemirror/src/behaviors/keyboard.ts @@ -1,16 +1,7 @@ /* * keyboard.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView as PMEditorView } from "prosemirror-view"; diff --git a/packages/editor-codemirror/src/behaviors/langmode.ts b/packages/editor-codemirror/src/behaviors/langmode.ts index 44c5f1122..9bb1b4e13 100644 --- a/packages/editor-codemirror/src/behaviors/langmode.ts +++ b/packages/editor-codemirror/src/behaviors/langmode.ts @@ -1,16 +1,7 @@ /* * langmode.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model' diff --git a/packages/editor-codemirror/src/behaviors/prefs.ts b/packages/editor-codemirror/src/behaviors/prefs.ts index d8298858b..58ab5969b 100644 --- a/packages/editor-codemirror/src/behaviors/prefs.ts +++ b/packages/editor-codemirror/src/behaviors/prefs.ts @@ -1,16 +1,7 @@ /* * prefs.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { closeBrackets, closeBracketsKeymap } from "@codemirror/autocomplete"; diff --git a/packages/editor-codemirror/src/behaviors/theme.ts b/packages/editor-codemirror/src/behaviors/theme.ts index bc6735472..844fa3fc1 100644 --- a/packages/editor-codemirror/src/behaviors/theme.ts +++ b/packages/editor-codemirror/src/behaviors/theme.ts @@ -1,16 +1,7 @@ /* * theme.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-codemirror/src/behaviors/toolbar.ts b/packages/editor-codemirror/src/behaviors/toolbar.ts index f41231d1a..529e50d6c 100644 --- a/packages/editor-codemirror/src/behaviors/toolbar.ts +++ b/packages/editor-codemirror/src/behaviors/toolbar.ts @@ -1,16 +1,7 @@ /* * toolbar.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-codemirror/src/behaviors/trackselection.ts b/packages/editor-codemirror/src/behaviors/trackselection.ts index 79a4b84fa..5cd7d270d 100644 --- a/packages/editor-codemirror/src/behaviors/trackselection.ts +++ b/packages/editor-codemirror/src/behaviors/trackselection.ts @@ -1,16 +1,7 @@ /* * trackselection.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import debounce from 'lodash.debounce'; diff --git a/packages/editor-codemirror/src/behaviors/yamloption.ts b/packages/editor-codemirror/src/behaviors/yamloption.ts index 8500728fb..02cc550ca 100644 --- a/packages/editor-codemirror/src/behaviors/yamloption.ts +++ b/packages/editor-codemirror/src/behaviors/yamloption.ts @@ -1,16 +1,7 @@ /* * yamloption.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model' diff --git a/packages/editor-codemirror/src/index.ts b/packages/editor-codemirror/src/index.ts index 8399ab816..5348ef9ef 100644 --- a/packages/editor-codemirror/src/index.ts +++ b/packages/editor-codemirror/src/index.ts @@ -4,16 +4,7 @@ * Copyright (C) 2022 by Emergence Engineering (ISC License) * https://gitlab.com/emergence-engineering/prosemirror-codemirror-block * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Plugin, PluginKey } from "prosemirror-state"; diff --git a/packages/editor-codemirror/src/languages/highlight.ts b/packages/editor-codemirror/src/languages/highlight.ts index e5220c40f..96ad86ca1 100644 --- a/packages/editor-codemirror/src/languages/highlight.ts +++ b/packages/editor-codemirror/src/languages/highlight.ts @@ -4,16 +4,7 @@ * Copyright (C) 2022 by Emergence Engineering (ISC License) * https://gitlab.com/emergence-engineering/prosemirror-codemirror-block * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { highlightTree, Highlighter } from "@lezer/highlight"; diff --git a/packages/editor-codemirror/src/languages/index.ts b/packages/editor-codemirror/src/languages/index.ts index c85e6c91e..d798c1074 100644 --- a/packages/editor-codemirror/src/languages/index.ts +++ b/packages/editor-codemirror/src/languages/index.ts @@ -6,16 +6,7 @@ * Copyright (C) 2022 by Emergence Engineering (ISC License) * https://gitlab.com/emergence-engineering/prosemirror-codemirror-block * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { StreamLanguage, Language } from "@codemirror/language"; diff --git a/packages/editor-codemirror/src/nodeview.ts b/packages/editor-codemirror/src/nodeview.ts index 1fdccf05e..7e803f409 100644 --- a/packages/editor-codemirror/src/nodeview.ts +++ b/packages/editor-codemirror/src/nodeview.ts @@ -4,16 +4,7 @@ * Copyright (C) 2022 by Emergence Engineering (ISC License) * https://gitlab.com/emergence-engineering/prosemirror-codemirror-block * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-codemirror/src/styles.css b/packages/editor-codemirror/src/styles.css index 5d61f5a25..0cdd00601 100644 --- a/packages/editor-codemirror/src/styles.css +++ b/packages/editor-codemirror/src/styles.css @@ -1,16 +1,7 @@ /* * styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-collab/package.json b/packages/editor-collab/package.json index 09916a5eb..b8a57c226 100644 --- a/packages/editor-collab/package.json +++ b/packages/editor-collab/package.json @@ -2,7 +2,7 @@ "name": "editor-collab", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/editor-collab/src/automerge-doc.ts b/packages/editor-collab/src/automerge-doc.ts index e6e9bc205..792b4e273 100644 --- a/packages/editor-collab/src/automerge-doc.ts +++ b/packages/editor-collab/src/automerge-doc.ts @@ -1,16 +1,7 @@ /* * automerge-doc.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ import { unstable as Automerge } from "@automerge/automerge"; diff --git a/packages/editor-collab/src/automerge-pm.ts b/packages/editor-collab/src/automerge-pm.ts index 3f81c135e..3d1dc94b1 100644 --- a/packages/editor-collab/src/automerge-pm.ts +++ b/packages/editor-collab/src/automerge-pm.ts @@ -1,16 +1,7 @@ /* * automerge-pm.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ import { unstable as Automerge, Patch } from "@automerge/automerge"; diff --git a/packages/editor-collab/src/automerge.ts b/packages/editor-collab/src/automerge.ts index d5cc86c07..25f31eda2 100644 --- a/packages/editor-collab/src/automerge.ts +++ b/packages/editor-collab/src/automerge.ts @@ -1,16 +1,7 @@ /* * automerge.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ // TODO: use the 2.1 alpha 'marks' attribute of splice once it works diff --git a/packages/editor-collab/src/changequeue.ts b/packages/editor-collab/src/changequeue.ts index 770198edf..1179ca569 100644 --- a/packages/editor-collab/src/changequeue.ts +++ b/packages/editor-collab/src/changequeue.ts @@ -1,16 +1,7 @@ /* * changequeue.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ diff --git a/packages/editor-collab/src/index.ts b/packages/editor-collab/src/index.ts index 7ab83eac0..291ed8c8e 100644 --- a/packages/editor-collab/src/index.ts +++ b/packages/editor-collab/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2023 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2023-2026 by Posit Software, PBC */ diff --git a/packages/editor-core/package.json b/packages/editor-core/package.json index dcf5ac0c2..db8a71e27 100644 --- a/packages/editor-core/package.json +++ b/packages/editor-core/package.json @@ -2,7 +2,7 @@ "name": "editor-core", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/editor-core/src/index.ts b/packages/editor-core/src/index.ts index 8e5ea338e..6f6bb5751 100644 --- a/packages/editor-core/src/index.ts +++ b/packages/editor-core/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './server'; diff --git a/packages/editor-core/src/languages.ts b/packages/editor-core/src/languages.ts index 6944e0a51..a2415e3bd 100644 --- a/packages/editor-core/src/languages.ts +++ b/packages/editor-core/src/languages.ts @@ -1,16 +1,7 @@ /* * languages.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface EditorLanguage { diff --git a/packages/editor-core/src/server.ts b/packages/editor-core/src/server.ts index 661dd9575..50d1cef26 100644 --- a/packages/editor-core/src/server.ts +++ b/packages/editor-core/src/server.ts @@ -3,16 +3,7 @@ /* * server.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { JsonRpcRequestTransport } from "core"; diff --git a/packages/editor-core/src/services.ts b/packages/editor-core/src/services.ts index fafc57e59..e467c81bf 100644 --- a/packages/editor-core/src/services.ts +++ b/packages/editor-core/src/services.ts @@ -1,16 +1,7 @@ /* * services.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { JsonRpcRequestTransport } from "core"; diff --git a/packages/editor-server/package.json b/packages/editor-server/package.json index 09ee65995..826901e84 100644 --- a/packages/editor-server/package.json +++ b/packages/editor-server/package.json @@ -2,7 +2,7 @@ "name": "editor-server", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/editor-server/src/core/biblio.ts b/packages/editor-server/src/core/biblio.ts index c4141f9b6..8c7ce1d19 100644 --- a/packages/editor-server/src/core/biblio.ts +++ b/packages/editor-server/src/core/biblio.ts @@ -1,16 +1,7 @@ /* * biblio.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path, { isAbsolute } from "node:path"; diff --git a/packages/editor-server/src/core/documents.ts b/packages/editor-server/src/core/documents.ts index 44ce42b36..450290856 100644 --- a/packages/editor-server/src/core/documents.ts +++ b/packages/editor-server/src/core/documents.ts @@ -1,16 +1,7 @@ /* * documents.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import fs from "node:fs"; diff --git a/packages/editor-server/src/core/index.ts b/packages/editor-server/src/core/index.ts index cc933c210..91cb6a289 100644 --- a/packages/editor-server/src/core/index.ts +++ b/packages/editor-server/src/core/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-server/src/core/mathjax.ts b/packages/editor-server/src/core/mathjax.ts index 86bd72db8..253b2c1ef 100644 --- a/packages/editor-server/src/core/mathjax.ts +++ b/packages/editor-server/src/core/mathjax.ts @@ -1,19 +1,10 @@ /* * mathjax.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * * Copyright (c) 2016 James Yu * Licensed under the MIT License. See LICENSE in the project root for license information. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ // based on https://github.com/James-Yu/LaTeX-Workshop/tree/master/src/providers/preview diff --git a/packages/editor-server/src/core/pandoc.ts b/packages/editor-server/src/core/pandoc.ts index 5cfbebf9c..b7b24b09a 100644 --- a/packages/editor-server/src/core/pandoc.ts +++ b/packages/editor-server/src/core/pandoc.ts @@ -1,16 +1,7 @@ /* * pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import stream from 'node:stream'; diff --git a/packages/editor-server/src/core/xref.ts b/packages/editor-server/src/core/xref.ts index 598ce1d38..1bd40e5f6 100644 --- a/packages/editor-server/src/core/xref.ts +++ b/packages/editor-server/src/core/xref.ts @@ -1,16 +1,7 @@ /* * xref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as fs from "node:fs"; diff --git a/packages/editor-server/src/core/zotero/index.ts b/packages/editor-server/src/core/zotero/index.ts index b665d8f95..830ada433 100644 --- a/packages/editor-server/src/core/zotero/index.ts +++ b/packages/editor-server/src/core/zotero/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './web'; diff --git a/packages/editor-server/src/core/zotero/local/datadir.ts b/packages/editor-server/src/core/zotero/local/datadir.ts index b18a0c045..15bcc6413 100644 --- a/packages/editor-server/src/core/zotero/local/datadir.ts +++ b/packages/editor-server/src/core/zotero/local/datadir.ts @@ -1,16 +1,7 @@ /* * datadir.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as fs from "node:fs"; diff --git a/packages/editor-server/src/core/zotero/local/db.ts b/packages/editor-server/src/core/zotero/local/db.ts index d120a7df8..3fd3a0c1d 100644 --- a/packages/editor-server/src/core/zotero/local/db.ts +++ b/packages/editor-server/src/core/zotero/local/db.ts @@ -1,16 +1,7 @@ /* * db.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-server/src/core/zotero/local/index.ts b/packages/editor-server/src/core/zotero/local/index.ts index a7d7e6dd0..47ee715ec 100644 --- a/packages/editor-server/src/core/zotero/local/index.ts +++ b/packages/editor-server/src/core/zotero/local/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export { zoteroLocalCollectionSource } from "./source"; \ No newline at end of file diff --git a/packages/editor-server/src/core/zotero/local/source.ts b/packages/editor-server/src/core/zotero/local/source.ts index 3d84e44b9..0a32f6259 100644 --- a/packages/editor-server/src/core/zotero/local/source.ts +++ b/packages/editor-server/src/core/zotero/local/source.ts @@ -1,16 +1,7 @@ /* * source.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-server/src/core/zotero/trace.ts b/packages/editor-server/src/core/zotero/trace.ts index e4eeebc69..5a5286c65 100644 --- a/packages/editor-server/src/core/zotero/trace.ts +++ b/packages/editor-server/src/core/zotero/trace.ts @@ -1,16 +1,7 @@ /* * trace.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-server/src/core/zotero/util.ts b/packages/editor-server/src/core/zotero/util.ts index 81702c532..a16ba10a3 100644 --- a/packages/editor-server/src/core/zotero/util.ts +++ b/packages/editor-server/src/core/zotero/util.ts @@ -1,16 +1,7 @@ /* * util.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CSL } from "editor-types"; diff --git a/packages/editor-server/src/core/zotero/web/api.ts b/packages/editor-server/src/core/zotero/web/api.ts index 04e7c4868..b879ac379 100644 --- a/packages/editor-server/src/core/zotero/web/api.ts +++ b/packages/editor-server/src/core/zotero/web/api.ts @@ -1,16 +1,7 @@ /* * api.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { sleep } from "core"; diff --git a/packages/editor-server/src/core/zotero/web/groups.ts b/packages/editor-server/src/core/zotero/web/groups.ts index b40598a58..bd0e32f15 100644 --- a/packages/editor-server/src/core/zotero/web/groups.ts +++ b/packages/editor-server/src/core/zotero/web/groups.ts @@ -1,16 +1,7 @@ /* * groups.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as fs from "node:fs"; diff --git a/packages/editor-server/src/core/zotero/web/index.ts b/packages/editor-server/src/core/zotero/web/index.ts index 75f69dcfc..97ee28b67 100644 --- a/packages/editor-server/src/core/zotero/web/index.ts +++ b/packages/editor-server/src/core/zotero/web/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-server/src/core/zotero/web/libraries.ts b/packages/editor-server/src/core/zotero/web/libraries.ts index 189e31fe3..441ff9d07 100644 --- a/packages/editor-server/src/core/zotero/web/libraries.ts +++ b/packages/editor-server/src/core/zotero/web/libraries.ts @@ -1,16 +1,7 @@ /* * libraries.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { kZoteroMyLibrary } from "editor-types"; diff --git a/packages/editor-server/src/core/zotero/web/source.ts b/packages/editor-server/src/core/zotero/web/source.ts index 1b792591c..c4fc1c477 100644 --- a/packages/editor-server/src/core/zotero/web/source.ts +++ b/packages/editor-server/src/core/zotero/web/source.ts @@ -1,16 +1,7 @@ /* * source.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CSL, ZoteroCSL, ZoteroCollection, ZoteroCollectionSource, ZoteroCollectionSpec, ZoteroResult } from "editor-types" diff --git a/packages/editor-server/src/core/zotero/web/storage.ts b/packages/editor-server/src/core/zotero/web/storage.ts index 6c4754170..cf27dcca9 100644 --- a/packages/editor-server/src/core/zotero/web/storage.ts +++ b/packages/editor-server/src/core/zotero/web/storage.ts @@ -1,16 +1,7 @@ /* * storage.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import fs from "node:fs"; diff --git a/packages/editor-server/src/core/zotero/web/sync.ts b/packages/editor-server/src/core/zotero/web/sync.ts index aea613140..28f7eac22 100644 --- a/packages/editor-server/src/core/zotero/web/sync.ts +++ b/packages/editor-server/src/core/zotero/web/sync.ts @@ -1,16 +1,7 @@ /* * sync.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-server/src/core/zotero/web/trace.ts b/packages/editor-server/src/core/zotero/web/trace.ts index daa02093b..58de7d01a 100644 --- a/packages/editor-server/src/core/zotero/web/trace.ts +++ b/packages/editor-server/src/core/zotero/web/trace.ts @@ -1,16 +1,7 @@ /* * trace.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { zoteroTrace } from "../trace"; diff --git a/packages/editor-server/src/core/zotero/web/types.ts b/packages/editor-server/src/core/zotero/web/types.ts index 0f602a711..7d4dc149d 100644 --- a/packages/editor-server/src/core/zotero/web/types.ts +++ b/packages/editor-server/src/core/zotero/web/types.ts @@ -1,16 +1,7 @@ /* * types.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface SyncActions { diff --git a/packages/editor-server/src/index.ts b/packages/editor-server/src/index.ts index c21d2bcba..2c083c45c 100644 --- a/packages/editor-server/src/index.ts +++ b/packages/editor-server/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './core'; diff --git a/packages/editor-server/src/server/crossref.ts b/packages/editor-server/src/server/crossref.ts index 3fad5a77d..d28cc9eec 100644 --- a/packages/editor-server/src/server/crossref.ts +++ b/packages/editor-server/src/server/crossref.ts @@ -1,16 +1,7 @@ /* * crossref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import fetch from "cross-fetch"; diff --git a/packages/editor-server/src/server/datacite.ts b/packages/editor-server/src/server/datacite.ts index 7fffe4b3c..37b02fbbe 100644 --- a/packages/editor-server/src/server/datacite.ts +++ b/packages/editor-server/src/server/datacite.ts @@ -1,16 +1,7 @@ /* * datacite.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import fetch from "cross-fetch"; diff --git a/packages/editor-server/src/server/doi.ts b/packages/editor-server/src/server/doi.ts index 4dd97d200..b8f770001 100644 --- a/packages/editor-server/src/server/doi.ts +++ b/packages/editor-server/src/server/doi.ts @@ -1,16 +1,7 @@ /* * doi.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import fetch from "cross-fetch"; diff --git a/packages/editor-server/src/server/environment.ts b/packages/editor-server/src/server/environment.ts index c28071fb7..0fa67de64 100644 --- a/packages/editor-server/src/server/environment.ts +++ b/packages/editor-server/src/server/environment.ts @@ -1,16 +1,7 @@ /* * environment.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { JsonRpcServerMethod } from "core"; diff --git a/packages/editor-server/src/server/pandoc.ts b/packages/editor-server/src/server/pandoc.ts index 52354d0d9..0acb4c496 100644 --- a/packages/editor-server/src/server/pandoc.ts +++ b/packages/editor-server/src/server/pandoc.ts @@ -2,16 +2,7 @@ /* * pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-server/src/server/pubmed.ts b/packages/editor-server/src/server/pubmed.ts index 72564ac96..cc4b27ff9 100644 --- a/packages/editor-server/src/server/pubmed.ts +++ b/packages/editor-server/src/server/pubmed.ts @@ -1,16 +1,7 @@ /* * pubmed.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import fetch from "cross-fetch"; diff --git a/packages/editor-server/src/server/response.ts b/packages/editor-server/src/server/response.ts index d23f07cfb..43f0cbabf 100644 --- a/packages/editor-server/src/server/response.ts +++ b/packages/editor-server/src/server/response.ts @@ -1,16 +1,7 @@ /* * response.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { kStatusError, kStatusNoHost, kStatusNotFound, kStatusOK } from "editor-types"; diff --git a/packages/editor-server/src/server/server.ts b/packages/editor-server/src/server/server.ts index 5de082a9f..55fd0de80 100644 --- a/packages/editor-server/src/server/server.ts +++ b/packages/editor-server/src/server/server.ts @@ -1,16 +1,7 @@ /* * server.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as fs from "node:fs"; diff --git a/packages/editor-server/src/server/xref.ts b/packages/editor-server/src/server/xref.ts index b901e46f8..4f414bc57 100644 --- a/packages/editor-server/src/server/xref.ts +++ b/packages/editor-server/src/server/xref.ts @@ -2,16 +2,7 @@ /* * xref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path from "node:path"; diff --git a/packages/editor-server/src/server/zotero.ts b/packages/editor-server/src/server/zotero.ts index 792171dbf..04a44ee2c 100644 --- a/packages/editor-server/src/server/zotero.ts +++ b/packages/editor-server/src/server/zotero.ts @@ -2,16 +2,7 @@ /* * zotero.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { JsonRpcServerMethod } from "core"; diff --git a/packages/editor-server/src/services/codeview.ts b/packages/editor-server/src/services/codeview.ts index d118b91df..4b69ad01d 100644 --- a/packages/editor-server/src/services/codeview.ts +++ b/packages/editor-server/src/services/codeview.ts @@ -1,16 +1,7 @@ /* * codeview.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { JsonRpcServerMethod } from "core"; diff --git a/packages/editor-server/src/services/dictionary.ts b/packages/editor-server/src/services/dictionary.ts index 8f13c5dd1..6107d4797 100644 --- a/packages/editor-server/src/services/dictionary.ts +++ b/packages/editor-server/src/services/dictionary.ts @@ -2,16 +2,7 @@ /* * dictionary.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import fs from "node:fs"; diff --git a/packages/editor-server/src/services/math.ts b/packages/editor-server/src/services/math.ts index f622a29cd..e6b006fa4 100644 --- a/packages/editor-server/src/services/math.ts +++ b/packages/editor-server/src/services/math.ts @@ -1,16 +1,7 @@ /* * math.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { JsonRpcServerMethod } from "core"; diff --git a/packages/editor-server/src/services/prefs.ts b/packages/editor-server/src/services/prefs.ts index 98b19a730..e3671e075 100644 --- a/packages/editor-server/src/services/prefs.ts +++ b/packages/editor-server/src/services/prefs.ts @@ -1,16 +1,7 @@ /* * prefs.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path from "node:path"; diff --git a/packages/editor-server/src/services/services.ts b/packages/editor-server/src/services/services.ts index 433bc848f..9941397e6 100644 --- a/packages/editor-server/src/services/services.ts +++ b/packages/editor-server/src/services/services.ts @@ -1,16 +1,7 @@ /* * services.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-server/src/services/source.ts b/packages/editor-server/src/services/source.ts index a06a572c8..f9045c5f3 100644 --- a/packages/editor-server/src/services/source.ts +++ b/packages/editor-server/src/services/source.ts @@ -1,16 +1,7 @@ /* * source.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path from "node:path"; diff --git a/packages/editor-types/package.json b/packages/editor-types/package.json index 5b14ab1ef..29ea8b115 100644 --- a/packages/editor-types/package.json +++ b/packages/editor-types/package.json @@ -2,7 +2,7 @@ "name": "editor-types", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/editor-types/src/codeview.ts b/packages/editor-types/src/codeview.ts index 580d0a93d..11c40032c 100644 --- a/packages/editor-types/src/codeview.ts +++ b/packages/editor-types/src/codeview.ts @@ -1,16 +1,7 @@ /* * codeviews.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CompletionList, Range } from "vscode-languageserver-types"; diff --git a/packages/editor-types/src/crossref.ts b/packages/editor-types/src/crossref.ts index 375ab7554..4c38b6520 100644 --- a/packages/editor-types/src/crossref.ts +++ b/packages/editor-types/src/crossref.ts @@ -1,16 +1,7 @@ /* * crossref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kCrossrefWorks = 'crossref_works'; diff --git a/packages/editor-types/src/csl.ts b/packages/editor-types/src/csl.ts index c2595f6f0..5a3b679e9 100644 --- a/packages/editor-types/src/csl.ts +++ b/packages/editor-types/src/csl.ts @@ -1,16 +1,7 @@ /* * csl.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface Bibliography { diff --git a/packages/editor-types/src/datacite.ts b/packages/editor-types/src/datacite.ts index ccb31a013..c8d2cba47 100644 --- a/packages/editor-types/src/datacite.ts +++ b/packages/editor-types/src/datacite.ts @@ -1,16 +1,7 @@ /* * datacite.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kDataCiteSearch = 'datacite_search'; diff --git a/packages/editor-types/src/diagram.ts b/packages/editor-types/src/diagram.ts index ba6642f66..33f274b92 100644 --- a/packages/editor-types/src/diagram.ts +++ b/packages/editor-types/src/diagram.ts @@ -1,16 +1,7 @@ /* * diagram.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-types/src/dialogs.ts b/packages/editor-types/src/dialogs.ts index d9d1774d7..1dbd80189 100644 --- a/packages/editor-types/src/dialogs.ts +++ b/packages/editor-types/src/dialogs.ts @@ -1,16 +1,7 @@ /* * datacite.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CiteField, CSL } from "./csl"; diff --git a/packages/editor-types/src/dictionary.ts b/packages/editor-types/src/dictionary.ts index ffecd8209..ac549e8a0 100644 --- a/packages/editor-types/src/dictionary.ts +++ b/packages/editor-types/src/dictionary.ts @@ -1,16 +1,7 @@ /* * dictionaries.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kDictionaryAvailableDictionaries = "dictionary_available_dictionaries"; diff --git a/packages/editor-types/src/display.ts b/packages/editor-types/src/display.ts index ca9ef5cad..85ed8ef57 100644 --- a/packages/editor-types/src/display.ts +++ b/packages/editor-types/src/display.ts @@ -1,16 +1,7 @@ /* * display.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorMenuItem } from "./menu"; diff --git a/packages/editor-types/src/doi.ts b/packages/editor-types/src/doi.ts index 78b4786bc..560cbf17d 100644 --- a/packages/editor-types/src/doi.ts +++ b/packages/editor-types/src/doi.ts @@ -1,16 +1,7 @@ /* * doi.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CSL } from "./csl"; diff --git a/packages/editor-types/src/environment.ts b/packages/editor-types/src/environment.ts index 686c1e456..3cecbcee4 100644 --- a/packages/editor-types/src/environment.ts +++ b/packages/editor-types/src/environment.ts @@ -1,16 +1,7 @@ /* * environment.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kEnvironmentGetRPackageState = 'environment_get_r_package_state'; diff --git a/packages/editor-types/src/image.ts b/packages/editor-types/src/image.ts index 5d4533bd0..3a37699bd 100644 --- a/packages/editor-types/src/image.ts +++ b/packages/editor-types/src/image.ts @@ -1,16 +1,7 @@ /* * image.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface ImageDimensions { diff --git a/packages/editor-types/src/index.ts b/packages/editor-types/src/index.ts index ab8702643..fb7d704e1 100644 --- a/packages/editor-types/src/index.ts +++ b/packages/editor-types/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './csl'; diff --git a/packages/editor-types/src/link.ts b/packages/editor-types/src/link.ts index bd2c88c8a..3af3e89eb 100644 --- a/packages/editor-types/src/link.ts +++ b/packages/editor-types/src/link.ts @@ -1,16 +1,7 @@ /* * link.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-types/src/list.ts b/packages/editor-types/src/list.ts index 5c1672d89..224062ef2 100644 --- a/packages/editor-types/src/list.ts +++ b/packages/editor-types/src/list.ts @@ -3,16 +3,7 @@ /* * list.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export enum ListType { diff --git a/packages/editor-types/src/math.ts b/packages/editor-types/src/math.ts index f703038d3..b3cb65167 100644 --- a/packages/editor-types/src/math.ts +++ b/packages/editor-types/src/math.ts @@ -1,16 +1,7 @@ /* * math.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-types/src/menu.ts b/packages/editor-types/src/menu.ts index 823e896c3..8e0f28767 100644 --- a/packages/editor-types/src/menu.ts +++ b/packages/editor-types/src/menu.ts @@ -1,16 +1,7 @@ /* * menu.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-types/src/outline.ts b/packages/editor-types/src/outline.ts index 98c8661b5..c60276683 100644 --- a/packages/editor-types/src/outline.ts +++ b/packages/editor-types/src/outline.ts @@ -1,16 +1,7 @@ /* * outline.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-types/src/pandoc.ts b/packages/editor-types/src/pandoc.ts index ea6741c48..d783871a5 100644 --- a/packages/editor-types/src/pandoc.ts +++ b/packages/editor-types/src/pandoc.ts @@ -1,16 +1,7 @@ /* * csl.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Bibliography } from "./csl"; diff --git a/packages/editor-types/src/prefs.ts b/packages/editor-types/src/prefs.ts index b2f025809..b13dbf209 100644 --- a/packages/editor-types/src/prefs.ts +++ b/packages/editor-types/src/prefs.ts @@ -1,16 +1,7 @@ /* * prefs.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kPrefsGetPrefs = "prefs_get_prefs"; diff --git a/packages/editor-types/src/pubmed.ts b/packages/editor-types/src/pubmed.ts index 1b0f96f90..a0fb4f468 100644 --- a/packages/editor-types/src/pubmed.ts +++ b/packages/editor-types/src/pubmed.ts @@ -1,16 +1,7 @@ /* * pubmed.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kPubMedSearch = 'pubmed_search'; diff --git a/packages/editor-types/src/server.ts b/packages/editor-types/src/server.ts index 995fffb0a..9dd10c2a1 100644 --- a/packages/editor-types/src/server.ts +++ b/packages/editor-types/src/server.ts @@ -1,16 +1,7 @@ /* * server.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CrossrefServer } from "./crossref"; diff --git a/packages/editor-types/src/services.ts b/packages/editor-types/src/services.ts index 78b808d14..433888634 100644 --- a/packages/editor-types/src/services.ts +++ b/packages/editor-types/src/services.ts @@ -1,16 +1,7 @@ /* * services.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-types/src/source.ts b/packages/editor-types/src/source.ts index 72ffec66d..4401cb849 100644 --- a/packages/editor-types/src/source.ts +++ b/packages/editor-types/src/source.ts @@ -1,16 +1,7 @@ /* * source.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-types/src/spelling.ts b/packages/editor-types/src/spelling.ts index 282e43b3a..a1eb7e485 100644 --- a/packages/editor-types/src/spelling.ts +++ b/packages/editor-types/src/spelling.ts @@ -1,16 +1,7 @@ /* * spelling.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-types/src/table.ts b/packages/editor-types/src/table.ts index 4778c4034..e65869923 100644 --- a/packages/editor-types/src/table.ts +++ b/packages/editor-types/src/table.ts @@ -1,16 +1,7 @@ /* * table.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-types/src/vscode.ts b/packages/editor-types/src/vscode.ts index 370996782..0a1703e0c 100644 --- a/packages/editor-types/src/vscode.ts +++ b/packages/editor-types/src/vscode.ts @@ -1,16 +1,7 @@ /* * vscode-editor.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CodeViewActiveBlockContext, CodeViewSelectionAction } from "./codeview"; diff --git a/packages/editor-types/src/xref.ts b/packages/editor-types/src/xref.ts index d26a6dc1b..0d30fd70d 100644 --- a/packages/editor-types/src/xref.ts +++ b/packages/editor-types/src/xref.ts @@ -1,16 +1,7 @@ /* * xref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kXRefIndexForFile = 'xref_index_for_file'; diff --git a/packages/editor-types/src/zotero.ts b/packages/editor-types/src/zotero.ts index f34ae8e41..d22d61405 100644 --- a/packages/editor-types/src/zotero.ts +++ b/packages/editor-types/src/zotero.ts @@ -2,16 +2,7 @@ /* * zotero.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CSL } from './csl'; diff --git a/packages/editor-ui/package.json b/packages/editor-ui/package.json index e1053c7f6..bc8f431e2 100644 --- a/packages/editor-ui/package.json +++ b/packages/editor-ui/package.json @@ -2,7 +2,7 @@ "name": "editor-ui", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/editor-ui/src/commands/CommandManager.tsx b/packages/editor-ui/src/commands/CommandManager.tsx index 96ea4781b..8515b18d3 100644 --- a/packages/editor-ui/src/commands/CommandManager.tsx +++ b/packages/editor-ui/src/commands/CommandManager.tsx @@ -1,16 +1,7 @@ /* * CommandManager.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { PropsWithChildren } from 'react'; diff --git a/packages/editor-ui/src/commands/CommandMenuItem.tsx b/packages/editor-ui/src/commands/CommandMenuItem.tsx index a7efcf2c9..cfa853b9e 100644 --- a/packages/editor-ui/src/commands/CommandMenuItem.tsx +++ b/packages/editor-ui/src/commands/CommandMenuItem.tsx @@ -1,16 +1,7 @@ /* * CommandMenuItem2.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-ui/src/commands/CommandMenuItems.tsx b/packages/editor-ui/src/commands/CommandMenuItems.tsx index f83974054..d202c59d5 100644 --- a/packages/editor-ui/src/commands/CommandMenuItems.tsx +++ b/packages/editor-ui/src/commands/CommandMenuItems.tsx @@ -1,16 +1,7 @@ /* * CommandMenuItems2.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-ui/src/commands/CommandMenubarMenu.tsx b/packages/editor-ui/src/commands/CommandMenubarMenu.tsx index 0eabd0263..bbb34cdbd 100644 --- a/packages/editor-ui/src/commands/CommandMenubarMenu.tsx +++ b/packages/editor-ui/src/commands/CommandMenubarMenu.tsx @@ -1,16 +1,7 @@ /* * CommandMenubarMenu.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-ui/src/commands/CommandSubMenu.tsx b/packages/editor-ui/src/commands/CommandSubMenu.tsx index 4c750123a..8b17249c3 100644 --- a/packages/editor-ui/src/commands/CommandSubMenu.tsx +++ b/packages/editor-ui/src/commands/CommandSubMenu.tsx @@ -1,16 +1,7 @@ /* * CommandSubMenu2.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { PropsWithChildren, useContext } from 'react'; diff --git a/packages/editor-ui/src/commands/CommandToolbarButton.tsx b/packages/editor-ui/src/commands/CommandToolbarButton.tsx index 52b7e36ef..c447a1ab1 100644 --- a/packages/editor-ui/src/commands/CommandToolbarButton.tsx +++ b/packages/editor-ui/src/commands/CommandToolbarButton.tsx @@ -1,16 +1,7 @@ /* * CommandToolbarButton.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useContext } from 'react'; diff --git a/packages/editor-ui/src/commands/CommandToolbarMenu.tsx b/packages/editor-ui/src/commands/CommandToolbarMenu.tsx index 2e7090d30..c51412cb1 100644 --- a/packages/editor-ui/src/commands/CommandToolbarMenu.tsx +++ b/packages/editor-ui/src/commands/CommandToolbarMenu.tsx @@ -1,16 +1,7 @@ /* * CommandToolbarMenu.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useContext } from 'react'; diff --git a/packages/editor-ui/src/commands/WithCommand.tsx b/packages/editor-ui/src/commands/WithCommand.tsx index 571a7a10e..88d0bfca8 100644 --- a/packages/editor-ui/src/commands/WithCommand.tsx +++ b/packages/editor-ui/src/commands/WithCommand.tsx @@ -1,16 +1,7 @@ /* * WithCommand.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { PropsWithChildren, useContext } from 'react'; diff --git a/packages/editor-ui/src/commands/commands-ui.ts b/packages/editor-ui/src/commands/commands-ui.ts index b253eee97..b57855ebc 100644 --- a/packages/editor-ui/src/commands/commands-ui.ts +++ b/packages/editor-ui/src/commands/commands-ui.ts @@ -1,16 +1,7 @@ /* * commands-ui.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-ui/src/commands/commands.ts b/packages/editor-ui/src/commands/commands.ts index 5eefa9dd5..ac214e85b 100644 --- a/packages/editor-ui/src/commands/commands.ts +++ b/packages/editor-ui/src/commands/commands.ts @@ -1,16 +1,7 @@ /* * commands.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { toKeyCode, keyCodeString } from './keycodes'; diff --git a/packages/editor-ui/src/commands/hotkeys.ts b/packages/editor-ui/src/commands/hotkeys.ts index 6cf48f51b..6c0d77552 100644 --- a/packages/editor-ui/src/commands/hotkeys.ts +++ b/packages/editor-ui/src/commands/hotkeys.ts @@ -1,16 +1,7 @@ /* * hotkeys.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-ui/src/commands/index.ts b/packages/editor-ui/src/commands/index.ts index 5dc070217..62d6403ea 100644 --- a/packages/editor-ui/src/commands/index.ts +++ b/packages/editor-ui/src/commands/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './CommandManager'; diff --git a/packages/editor-ui/src/commands/keycodes.ts b/packages/editor-ui/src/commands/keycodes.ts index 29470125d..92d7b0cf4 100644 --- a/packages/editor-ui/src/commands/keycodes.ts +++ b/packages/editor-ui/src/commands/keycodes.ts @@ -1,16 +1,7 @@ /* * keycodes.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ const kMac = typeof navigator !== 'undefined' ? /Mac/.test(navigator.platform) : false; diff --git a/packages/editor-ui/src/context/context.ts b/packages/editor-ui/src/context/context.ts index 0268851bb..f8221a3ba 100644 --- a/packages/editor-ui/src/context/context.ts +++ b/packages/editor-ui/src/context/context.ts @@ -1,16 +1,7 @@ /* * context.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { JsonRpcRequestTransport, PromiseQueue } from 'core'; diff --git a/packages/editor-ui/src/context/index.ts b/packages/editor-ui/src/context/index.ts index 1326cea55..d4c3ab3d0 100644 --- a/packages/editor-ui/src/context/index.ts +++ b/packages/editor-ui/src/context/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './context'; diff --git a/packages/editor-ui/src/context/spelling.ts b/packages/editor-ui/src/context/spelling.ts index 4ed78ac2f..badfd5e07 100644 --- a/packages/editor-ui/src/context/spelling.ts +++ b/packages/editor-ui/src/context/spelling.ts @@ -1,16 +1,7 @@ /* * editor-spelling.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import Typo from 'typo-js'; diff --git a/packages/editor-ui/src/dialogs/alert.tsx b/packages/editor-ui/src/dialogs/alert.tsx index c8c08d6af..2232e509e 100644 --- a/packages/editor-ui/src/dialogs/alert.tsx +++ b/packages/editor-ui/src/dialogs/alert.tsx @@ -1,16 +1,7 @@ /* * alert.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useState } from 'react'; diff --git a/packages/editor-ui/src/dialogs/edit-attr.tsx b/packages/editor-ui/src/dialogs/edit-attr.tsx index ca2e7d992..14503b5be 100644 --- a/packages/editor-ui/src/dialogs/edit-attr.tsx +++ b/packages/editor-ui/src/dialogs/edit-attr.tsx @@ -2,16 +2,7 @@ /* * attr-edit.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { PropsWithChildren, useState } from "react" diff --git a/packages/editor-ui/src/dialogs/edit-callout.tsx b/packages/editor-ui/src/dialogs/edit-callout.tsx index 9377358e5..8abe0a946 100644 --- a/packages/editor-ui/src/dialogs/edit-callout.tsx +++ b/packages/editor-ui/src/dialogs/edit-callout.tsx @@ -1,16 +1,7 @@ /* * edit-callout.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useRef, useState } from "react" diff --git a/packages/editor-ui/src/dialogs/edit-codeblock.tsx b/packages/editor-ui/src/dialogs/edit-codeblock.tsx index 67cf06158..6fa23b385 100644 --- a/packages/editor-ui/src/dialogs/edit-codeblock.tsx +++ b/packages/editor-ui/src/dialogs/edit-codeblock.tsx @@ -1,16 +1,7 @@ /* * edit-codeblock.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useState } from "react" diff --git a/packages/editor-ui/src/dialogs/edit-image.tsx b/packages/editor-ui/src/dialogs/edit-image.tsx index 1a9afd89f..21c97ad69 100644 --- a/packages/editor-ui/src/dialogs/edit-image.tsx +++ b/packages/editor-ui/src/dialogs/edit-image.tsx @@ -1,16 +1,7 @@ /* * edit-image.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useEffect, useRef, useState } from "react"; diff --git a/packages/editor-ui/src/dialogs/edit-link.tsx b/packages/editor-ui/src/dialogs/edit-link.tsx index b87b97b3e..c20234ce0 100644 --- a/packages/editor-ui/src/dialogs/edit-link.tsx +++ b/packages/editor-ui/src/dialogs/edit-link.tsx @@ -1,16 +1,7 @@ /* * edit-link.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useEffect, useRef, useState } from "react"; diff --git a/packages/editor-ui/src/dialogs/edit-list.tsx b/packages/editor-ui/src/dialogs/edit-list.tsx index ac9faf207..5f4a5260a 100644 --- a/packages/editor-ui/src/dialogs/edit-list.tsx +++ b/packages/editor-ui/src/dialogs/edit-list.tsx @@ -1,16 +1,7 @@ /* * edit-list.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useState } from "react"; diff --git a/packages/editor-ui/src/dialogs/edit-math.tsx b/packages/editor-ui/src/dialogs/edit-math.tsx index 4b7f8bac8..0a1c550d9 100644 --- a/packages/editor-ui/src/dialogs/edit-math.tsx +++ b/packages/editor-ui/src/dialogs/edit-math.tsx @@ -1,16 +1,7 @@ /* * edit-math.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useState } from "react"; diff --git a/packages/editor-ui/src/dialogs/edit-raw.tsx b/packages/editor-ui/src/dialogs/edit-raw.tsx index ce18dfc0f..a731be08c 100644 --- a/packages/editor-ui/src/dialogs/edit-raw.tsx +++ b/packages/editor-ui/src/dialogs/edit-raw.tsx @@ -1,16 +1,7 @@ /* * edit-raw.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useEffect, useRef, useState } from "react"; diff --git a/packages/editor-ui/src/dialogs/html-dialog.tsx b/packages/editor-ui/src/dialogs/html-dialog.tsx index 35f3485d4..3ea6048e5 100644 --- a/packages/editor-ui/src/dialogs/html-dialog.tsx +++ b/packages/editor-ui/src/dialogs/html-dialog.tsx @@ -2,16 +2,7 @@ /* * html-dialog.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useRef, useState } from "react"; diff --git a/packages/editor-ui/src/dialogs/index.ts b/packages/editor-ui/src/dialogs/index.ts index 27791258d..d035c24fa 100644 --- a/packages/editor-ui/src/dialogs/index.ts +++ b/packages/editor-ui/src/dialogs/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/packages/editor-ui/src/dialogs/insert-cite.tsx b/packages/editor-ui/src/dialogs/insert-cite.tsx index 046a462a2..b325fe4a9 100644 --- a/packages/editor-ui/src/dialogs/insert-cite.tsx +++ b/packages/editor-ui/src/dialogs/insert-cite.tsx @@ -1,16 +1,7 @@ /* * insert-cite.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useEffect, useMemo, useRef, useState } from "react" diff --git a/packages/editor-ui/src/dialogs/insert-table.tsx b/packages/editor-ui/src/dialogs/insert-table.tsx index d67de7f28..86e54f700 100644 --- a/packages/editor-ui/src/dialogs/insert-table.tsx +++ b/packages/editor-ui/src/dialogs/insert-table.tsx @@ -1,16 +1,7 @@ /* * insert-table.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useState } from "react"; diff --git a/packages/editor-ui/src/dialogs/insert-tabset.tsx b/packages/editor-ui/src/dialogs/insert-tabset.tsx index d64bd23dd..628fc5ffc 100644 --- a/packages/editor-ui/src/dialogs/insert-tabset.tsx +++ b/packages/editor-ui/src/dialogs/insert-tabset.tsx @@ -2,16 +2,7 @@ /* * insert-tabset.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useEffect, useRef, useState } from "react"; diff --git a/packages/editor-ui/src/editor/Editor.module.scss b/packages/editor-ui/src/editor/Editor.module.scss index 91702d991..e60a2bbbd 100644 --- a/packages/editor-ui/src/editor/Editor.module.scss +++ b/packages/editor-ui/src/editor/Editor.module.scss @@ -1,16 +1,7 @@ /* * Editor.module.scss * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ @import '../variables.scss'; diff --git a/packages/editor-ui/src/editor/Editor.tsx b/packages/editor-ui/src/editor/Editor.tsx index 18fca6519..0612f095a 100644 --- a/packages/editor-ui/src/editor/Editor.tsx +++ b/packages/editor-ui/src/editor/Editor.tsx @@ -1,16 +1,7 @@ /* * Editor.tsx * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ diff --git a/packages/editor-ui/src/editor/EditorFind.module.scss b/packages/editor-ui/src/editor/EditorFind.module.scss index c0d8de889..d4d52a830 100644 --- a/packages/editor-ui/src/editor/EditorFind.module.scss +++ b/packages/editor-ui/src/editor/EditorFind.module.scss @@ -1,16 +1,7 @@ /* * EditorFind.module.scss * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ @import '../variables.scss'; diff --git a/packages/editor-ui/src/editor/EditorFind.tsx b/packages/editor-ui/src/editor/EditorFind.tsx index 69da647fe..083a51092 100644 --- a/packages/editor-ui/src/editor/EditorFind.tsx +++ b/packages/editor-ui/src/editor/EditorFind.tsx @@ -1,16 +1,7 @@ /* * EditorFind.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useCallback, useContext, useEffect, useRef, useState } from 'react'; diff --git a/packages/editor-ui/src/editor/EditorLoadFailed.tsx b/packages/editor-ui/src/editor/EditorLoadFailed.tsx index 1b9e72eee..fb1092b55 100644 --- a/packages/editor-ui/src/editor/EditorLoadFailed.tsx +++ b/packages/editor-ui/src/editor/EditorLoadFailed.tsx @@ -1,16 +1,7 @@ /* * EditorLoadFailed.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor-ui/src/editor/EditorOperationsContext.tsx b/packages/editor-ui/src/editor/EditorOperationsContext.tsx index 2ba45fdc9..507e4f77d 100644 --- a/packages/editor-ui/src/editor/EditorOperationsContext.tsx +++ b/packages/editor-ui/src/editor/EditorOperationsContext.tsx @@ -1,16 +1,7 @@ /* * EditorOperationsContext.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor-ui/src/editor/editor-commands.tsx b/packages/editor-ui/src/editor/editor-commands.tsx index 5b95c5127..a0d1e839c 100644 --- a/packages/editor-ui/src/editor/editor-commands.tsx +++ b/packages/editor-ui/src/editor/editor-commands.tsx @@ -1,16 +1,7 @@ /* * editor-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from "react" diff --git a/packages/editor-ui/src/editor/index.ts b/packages/editor-ui/src/editor/index.ts index 146f7af72..45c2c961b 100644 --- a/packages/editor-ui/src/editor/index.ts +++ b/packages/editor-ui/src/editor/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './Editor'; diff --git a/packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx b/packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx index 984de5e36..3a5a9125f 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx @@ -1,16 +1,7 @@ /* * EditorOutlineButton.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useContext } from 'react'; diff --git a/packages/editor-ui/src/editor/outline/EditorOutlineEmpty.tsx b/packages/editor-ui/src/editor/outline/EditorOutlineEmpty.tsx index 7d1d8073e..5663298c9 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineEmpty.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineEmpty.tsx @@ -1,16 +1,7 @@ /* * EditorOutlneEmpty.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor-ui/src/editor/outline/EditorOutlineHeader.tsx b/packages/editor-ui/src/editor/outline/EditorOutlineHeader.tsx index 64b484471..9f5e53963 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineHeader.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineHeader.tsx @@ -1,16 +1,7 @@ /* * EditorOutlineHeader.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.module.scss b/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.module.scss index 8a605351b..78ab1777d 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.module.scss +++ b/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.module.scss @@ -1,16 +1,7 @@ /* * EditorOutlineSidebar.module.scss * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ @import 'editor-ui/src/variables.scss'; diff --git a/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx b/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx index 63d9ae02a..f44fdff70 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx @@ -1,16 +1,7 @@ /* * EditorOutlineSidebar.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useContext, useEffect } from 'react'; diff --git a/packages/editor-ui/src/editor/outline/EditorOutlineTree.tsx b/packages/editor-ui/src/editor/outline/EditorOutlineTree.tsx index d731e72df..6d573496e 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineTree.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineTree.tsx @@ -1,16 +1,7 @@ /* * EditorOutlineTree.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useContext } from 'react'; diff --git a/packages/editor-ui/src/i18n/index.ts b/packages/editor-ui/src/i18n/index.ts index 6ecc90010..7bff8d4df 100644 --- a/packages/editor-ui/src/i18n/index.ts +++ b/packages/editor-ui/src/i18n/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import i18n, { TFunction } from 'i18next'; diff --git a/packages/editor-ui/src/index.ts b/packages/editor-ui/src/index.ts index 921f2dae7..7ab5556a4 100644 --- a/packages/editor-ui/src/index.ts +++ b/packages/editor-ui/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './context'; diff --git a/packages/editor-ui/src/menu/Menu.tsx b/packages/editor-ui/src/menu/Menu.tsx index 48e69b9b1..cf6f4437f 100644 --- a/packages/editor-ui/src/menu/Menu.tsx +++ b/packages/editor-ui/src/menu/Menu.tsx @@ -1,16 +1,7 @@ /* * Menu2.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { PropsWithChildren } from 'react'; diff --git a/packages/editor-ui/src/menu/Toolbar.tsx b/packages/editor-ui/src/menu/Toolbar.tsx index aaf34cc07..143d5fc66 100644 --- a/packages/editor-ui/src/menu/Toolbar.tsx +++ b/packages/editor-ui/src/menu/Toolbar.tsx @@ -1,16 +1,7 @@ /* * Toolbar2.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { PropsWithChildren } from "react" diff --git a/packages/editor-ui/src/menu/context.tsx b/packages/editor-ui/src/menu/context.tsx index 766633614..1821e6f69 100644 --- a/packages/editor-ui/src/menu/context.tsx +++ b/packages/editor-ui/src/menu/context.tsx @@ -2,16 +2,7 @@ /* * context.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useEffect, useMemo } from "react"; diff --git a/packages/editor-ui/src/menu/index.ts b/packages/editor-ui/src/menu/index.ts index 1eff62e9b..28f65731e 100644 --- a/packages/editor-ui/src/menu/index.ts +++ b/packages/editor-ui/src/menu/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './Menu'; diff --git a/packages/editor-ui/src/menu/styles.ts b/packages/editor-ui/src/menu/styles.ts index f49228d10..13c6f7a06 100644 --- a/packages/editor-ui/src/menu/styles.ts +++ b/packages/editor-ui/src/menu/styles.ts @@ -1,16 +1,7 @@ /* * styles.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-ui/src/store/dictionary.ts b/packages/editor-ui/src/store/dictionary.ts index 4b0ff25dc..adbe767d5 100644 --- a/packages/editor-ui/src/store/dictionary.ts +++ b/packages/editor-ui/src/store/dictionary.ts @@ -1,16 +1,7 @@ /* * dictionary.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { createApi } from "@reduxjs/toolkit/query/react"; diff --git a/packages/editor-ui/src/store/editors.ts b/packages/editor-ui/src/store/editors.ts index eda5bd32e..f08a594dd 100644 --- a/packages/editor-ui/src/store/editors.ts +++ b/packages/editor-ui/src/store/editors.ts @@ -1,16 +1,7 @@ /* * editor.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-ui/src/store/index.ts b/packages/editor-ui/src/store/index.ts index ca69155f7..37acc3536 100644 --- a/packages/editor-ui/src/store/index.ts +++ b/packages/editor-ui/src/store/index.ts @@ -1,16 +1,7 @@ /* * dictionary.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './rtk'; diff --git a/packages/editor-ui/src/store/prefs.ts b/packages/editor-ui/src/store/prefs.ts index bfd41618e..396e1ba55 100644 --- a/packages/editor-ui/src/store/prefs.ts +++ b/packages/editor-ui/src/store/prefs.ts @@ -1,16 +1,7 @@ /* * prefs.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { createApi } from "@reduxjs/toolkit/query/react"; diff --git a/packages/editor-ui/src/store/rtk.ts b/packages/editor-ui/src/store/rtk.ts index ad05d2570..4e142d6f1 100644 --- a/packages/editor-ui/src/store/rtk.ts +++ b/packages/editor-ui/src/store/rtk.ts @@ -1,16 +1,7 @@ /* * util.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC * * */ diff --git a/packages/editor-ui/src/store/store.ts b/packages/editor-ui/src/store/store.ts index 2efb33e64..e748e6fd8 100644 --- a/packages/editor-ui/src/store/store.ts +++ b/packages/editor-ui/src/store/store.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { configureStore } from '@reduxjs/toolkit' diff --git a/packages/editor-ui/src/styles.ts b/packages/editor-ui/src/styles.ts index 299322e51..db15cd45a 100644 --- a/packages/editor-ui/src/styles.ts +++ b/packages/editor-ui/src/styles.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import './styles.scss' \ No newline at end of file diff --git a/packages/editor-ui/src/theme.ts b/packages/editor-ui/src/theme.ts index d8f3983cc..a0c9733a9 100644 --- a/packages/editor-ui/src/theme.ts +++ b/packages/editor-ui/src/theme.ts @@ -1,16 +1,7 @@ /* * solarized.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/packages/editor-ui/src/variables.scss b/packages/editor-ui/src/variables.scss index db42df3a9..efb8f1600 100644 --- a/packages/editor-ui/src/variables.scss +++ b/packages/editor-ui/src/variables.scss @@ -1,16 +1,7 @@ /* * variables.scss * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/package.json b/packages/editor/package.json index 68e876097..32b17a579 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -4,7 +4,7 @@ "main": "./src/index.ts", "types": "./src/index.ts", "private": true, - "license": "agpl-3.0", + "license": "MIT", "dependencies": { "biblatex-csl-converter": "^2.0.2", "clipboard": "^2.0.8", diff --git a/packages/editor/src/api/attr_edit.ts b/packages/editor/src/api/attr_edit.ts index 8e7ccf7bc..98e903dba 100644 --- a/packages/editor/src/api/attr_edit.ts +++ b/packages/editor/src/api/attr_edit.ts @@ -1,16 +1,7 @@ /* * node_attr.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, NodeType, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/api/attr_edit/attr_edit-decoration.css b/packages/editor/src/api/attr_edit/attr_edit-decoration.css index 4b6c315a6..b08f36bb0 100644 --- a/packages/editor/src/api/attr_edit/attr_edit-decoration.css +++ b/packages/editor/src/api/attr_edit/attr_edit-decoration.css @@ -1,16 +1,7 @@ /* * attr_edit-decoration.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-attr-edit-decoration { diff --git a/packages/editor/src/api/attr_edit/attr_edit-decoration.tsx b/packages/editor/src/api/attr_edit/attr_edit-decoration.tsx index 7b2f4c58d..4e6936abb 100644 --- a/packages/editor/src/api/attr_edit/attr_edit-decoration.tsx +++ b/packages/editor/src/api/attr_edit/attr_edit-decoration.tsx @@ -1,16 +1,7 @@ /* * attr_edit-decoration.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { NodeSelection } from 'prosemirror-state'; diff --git a/packages/editor/src/api/base64.ts b/packages/editor/src/api/base64.ts index 67d7fe6a1..90e63f56f 100644 --- a/packages/editor/src/api/base64.ts +++ b/packages/editor/src/api/base64.ts @@ -1,16 +1,7 @@ /* * base_64.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // btoa and atob don't handle unicode strings, see diff --git a/packages/editor/src/api/basekeys-types.ts b/packages/editor/src/api/basekeys-types.ts index bb3f452e3..d131d4d03 100644 --- a/packages/editor/src/api/basekeys-types.ts +++ b/packages/editor/src/api/basekeys-types.ts @@ -1,16 +1,7 @@ /* * basekeys-types.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/basekeys.ts b/packages/editor/src/api/basekeys.ts index d03c251d6..812b9dfa7 100644 --- a/packages/editor/src/api/basekeys.ts +++ b/packages/editor/src/api/basekeys.ts @@ -1,16 +1,7 @@ /* * basekeys.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/packages/editor/src/api/bibliography/bibDB.ts b/packages/editor/src/api/bibliography/bibDB.ts index 88485461a..bcd352b38 100644 --- a/packages/editor/src/api/bibliography/bibDB.ts +++ b/packages/editor/src/api/bibliography/bibDB.ts @@ -1,16 +1,7 @@ /* * BibDB.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/bibliography/bibliography-provider_local.ts b/packages/editor/src/api/bibliography/bibliography-provider_local.ts index 0b38fecef..40a8295de 100644 --- a/packages/editor/src/api/bibliography/bibliography-provider_local.ts +++ b/packages/editor/src/api/bibliography/bibliography-provider_local.ts @@ -1,16 +1,7 @@ /* * bibliography-provider_local.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema } from 'prosemirror-model'; import { Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/bibliography/bibliography-provider_zotero.ts b/packages/editor/src/api/bibliography/bibliography-provider_zotero.ts index 4d63a335b..3166fc696 100644 --- a/packages/editor/src/api/bibliography/bibliography-provider_zotero.ts +++ b/packages/editor/src/api/bibliography/bibliography-provider_zotero.ts @@ -1,16 +1,7 @@ /* * bibliography-provider_zotero.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/bibliography/bibliography.ts b/packages/editor/src/api/bibliography/bibliography.ts index c36212209..a286ee82a 100644 --- a/packages/editor/src/api/bibliography/bibliography.ts +++ b/packages/editor/src/api/bibliography/bibliography.ts @@ -1,16 +1,7 @@ /* * bibliography.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/bibtex/bibtex.ts b/packages/editor/src/api/bibtex/bibtex.ts index eaa648c55..c3c094037 100644 --- a/packages/editor/src/api/bibtex/bibtex.ts +++ b/packages/editor/src/api/bibtex/bibtex.ts @@ -1,16 +1,7 @@ /* * bibtex.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { NodeArray, RangeArray, NameDictObject, TextNodeObject, NodeObject, MarkObject } from 'biblatex-csl-converter'; diff --git a/packages/editor/src/api/bibtex/characters.ts b/packages/editor/src/api/bibtex/characters.ts index ecb03d237..5c2883eaf 100644 --- a/packages/editor/src/api/bibtex/characters.ts +++ b/packages/editor/src/api/bibtex/characters.ts @@ -1,16 +1,7 @@ /* * character.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // Maps unicode characters to their latex equivalent. diff --git a/packages/editor/src/api/bibtex/fields.ts b/packages/editor/src/api/bibtex/fields.ts index 1827adb59..da1a187a9 100644 --- a/packages/editor/src/api/bibtex/fields.ts +++ b/packages/editor/src/api/bibtex/fields.ts @@ -1,16 +1,7 @@ /* * fields.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { lanagugeMappings } from './language'; diff --git a/packages/editor/src/api/bibtex/formatting.ts b/packages/editor/src/api/bibtex/formatting.ts index e826a95e6..5abca1af7 100644 --- a/packages/editor/src/api/bibtex/formatting.ts +++ b/packages/editor/src/api/bibtex/formatting.ts @@ -1,16 +1,7 @@ /* * formatting.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface FormattingTag { diff --git a/packages/editor/src/api/bibtex/language.ts b/packages/editor/src/api/bibtex/language.ts index 0786dc4b3..5aac2da10 100644 --- a/packages/editor/src/api/bibtex/language.ts +++ b/packages/editor/src/api/bibtex/language.ts @@ -1,16 +1,7 @@ /* * language.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // Support emitting languages using 'babel' names diff --git a/packages/editor/src/api/bibtex/types.ts b/packages/editor/src/api/bibtex/types.ts index 609cc7e3f..48d046f05 100644 --- a/packages/editor/src/api/bibtex/types.ts +++ b/packages/editor/src/api/bibtex/types.ts @@ -1,16 +1,7 @@ /* * types.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { cslTypes } from '../csl'; diff --git a/packages/editor/src/api/change.ts b/packages/editor/src/api/change.ts index b5ce61816..3925a8615 100644 --- a/packages/editor/src/api/change.ts +++ b/packages/editor/src/api/change.ts @@ -1,16 +1,7 @@ /* * diff.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff_match_patch, DIFF_DELETE, DIFF_EQUAL, DIFF_INSERT } from 'diff-match-patch'; diff --git a/packages/editor/src/api/cite.ts b/packages/editor/src/api/cite.ts index 9273d2c22..fd866a745 100644 --- a/packages/editor/src/api/cite.ts +++ b/packages/editor/src/api/cite.ts @@ -1,16 +1,7 @@ /* * cite.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CiteField } from 'editor-types'; diff --git a/packages/editor/src/api/clipboard.ts b/packages/editor/src/api/clipboard.ts index 9a2d9c2c3..c58189de4 100644 --- a/packages/editor/src/api/clipboard.ts +++ b/packages/editor/src/api/clipboard.ts @@ -1,16 +1,7 @@ /* * clipboard.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Slice, Fragment, MarkType, Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/code.ts b/packages/editor/src/api/code.ts index f671971a1..2bbf5d4d3 100644 --- a/packages/editor/src/api/code.ts +++ b/packages/editor/src/api/code.ts @@ -1,16 +1,7 @@ /* * code.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Plugin, PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/api/codeview.ts b/packages/editor/src/api/codeview.ts index 4b3f88e36..c6efbdf08 100644 --- a/packages/editor/src/api/codeview.ts +++ b/packages/editor/src/api/codeview.ts @@ -1,16 +1,7 @@ /* * code.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, NodeType } from 'prosemirror-model'; diff --git a/packages/editor/src/api/command-types.ts b/packages/editor/src/api/command-types.ts index d04551420..94dc03dba 100644 --- a/packages/editor/src/api/command-types.ts +++ b/packages/editor/src/api/command-types.ts @@ -1,16 +1,7 @@ /* * command-types.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/command.ts b/packages/editor/src/api/command.ts index 3492f7e78..f48a421a0 100644 --- a/packages/editor/src/api/command.ts +++ b/packages/editor/src/api/command.ts @@ -1,16 +1,7 @@ /* * command.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { lift, setBlockType, toggleMark, wrapIn } from 'prosemirror-commands'; diff --git a/packages/editor/src/api/completion.ts b/packages/editor/src/api/completion.ts index 9d54ee811..83452e501 100644 --- a/packages/editor/src/api/completion.ts +++ b/packages/editor/src/api/completion.ts @@ -1,16 +1,7 @@ /* * completion.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Selection, EditorState, Transaction, TextSelection } from 'prosemirror-state'; diff --git a/packages/editor/src/api/crossref.ts b/packages/editor/src/api/crossref.ts index 6cc60d108..17c5965bd 100644 --- a/packages/editor/src/api/crossref.ts +++ b/packages/editor/src/api/crossref.ts @@ -1,16 +1,7 @@ /* * crossref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorUI } from './ui-types'; diff --git a/packages/editor/src/api/csl.ts b/packages/editor/src/api/csl.ts index f285cd5b0..2963f6de3 100644 --- a/packages/editor/src/api/csl.ts +++ b/packages/editor/src/api/csl.ts @@ -1,16 +1,7 @@ /* * csl.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/css.ts b/packages/editor/src/api/css.ts index 347b2fff4..a17aadaa3 100644 --- a/packages/editor/src/api/css.ts +++ b/packages/editor/src/api/css.ts @@ -1,16 +1,7 @@ /* * css.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { kWidthAttrib, kHeightAttrib, kStyleAttrib } from './pandoc_attr'; diff --git a/packages/editor/src/api/cursor.ts b/packages/editor/src/api/cursor.ts index e0dad5c60..ae1d5aced 100644 --- a/packages/editor/src/api/cursor.ts +++ b/packages/editor/src/api/cursor.ts @@ -1,16 +1,7 @@ /* * cursor.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction, NodeSelection, Selection } from 'prosemirror-state'; diff --git a/packages/editor/src/api/datacite.ts b/packages/editor/src/api/datacite.ts index 0e3ca2cc2..8d2fa17d7 100644 --- a/packages/editor/src/api/datacite.ts +++ b/packages/editor/src/api/datacite.ts @@ -1,16 +1,7 @@ /* * datacite.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { DataCiteRecord } from 'editor-types'; diff --git a/packages/editor/src/api/decoration.ts b/packages/editor/src/api/decoration.ts index 1abf847a3..5c7731dc3 100644 --- a/packages/editor/src/api/decoration.ts +++ b/packages/editor/src/api/decoration.ts @@ -1,16 +1,7 @@ /* * decoration.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { NodeWithPos } from 'prosemirror-utils'; diff --git a/packages/editor/src/api/doi.ts b/packages/editor/src/api/doi.ts index 3b62f20e7..f9763f389 100644 --- a/packages/editor/src/api/doi.ts +++ b/packages/editor/src/api/doi.ts @@ -1,16 +1,7 @@ /* * doi.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { DOIServer } from "editor-types"; diff --git a/packages/editor/src/api/dom.ts b/packages/editor/src/api/dom.ts index d7237182f..4c18368bd 100644 --- a/packages/editor/src/api/dom.ts +++ b/packages/editor/src/api/dom.ts @@ -1,16 +1,7 @@ /* * dom.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/api/emoji.ts b/packages/editor/src/api/emoji.ts index 28debf531..4ba55dca9 100644 --- a/packages/editor/src/api/emoji.ts +++ b/packages/editor/src/api/emoji.ts @@ -1,16 +1,7 @@ /* * emoji.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import kEmojis from './emojis-all'; diff --git a/packages/editor/src/api/event-types.ts b/packages/editor/src/api/event-types.ts index d89edf7b8..635cef35b 100644 --- a/packages/editor/src/api/event-types.ts +++ b/packages/editor/src/api/event-types.ts @@ -1,16 +1,7 @@ /* * event-types.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/events.ts b/packages/editor/src/api/events.ts index 0ce4e6ea7..4fc80ba94 100644 --- a/packages/editor/src/api/events.ts +++ b/packages/editor/src/api/events.ts @@ -1,16 +1,7 @@ /* * events.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorEvents, EventHandler, EventType } from "./event-types"; diff --git a/packages/editor/src/api/extension-types.ts b/packages/editor/src/api/extension-types.ts index 351cd32f6..ac6dfbb09 100644 --- a/packages/editor/src/api/extension-types.ts +++ b/packages/editor/src/api/extension-types.ts @@ -1,16 +1,7 @@ /* * extension.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { InputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/api/extension.ts b/packages/editor/src/api/extension.ts index e7910d453..2bcfd4676 100644 --- a/packages/editor/src/api/extension.ts +++ b/packages/editor/src/api/extension.ts @@ -1,16 +1,7 @@ /* * extension.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/find-types.ts b/packages/editor/src/api/find-types.ts index c99db9c2b..00db2fa24 100644 --- a/packages/editor/src/api/find-types.ts +++ b/packages/editor/src/api/find-types.ts @@ -1,16 +1,7 @@ /* * find.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { DecorationSet } from "prosemirror-view"; diff --git a/packages/editor/src/api/fixup.ts b/packages/editor/src/api/fixup.ts index 1eb359c7d..aa67a663e 100644 --- a/packages/editor/src/api/fixup.ts +++ b/packages/editor/src/api/fixup.ts @@ -1,16 +1,7 @@ /* * extension.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/focus.ts b/packages/editor/src/api/focus.ts index 9b95ac867..e92c1f911 100644 --- a/packages/editor/src/api/focus.ts +++ b/packages/editor/src/api/focus.ts @@ -1,16 +1,7 @@ /* * focus.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export function isElementFocused(element: HTMLElement | null): boolean { diff --git a/packages/editor/src/api/format.ts b/packages/editor/src/api/format.ts index 7f758c2fc..69d31321f 100644 --- a/packages/editor/src/api/format.ts +++ b/packages/editor/src/api/format.ts @@ -1,16 +1,7 @@ /* * format.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface EditorFormat { diff --git a/packages/editor/src/api/formatting.ts b/packages/editor/src/api/formatting.ts index 81f98413f..ea682dfd0 100644 --- a/packages/editor/src/api/formatting.ts +++ b/packages/editor/src/api/formatting.ts @@ -1,16 +1,7 @@ /* * formatting.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/fragment.ts b/packages/editor/src/api/fragment.ts index 549c8f22f..4ccdf2056 100644 --- a/packages/editor/src/api/fragment.ts +++ b/packages/editor/src/api/fragment.ts @@ -1,16 +1,7 @@ /* * fragment.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Fragment, Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/heading.ts b/packages/editor/src/api/heading.ts index cf9860a07..0a1975d19 100644 --- a/packages/editor/src/api/heading.ts +++ b/packages/editor/src/api/heading.ts @@ -1,16 +1,7 @@ /* * heading.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kHeadingLevel = 0; diff --git a/packages/editor/src/api/html.ts b/packages/editor/src/api/html.ts index 8bbc96609..e1db4a787 100644 --- a/packages/editor/src/api/html.ts +++ b/packages/editor/src/api/html.ts @@ -1,16 +1,7 @@ /* * html.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema, DOMSerializer, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/api/image.ts b/packages/editor/src/api/image.ts index 10ad54c50..a64ad73e0 100644 --- a/packages/editor/src/api/image.ts +++ b/packages/editor/src/api/image.ts @@ -1,16 +1,7 @@ /* * image.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { kPixelUnit, kPercentUnit } from './css'; diff --git a/packages/editor/src/api/input_rule.ts b/packages/editor/src/api/input_rule.ts index d4ec59862..9b30aa28c 100644 --- a/packages/editor/src/api/input_rule.ts +++ b/packages/editor/src/api/input_rule.ts @@ -1,16 +1,7 @@ /* * input_rule.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/link.ts b/packages/editor/src/api/link.ts index dd3a4b82f..33ae21d01 100644 --- a/packages/editor/src/api/link.ts +++ b/packages/editor/src/api/link.ts @@ -1,16 +1,7 @@ /* * link.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/api/list-types.ts b/packages/editor/src/api/list-types.ts index 0964a95e4..4dcb4659a 100644 --- a/packages/editor/src/api/list-types.ts +++ b/packages/editor/src/api/list-types.ts @@ -1,16 +1,7 @@ /* * list-types.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export { ListType, ListNumberStyle, ListNumberDelim} from 'editor-types'; diff --git a/packages/editor/src/api/list.ts b/packages/editor/src/api/list.ts index 058b0a2f2..7b34de530 100644 --- a/packages/editor/src/api/list.ts +++ b/packages/editor/src/api/list.ts @@ -1,16 +1,7 @@ /* * list.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/log.ts b/packages/editor/src/api/log.ts index 139e4624d..41e230435 100644 --- a/packages/editor/src/api/log.ts +++ b/packages/editor/src/api/log.ts @@ -1,16 +1,7 @@ /* * log.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // eslint-disable-next-line @typescript-eslint/no-unused-vars diff --git a/packages/editor/src/api/mark-highlight.ts b/packages/editor/src/api/mark-highlight.ts index b164bf396..be9dfdc16 100644 --- a/packages/editor/src/api/mark-highlight.ts +++ b/packages/editor/src/api/mark-highlight.ts @@ -1,16 +1,7 @@ /* * mark-highlight.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { PluginKey, Plugin, EditorState, Transaction, EditorStateConfig } from 'prosemirror-state'; diff --git a/packages/editor/src/api/mark.ts b/packages/editor/src/api/mark.ts index bda8fdd1a..8506d0372 100644 --- a/packages/editor/src/api/mark.ts +++ b/packages/editor/src/api/mark.ts @@ -1,16 +1,7 @@ /* * mark.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Mark, MarkSpec, MarkType, ResolvedPos, Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/markdown-types.ts b/packages/editor/src/api/markdown-types.ts index 963e6ed2b..2258493e8 100644 --- a/packages/editor/src/api/markdown-types.ts +++ b/packages/editor/src/api/markdown-types.ts @@ -1,16 +1,7 @@ /* * markdown-types.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/math.ts b/packages/editor/src/api/math.ts index 3e258760f..b21ba0d40 100644 --- a/packages/editor/src/api/math.ts +++ b/packages/editor/src/api/math.ts @@ -1,16 +1,7 @@ /* * math.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/api/menu.ts b/packages/editor/src/api/menu.ts index 3cfd5d5e3..50685d501 100644 --- a/packages/editor/src/api/menu.ts +++ b/packages/editor/src/api/menu.ts @@ -1,16 +1,7 @@ /* * menu.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { ResolvedPos } from "prosemirror-model"; diff --git a/packages/editor/src/api/navigation-types.ts b/packages/editor/src/api/navigation-types.ts index 918135ff1..7cdf6b544 100644 --- a/packages/editor/src/api/navigation-types.ts +++ b/packages/editor/src/api/navigation-types.ts @@ -1,16 +1,7 @@ /* * navigation-types.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/navigation.ts b/packages/editor/src/api/navigation.ts index 9825c4ff5..d21a27dcb 100644 --- a/packages/editor/src/api/navigation.ts +++ b/packages/editor/src/api/navigation.ts @@ -1,16 +1,7 @@ /* * navigation.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/api/node-traverse.ts b/packages/editor/src/api/node-traverse.ts index b19e01943..7f9dde47c 100644 --- a/packages/editor/src/api/node-traverse.ts +++ b/packages/editor/src/api/node-traverse.ts @@ -1,16 +1,7 @@ /* * node-traverse.ts * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import { Node } from "prosemirror-model"; diff --git a/packages/editor/src/api/node.ts b/packages/editor/src/api/node.ts index 691d0e66e..81740602d 100644 --- a/packages/editor/src/api/node.ts +++ b/packages/editor/src/api/node.ts @@ -1,16 +1,7 @@ /* * node.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, NodeSpec, NodeType, ResolvedPos } from 'prosemirror-model'; diff --git a/packages/editor/src/api/nodeindex.ts b/packages/editor/src/api/nodeindex.ts index 0a8047820..4a97c5043 100644 --- a/packages/editor/src/api/nodeindex.ts +++ b/packages/editor/src/api/nodeindex.ts @@ -1,16 +1,7 @@ /* * nodeindex.ts * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import { Node } from "prosemirror-model"; diff --git a/packages/editor/src/api/object.ts b/packages/editor/src/api/object.ts index 17b5cd6a4..a115e9a55 100644 --- a/packages/editor/src/api/object.ts +++ b/packages/editor/src/api/object.ts @@ -1,16 +1,7 @@ /* * object.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // eslint-disable-next-line @typescript-eslint/no-explicit-any diff --git a/packages/editor/src/api/omni_insert.ts b/packages/editor/src/api/omni_insert.ts index 7d25d49fe..ba0ff493f 100644 --- a/packages/editor/src/api/omni_insert.ts +++ b/packages/editor/src/api/omni_insert.ts @@ -1,16 +1,7 @@ /* * omni_insert.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CommandFn } from './command'; diff --git a/packages/editor/src/api/options.ts b/packages/editor/src/api/options.ts index de6203dc7..a83a252dc 100644 --- a/packages/editor/src/api/options.ts +++ b/packages/editor/src/api/options.ts @@ -1,16 +1,7 @@ /* * options.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorTheme } from "../editor/editor-theme"; diff --git a/packages/editor/src/api/outline.ts b/packages/editor/src/api/outline.ts index fe7ae18a2..4ee7cbad3 100644 --- a/packages/editor/src/api/outline.ts +++ b/packages/editor/src/api/outline.ts @@ -1,16 +1,7 @@ /* * outline.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/pandoc-types.ts b/packages/editor/src/api/pandoc-types.ts index 05ceb3961..80e0b4705 100644 --- a/packages/editor/src/api/pandoc-types.ts +++ b/packages/editor/src/api/pandoc-types.ts @@ -1,16 +1,7 @@ /* * pandoc-types.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface PandocFormat { diff --git a/packages/editor/src/api/pandoc.ts b/packages/editor/src/api/pandoc.ts index 93a3bdec0..7b3f1c5f1 100644 --- a/packages/editor/src/api/pandoc.ts +++ b/packages/editor/src/api/pandoc.ts @@ -1,16 +1,7 @@ /* * pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Fragment, Mark, Node as ProsemirrorNode, Schema, NodeType, Attrs } from 'prosemirror-model'; diff --git a/packages/editor/src/api/pandoc_attr.ts b/packages/editor/src/api/pandoc_attr.ts index 0b606beb7..7320dfb32 100644 --- a/packages/editor/src/api/pandoc_attr.ts +++ b/packages/editor/src/api/pandoc_attr.ts @@ -1,16 +1,7 @@ /* * pandoc_attr.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { NodeSpec, MarkSpec } from 'prosemirror-model'; diff --git a/packages/editor/src/api/pandoc_capabilities.ts b/packages/editor/src/api/pandoc_capabilities.ts index 96e08d145..baae57dba 100644 --- a/packages/editor/src/api/pandoc_capabilities.ts +++ b/packages/editor/src/api/pandoc_capabilities.ts @@ -1,16 +1,7 @@ /* * pandoc_capabilities.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { PandocServer, parsePandocListOutput, PandocApiVersion } from './pandoc'; diff --git a/packages/editor/src/api/pandoc_capsule.ts b/packages/editor/src/api/pandoc_capsule.ts index 094370324..25b625d50 100644 --- a/packages/editor/src/api/pandoc_capsule.ts +++ b/packages/editor/src/api/pandoc_capsule.ts @@ -1,16 +1,7 @@ /* * pandoc_capsule.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/api/pandoc_format.ts b/packages/editor/src/api/pandoc_format.ts index 11f47083b..1ea200578 100644 --- a/packages/editor/src/api/pandoc_format.ts +++ b/packages/editor/src/api/pandoc_format.ts @@ -1,16 +1,7 @@ /* * pandoc_format.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/pandoc_id.ts b/packages/editor/src/api/pandoc_id.ts index f05611c49..344b5af1e 100644 --- a/packages/editor/src/api/pandoc_id.ts +++ b/packages/editor/src/api/pandoc_id.ts @@ -1,16 +1,7 @@ /* * pandoc_id.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // emulate pandoc behavior (https://pandoc.org/MANUAL.html#headings-and-sections) diff --git a/packages/editor/src/api/paragraph.ts b/packages/editor/src/api/paragraph.ts index 05347dc49..e67d4fabe 100644 --- a/packages/editor/src/api/paragraph.ts +++ b/packages/editor/src/api/paragraph.ts @@ -1,16 +1,7 @@ /* * paragraph.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/path.ts b/packages/editor/src/api/path.ts index ffed041cb..1f76d5ecb 100644 --- a/packages/editor/src/api/path.ts +++ b/packages/editor/src/api/path.ts @@ -1,16 +1,7 @@ /* * path.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export function expandPaths(rootPath: string, paths: string[]): string[] { diff --git a/packages/editor/src/api/placeholder.ts b/packages/editor/src/api/placeholder.ts index bf3cc7b5c..457b4e17b 100644 --- a/packages/editor/src/api/placeholder.ts +++ b/packages/editor/src/api/placeholder.ts @@ -1,16 +1,7 @@ /* * placeholder.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, NodeType } from 'prosemirror-model'; diff --git a/packages/editor/src/api/platform.ts b/packages/editor/src/api/platform.ts index 31effd026..62c4ec579 100644 --- a/packages/editor/src/api/platform.ts +++ b/packages/editor/src/api/platform.ts @@ -1,16 +1,7 @@ /* * platform.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kPlatformMac = typeof navigator !== 'undefined' ? /Mac/.test(navigator.platform) : false; diff --git a/packages/editor/src/api/position.ts b/packages/editor/src/api/position.ts index 1713fb8cb..5f85d669a 100644 --- a/packages/editor/src/api/position.ts +++ b/packages/editor/src/api/position.ts @@ -1,16 +1,7 @@ /* * position.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { ResolvedPos } from 'prosemirror-model'; diff --git a/packages/editor/src/api/presentation.ts b/packages/editor/src/api/presentation.ts index f0e4d924d..62a17bfb8 100644 --- a/packages/editor/src/api/presentation.ts +++ b/packages/editor/src/api/presentation.ts @@ -1,16 +1,7 @@ /* * presentation.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/api/pubmed.ts b/packages/editor/src/api/pubmed.ts index 937eab273..a997f26de 100644 --- a/packages/editor/src/api/pubmed.ts +++ b/packages/editor/src/api/pubmed.ts @@ -1,16 +1,7 @@ /* * pubmed.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { PubMedDocument } from 'editor-types'; diff --git a/packages/editor/src/api/quote.ts b/packages/editor/src/api/quote.ts index e4ecdb7d2..53704e8e3 100644 --- a/packages/editor/src/api/quote.ts +++ b/packages/editor/src/api/quote.ts @@ -1,16 +1,7 @@ /* * quote.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kQuoteType = 0; diff --git a/packages/editor/src/api/raw.ts b/packages/editor/src/api/raw.ts index 73da6337b..10f353f97 100644 --- a/packages/editor/src/api/raw.ts +++ b/packages/editor/src/api/raw.ts @@ -1,16 +1,7 @@ /* * raw.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/react-hooks.ts b/packages/editor/src/api/react-hooks.ts index d21efe48d..47f326264 100644 --- a/packages/editor/src/api/react-hooks.ts +++ b/packages/editor/src/api/react-hooks.ts @@ -1,16 +1,7 @@ /* * react-hooks.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { useEffect, useRef } from "react"; diff --git a/packages/editor/src/api/resource.ts b/packages/editor/src/api/resource.ts index b9be2ac9a..de23ebdd8 100644 --- a/packages/editor/src/api/resource.ts +++ b/packages/editor/src/api/resource.ts @@ -1,16 +1,7 @@ /* * resource.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/rmd.ts b/packages/editor/src/api/rmd.ts index 66fe74dc6..8a9b928c3 100644 --- a/packages/editor/src/api/rmd.ts +++ b/packages/editor/src/api/rmd.ts @@ -1,16 +1,7 @@ /* * rmd.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, NodeType } from 'prosemirror-model'; diff --git a/packages/editor/src/api/scroll.ts b/packages/editor/src/api/scroll.ts index 8d7dbf718..c3477eafd 100644 --- a/packages/editor/src/api/scroll.ts +++ b/packages/editor/src/api/scroll.ts @@ -1,16 +1,7 @@ /* * scroll.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/api/selection.ts b/packages/editor/src/api/selection.ts index 4a02f5a43..62c915ba2 100644 --- a/packages/editor/src/api/selection.ts +++ b/packages/editor/src/api/selection.ts @@ -1,16 +1,7 @@ /* * selection.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Selection, NodeSelection } from 'prosemirror-state'; diff --git a/packages/editor/src/api/shortcode.ts b/packages/editor/src/api/shortcode.ts index 90e3fa620..d905c9c6b 100644 --- a/packages/editor/src/api/shortcode.ts +++ b/packages/editor/src/api/shortcode.ts @@ -1,16 +1,7 @@ /* * shortcode.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kShortcodePattern = '(?:^|[^`])({{([%<])\\s+.*?[%>]}})'; diff --git a/packages/editor/src/api/slice.ts b/packages/editor/src/api/slice.ts index 8d5ba7cf1..abfc80387 100644 --- a/packages/editor/src/api/slice.ts +++ b/packages/editor/src/api/slice.ts @@ -1,16 +1,7 @@ /* * slice.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Slice, Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/sourcepos.ts b/packages/editor/src/api/sourcepos.ts index 6fd4a4406..d02258dfc 100644 --- a/packages/editor/src/api/sourcepos.ts +++ b/packages/editor/src/api/sourcepos.ts @@ -1,16 +1,7 @@ /* * sourcepos.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState } from "prosemirror-state"; diff --git a/packages/editor/src/api/spelling.ts b/packages/editor/src/api/spelling.ts index 92cc5adb1..95ed35a81 100644 --- a/packages/editor/src/api/spelling.ts +++ b/packages/editor/src/api/spelling.ts @@ -1,16 +1,7 @@ /* * spelling.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/table.ts b/packages/editor/src/api/table.ts index 440f5ad54..d27aa5ed7 100644 --- a/packages/editor/src/api/table.ts +++ b/packages/editor/src/api/table.ts @@ -1,16 +1,7 @@ /* * table.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorCommandId } from './command'; diff --git a/packages/editor/src/api/tex.ts b/packages/editor/src/api/tex.ts index 262bfffa5..d703b5441 100644 --- a/packages/editor/src/api/tex.ts +++ b/packages/editor/src/api/tex.ts @@ -1,16 +1,7 @@ /* * tex.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // Get the length of valid tex content for the passed text. return values include: diff --git a/packages/editor/src/api/text-popup.ts b/packages/editor/src/api/text-popup.ts index d3fe1b16a..e1cea54c9 100644 --- a/packages/editor/src/api/text-popup.ts +++ b/packages/editor/src/api/text-popup.ts @@ -1,16 +1,7 @@ /* * TextPopup.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { DecorationSet, Decoration, EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/api/text.ts b/packages/editor/src/api/text.ts index c6800ba65..7eaa21ca2 100644 --- a/packages/editor/src/api/text.ts +++ b/packages/editor/src/api/text.ts @@ -1,16 +1,7 @@ /* * text.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/trailing_p.ts b/packages/editor/src/api/trailing_p.ts index ef329d541..be4d863d5 100644 --- a/packages/editor/src/api/trailing_p.ts +++ b/packages/editor/src/api/trailing_p.ts @@ -1,16 +1,7 @@ /* * trailing_p.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Transaction, Selection } from 'prosemirror-state'; diff --git a/packages/editor/src/api/transaction.ts b/packages/editor/src/api/transaction.ts index 32de42422..6f3bbff68 100644 --- a/packages/editor/src/api/transaction.ts +++ b/packages/editor/src/api/transaction.ts @@ -1,16 +1,7 @@ /* * transaction.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Transaction, EditorState, Plugin, PluginKey, Selection } from 'prosemirror-state'; diff --git a/packages/editor/src/api/ui-images.ts b/packages/editor/src/api/ui-images.ts index a06b3e6d4..6610fc653 100644 --- a/packages/editor/src/api/ui-images.ts +++ b/packages/editor/src/api/ui-images.ts @@ -1,16 +1,7 @@ /* * ui-images.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface EditorUIImages { diff --git a/packages/editor/src/api/ui-types.ts b/packages/editor/src/api/ui-types.ts index cb534d09f..03ccb7e5c 100644 --- a/packages/editor/src/api/ui-types.ts +++ b/packages/editor/src/api/ui-types.ts @@ -1,16 +1,7 @@ /* * ui.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CompletionList } from 'vscode-languageserver-types'; diff --git a/packages/editor/src/api/ui.ts b/packages/editor/src/api/ui.ts index 43dbd688a..f533f4044 100644 --- a/packages/editor/src/api/ui.ts +++ b/packages/editor/src/api/ui.ts @@ -1,16 +1,7 @@ /* * ui-tools.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { attrPartitionKeyvalue, kStyleAttrib, pandocAttrKeyvalueFromText } from "./pandoc_attr"; diff --git a/packages/editor/src/api/unicode.ts b/packages/editor/src/api/unicode.ts index a5e13c995..3c428e722 100644 --- a/packages/editor/src/api/unicode.ts +++ b/packages/editor/src/api/unicode.ts @@ -1,16 +1,7 @@ /* * unicode.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // Tries to parse a unicode codepoint string that a user might enter diff --git a/packages/editor/src/api/url.ts b/packages/editor/src/api/url.ts index b0f03c56d..6389a8124 100644 --- a/packages/editor/src/api/url.ts +++ b/packages/editor/src/api/url.ts @@ -1,16 +1,7 @@ /* * url.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export function isHttpURL(url: string) { diff --git a/packages/editor/src/api/user.ts b/packages/editor/src/api/user.ts index 0519484ee..351fad0be 100644 --- a/packages/editor/src/api/user.ts +++ b/packages/editor/src/api/user.ts @@ -1,16 +1,7 @@ /* * user.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorUIContext } from "./ui-types"; diff --git a/packages/editor/src/api/util.ts b/packages/editor/src/api/util.ts index ff001607a..38bbe4644 100644 --- a/packages/editor/src/api/util.ts +++ b/packages/editor/src/api/util.ts @@ -1,16 +1,7 @@ /* * util.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // tslint:disable:no-bitwise diff --git a/packages/editor/src/api/widgets/button.tsx b/packages/editor/src/api/widgets/button.tsx index 3ca3925b0..1a0479a2f 100644 --- a/packages/editor/src/api/widgets/button.tsx +++ b/packages/editor/src/api/widgets/button.tsx @@ -1,16 +1,7 @@ /* * button.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/checkbox-input.tsx b/packages/editor/src/api/widgets/checkbox-input.tsx index b9edf882b..b634070cb 100644 --- a/packages/editor/src/api/widgets/checkbox-input.tsx +++ b/packages/editor/src/api/widgets/checkbox-input.tsx @@ -1,16 +1,7 @@ /* * text.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { ChangeEventHandler } from 'react'; diff --git a/packages/editor/src/api/widgets/completion-detailed.css b/packages/editor/src/api/widgets/completion-detailed.css index 064b26a89..430a5a590 100644 --- a/packages/editor/src/api/widgets/completion-detailed.css +++ b/packages/editor/src/api/widgets/completion-detailed.css @@ -1,16 +1,7 @@ /* * completion.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-completion-detailed-item { diff --git a/packages/editor/src/api/widgets/completion-detailed.tsx b/packages/editor/src/api/widgets/completion-detailed.tsx index 5c5206143..6b0bff9a3 100644 --- a/packages/editor/src/api/widgets/completion-detailed.tsx +++ b/packages/editor/src/api/widgets/completion-detailed.tsx @@ -1,16 +1,7 @@ /* * completion-detailed.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/completion.css b/packages/editor/src/api/widgets/completion.css index 733f83823..a84445edf 100644 --- a/packages/editor/src/api/widgets/completion.css +++ b/packages/editor/src/api/widgets/completion.css @@ -1,16 +1,7 @@ /* * completion.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-completion-item { diff --git a/packages/editor/src/api/widgets/completion.tsx b/packages/editor/src/api/widgets/completion.tsx index 4730bb51a..cc0899b65 100644 --- a/packages/editor/src/api/widgets/completion.tsx +++ b/packages/editor/src/api/widgets/completion.tsx @@ -1,16 +1,7 @@ /* * completion.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/decoration.ts b/packages/editor/src/api/widgets/decoration.ts index 6f810c07e..9ce0c2187 100644 --- a/packages/editor/src/api/widgets/decoration.ts +++ b/packages/editor/src/api/widgets/decoration.ts @@ -1,16 +1,7 @@ /* * decoration.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/widgets/dialog-buttons.tsx b/packages/editor/src/api/widgets/dialog-buttons.tsx index 5e376e51c..7bf18820e 100644 --- a/packages/editor/src/api/widgets/dialog-buttons.tsx +++ b/packages/editor/src/api/widgets/dialog-buttons.tsx @@ -1,16 +1,7 @@ /* * dialog-buttons.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { WidgetProps } from './react'; diff --git a/packages/editor/src/api/widgets/navigation-tree.tsx b/packages/editor/src/api/widgets/navigation-tree.tsx index f86166db4..add8d8d3c 100644 --- a/packages/editor/src/api/widgets/navigation-tree.tsx +++ b/packages/editor/src/api/widgets/navigation-tree.tsx @@ -1,16 +1,7 @@ /* * navigation-tree.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { CSSProperties } from 'react'; diff --git a/packages/editor/src/api/widgets/panel.tsx b/packages/editor/src/api/widgets/panel.tsx index c1e741da4..8a5c86816 100644 --- a/packages/editor/src/api/widgets/panel.tsx +++ b/packages/editor/src/api/widgets/panel.tsx @@ -1,16 +1,7 @@ /* * panel.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/popup.tsx b/packages/editor/src/api/widgets/popup.tsx index 7a7f5d6e9..2a9704329 100644 --- a/packages/editor/src/api/widgets/popup.tsx +++ b/packages/editor/src/api/widgets/popup.tsx @@ -1,16 +1,7 @@ /* * popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/react.ts b/packages/editor/src/api/widgets/react.ts index 236884caf..fcd6c61bf 100644 --- a/packages/editor/src/api/widgets/react.ts +++ b/packages/editor/src/api/widgets/react.ts @@ -1,16 +1,7 @@ /* * react.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as React from 'react'; diff --git a/packages/editor/src/api/widgets/select.tsx b/packages/editor/src/api/widgets/select.tsx index 1148dee61..57140d570 100644 --- a/packages/editor/src/api/widgets/select.tsx +++ b/packages/editor/src/api/widgets/select.tsx @@ -1,16 +1,7 @@ /* * select.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { ChangeEventHandler, ReactNode } from 'react'; diff --git a/packages/editor/src/api/widgets/tag-input.tsx b/packages/editor/src/api/widgets/tag-input.tsx index a83e2f701..96df20576 100644 --- a/packages/editor/src/api/widgets/tag-input.tsx +++ b/packages/editor/src/api/widgets/tag-input.tsx @@ -1,16 +1,7 @@ /* * tag-input.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/text.tsx b/packages/editor/src/api/widgets/text.tsx index 24a511f0d..de299731a 100644 --- a/packages/editor/src/api/widgets/text.tsx +++ b/packages/editor/src/api/widgets/text.tsx @@ -1,16 +1,7 @@ /* * text.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { ChangeEventHandler, KeyboardEventHandler, FocusEventHandler, ClipboardEventHandler } from 'react'; diff --git a/packages/editor/src/api/widgets/tooltip.css b/packages/editor/src/api/widgets/tooltip.css index 4f97cc185..18c67e04b 100644 --- a/packages/editor/src/api/widgets/tooltip.css +++ b/packages/editor/src/api/widgets/tooltip.css @@ -1,16 +1,7 @@ /* * tooltip.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/widgets/tooltip.ts b/packages/editor/src/api/widgets/tooltip.ts index 25280c0e4..30c3e7210 100644 --- a/packages/editor/src/api/widgets/tooltip.ts +++ b/packages/editor/src/api/widgets/tooltip.ts @@ -1,16 +1,7 @@ /* * tooltip.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/widgets/widgets.css b/packages/editor/src/api/widgets/widgets.css index 7fca006a0..b81e4a8d6 100644 --- a/packages/editor/src/api/widgets/widgets.css +++ b/packages/editor/src/api/widgets/widgets.css @@ -1,16 +1,7 @@ /* * widgets.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-popup { diff --git a/packages/editor/src/api/widgets/widgets.ts b/packages/editor/src/api/widgets/widgets.ts index da407ed0e..9b0b80e3a 100644 --- a/packages/editor/src/api/widgets/widgets.ts +++ b/packages/editor/src/api/widgets/widgets.ts @@ -1,16 +1,7 @@ /* * widgets.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/api/wrap.ts b/packages/editor/src/api/wrap.ts index 6469e3c6c..07a749d9a 100644 --- a/packages/editor/src/api/wrap.ts +++ b/packages/editor/src/api/wrap.ts @@ -1,16 +1,7 @@ /* * wrap.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/xref.ts b/packages/editor/src/api/xref.ts index 75de2b3c0..3010921c2 100644 --- a/packages/editor/src/api/xref.ts +++ b/packages/editor/src/api/xref.ts @@ -1,16 +1,7 @@ /* * xref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, MarkType } from 'prosemirror-model'; diff --git a/packages/editor/src/api/yaml.ts b/packages/editor/src/api/yaml.ts index bc889650f..521b174ab 100644 --- a/packages/editor/src/api/yaml.ts +++ b/packages/editor/src/api/yaml.ts @@ -1,16 +1,7 @@ /* * yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/behaviors/attr_duplicate_id.ts b/packages/editor/src/behaviors/attr_duplicate_id.ts index a6e51f57f..7719a39c2 100644 --- a/packages/editor/src/behaviors/attr_duplicate_id.ts +++ b/packages/editor/src/behaviors/attr_duplicate_id.ts @@ -1,16 +1,7 @@ /* * attr_duplicate_id.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/attr_edit/attr_edit-command.ts b/packages/editor/src/behaviors/attr_edit/attr_edit-command.ts index 98de3793a..6cd9e1696 100644 --- a/packages/editor/src/behaviors/attr_edit/attr_edit-command.ts +++ b/packages/editor/src/behaviors/attr_edit/attr_edit-command.ts @@ -1,16 +1,7 @@ /* * attr_edit-command.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction, NodeSelection } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/attr_edit/attr_edit.ts b/packages/editor/src/behaviors/attr_edit/attr_edit.ts index 91d6ecec5..019abd57c 100644 --- a/packages/editor/src/behaviors/attr_edit/attr_edit.ts +++ b/packages/editor/src/behaviors/attr_edit/attr_edit.ts @@ -1,16 +1,7 @@ /* * attr_edit.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/behaviors/bottom_padding.ts b/packages/editor/src/behaviors/bottom_padding.ts index 479474c3e..e6f430b1c 100644 --- a/packages/editor/src/behaviors/bottom_padding.ts +++ b/packages/editor/src/behaviors/bottom_padding.ts @@ -1,16 +1,7 @@ /* * bottom_padding.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Plugin, PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/clear_formatting.ts b/packages/editor/src/behaviors/clear_formatting.ts index f8af22a72..38377c330 100644 --- a/packages/editor/src/behaviors/clear_formatting.ts +++ b/packages/editor/src/behaviors/clear_formatting.ts @@ -1,16 +1,7 @@ /* * clear_formatting.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/code_block_input.ts b/packages/editor/src/behaviors/code_block_input.ts index dcdea6551..c670dbbdd 100644 --- a/packages/editor/src/behaviors/code_block_input.ts +++ b/packages/editor/src/behaviors/code_block_input.ts @@ -1,16 +1,7 @@ /* * code_block_input.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/completion/completion-popup.css b/packages/editor/src/behaviors/completion/completion-popup.css index 6de22a2b5..47970a014 100644 --- a/packages/editor/src/behaviors/completion/completion-popup.css +++ b/packages/editor/src/behaviors/completion/completion-popup.css @@ -2,16 +2,7 @@ /* * completion-popup.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-completion-popup { diff --git a/packages/editor/src/behaviors/completion/completion-popup.tsx b/packages/editor/src/behaviors/completion/completion-popup.tsx index 06e69c163..cc441af6e 100644 --- a/packages/editor/src/behaviors/completion/completion-popup.tsx +++ b/packages/editor/src/behaviors/completion/completion-popup.tsx @@ -1,16 +1,7 @@ /* * completion-popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/behaviors/completion/completion.ts b/packages/editor/src/behaviors/completion/completion.ts index 5a6d16f10..477b63012 100644 --- a/packages/editor/src/behaviors/completion/completion.ts +++ b/packages/editor/src/behaviors/completion/completion.ts @@ -1,16 +1,7 @@ /* * completion.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // TODO: it may be that we need to not do full re-requests from the filter diff --git a/packages/editor/src/behaviors/cursor.ts b/packages/editor/src/behaviors/cursor.ts index 8d5b48586..6a923d0bf 100644 --- a/packages/editor/src/behaviors/cursor.ts +++ b/packages/editor/src/behaviors/cursor.ts @@ -1,16 +1,7 @@ /* * cursor.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { PluginKey, Plugin, EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/empty_mark.ts b/packages/editor/src/behaviors/empty_mark.ts index c197762d0..7773804cb 100644 --- a/packages/editor/src/behaviors/empty_mark.ts +++ b/packages/editor/src/behaviors/empty_mark.ts @@ -1,16 +1,7 @@ /* * empty_mark.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Transaction, EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/escape_mark.ts b/packages/editor/src/behaviors/escape_mark.ts index 6db82f431..9d2251a4b 100644 --- a/packages/editor/src/behaviors/escape_mark.ts +++ b/packages/editor/src/behaviors/escape_mark.ts @@ -1,16 +1,7 @@ /* * escape_mark.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/find.ts b/packages/editor/src/behaviors/find.ts index 196e2d53d..e2ef429f4 100644 --- a/packages/editor/src/behaviors/find.ts +++ b/packages/editor/src/behaviors/find.ts @@ -1,16 +1,7 @@ /* * find.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Extension } from '../api/extension'; diff --git a/packages/editor/src/behaviors/history.ts b/packages/editor/src/behaviors/history.ts index 3543cf635..1324809d7 100644 --- a/packages/editor/src/behaviors/history.ts +++ b/packages/editor/src/behaviors/history.ts @@ -1,16 +1,7 @@ /* * history.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { history, redo, undo } from 'prosemirror-history'; diff --git a/packages/editor/src/behaviors/insert_citation/insert_citation-bibliography-picker.tsx b/packages/editor/src/behaviors/insert_citation/insert_citation-bibliography-picker.tsx index c2ff8e67e..8b2745875 100644 --- a/packages/editor/src/behaviors/insert_citation/insert_citation-bibliography-picker.tsx +++ b/packages/editor/src/behaviors/insert_citation/insert_citation-bibliography-picker.tsx @@ -1,16 +1,7 @@ /* * insert_citation-picker-bibliography.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/insert_citation.tsx b/packages/editor/src/behaviors/insert_citation/insert_citation.tsx index a8afbc787..465126c4c 100644 --- a/packages/editor/src/behaviors/insert_citation/insert_citation.tsx +++ b/packages/editor/src/behaviors/insert_citation/insert_citation.tsx @@ -1,16 +1,7 @@ /* * insert_citation_picker.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-bibliography.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-bibliography.tsx index 9eba86d16..51654fba7 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-bibliography.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-bibliography.tsx @@ -1,16 +1,7 @@ /* * insert_citation-panel-bibliography.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-crossref.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-crossref.tsx index 390c12c3e..4c848f994 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-crossref.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-crossref.tsx @@ -1,16 +1,7 @@ /* * insert_citation-source-panel-crossref.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-datacite.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-datacite.tsx index 991a9cd9d..d0f629ba8 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-datacite.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-datacite.tsx @@ -1,16 +1,7 @@ /* * insert_citation-source-panel-pubmed.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-doi.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-doi.tsx index 202ba037f..ba5e2ade3 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-doi.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-doi.tsx @@ -1,16 +1,7 @@ /* * insert_citation-panel-doi.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-latent-search.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-latent-search.tsx index 17f1071a3..1602bd2bc 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-latent-search.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-latent-search.tsx @@ -1,16 +1,7 @@ /* * insert_citation-source-panel-search-latent.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list-item-detailed.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list-item-detailed.tsx index ac023daf3..615362140 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list-item-detailed.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list-item-detailed.tsx @@ -1,16 +1,7 @@ /* * insert_citation-source-panel-list-item.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list-item.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list-item.tsx index e7df38a3b..7e1522614 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list-item.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list-item.tsx @@ -1,16 +1,7 @@ /* * insert_citation-source-panel-list-item.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list.tsx index ce0cd4e5b..38005914c 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-list.tsx @@ -1,16 +1,7 @@ /* * insert_citation-source-panel-list.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-packages.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-packages.tsx index 2e0b011ec..907f78f7c 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-packages.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-packages.tsx @@ -1,16 +1,7 @@ /* * insert_citation-panel-packages.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-pubmed.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-pubmed.tsx index 7adbf630d..5cad99277 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-pubmed.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-pubmed.tsx @@ -1,16 +1,7 @@ /* * insert_citation-source-panel-pubmed.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-typeahead-search.tsx b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-typeahead-search.tsx index 9547ea758..166bf4b94 100644 --- a/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-typeahead-search.tsx +++ b/packages/editor/src/behaviors/insert_citation/source_panels/insert_citation-source-panel-typeahead-search.tsx @@ -1,16 +1,7 @@ /* * insert_citation-source-panel-typeahead-search.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_special_characters.ts b/packages/editor/src/behaviors/insert_symbol/insert_special_characters.ts index b84df9abf..ff985f31f 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_special_characters.ts +++ b/packages/editor/src/behaviors/insert_symbol/insert_special_characters.ts @@ -1,16 +1,7 @@ /* * insert_special_characters.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorCommandId, InsertCharacterCommand, ProsemirrorCommand } from '../../api/command'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-dataprovider.ts b/packages/editor/src/behaviors/insert_symbol/insert_symbol-dataprovider.ts index 0bae1e4a1..15baaa61b 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-dataprovider.ts +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-dataprovider.ts @@ -1,16 +1,7 @@ /* * insert_symbol-dataprovider.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Transaction, EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-emoji-skintone.css b/packages/editor/src/behaviors/insert_symbol/insert_symbol-emoji-skintone.css index 1c7baa932..cf1870e95 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-emoji-skintone.css +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-emoji-skintone.css @@ -1,16 +1,7 @@ /* * insert_symbol-emoji-skintone.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-emoji-skintone-picker-container { diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-emoji-skintone.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-emoji-skintone.tsx index 8d55db42a..6b9aa272f 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-emoji-skintone.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-emoji-skintone.tsx @@ -1,16 +1,7 @@ /* * insert_symbol-emoji-skintone.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-cell.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-cell.tsx index fae70f777..d917dde05 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-cell.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-cell.tsx @@ -1,16 +1,7 @@ /* * insert_symbol-grid-cell.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-preview.css b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-preview.css index dece44ac0..71ce67220 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-preview.css +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-preview.css @@ -1,16 +1,7 @@ /* * insert_symbol-grid-preview.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-popup-insert-symbol-preview-container { diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-preview.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-preview.tsx index 3cc80eed1..4bd9947ac 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-preview.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-preview.tsx @@ -1,16 +1,7 @@ /* * insert_symbol-grid-preview.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { CSSProperties, ReactNode } from 'react'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-styles.css b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-styles.css index 7fdb5b049..5a7c52213 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-styles.css +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-styles.css @@ -1,16 +1,7 @@ /* * insert_symbol-grid-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-symbol-grid-container { diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid.tsx index 2edfd8adf..bc0389911 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid.tsx @@ -1,16 +1,7 @@ /* * insert_symbol-grid.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin-emoji.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin-emoji.tsx index 1996ae2a0..5a6616e3d 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin-emoji.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin-emoji.tsx @@ -1,16 +1,7 @@ /* * insert_emoji.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { PluginKey, EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin-symbol.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin-symbol.tsx index 33bb12594..fcc82e077 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin-symbol.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin-symbol.tsx @@ -1,16 +1,7 @@ /* * insert_symbol.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { PluginKey, Transaction, EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin.tsx index 3ef83aea6..220215884 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin.tsx @@ -1,16 +1,7 @@ /* * insert_symbol-plugin.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction, Plugin, PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-popup.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-popup.tsx index 5adc5f9a7..df0595b65 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-popup.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-popup.tsx @@ -1,16 +1,7 @@ /* * insert_symbol-popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { ChangeEvent } from 'react'; diff --git a/packages/editor/src/behaviors/insert_symbol/insert_symbol-styles.css b/packages/editor/src/behaviors/insert_symbol/insert_symbol-styles.css index 86252f5f6..b737a4c0c 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-styles.css +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-styles.css @@ -1,16 +1,7 @@ /* * insert_symbol-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-popup-insert-symbol { diff --git a/packages/editor/src/behaviors/insert_xref/insert_xref.tsx b/packages/editor/src/behaviors/insert_xref/insert_xref.tsx index 166b6eb93..86b6d0832 100644 --- a/packages/editor/src/behaviors/insert_xref/insert_xref.tsx +++ b/packages/editor/src/behaviors/insert_xref/insert_xref.tsx @@ -1,16 +1,7 @@ /* * insert_xref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; import React, { ChangeEvent } from 'react'; diff --git a/packages/editor/src/behaviors/insert_xref/insert_xref_index.ts b/packages/editor/src/behaviors/insert_xref/insert_xref_index.ts index d822a64f7..ce30ad8b0 100644 --- a/packages/editor/src/behaviors/insert_xref/insert_xref_index.ts +++ b/packages/editor/src/behaviors/insert_xref/insert_xref_index.ts @@ -2,16 +2,7 @@ /* * insert_xref-index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { XRef } from 'editor-types'; import Fuse from 'fuse.js'; diff --git a/packages/editor/src/behaviors/nbsp.ts b/packages/editor/src/behaviors/nbsp.ts index 90686d096..ef9ce4df5 100644 --- a/packages/editor/src/behaviors/nbsp.ts +++ b/packages/editor/src/behaviors/nbsp.ts @@ -1,16 +1,7 @@ /* * nbsp.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { DecorationSet, Decoration } from 'prosemirror-view'; diff --git a/packages/editor/src/behaviors/omni_insert/omni_insert-completion.css b/packages/editor/src/behaviors/omni_insert/omni_insert-completion.css index c8ba04543..2b53d2299 100644 --- a/packages/editor/src/behaviors/omni_insert/omni_insert-completion.css +++ b/packages/editor/src/behaviors/omni_insert/omni_insert-completion.css @@ -2,16 +2,7 @@ /* * omni-insert_completion.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-omni-insert-completion { diff --git a/packages/editor/src/behaviors/omni_insert/omni_insert-completion.tsx b/packages/editor/src/behaviors/omni_insert/omni_insert-completion.tsx index 636369393..9abdd60cc 100644 --- a/packages/editor/src/behaviors/omni_insert/omni_insert-completion.tsx +++ b/packages/editor/src/behaviors/omni_insert/omni_insert-completion.tsx @@ -1,16 +1,7 @@ /* * omni_insert.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Selection, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/omni_insert/omni_insert.ts b/packages/editor/src/behaviors/omni_insert/omni_insert.ts index 4fa8f0293..8c9895e9a 100644 --- a/packages/editor/src/behaviors/omni_insert/omni_insert.ts +++ b/packages/editor/src/behaviors/omni_insert/omni_insert.ts @@ -1,16 +1,7 @@ /* * omni_insert.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Mark, Fragment, DOMOutputSpec } from 'prosemirror-model'; import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/outline.ts b/packages/editor/src/behaviors/outline.ts index f4eb7791a..e8cc43879 100644 --- a/packages/editor/src/behaviors/outline.ts +++ b/packages/editor/src/behaviors/outline.ts @@ -1,16 +1,7 @@ /* * oultine.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Plugin, PluginKey, EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/paste.ts b/packages/editor/src/behaviors/paste.ts index ab4ad93cc..fa6ec2d8f 100644 --- a/packages/editor/src/behaviors/paste.ts +++ b/packages/editor/src/behaviors/paste.ts @@ -1,16 +1,7 @@ /* * plain_text_paste.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { isWindows } from 'core-browser'; diff --git a/packages/editor/src/behaviors/remove_section.ts b/packages/editor/src/behaviors/remove_section.ts index 92495d06d..6161ca075 100644 --- a/packages/editor/src/behaviors/remove_section.ts +++ b/packages/editor/src/behaviors/remove_section.ts @@ -1,16 +1,7 @@ /* * remove_section.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/behaviors/select_all.ts b/packages/editor/src/behaviors/select_all.ts index faa85844e..d803020ff 100644 --- a/packages/editor/src/behaviors/select_all.ts +++ b/packages/editor/src/behaviors/select_all.ts @@ -1,16 +1,7 @@ /* * select_all.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/behaviors/slides.ts b/packages/editor/src/behaviors/slides.ts index 44df13647..d700a737e 100644 --- a/packages/editor/src/behaviors/slides.ts +++ b/packages/editor/src/behaviors/slides.ts @@ -1,16 +1,7 @@ /* * slides.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Transaction, EditorState } from "prosemirror-state"; diff --git a/packages/editor/src/behaviors/smarty.ts b/packages/editor/src/behaviors/smarty.ts index dbf7991de..41b462a21 100644 --- a/packages/editor/src/behaviors/smarty.ts +++ b/packages/editor/src/behaviors/smarty.ts @@ -1,16 +1,7 @@ /* * smarty.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { InputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/behaviors/spelling/spelling-interactive.ts b/packages/editor/src/behaviors/spelling/spelling-interactive.ts index a2a844580..506da1342 100644 --- a/packages/editor/src/behaviors/spelling/spelling-interactive.ts +++ b/packages/editor/src/behaviors/spelling/spelling-interactive.ts @@ -1,16 +1,7 @@ /* * spelling-doc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView, DecorationSet, Decoration } from 'prosemirror-view'; diff --git a/packages/editor/src/behaviors/spelling/spelling-realtime.ts b/packages/editor/src/behaviors/spelling/spelling-realtime.ts index 0f47379a2..9273926cd 100644 --- a/packages/editor/src/behaviors/spelling/spelling-realtime.ts +++ b/packages/editor/src/behaviors/spelling/spelling-realtime.ts @@ -1,16 +1,7 @@ /* * spelling-realtime.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, MarkType, ResolvedPos } from 'prosemirror-model'; diff --git a/packages/editor/src/behaviors/spelling/spelling.ts b/packages/editor/src/behaviors/spelling/spelling.ts index a646f1db5..f5c503f5e 100644 --- a/packages/editor/src/behaviors/spelling/spelling.ts +++ b/packages/editor/src/behaviors/spelling/spelling.ts @@ -1,16 +1,7 @@ /* * spelling.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { MarkType, Schema, Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/behaviors/trailing_p.ts b/packages/editor/src/behaviors/trailing_p.ts index 68a26a29f..a95bf024b 100644 --- a/packages/editor/src/behaviors/trailing_p.ts +++ b/packages/editor/src/behaviors/trailing_p.ts @@ -1,16 +1,7 @@ /* * trailing_p.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/editor/editor-extensions.ts b/packages/editor/src/editor/editor-extensions.ts index 1ca820bae..1cfc79741 100644 --- a/packages/editor/src/editor/editor-extensions.ts +++ b/packages/editor/src/editor/editor-extensions.ts @@ -1,16 +1,7 @@ /* * editor-extensions.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { InputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/editor/editor-images.ts b/packages/editor/src/editor/editor-images.ts index acc29b844..6709404b9 100644 --- a/packages/editor/src/editor/editor-images.ts +++ b/packages/editor/src/editor/editor-images.ts @@ -1,16 +1,7 @@ /* * editor-images.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorUIImages } from '../api/ui-images'; diff --git a/packages/editor/src/editor/editor-menus.ts b/packages/editor/src/editor/editor-menus.ts index 8bb5ba8ad..dc32a2ac6 100644 --- a/packages/editor/src/editor/editor-menus.ts +++ b/packages/editor/src/editor/editor-menus.ts @@ -1,16 +1,7 @@ /* * editor-menus.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorUI } from '../api/ui-types'; diff --git a/packages/editor/src/editor/editor-schema.ts b/packages/editor/src/editor/editor-schema.ts index 92de97bf0..a1b68c40e 100644 --- a/packages/editor/src/editor/editor-schema.ts +++ b/packages/editor/src/editor/editor-schema.ts @@ -1,16 +1,7 @@ /* * editor-schema.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, NodeSpec, MarkSpec, Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/editor/editor-theme.ts b/packages/editor/src/editor/editor-theme.ts index 19b463828..008b14ae4 100644 --- a/packages/editor/src/editor/editor-theme.ts +++ b/packages/editor/src/editor/editor-theme.ts @@ -1,16 +1,7 @@ /* * editor-theme.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface EditorTheme { diff --git a/packages/editor/src/editor/editor.ts b/packages/editor/src/editor/editor.ts index 5773b0fea..aae80244b 100644 --- a/packages/editor/src/editor/editor.ts +++ b/packages/editor/src/editor/editor.ts @@ -1,16 +1,7 @@ /* * editor.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { inputRules } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/editor/styles/frame.css b/packages/editor/src/editor/styles/frame.css index 4dff5f951..fe1c3e803 100644 --- a/packages/editor/src/editor/styles/frame.css +++ b/packages/editor/src/editor/styles/frame.css @@ -1,16 +1,7 @@ /* * frame.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror { diff --git a/packages/editor/src/editor/styles/styles.css b/packages/editor/src/editor/styles/styles.css index 8db3c040b..65b3ad3e1 100644 --- a/packages/editor/src/editor/styles/styles.css +++ b/packages/editor/src/editor/styles/styles.css @@ -1,16 +1,7 @@ /* * styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-editing-root-node { diff --git a/packages/editor/src/index.ts b/packages/editor/src/index.ts index 813d60be0..df292c7d9 100644 --- a/packages/editor/src/index.ts +++ b/packages/editor/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ // base shared types diff --git a/packages/editor/src/marks/cite/cite-commands.ts b/packages/editor/src/marks/cite/cite-commands.ts index d574485b0..ad36cc2ad 100644 --- a/packages/editor/src/marks/cite/cite-commands.ts +++ b/packages/editor/src/marks/cite/cite-commands.ts @@ -1,16 +1,7 @@ /* * cite-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/cite/cite-completion-bibliography.ts b/packages/editor/src/marks/cite/cite-completion-bibliography.ts index c769adb56..983104d95 100644 --- a/packages/editor/src/marks/cite/cite-completion-bibliography.ts +++ b/packages/editor/src/marks/cite/cite-completion-bibliography.ts @@ -1,16 +1,7 @@ /* * cite-completion-bibliography.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorServer } from 'editor-types'; import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/cite/cite-completion-quarto-xref.ts b/packages/editor/src/marks/cite/cite-completion-quarto-xref.ts index 44e026a94..d2d214920 100644 --- a/packages/editor/src/marks/cite/cite-completion-quarto-xref.ts +++ b/packages/editor/src/marks/cite/cite-completion-quarto-xref.ts @@ -1,16 +1,7 @@ /* * cite-completion-quarto-xref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/marks/cite/cite-completion-search.ts b/packages/editor/src/marks/cite/cite-completion-search.ts index ff213cc0f..c935c2c75 100644 --- a/packages/editor/src/marks/cite/cite-completion-search.ts +++ b/packages/editor/src/marks/cite/cite-completion-search.ts @@ -2,16 +2,7 @@ /* * cite-completion-search.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import Fuse from 'fuse.js'; diff --git a/packages/editor/src/marks/cite/cite-completion.tsx b/packages/editor/src/marks/cite/cite-completion.tsx index 2bd4c82f4..2000e4c1c 100644 --- a/packages/editor/src/marks/cite/cite-completion.tsx +++ b/packages/editor/src/marks/cite/cite-completion.tsx @@ -1,16 +1,7 @@ /* * cite-completion.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/cite/cite-completion_doi.tsx b/packages/editor/src/marks/cite/cite-completion_doi.tsx index a6e9b9327..e6edf6d61 100644 --- a/packages/editor/src/marks/cite/cite-completion_doi.tsx +++ b/packages/editor/src/marks/cite/cite-completion_doi.tsx @@ -1,16 +1,7 @@ /* * cite-completion_doi.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/marks/cite/cite-doi.ts b/packages/editor/src/marks/cite/cite-doi.ts index 47f48a280..e97cef9d2 100644 --- a/packages/editor/src/marks/cite/cite-doi.ts +++ b/packages/editor/src/marks/cite/cite-doi.ts @@ -1,16 +1,7 @@ /* * cite-doi.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/cite/cite-highlight.ts b/packages/editor/src/marks/cite/cite-highlight.ts index aaea093b2..74903e80e 100644 --- a/packages/editor/src/marks/cite/cite-highlight.ts +++ b/packages/editor/src/marks/cite/cite-highlight.ts @@ -1,16 +1,7 @@ /* * cite-highlight.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/cite/cite-popup-xref.css b/packages/editor/src/marks/cite/cite-popup-xref.css index a240f745e..c95da2192 100644 --- a/packages/editor/src/marks/cite/cite-popup-xref.css +++ b/packages/editor/src/marks/cite/cite-popup-xref.css @@ -1,16 +1,7 @@ /* * xref-popup-xref.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-cite-xref-popup { diff --git a/packages/editor/src/marks/cite/cite-popup-xref.tsx b/packages/editor/src/marks/cite/cite-popup-xref.tsx index 9be9e533a..cfc190c36 100644 --- a/packages/editor/src/marks/cite/cite-popup-xref.tsx +++ b/packages/editor/src/marks/cite/cite-popup-xref.tsx @@ -1,16 +1,7 @@ /* * xref-popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/cite/cite-popup.tsx b/packages/editor/src/marks/cite/cite-popup.tsx index 7bd44cc2e..78c6f00e8 100644 --- a/packages/editor/src/marks/cite/cite-popup.tsx +++ b/packages/editor/src/marks/cite/cite-popup.tsx @@ -1,16 +1,7 @@ /* * cite-popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/cite/cite.ts b/packages/editor/src/marks/cite/cite.ts index 7e14acc5b..89992d560 100644 --- a/packages/editor/src/marks/cite/cite.ts +++ b/packages/editor/src/marks/cite/cite.ts @@ -1,16 +1,7 @@ /* * cite.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Mark, Schema, Fragment, Node as ProsemirrorNode, Slice } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/code.ts b/packages/editor/src/marks/code.ts index c3a7b5cf7..44538d0db 100644 --- a/packages/editor/src/marks/code.ts +++ b/packages/editor/src/marks/code.ts @@ -1,16 +1,7 @@ /* * code.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Fragment, Mark, Node as ProsemirrorNode, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/em.ts b/packages/editor/src/marks/em.ts index 3c628349e..da7cc010c 100644 --- a/packages/editor/src/marks/em.ts +++ b/packages/editor/src/marks/em.ts @@ -1,16 +1,7 @@ /* * em.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/emoji/emoji-completion.tsx b/packages/editor/src/marks/emoji/emoji-completion.tsx index 5b52335a3..5026851e7 100644 --- a/packages/editor/src/marks/emoji/emoji-completion.tsx +++ b/packages/editor/src/marks/emoji/emoji-completion.tsx @@ -1,16 +1,7 @@ /* * emoji-completion.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/emoji/emoji.ts b/packages/editor/src/marks/emoji/emoji.ts index 3b872ea39..b62153253 100644 --- a/packages/editor/src/marks/emoji/emoji.ts +++ b/packages/editor/src/marks/emoji/emoji.ts @@ -1,16 +1,7 @@ /* * emoji.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Mark, Fragment, Node as ProsemirrorNode, Attrs } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/link/link-command.ts b/packages/editor/src/marks/link/link-command.ts index afa762c18..3834fa546 100644 --- a/packages/editor/src/marks/link/link-command.ts +++ b/packages/editor/src/marks/link/link-command.ts @@ -1,16 +1,7 @@ /* * link-command.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { MarkType } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/link/link-headings.ts b/packages/editor/src/marks/link/link-headings.ts index 0ffaa1e53..a39a90caf 100644 --- a/packages/editor/src/marks/link/link-headings.ts +++ b/packages/editor/src/marks/link/link-headings.ts @@ -1,16 +1,7 @@ /* * link-headings.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/link/link-input.ts b/packages/editor/src/marks/link/link-input.ts index 8878af983..90e167a61 100644 --- a/packages/editor/src/marks/link/link-input.ts +++ b/packages/editor/src/marks/link/link-input.ts @@ -1,16 +1,7 @@ /* * link-input.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/link/link-popup.tsx b/packages/editor/src/marks/link/link-popup.tsx index 5340f08a9..441a90cac 100644 --- a/packages/editor/src/marks/link/link-popup.tsx +++ b/packages/editor/src/marks/link/link-popup.tsx @@ -1,16 +1,7 @@ /* * LinkPopup.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { DecorationSet, EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/marks/link/link-styles.css b/packages/editor/src/marks/link/link-styles.css index b629eba57..59739c0b3 100644 --- a/packages/editor/src/marks/link/link-styles.css +++ b/packages/editor/src/marks/link/link-styles.css @@ -1,16 +1,7 @@ /* * link-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/marks/link/link.ts b/packages/editor/src/marks/link/link.ts index 8602dbf67..6037b631c 100644 --- a/packages/editor/src/marks/link/link.ts +++ b/packages/editor/src/marks/link/link.ts @@ -1,16 +1,7 @@ /* * link.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Fragment, Mark, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/math/math-commands.ts b/packages/editor/src/marks/math/math-commands.ts index 724710bf9..ef24d7b46 100644 --- a/packages/editor/src/marks/math/math-commands.ts +++ b/packages/editor/src/marks/math/math-commands.ts @@ -1,16 +1,7 @@ /* * math-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction, Selection } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/math/math-highlight.ts b/packages/editor/src/marks/math/math-highlight.ts index 802d737c3..57756b175 100644 --- a/packages/editor/src/marks/math/math-highlight.ts +++ b/packages/editor/src/marks/math/math-highlight.ts @@ -1,16 +1,7 @@ /* * math-highlight.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/math/math-keys.ts b/packages/editor/src/marks/math/math-keys.ts index cf57be2a1..4c5374e9f 100644 --- a/packages/editor/src/marks/math/math-keys.ts +++ b/packages/editor/src/marks/math/math-keys.ts @@ -1,16 +1,7 @@ /* * math-keys.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/marks/math/math-popup.ts b/packages/editor/src/marks/math/math-popup.ts index 823f4c8ba..65247a72d 100644 --- a/packages/editor/src/marks/math/math-popup.ts +++ b/packages/editor/src/marks/math/math-popup.ts @@ -1,16 +1,7 @@ /* * math-preview.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Plugin, PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/math/math-styles.css b/packages/editor/src/marks/math/math-styles.css index 704d33863..f276f310d 100644 --- a/packages/editor/src/marks/math/math-styles.css +++ b/packages/editor/src/marks/math/math-styles.css @@ -1,16 +1,7 @@ /* * math-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror .math { diff --git a/packages/editor/src/marks/math/math-transaction.ts b/packages/editor/src/marks/math/math-transaction.ts index 33006ed11..7922ee54e 100644 --- a/packages/editor/src/marks/math/math-transaction.ts +++ b/packages/editor/src/marks/math/math-transaction.ts @@ -1,16 +1,7 @@ /* * math-transaction.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/math/math-view.ts b/packages/editor/src/marks/math/math-view.ts index 6c103cb6a..d0e034667 100644 --- a/packages/editor/src/marks/math/math-view.ts +++ b/packages/editor/src/marks/math/math-view.ts @@ -1,16 +1,7 @@ /* * math-viewts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Plugin, PluginKey, EditorState, Transaction, Selection, EditorStateConfig } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/math/math.ts b/packages/editor/src/marks/math/math.ts index a1b851343..3217c18b7 100644 --- a/packages/editor/src/marks/math/math.ts +++ b/packages/editor/src/marks/math/math.ts @@ -1,16 +1,7 @@ /* * math.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema, Mark, Fragment, Slice } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/raw_inline/raw_html.ts b/packages/editor/src/marks/raw_inline/raw_html.ts index 2a9714f33..abbb20813 100644 --- a/packages/editor/src/marks/raw_inline/raw_html.ts +++ b/packages/editor/src/marks/raw_inline/raw_html.ts @@ -1,16 +1,7 @@ /* * raw_html.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Mark, Schema, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/raw_inline/raw_html_comment-styles.css b/packages/editor/src/marks/raw_inline/raw_html_comment-styles.css index 83cae8cdd..db40d7df7 100644 --- a/packages/editor/src/marks/raw_inline/raw_html_comment-styles.css +++ b/packages/editor/src/marks/raw_inline/raw_html_comment-styles.css @@ -1,16 +1,7 @@ /* * raw_html_comment-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/marks/raw_inline/raw_html_comment.ts b/packages/editor/src/marks/raw_inline/raw_html_comment.ts index d437721c3..d22ec4f5c 100644 --- a/packages/editor/src/marks/raw_inline/raw_html_comment.ts +++ b/packages/editor/src/marks/raw_inline/raw_html_comment.ts @@ -1,16 +1,7 @@ /* * raw_html-comment.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Mark, Fragment, Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/raw_inline/raw_inline.ts b/packages/editor/src/marks/raw_inline/raw_inline.ts index 485dc715d..84b5d3b61 100644 --- a/packages/editor/src/marks/raw_inline/raw_inline.ts +++ b/packages/editor/src/marks/raw_inline/raw_inline.ts @@ -1,16 +1,7 @@ /* * raw_inline.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Mark, Fragment, MarkType } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/raw_inline/raw_tex.ts b/packages/editor/src/marks/raw_inline/raw_tex.ts index 0f99e2299..b2a43f737 100644 --- a/packages/editor/src/marks/raw_inline/raw_tex.ts +++ b/packages/editor/src/marks/raw_inline/raw_tex.ts @@ -1,16 +1,7 @@ /* * raw_tex.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Mark, Fragment, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/shortcode.ts b/packages/editor/src/marks/shortcode.ts index fb30e6e80..eddced7bb 100644 --- a/packages/editor/src/marks/shortcode.ts +++ b/packages/editor/src/marks/shortcode.ts @@ -1,16 +1,7 @@ /* * shortcode.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Node as ProsemirrorNode, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/smallcaps-styles.css b/packages/editor/src/marks/smallcaps-styles.css index 2c4a8465f..d15cfd954 100644 --- a/packages/editor/src/marks/smallcaps-styles.css +++ b/packages/editor/src/marks/smallcaps-styles.css @@ -1,16 +1,7 @@ /* * smallcaps-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror .smallcaps { diff --git a/packages/editor/src/marks/smallcaps.ts b/packages/editor/src/marks/smallcaps.ts index 068b3a29f..b23055fa0 100644 --- a/packages/editor/src/marks/smallcaps.ts +++ b/packages/editor/src/marks/smallcaps.ts @@ -1,16 +1,7 @@ /* * smallcaps.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/span.ts b/packages/editor/src/marks/span.ts index 8a9f75fdc..510a9c775 100644 --- a/packages/editor/src/marks/span.ts +++ b/packages/editor/src/marks/span.ts @@ -1,16 +1,7 @@ /* * span.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Mark, Fragment, DOMOutputSpec, Attrs } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/strikeout.ts b/packages/editor/src/marks/strikeout.ts index 059a31a48..f05b482a7 100644 --- a/packages/editor/src/marks/strikeout.ts +++ b/packages/editor/src/marks/strikeout.ts @@ -1,16 +1,7 @@ /* * strikeout.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/strong.ts b/packages/editor/src/marks/strong.ts index 17b1e330b..77ad4a008 100644 --- a/packages/editor/src/marks/strong.ts +++ b/packages/editor/src/marks/strong.ts @@ -1,16 +1,7 @@ /* * strong.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/subscript.ts b/packages/editor/src/marks/subscript.ts index 68e8ee587..6a27d4e44 100644 --- a/packages/editor/src/marks/subscript.ts +++ b/packages/editor/src/marks/subscript.ts @@ -1,16 +1,7 @@ /* * subscript.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/superscript.ts b/packages/editor/src/marks/superscript.ts index 5975774d6..55bd2905d 100644 --- a/packages/editor/src/marks/superscript.ts +++ b/packages/editor/src/marks/superscript.ts @@ -1,16 +1,7 @@ /* * superscript.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/underline-styles.css b/packages/editor/src/marks/underline-styles.css index 4a41ccb63..843685b84 100644 --- a/packages/editor/src/marks/underline-styles.css +++ b/packages/editor/src/marks/underline-styles.css @@ -1,16 +1,7 @@ /* * smallcaps-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror .underline { diff --git a/packages/editor/src/marks/underline.ts b/packages/editor/src/marks/underline.ts index c332c1fe4..138c79380 100644 --- a/packages/editor/src/marks/underline.ts +++ b/packages/editor/src/marks/underline.ts @@ -1,16 +1,7 @@ /* * underline.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/xref/xref-completion.css b/packages/editor/src/marks/xref/xref-completion.css index c5c6c5502..b6f687e83 100644 --- a/packages/editor/src/marks/xref/xref-completion.css +++ b/packages/editor/src/marks/xref/xref-completion.css @@ -1,16 +1,7 @@ /* * xref-completion.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-xref-completion-item .pm-completion-item-id { diff --git a/packages/editor/src/marks/xref/xref-completion.tsx b/packages/editor/src/marks/xref/xref-completion.tsx index a29d01c79..bf0ce2a2d 100644 --- a/packages/editor/src/marks/xref/xref-completion.tsx +++ b/packages/editor/src/marks/xref/xref-completion.tsx @@ -1,16 +1,7 @@ /* * xref-completion.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/xref/xref-popup.css b/packages/editor/src/marks/xref/xref-popup.css index c67e6e100..9cf2302ef 100644 --- a/packages/editor/src/marks/xref/xref-popup.css +++ b/packages/editor/src/marks/xref/xref-popup.css @@ -1,16 +1,7 @@ /* * xref-popup.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-xref-popup { diff --git a/packages/editor/src/marks/xref/xref-popup.tsx b/packages/editor/src/marks/xref/xref-popup.tsx index b14176c7f..ebcd1db9d 100644 --- a/packages/editor/src/marks/xref/xref-popup.tsx +++ b/packages/editor/src/marks/xref/xref-popup.tsx @@ -1,16 +1,7 @@ /* * xref-popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/xref/xref.ts b/packages/editor/src/marks/xref/xref.ts index 21f834292..090d19cf5 100644 --- a/packages/editor/src/marks/xref/xref.ts +++ b/packages/editor/src/marks/xref/xref.ts @@ -1,16 +1,7 @@ /* * xref.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Node as ProsemirrorNode, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/blockquote.ts b/packages/editor/src/nodes/blockquote.ts index 819ab6d4d..98916fa9a 100644 --- a/packages/editor/src/nodes/blockquote.ts +++ b/packages/editor/src/nodes/blockquote.ts @@ -1,16 +1,7 @@ /* * blockquote.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { wrappingInputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/nodes/code_block.ts b/packages/editor/src/nodes/code_block.ts index 8a12ca711..77d626eda 100644 --- a/packages/editor/src/nodes/code_block.ts +++ b/packages/editor/src/nodes/code_block.ts @@ -1,16 +1,7 @@ /* * code_block.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/definition_list/definition-list-keys.ts b/packages/editor/src/nodes/definition_list/definition-list-keys.ts index 42dfeb646..c333e6360 100644 --- a/packages/editor/src/nodes/definition_list/definition-list-keys.ts +++ b/packages/editor/src/nodes/definition_list/definition-list-keys.ts @@ -1,16 +1,7 @@ /* * definition_list-keys.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/nodes/definition_list/definition_list-commands.ts b/packages/editor/src/nodes/definition_list/definition_list-commands.ts index 6fa1b0911..a6380bcb4 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-commands.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-commands.ts @@ -1,16 +1,7 @@ /* * definition_list-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { ProsemirrorCommand, EditorCommandId } from '../../api/command'; diff --git a/packages/editor/src/nodes/definition_list/definition_list-inputrule.ts b/packages/editor/src/nodes/definition_list/definition_list-inputrule.ts index 74d090abf..bbd369763 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-inputrule.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-inputrule.ts @@ -1,16 +1,7 @@ /* * definition_list-inputrule.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { InputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/nodes/definition_list/definition_list-insert.ts b/packages/editor/src/nodes/definition_list/definition_list-insert.ts index 27733fa0b..d08c6ae5a 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-insert.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-insert.ts @@ -1,16 +1,7 @@ /* * definition_list-insert.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/definition_list/definition_list-pandoc.ts b/packages/editor/src/nodes/definition_list/definition_list-pandoc.ts index 545e7ee1b..77604b490 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-pandoc.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-pandoc.ts @@ -1,16 +1,7 @@ /* * definition_list-pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/definition_list/definition_list-styles.css b/packages/editor/src/nodes/definition_list/definition_list-styles.css index 9404af0d9..2859afa0f 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-styles.css +++ b/packages/editor/src/nodes/definition_list/definition_list-styles.css @@ -1,16 +1,7 @@ /* * definition_list-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror dt { diff --git a/packages/editor/src/nodes/definition_list/definition_list.ts b/packages/editor/src/nodes/definition_list/definition_list.ts index 84c7ce39b..c58749e13 100644 --- a/packages/editor/src/nodes/definition_list/definition_list.ts +++ b/packages/editor/src/nodes/definition_list/definition_list.ts @@ -1,16 +1,7 @@ /* * definition_list.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, DOMOutputSpec } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/div/div-callout.ts b/packages/editor/src/nodes/div/div-callout.ts index 84fb52f86..4b51b485d 100644 --- a/packages/editor/src/nodes/div/div-callout.ts +++ b/packages/editor/src/nodes/div/div-callout.ts @@ -1,16 +1,7 @@ /* * div-callout.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from "prosemirror-state"; diff --git a/packages/editor/src/nodes/div/div-styles.css b/packages/editor/src/nodes/div/div-styles.css index 74d3b6a42..9c801d1da 100644 --- a/packages/editor/src/nodes/div/div-styles.css +++ b/packages/editor/src/nodes/div/div-styles.css @@ -1,16 +1,7 @@ /* * div-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/nodes/div/div-tabset.ts b/packages/editor/src/nodes/div/div-tabset.ts index dc5927eb9..fc02fd6b2 100644 --- a/packages/editor/src/nodes/div/div-tabset.ts +++ b/packages/editor/src/nodes/div/div-tabset.ts @@ -1,16 +1,7 @@ /* * div-tabset.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from "prosemirror-state"; diff --git a/packages/editor/src/nodes/div/div.ts b/packages/editor/src/nodes/div/div.ts index f349df7f2..d4b564772 100644 --- a/packages/editor/src/nodes/div/div.ts +++ b/packages/editor/src/nodes/div/div.ts @@ -1,16 +1,7 @@ /* * div.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema, DOMOutputSpec, ResolvedPos } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/footnote/footnote-editor.ts b/packages/editor/src/nodes/footnote/footnote-editor.ts index 845230b8b..ff2614d3c 100644 --- a/packages/editor/src/nodes/footnote/footnote-editor.ts +++ b/packages/editor/src/nodes/footnote/footnote-editor.ts @@ -1,16 +1,7 @@ /* * footnote-editor.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/footnote/footnote-styles.css b/packages/editor/src/nodes/footnote/footnote-styles.css index f57618fe7..8321f11b9 100644 --- a/packages/editor/src/nodes/footnote/footnote-styles.css +++ b/packages/editor/src/nodes/footnote/footnote-styles.css @@ -1,16 +1,7 @@ /* * footnote-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror .footnote { diff --git a/packages/editor/src/nodes/footnote/footnote-transaction.ts b/packages/editor/src/nodes/footnote/footnote-transaction.ts index 863e92c18..02d823cd5 100644 --- a/packages/editor/src/nodes/footnote/footnote-transaction.ts +++ b/packages/editor/src/nodes/footnote/footnote-transaction.ts @@ -1,16 +1,7 @@ /* * footnote-transaction.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Fragment, Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/footnote/footnote.ts b/packages/editor/src/nodes/footnote/footnote.ts index fa62b6166..3afb192a8 100644 --- a/packages/editor/src/nodes/footnote/footnote.ts +++ b/packages/editor/src/nodes/footnote/footnote.ts @@ -1,16 +1,7 @@ /* * footnote.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema, Fragment, NodeType, DOMOutputSpec } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/hard_break.ts b/packages/editor/src/nodes/hard_break.ts index 73de4fee2..968e8c696 100644 --- a/packages/editor/src/nodes/hard_break.ts +++ b/packages/editor/src/nodes/hard_break.ts @@ -1,16 +1,7 @@ /* * hard_break.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/nodes/heading.ts b/packages/editor/src/nodes/heading.ts index f9e7c042f..e62882a79 100644 --- a/packages/editor/src/nodes/heading.ts +++ b/packages/editor/src/nodes/heading.ts @@ -1,16 +1,7 @@ /* * heading.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { textblockTypeInputRule, InputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/nodes/hr-styles.css b/packages/editor/src/nodes/hr-styles.css index 08b811da1..79d230d63 100644 --- a/packages/editor/src/nodes/hr-styles.css +++ b/packages/editor/src/nodes/hr-styles.css @@ -1,16 +1,7 @@ /* * hr-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror hr { diff --git a/packages/editor/src/nodes/hr.ts b/packages/editor/src/nodes/hr.ts index 76e17b90c..38c096787 100644 --- a/packages/editor/src/nodes/hr.ts +++ b/packages/editor/src/nodes/hr.ts @@ -1,16 +1,7 @@ /* * hr.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, DOMOutputSpec } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/html_preserve.ts b/packages/editor/src/nodes/html_preserve.ts index 67d31ae64..46dd4ab90 100644 --- a/packages/editor/src/nodes/html_preserve.ts +++ b/packages/editor/src/nodes/html_preserve.ts @@ -1,16 +1,7 @@ /* * html_preserve.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/image/figure-keys.ts b/packages/editor/src/nodes/image/figure-keys.ts index d50afc40d..276000d0b 100644 --- a/packages/editor/src/nodes/image/figure-keys.ts +++ b/packages/editor/src/nodes/image/figure-keys.ts @@ -1,16 +1,7 @@ /* * figure-keys.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/image/figure.ts b/packages/editor/src/nodes/image/figure.ts index b0e596765..68eec3eb6 100644 --- a/packages/editor/src/nodes/image/figure.ts +++ b/packages/editor/src/nodes/image/figure.ts @@ -1,16 +1,7 @@ /* * figure.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema, Fragment, ResolvedPos } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/image/image-dialog.ts b/packages/editor/src/nodes/image/image-dialog.ts index fb81e3dfe..77a8f83c2 100644 --- a/packages/editor/src/nodes/image/image-dialog.ts +++ b/packages/editor/src/nodes/image/image-dialog.ts @@ -1,16 +1,7 @@ /* * image-dialog.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, NodeType, Fragment, Mark } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/image/image-events.ts b/packages/editor/src/nodes/image/image-events.ts index ef38d8702..5395fbe03 100644 --- a/packages/editor/src/nodes/image/image-events.ts +++ b/packages/editor/src/nodes/image/image-events.ts @@ -1,16 +1,7 @@ /* * image-events.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/nodes/image/image-resize.ts b/packages/editor/src/nodes/image/image-resize.ts index 5f0bd3ec4..02dd4b4d1 100644 --- a/packages/editor/src/nodes/image/image-resize.ts +++ b/packages/editor/src/nodes/image/image-resize.ts @@ -1,16 +1,7 @@ /* * image-resize.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/nodes/image/image-styles.css b/packages/editor/src/nodes/image/image-styles.css index 345288496..c681cde87 100644 --- a/packages/editor/src/nodes/image/image-styles.css +++ b/packages/editor/src/nodes/image/image-styles.css @@ -1,16 +1,7 @@ /* * image-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/nodes/image/image-textsel.ts b/packages/editor/src/nodes/image/image-textsel.ts index 0a74b3b7f..beff8e8d9 100644 --- a/packages/editor/src/nodes/image/image-textsel.ts +++ b/packages/editor/src/nodes/image/image-textsel.ts @@ -1,16 +1,7 @@ /* * image-textsel.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction, NodeSelection, Plugin, PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/nodes/image/image-util.ts b/packages/editor/src/nodes/image/image-util.ts index 47aa4ee39..e039ca63b 100644 --- a/packages/editor/src/nodes/image/image-util.ts +++ b/packages/editor/src/nodes/image/image-util.ts @@ -1,16 +1,7 @@ /* * image-util.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/nodes/image/image-view.ts b/packages/editor/src/nodes/image/image-view.ts index 9117b5f3f..d58fdbeb3 100644 --- a/packages/editor/src/nodes/image/image-view.ts +++ b/packages/editor/src/nodes/image/image-view.ts @@ -1,16 +1,7 @@ /* * image-view.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/image/image.ts b/packages/editor/src/nodes/image/image.ts index 78a859061..a69a0b864 100644 --- a/packages/editor/src/nodes/image/image.ts +++ b/packages/editor/src/nodes/image/image.ts @@ -1,16 +1,7 @@ /* * image.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema, DOMOutputSpec } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/line_block-styles.css b/packages/editor/src/nodes/line_block-styles.css index a57cb2b19..7b4e8f0a2 100644 --- a/packages/editor/src/nodes/line_block-styles.css +++ b/packages/editor/src/nodes/line_block-styles.css @@ -1,16 +1,7 @@ /* * line_block-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror div.line-block > p { diff --git a/packages/editor/src/nodes/line_block.ts b/packages/editor/src/nodes/line_block.ts index 42db16130..9f83a6903 100644 --- a/packages/editor/src/nodes/line_block.ts +++ b/packages/editor/src/nodes/line_block.ts @@ -1,16 +1,7 @@ /* * line_block.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema, DOMOutputSpec } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/list/list-checked.ts b/packages/editor/src/nodes/list/list-checked.ts index 8c011711e..2d74a1a07 100644 --- a/packages/editor/src/nodes/list/list-checked.ts +++ b/packages/editor/src/nodes/list/list-checked.ts @@ -1,16 +1,7 @@ /* * list-checked.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema, Fragment, NodeType } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/list/list-commands.ts b/packages/editor/src/nodes/list/list-commands.ts index 5becc519c..7cab17c5e 100644 --- a/packages/editor/src/nodes/list/list-commands.ts +++ b/packages/editor/src/nodes/list/list-commands.ts @@ -1,16 +1,7 @@ /* * list-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { NodeType, Node as ProsemirrorNode, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/list/list-indent.ts b/packages/editor/src/nodes/list/list-indent.ts index 070bf45e2..f2c18fd5f 100644 --- a/packages/editor/src/nodes/list/list-indent.ts +++ b/packages/editor/src/nodes/list/list-indent.ts @@ -1,16 +1,7 @@ /* * list-indent.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/nodes/list/list-pandoc.ts b/packages/editor/src/nodes/list/list-pandoc.ts index 655c310c2..ea96f6384 100644 --- a/packages/editor/src/nodes/list/list-pandoc.ts +++ b/packages/editor/src/nodes/list/list-pandoc.ts @@ -1,16 +1,7 @@ /* * list-pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, NodeType, Fragment, Attrs } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/list/list-styles.css b/packages/editor/src/nodes/list/list-styles.css index b22b2184e..9b01e5e2a 100644 --- a/packages/editor/src/nodes/list/list-styles.css +++ b/packages/editor/src/nodes/list/list-styles.css @@ -1,16 +1,7 @@ /* * list-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror li > .list-item-container { diff --git a/packages/editor/src/nodes/list/list.ts b/packages/editor/src/nodes/list/list.ts index 93e608439..ea15b2ed3 100644 --- a/packages/editor/src/nodes/list/list.ts +++ b/packages/editor/src/nodes/list/list.ts @@ -1,16 +1,7 @@ /* * list.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/null-styles.css b/packages/editor/src/nodes/null-styles.css index 22a5dba7d..bf56ef6ab 100644 --- a/packages/editor/src/nodes/null-styles.css +++ b/packages/editor/src/nodes/null-styles.css @@ -1,16 +1,7 @@ /* * null-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror div.null-block { diff --git a/packages/editor/src/nodes/null.ts b/packages/editor/src/nodes/null.ts index cdda13318..e54953d4d 100644 --- a/packages/editor/src/nodes/null.ts +++ b/packages/editor/src/nodes/null.ts @@ -1,16 +1,7 @@ /* * null.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Extension } from '../api/extension'; diff --git a/packages/editor/src/nodes/paragraph.ts b/packages/editor/src/nodes/paragraph.ts index 31df8130c..5889002f0 100644 --- a/packages/editor/src/nodes/paragraph.ts +++ b/packages/editor/src/nodes/paragraph.ts @@ -1,16 +1,7 @@ /* * paragraph.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/raw_block.ts b/packages/editor/src/nodes/raw_block.ts index e6dcb73fc..f958d772a 100644 --- a/packages/editor/src/nodes/raw_block.ts +++ b/packages/editor/src/nodes/raw_block.ts @@ -1,16 +1,7 @@ /* * raw_block.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema, NodeType } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/rmd_chunk/rmd_chunk-capsule.ts b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-capsule.ts index 22e738648..ac9839390 100644 --- a/packages/editor/src/nodes/rmd_chunk/rmd_chunk-capsule.ts +++ b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-capsule.ts @@ -1,16 +1,7 @@ /* * rmd_chunk-capsule.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/rmd_chunk/rmd_chunk-image.ts b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-image.ts index fb20b4e94..7dfb3c4e4 100644 --- a/packages/editor/src/nodes/rmd_chunk/rmd_chunk-image.ts +++ b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-image.ts @@ -1,16 +1,7 @@ /* * rmd_chunk-image.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/rmd_chunk/rmd_chunk-styles.css b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-styles.css index bd1cced85..466a7e909 100644 --- a/packages/editor/src/nodes/rmd_chunk/rmd_chunk-styles.css +++ b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-styles.css @@ -1,16 +1,7 @@ /* * rmd_chunk-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .pm-image-preview img.pm-image-centered { diff --git a/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts b/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts index a3124c313..4565b067f 100644 --- a/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts +++ b/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts @@ -1,16 +1,7 @@ /* * rmd_chunk.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/shortcode_block.ts b/packages/editor/src/nodes/shortcode_block.ts index e358b523a..f96b13c15 100644 --- a/packages/editor/src/nodes/shortcode_block.ts +++ b/packages/editor/src/nodes/shortcode_block.ts @@ -1,16 +1,7 @@ /* * shortcode_block.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/table/table-capsule.ts b/packages/editor/src/nodes/table/table-capsule.ts index 0f19c7aee..97a18a73d 100644 --- a/packages/editor/src/nodes/table/table-capsule.ts +++ b/packages/editor/src/nodes/table/table-capsule.ts @@ -1,16 +1,7 @@ /* * table-capsule.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, DOMParser } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/table/table-columns.ts b/packages/editor/src/nodes/table/table-columns.ts index 1888f088f..f7601c04b 100644 --- a/packages/editor/src/nodes/table/table-columns.ts +++ b/packages/editor/src/nodes/table/table-columns.ts @@ -1,16 +1,7 @@ /* * table-columns.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/table/table-commands.ts b/packages/editor/src/nodes/table/table-commands.ts index 356e97139..028c2903b 100644 --- a/packages/editor/src/nodes/table/table-commands.ts +++ b/packages/editor/src/nodes/table/table-commands.ts @@ -1,16 +1,7 @@ /* * table-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/nodes/table/table-contextmenu.ts b/packages/editor/src/nodes/table/table-contextmenu.ts index be9cf7e2c..d5b9d40be 100644 --- a/packages/editor/src/nodes/table/table-contextmenu.ts +++ b/packages/editor/src/nodes/table/table-contextmenu.ts @@ -1,16 +1,7 @@ /* * table-contextmenu.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { ResolvedPos } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/table/table-nodes.ts b/packages/editor/src/nodes/table/table-nodes.ts index 4b9b3cae7..0e6b49b2a 100644 --- a/packages/editor/src/nodes/table/table-nodes.ts +++ b/packages/editor/src/nodes/table/table-nodes.ts @@ -1,16 +1,7 @@ /* * table-nodes.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { tableNodes } from 'prosemirror-tables'; diff --git a/packages/editor/src/nodes/table/table-pandoc.ts b/packages/editor/src/nodes/table/table-pandoc.ts index b03b1f8ed..95f1d8049 100644 --- a/packages/editor/src/nodes/table/table-pandoc.ts +++ b/packages/editor/src/nodes/table/table-pandoc.ts @@ -2,16 +2,7 @@ /* * table-pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, NodeType, Node as ProsemirrorNode, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/table/table-paste.ts b/packages/editor/src/nodes/table/table-paste.ts index 6aa8572ec..bc5866a2b 100644 --- a/packages/editor/src/nodes/table/table-paste.ts +++ b/packages/editor/src/nodes/table/table-paste.ts @@ -1,16 +1,7 @@ /* * table-paste.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Plugin, PluginKey, Transaction, EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/nodes/table/table-styles.css b/packages/editor/src/nodes/table/table-styles.css index 81a3e81e1..035d09ba9 100644 --- a/packages/editor/src/nodes/table/table-styles.css +++ b/packages/editor/src/nodes/table/table-styles.css @@ -1,16 +1,7 @@ /* * table-styles.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ .ProseMirror table { diff --git a/packages/editor/src/nodes/table/table.ts b/packages/editor/src/nodes/table/table.ts index 006690b4a..e9c2df945 100644 --- a/packages/editor/src/nodes/table/table.ts +++ b/packages/editor/src/nodes/table/table.ts @@ -1,16 +1,7 @@ /* * table.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/text.ts b/packages/editor/src/nodes/text.ts index e08598d69..bac4253f9 100644 --- a/packages/editor/src/nodes/text.ts +++ b/packages/editor/src/nodes/text.ts @@ -1,16 +1,7 @@ /* * text.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/user_comment/ui/comment-content.tsx b/packages/editor/src/nodes/user_comment/ui/comment-content.tsx index 0649963ad..09408d678 100644 --- a/packages/editor/src/nodes/user_comment/ui/comment-content.tsx +++ b/packages/editor/src/nodes/user_comment/ui/comment-content.tsx @@ -1,16 +1,7 @@ /* * comment-content.tsx * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import React, { useEffect } from 'react'; diff --git a/packages/editor/src/nodes/user_comment/ui/comment-item.tsx b/packages/editor/src/nodes/user_comment/ui/comment-item.tsx index 1133b0035..589c9f301 100644 --- a/packages/editor/src/nodes/user_comment/ui/comment-item.tsx +++ b/packages/editor/src/nodes/user_comment/ui/comment-item.tsx @@ -1,16 +1,7 @@ /* * comment-item.tsx * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import React, { useState, useRef, useEffect } from 'react'; diff --git a/packages/editor/src/nodes/user_comment/ui/comment-thread.tsx b/packages/editor/src/nodes/user_comment/ui/comment-thread.tsx index 9d23492ba..70f5ce070 100644 --- a/packages/editor/src/nodes/user_comment/ui/comment-thread.tsx +++ b/packages/editor/src/nodes/user_comment/ui/comment-thread.tsx @@ -1,16 +1,7 @@ /* * comment-thread.tsx * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/user_comment/ui/common.tsx b/packages/editor/src/nodes/user_comment/ui/common.tsx index 3965f107e..ce516c5e7 100644 --- a/packages/editor/src/nodes/user_comment/ui/common.tsx +++ b/packages/editor/src/nodes/user_comment/ui/common.tsx @@ -1,16 +1,7 @@ /* * common.tsx * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ export function getThreadElement(threadId: any) { diff --git a/packages/editor/src/nodes/user_comment/ui/layout.tsx b/packages/editor/src/nodes/user_comment/ui/layout.tsx index 5a614e0c9..4f47fe269 100644 --- a/packages/editor/src/nodes/user_comment/ui/layout.tsx +++ b/packages/editor/src/nodes/user_comment/ui/layout.tsx @@ -1,16 +1,7 @@ /* * layout.tsx * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/nodes/user_comment/ui/plugin.tsx b/packages/editor/src/nodes/user_comment/ui/plugin.tsx index f6c255c5c..a1265bfda 100644 --- a/packages/editor/src/nodes/user_comment/ui/plugin.tsx +++ b/packages/editor/src/nodes/user_comment/ui/plugin.tsx @@ -1,16 +1,7 @@ /* * plugin.tsx * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/user_comment/user_comment-cache.ts b/packages/editor/src/nodes/user_comment/user_comment-cache.ts index 69ae637f9..1703592f0 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-cache.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-cache.ts @@ -1,16 +1,7 @@ /* * user_comment-cache.ts * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import { Node, Schema } from "prosemirror-model"; diff --git a/packages/editor/src/nodes/user_comment/user_comment-constants.ts b/packages/editor/src/nodes/user_comment/user_comment-constants.ts index 6eeba5e8f..f19fca027 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-constants.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-constants.ts @@ -1,16 +1,7 @@ /* * user_comment-constants.ts * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import { PluginKey } from "prosemirror-state"; diff --git a/packages/editor/src/nodes/user_comment/user_comment-fixup.ts b/packages/editor/src/nodes/user_comment/user_comment-fixup.ts index 5bd67fc40..68ccba6d9 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-fixup.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-fixup.ts @@ -1,16 +1,7 @@ /* * user_comment-fixup.ts * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import { Node, Schema, Slice, Fragment, NodeType } from "prosemirror-model"; diff --git a/packages/editor/src/nodes/user_comment/user_comment-model.ts b/packages/editor/src/nodes/user_comment/user_comment-model.ts index 29f78d44a..a3a91ec17 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-model.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-model.ts @@ -1,16 +1,7 @@ /* * user_comment-model.ts * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ import { Schema } from "prosemirror-model"; diff --git a/packages/editor/src/nodes/user_comment/user_comment-styles.css b/packages/editor/src/nodes/user_comment/user_comment-styles.css index 8451c438f..284637535 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-styles.css +++ b/packages/editor/src/nodes/user_comment/user_comment-styles.css @@ -1,16 +1,7 @@ /* * user_comment-styles.css * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ .pm-user-comment-thread:focus-within .pm-user-comment-add, diff --git a/packages/editor/src/nodes/user_comment/user_comment.ts b/packages/editor/src/nodes/user_comment/user_comment.ts index d10c89f30..baeaf47c8 100644 --- a/packages/editor/src/nodes/user_comment/user_comment.ts +++ b/packages/editor/src/nodes/user_comment/user_comment.ts @@ -1,16 +1,7 @@ /* * user_comment.ts * - * Copyright (C) 2019-20 by RStudio, PBC - * - * Unless you have received this program directly from RStudio pursuant - * to the terms of a commercial license agreement with RStudio, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2019-2026 by Posit Software, PBC */ /** diff --git a/packages/editor/src/nodes/yaml_metadata/yaml_metadata-capsule.ts b/packages/editor/src/nodes/yaml_metadata/yaml_metadata-capsule.ts index 26407dfd5..54f0808a1 100644 --- a/packages/editor/src/nodes/yaml_metadata/yaml_metadata-capsule.ts +++ b/packages/editor/src/nodes/yaml_metadata/yaml_metadata-capsule.ts @@ -1,16 +1,7 @@ /* * yaml_metadata-capsule.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/yaml_metadata/yaml_metadata-title.ts b/packages/editor/src/nodes/yaml_metadata/yaml_metadata-title.ts index 43e67c14b..bb5fc861f 100644 --- a/packages/editor/src/nodes/yaml_metadata/yaml_metadata-title.ts +++ b/packages/editor/src/nodes/yaml_metadata/yaml_metadata-title.ts @@ -1,16 +1,7 @@ /* * yaml_metadata-title.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Plugin, PluginKey, Transaction, EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/nodes/yaml_metadata/yaml_metadata.ts b/packages/editor/src/nodes/yaml_metadata/yaml_metadata.ts index df4857ac6..642aba39f 100644 --- a/packages/editor/src/nodes/yaml_metadata/yaml_metadata.ts +++ b/packages/editor/src/nodes/yaml_metadata/yaml_metadata.ts @@ -1,16 +1,7 @@ /* * yaml_metadata.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, DOMOutputSpec, ParseRule } from 'prosemirror-model'; diff --git a/packages/editor/src/optional/ace/ace-placeholder.ts b/packages/editor/src/optional/ace/ace-placeholder.ts index b10737cdc..0d1b403a4 100644 --- a/packages/editor/src/optional/ace/ace-placeholder.ts +++ b/packages/editor/src/optional/ace/ace-placeholder.ts @@ -1,16 +1,7 @@ /* * ace-placeholder.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ /** diff --git a/packages/editor/src/optional/ace/ace-render-queue.ts b/packages/editor/src/optional/ace/ace-render-queue.ts index b854e88ca..8032d3c99 100644 --- a/packages/editor/src/optional/ace/ace-render-queue.ts +++ b/packages/editor/src/optional/ace/ace-render-queue.ts @@ -1,16 +1,7 @@ /* * ace-render-queue.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { AceNodeView } from './ace'; diff --git a/packages/editor/src/optional/ace/ace.css b/packages/editor/src/optional/ace/ace.css index 76645df39..18960108c 100644 --- a/packages/editor/src/optional/ace/ace.css +++ b/packages/editor/src/optional/ace/ace.css @@ -1,16 +1,7 @@ /* * ace.css * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/optional/ace/ace.ts b/packages/editor/src/optional/ace/ace.ts index eda54f514..fd9bad668 100644 --- a/packages/editor/src/optional/ace/ace.ts +++ b/packages/editor/src/optional/ace/ace.ts @@ -1,16 +1,7 @@ /* * ace.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/packages/editor/src/pandoc/pandoc_converter.ts b/packages/editor/src/pandoc/pandoc_converter.ts index 6f104cb00..aad9fcac6 100644 --- a/packages/editor/src/pandoc/pandoc_converter.ts +++ b/packages/editor/src/pandoc/pandoc_converter.ts @@ -1,16 +1,7 @@ /* * pandoc_converter.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as semver from "semver"; diff --git a/packages/editor/src/pandoc/pandoc_from_prosemirror.ts b/packages/editor/src/pandoc/pandoc_from_prosemirror.ts index 84ba50d46..13fd5984c 100644 --- a/packages/editor/src/pandoc/pandoc_from_prosemirror.ts +++ b/packages/editor/src/pandoc/pandoc_from_prosemirror.ts @@ -1,16 +1,7 @@ /* * pandoc_from_prosemirror.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Fragment, MarkType } from 'prosemirror-model'; diff --git a/packages/editor/src/pandoc/pandoc_to_prosemirror.ts b/packages/editor/src/pandoc/pandoc_to_prosemirror.ts index dd592b806..b8e6827d0 100644 --- a/packages/editor/src/pandoc/pandoc_to_prosemirror.ts +++ b/packages/editor/src/pandoc/pandoc_to_prosemirror.ts @@ -1,16 +1,7 @@ /* * pandoc_to_prosemirror.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Attrs, Mark, Node as ProsemirrorNode, NodeType, Schema } from 'prosemirror-model'; diff --git a/packages/quarto-core/package.json b/packages/quarto-core/package.json index cd35027be..2402c864f 100644 --- a/packages/quarto-core/package.json +++ b/packages/quarto-core/package.json @@ -2,7 +2,7 @@ "name": "quarto-core", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/quarto-core/src/appdirs.ts b/packages/quarto-core/src/appdirs.ts index 6a5778a9c..fe96803f4 100644 --- a/packages/quarto-core/src/appdirs.ts +++ b/packages/quarto-core/src/appdirs.ts @@ -1,16 +1,7 @@ /* * appdirs.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/quarto-core/src/context.ts b/packages/quarto-core/src/context.ts index a27cc37b2..5d223f1f7 100644 --- a/packages/quarto-core/src/context.ts +++ b/packages/quarto-core/src/context.ts @@ -1,16 +1,7 @@ /* * context.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/quarto-core/src/dictionaries.ts b/packages/quarto-core/src/dictionaries.ts index f4a2764fd..de7d276cc 100644 --- a/packages/quarto-core/src/dictionaries.ts +++ b/packages/quarto-core/src/dictionaries.ts @@ -1,16 +1,7 @@ /* * dictionaries.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { appConfigDir } from "core-node"; diff --git a/packages/quarto-core/src/document.ts b/packages/quarto-core/src/document.ts index 765a35979..0692ec027 100644 --- a/packages/quarto-core/src/document.ts +++ b/packages/quarto-core/src/document.ts @@ -1,17 +1,8 @@ /* * document.ts * - * Copyright (C) 2023-2024 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { Position, Range } from 'vscode-languageserver-types'; diff --git a/packages/quarto-core/src/index.ts b/packages/quarto-core/src/index.ts index 64f2418c2..867a9b00a 100644 --- a/packages/quarto-core/src/index.ts +++ b/packages/quarto-core/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './context'; diff --git a/packages/quarto-core/src/lsp.ts b/packages/quarto-core/src/lsp.ts index 09b58d65f..991088f04 100644 --- a/packages/quarto-core/src/lsp.ts +++ b/packages/quarto-core/src/lsp.ts @@ -1,16 +1,7 @@ /* * lsp.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export interface LspInitializationOptions { diff --git a/packages/quarto-core/src/markdown/cursor.ts b/packages/quarto-core/src/markdown/cursor.ts index 3840c9e3b..1ef42bb8d 100644 --- a/packages/quarto-core/src/markdown/cursor.ts +++ b/packages/quarto-core/src/markdown/cursor.ts @@ -1,16 +1,7 @@ /* * latex.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Range, Position } from "vscode-languageserver"; diff --git a/packages/quarto-core/src/markdown/index.ts b/packages/quarto-core/src/markdown/index.ts index 7bb39b543..21bba986c 100644 --- a/packages/quarto-core/src/markdown/index.ts +++ b/packages/quarto-core/src/markdown/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './token' diff --git a/packages/quarto-core/src/markdown/language.ts b/packages/quarto-core/src/markdown/language.ts index f14c5fda0..5d9b601d7 100644 --- a/packages/quarto-core/src/markdown/language.ts +++ b/packages/quarto-core/src/markdown/language.ts @@ -1,16 +1,7 @@ /* * language.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Position } from "../position"; diff --git a/packages/quarto-core/src/markdown/parser.ts b/packages/quarto-core/src/markdown/parser.ts index 5402552ff..80aed7070 100644 --- a/packages/quarto-core/src/markdown/parser.ts +++ b/packages/quarto-core/src/markdown/parser.ts @@ -1,16 +1,7 @@ /* * parser.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Token } from "./token"; diff --git a/packages/quarto-core/src/markdown/parsers/index.ts b/packages/quarto-core/src/markdown/parsers/index.ts index 347caae05..c541ea72f 100644 --- a/packages/quarto-core/src/markdown/parsers/index.ts +++ b/packages/quarto-core/src/markdown/parsers/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './pandoc' diff --git a/packages/quarto-core/src/markdown/parsers/markdownit.ts b/packages/quarto-core/src/markdown/parsers/markdownit.ts index 377a510b0..1bc866785 100644 --- a/packages/quarto-core/src/markdown/parsers/markdownit.ts +++ b/packages/quarto-core/src/markdown/parsers/markdownit.ts @@ -1,16 +1,7 @@ /* * markdownit.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/quarto-core/src/markdown/parsers/pandoc.ts b/packages/quarto-core/src/markdown/parsers/pandoc.ts index 9d0a89a0c..bd59ce9e2 100644 --- a/packages/quarto-core/src/markdown/parsers/pandoc.ts +++ b/packages/quarto-core/src/markdown/parsers/pandoc.ts @@ -1,16 +1,7 @@ /* * pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path from "node:path" diff --git a/packages/quarto-core/src/markdown/token.ts b/packages/quarto-core/src/markdown/token.ts index 2b3a09369..1a722075b 100644 --- a/packages/quarto-core/src/markdown/token.ts +++ b/packages/quarto-core/src/markdown/token.ts @@ -1,16 +1,7 @@ /* * token.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Range } from '../range'; diff --git a/packages/quarto-core/src/markdown/yaml.ts b/packages/quarto-core/src/markdown/yaml.ts index 76c2ac4d7..0f6f4b738 100644 --- a/packages/quarto-core/src/markdown/yaml.ts +++ b/packages/quarto-core/src/markdown/yaml.ts @@ -1,16 +1,7 @@ /* * yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as yaml from "js-yaml"; diff --git a/packages/quarto-core/src/metadata.ts b/packages/quarto-core/src/metadata.ts index 941d453aa..40335c994 100644 --- a/packages/quarto-core/src/metadata.ts +++ b/packages/quarto-core/src/metadata.ts @@ -1,16 +1,7 @@ /* * metadata.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/quarto-core/src/position.ts b/packages/quarto-core/src/position.ts index 7503a4581..df62db25e 100644 --- a/packages/quarto-core/src/position.ts +++ b/packages/quarto-core/src/position.ts @@ -1,17 +1,8 @@ /* * position.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { Position as VSCodePosition } from 'vscode-languageserver-types'; diff --git a/packages/quarto-core/src/range.ts b/packages/quarto-core/src/range.ts index 28675cda6..cbce386ed 100644 --- a/packages/quarto-core/src/range.ts +++ b/packages/quarto-core/src/range.ts @@ -1,17 +1,8 @@ /* * range.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * */ import { Range as VSCodeRange } from 'vscode-languageserver-types'; diff --git a/packages/quarto-core/src/storage.ts b/packages/quarto-core/src/storage.ts index 4bf395616..cb5916870 100644 --- a/packages/quarto-core/src/storage.ts +++ b/packages/quarto-core/src/storage.ts @@ -1,16 +1,7 @@ /* * storage.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/ui-widgets/package.json b/packages/ui-widgets/package.json index b0b60d61a..de20f1d02 100644 --- a/packages/ui-widgets/package.json +++ b/packages/ui-widgets/package.json @@ -2,7 +2,7 @@ "name": "ui-widgets", "version": "0.1.0", "private": true, - "license": "agpl-3.0", + "license": "MIT", "main": "./src/index.ts", "types": "./src/index.ts", "dependencies": { diff --git a/packages/ui-widgets/src/dialog/ModalDialog.tsx b/packages/ui-widgets/src/dialog/ModalDialog.tsx index 4203aceee..8b8c478c1 100644 --- a/packages/ui-widgets/src/dialog/ModalDialog.tsx +++ b/packages/ui-widgets/src/dialog/ModalDialog.tsx @@ -1,16 +1,7 @@ /* * ModalDialog.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from "react"; diff --git a/packages/ui-widgets/src/dialog/ModalDialogTabList.tsx b/packages/ui-widgets/src/dialog/ModalDialogTabList.tsx index 75fe632fb..00e7e04d2 100644 --- a/packages/ui-widgets/src/dialog/ModalDialogTabList.tsx +++ b/packages/ui-widgets/src/dialog/ModalDialogTabList.tsx @@ -1,16 +1,7 @@ /* * ModalDialogTabList.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from "react" diff --git a/packages/ui-widgets/src/dialog/index.ts b/packages/ui-widgets/src/dialog/index.ts index 5831a2e50..9da6bbc5a 100644 --- a/packages/ui-widgets/src/dialog/index.ts +++ b/packages/ui-widgets/src/dialog/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from "react"; diff --git a/packages/ui-widgets/src/hotkeys/index.ts b/packages/ui-widgets/src/hotkeys/index.ts index 150a059df..be25b3bd8 100644 --- a/packages/ui-widgets/src/hotkeys/index.ts +++ b/packages/ui-widgets/src/hotkeys/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export * from './config'; diff --git a/packages/ui-widgets/src/index.ts b/packages/ui-widgets/src/index.ts index d6f8387ef..fafbbf53d 100644 --- a/packages/ui-widgets/src/index.ts +++ b/packages/ui-widgets/src/index.ts @@ -1,16 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/ui-widgets/src/nonideal.tsx b/packages/ui-widgets/src/nonideal.tsx index 41512f747..8cb5b9bc0 100644 --- a/packages/ui-widgets/src/nonideal.tsx +++ b/packages/ui-widgets/src/nonideal.tsx @@ -1,16 +1,7 @@ /* * nonideal.tsx * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { PropsWithChildren } from 'react'; diff --git a/packages/ui-widgets/src/theme.ts b/packages/ui-widgets/src/theme.ts index 6eea6569b..66ed414eb 100644 --- a/packages/ui-widgets/src/theme.ts +++ b/packages/ui-widgets/src/theme.ts @@ -1,16 +1,7 @@ /* * theme.ts * - * Copyright (C) 2022 by Posit Software, PBC - * - * Unless you have received this program directly from Posit Software pursuant - * to the terms of a commercial license agreement with Posit Software, then - * this program is licensed to you under the terms of version 3 of the - * GNU Affero General Public License. This program is distributed WITHOUT - * ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT, - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the - * AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details. - * + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kDarkThemeClass = 'bp4-dark';