From 0e47bc78ef2595e1955f561fa00690da6641ea43 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 1 Jul 2026 11:43:31 +0200 Subject: [PATCH 1/8] add ThirdPartyNotices.txt for LGPL-3.0, Apache-2.0, and BSD-3-Clause bundled dependencies Auditing the third-party npm packages bundled across the three shipped extension bundles (esbuild extension host, Vite Visual Editor webview, Vite markdown-it renderer) turned up one non-permissive dependency, biblatex-csl-converter (LGPL-3.0), plus several Apache-2.0 and BSD-3-Clause packages whose licenses require reproducing copyright/license text in the distributed product rather than just in node_modules. LGPL-3.0 does not require dependents to be LGPL, so this doesn't block the MIT relicensing itself, but LGPL-3.0 SS4 requires that users be able to modify and rebuild the library against our code. biblatex-csl-converter is statically bundled into the Vite webview (UMD, no Node.js module resolution available in that context), so SS4(d0) applies: satisfied because Quarto is open source and users can modify and rebuild from source, and SS4(b) requires shipping the license text, which this file provides (GPL-3.0 text is included because LGPL-3.0 incorporates it by reference). Apache-2.0 (diff-match-patch, fuse.js, mathjax-full, prosemirror-utils, thenby) SS4(a)/(c) and BSD-3-Clause (highlight.js, flat, react-transition-group, typo-js) both require retaining copyright and license notices in redistributed copies, which this notices file also covers. --- apps/vscode/ThirdPartyNotices.txt | 1216 +++++++++++++++++++++++++++++ 1 file changed, 1216 insertions(+) create mode 100644 apps/vscode/ThirdPartyNotices.txt diff --git a/apps/vscode/ThirdPartyNotices.txt b/apps/vscode/ThirdPartyNotices.txt new file mode 100644 index 00000000..bf1b3c0e --- /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 From b824cb122d39447567634dc20052fe330af31c43 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 1 Jul 2026 11:49:43 +0200 Subject: [PATCH 2/8] preserve legal comments in esbuild production bundle (Apache-2.0/BSD-3-Clause compliance) --- packages/build/src/index.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/build/src/index.ts b/packages/build/src/index.ts index 3a6f6ba6..fd8b9986 100644 --- a/packages/build/src/index.ts +++ b/packages/build/src/index.ts @@ -29,6 +29,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 +44,8 @@ export async function runBuild(options: BuildOptions) { platform = 'node', external, dev = false, - sourcemap = dev + sourcemap = dev, + legalComments = 'eof' } = options; await build({ @@ -56,6 +58,7 @@ export async function runBuild(options: BuildOptions) { platform, external, sourcemap, + legalComments, watch: dev ? { onRebuild(error) { if (error) From ffbfed37e6e2f2558e3320dc0747f26040021f71 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 1 Jul 2026 11:57:00 +0200 Subject: [PATCH 3/8] preserve legal comments in Vite production bundles (Apache-2.0/BSD-3-Clause compliance) --- apps/vscode-editor/vite.config.ts | 3 +++ apps/vscode-markdownit/vite.config.ts | 3 +++ 2 files changed, 6 insertions(+) diff --git a/apps/vscode-editor/vite.config.ts b/apps/vscode-editor/vite.config.ts index 31f63392..93155da5 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/vite.config.ts b/apps/vscode-markdownit/vite.config.ts index 6911358f..a1d7ceb7 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"', From fc4b7362f0ae901c8c99a1a84ff4f2bf580b5a10 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 1 Jul 2026 12:00:17 +0200 Subject: [PATCH 4/8] relicense VS Code extension and Visual Editor from AGPL-3.0 to MIT --- README.md | 8 +- apps/lsp/package.json | 2 +- apps/panmirror/package.json | 2 +- apps/quarto-utils/package.json | 2 +- apps/vscode-editor/package.json | 2 +- apps/vscode-markdownit/package.json | 2 +- apps/vscode/LICENSE | 682 +----------------------- apps/vscode/package.json | 2 +- packages/build/package.json | 2 +- packages/core-browser/package.json | 2 +- packages/core-node/package.json | 2 +- packages/core/package.json | 2 +- packages/editor-codemirror/package.json | 2 +- packages/editor-collab/package.json | 2 +- packages/editor-core/package.json | 2 +- packages/editor-server/package.json | 2 +- packages/editor-types/package.json | 2 +- packages/editor-ui/package.json | 2 +- packages/editor/package.json | 2 +- packages/quarto-core/package.json | 2 +- packages/ui-widgets/package.json | 2 +- 21 files changed, 44 insertions(+), 684 deletions(-) diff --git a/README.md b/README.md index 5a211417..3881718b 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/package.json b/apps/lsp/package.json index 0414690e..23c1e624 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/panmirror/package.json b/apps/panmirror/package.json index 3ab67f09..872a4fcd 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/quarto-utils/package.json b/apps/quarto-utils/package.json index bc0191ff..5032e971 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/vscode-editor/package.json b/apps/vscode-editor/package.json index 5bdc03d8..076b4e82 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-markdownit/package.json b/apps/vscode-markdownit/package.json index 18c3a470..ee97c10a 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/LICENSE b/apps/vscode/LICENSE index be3f7b28..b91cc62c 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/package.json b/apps/vscode/package.json index ac38b029..ac1fb72c 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/packages/build/package.json b/packages/build/package.json index 01bee96e..d24c566e 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/core-browser/package.json b/packages/core-browser/package.json index fb94bdbc..2e74ebd0 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-node/package.json b/packages/core-node/package.json index a4c56737..16c91ecf 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/package.json b/packages/core/package.json index e2f494b9..caf37493 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/editor-codemirror/package.json b/packages/editor-codemirror/package.json index ac648344..6dec8cd5 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-collab/package.json b/packages/editor-collab/package.json index 09916a5e..b8a57c22 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-core/package.json b/packages/editor-core/package.json index dcf5ac0c..db8a71e2 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-server/package.json b/packages/editor-server/package.json index 09ee6599..826901e8 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-types/package.json b/packages/editor-types/package.json index 5b14ab1e..29ea8b11 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-ui/package.json b/packages/editor-ui/package.json index e1053c7f..bc8f431e 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/package.json b/packages/editor/package.json index 68e87609..32b17a57 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/quarto-core/package.json b/packages/quarto-core/package.json index cd35027b..2402c864 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/ui-widgets/package.json b/packages/ui-widgets/package.json index b0b60d61..de20f1d0 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": { From 3ffa0b46090cd355cb159cc2e997189ce036e0a1 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 1 Jul 2026 14:47:00 +0200 Subject: [PATCH 5/8] remove AGPL license clause from source file headers Per quarto-dev/quarto#1026, the VS Code extension and Visual Editor packages relicensed to MIT no longer carry the AGPL commercial-license clause. Strips the "Unless you have received this program directly from Posit Software/RStudio pursuant..." block from all 665 source files across the relicensed packages, leaving the Copyright line only (matching the header style already used by MIT-licensed packages elsewhere in the monorepo). apps/writer and apps/writer-server remain AGPL-3.0 and are untouched. --- apps/lsp/build.ts | 9 --------- apps/lsp/src/config.ts | 9 --------- apps/lsp/src/custom.ts | 9 --------- apps/lsp/src/diagnostics.ts | 9 --------- apps/lsp/src/index.ts | 9 --------- apps/lsp/src/logging.ts | 9 --------- apps/lsp/src/middleware.ts | 9 --------- apps/lsp/src/quarto.ts | 9 --------- apps/lsp/src/r-utils.ts | 9 --------- apps/lsp/src/service/config.ts | 9 --------- apps/lsp/src/service/index.ts | 9 --------- apps/lsp/src/service/logging.ts | 9 --------- .../src/service/providers/completion/completion-attrs.ts | 9 --------- .../src/service/providers/completion/completion-latex.ts | 9 --------- .../src/service/providers/completion/completion-path.ts | 9 --------- .../service/providers/completion/completion-shortcode.ts | 9 --------- .../src/service/providers/completion/completion-yaml.ts | 9 --------- apps/lsp/src/service/providers/completion/completion.ts | 9 --------- .../providers/completion/refs/completion-biblio.ts | 9 --------- .../providers/completion/refs/completion-crossref.ts | 9 --------- .../service/providers/completion/refs/completion-refs.ts | 9 --------- apps/lsp/src/service/providers/definitions.ts | 9 --------- apps/lsp/src/service/providers/diagnostics-yaml.ts | 9 --------- apps/lsp/src/service/providers/diagnostics.ts | 9 --------- apps/lsp/src/service/providers/document-highlights.ts | 9 --------- apps/lsp/src/service/providers/document-links.ts | 9 --------- apps/lsp/src/service/providers/document-symbols.ts | 9 --------- apps/lsp/src/service/providers/folding.ts | 9 --------- apps/lsp/src/service/providers/hover/hover-image.ts | 9 --------- apps/lsp/src/service/providers/hover/hover-math.ts | 9 --------- apps/lsp/src/service/providers/hover/hover-ref.ts | 9 --------- apps/lsp/src/service/providers/hover/hover-yaml.ts | 9 --------- apps/lsp/src/service/providers/hover/hover.ts | 9 --------- apps/lsp/src/service/providers/references.ts | 9 --------- apps/lsp/src/service/providers/smart-select.ts | 9 --------- apps/lsp/src/service/providers/workspace-symbols.ts | 9 --------- apps/lsp/src/service/quarto.ts | 9 --------- apps/lsp/src/service/slugify.ts | 9 --------- apps/lsp/src/service/toc.ts | 9 --------- apps/lsp/src/service/util/cancellation.ts | 9 --------- apps/lsp/src/service/util/file.ts | 9 --------- apps/lsp/src/service/util/path.ts | 9 --------- apps/lsp/src/service/util/refs.ts | 9 --------- apps/lsp/src/service/util/resource-maps.ts | 9 --------- apps/lsp/src/service/util/schemes.ts | 9 --------- apps/lsp/src/service/util/string.ts | 9 --------- apps/lsp/src/service/workspace-cache.ts | 9 --------- apps/lsp/src/service/workspace.ts | 9 --------- apps/lsp/src/workspace.ts | 9 --------- apps/panmirror/src/index.ts | 9 --------- apps/quarto-utils/src/index.ts | 9 --------- apps/quarto-utils/src/r-utils.ts | 9 --------- apps/quarto-utils/src/semantic-tokens-legend.ts | 9 --------- apps/vscode-editor/src/App.tsx | 9 --------- apps/vscode-editor/src/EditorContainer.tsx | 9 --------- apps/vscode-editor/src/EditorToolbar.tsx | 9 --------- apps/vscode-editor/src/index.tsx | 9 --------- apps/vscode-editor/src/sync.ts | 9 --------- apps/vscode-editor/src/theme.ts | 9 --------- apps/vscode-markdownit/src/index.ts | 9 --------- apps/vscode/build.ts | 9 --------- apps/vscode/src/api.ts | 9 --------- apps/vscode/src/core/command.ts | 9 --------- apps/vscode/src/core/config.ts | 9 --------- apps/vscode/src/core/context.ts | 9 --------- apps/vscode/src/core/dispose.ts | 9 --------- apps/vscode/src/core/doc.ts | 9 --------- apps/vscode/src/core/hover.ts | 9 --------- apps/vscode/src/core/links.ts | 9 --------- apps/vscode/src/core/nonce.ts | 9 --------- apps/vscode/src/core/path.ts | 9 --------- apps/vscode/src/core/platform.ts | 9 --------- apps/vscode/src/core/python.ts | 9 --------- apps/vscode/src/core/quarto.ts | 9 --------- apps/vscode/src/core/range.ts | 9 --------- apps/vscode/src/core/schemes.ts | 9 --------- apps/vscode/src/core/terminal.ts | 9 --------- apps/vscode/src/core/throttle.ts | 9 --------- apps/vscode/src/core/workspace.ts | 9 --------- apps/vscode/src/host/execute-queue.ts | 9 --------- apps/vscode/src/host/executors.ts | 9 --------- apps/vscode/src/host/index.ts | 9 --------- apps/vscode/src/host/positron.ts | 9 --------- apps/vscode/src/host/toolbar.ts | 9 --------- apps/vscode/src/lsp/client.ts | 9 --------- apps/vscode/src/main.ts | 9 --------- apps/vscode/src/markdown/document.ts | 9 --------- apps/vscode/src/markdown/engine.ts | 9 --------- apps/vscode/src/markdown/reveal.ts | 9 --------- apps/vscode/src/providers/assist/codelens.ts | 9 --------- apps/vscode/src/providers/assist/commands.ts | 9 --------- apps/vscode/src/providers/assist/panel.ts | 9 --------- apps/vscode/src/providers/assist/render-assist.ts | 9 --------- apps/vscode/src/providers/assist/render-cache.ts | 9 --------- apps/vscode/src/providers/assist/webview.ts | 9 --------- apps/vscode/src/providers/background.ts | 9 --------- apps/vscode/src/providers/cell/codelens.ts | 9 --------- apps/vscode/src/providers/cell/commands.ts | 9 --------- apps/vscode/src/providers/cell/executors.ts | 9 --------- apps/vscode/src/providers/cell/options.ts | 9 --------- apps/vscode/src/providers/context-keys.ts | 9 --------- apps/vscode/src/providers/convert.ts | 9 --------- apps/vscode/src/providers/copyfiles/drop.ts | 9 --------- apps/vscode/src/providers/copyfiles/filename.ts | 9 --------- apps/vscode/src/providers/copyfiles/index.ts | 9 --------- apps/vscode/src/providers/create/create-extension.ts | 9 --------- apps/vscode/src/providers/create/create-project.ts | 9 --------- apps/vscode/src/providers/create/create.ts | 9 --------- apps/vscode/src/providers/create/directory.ts | 9 --------- apps/vscode/src/providers/create/firstrun.ts | 9 --------- apps/vscode/src/providers/deno-config.ts | 9 --------- apps/vscode/src/providers/diagnostics.ts | 9 --------- apps/vscode/src/providers/diagram/codelens.ts | 9 --------- apps/vscode/src/providers/diagram/commands.ts | 9 --------- apps/vscode/src/providers/diagram/diagram-webview.ts | 9 --------- apps/vscode/src/providers/diagram/diagram.ts | 9 --------- apps/vscode/src/providers/div-brackets.ts | 9 --------- apps/vscode/src/providers/editor/codeview.ts | 9 --------- apps/vscode/src/providers/editor/connection.ts | 9 --------- apps/vscode/src/providers/editor/editor.ts | 9 --------- apps/vscode/src/providers/editor/images.ts | 9 --------- apps/vscode/src/providers/editor/prefs.ts | 9 --------- apps/vscode/src/providers/editor/sync.ts | 9 --------- apps/vscode/src/providers/editor/toggle.ts | 9 --------- apps/vscode/src/providers/format.ts | 9 --------- apps/vscode/src/providers/hover-image.ts | 9 --------- apps/vscode/src/providers/insert.ts | 9 --------- apps/vscode/src/providers/lua-types.ts | 9 --------- apps/vscode/src/providers/newdoc.ts | 9 --------- apps/vscode/src/providers/notebook-export.ts | 9 --------- apps/vscode/src/providers/option.ts | 9 --------- apps/vscode/src/providers/preview/commands.ts | 9 --------- apps/vscode/src/providers/preview/preview-env.ts | 9 --------- apps/vscode/src/providers/preview/preview-errors.ts | 9 --------- apps/vscode/src/providers/preview/preview-output.ts | 9 --------- apps/vscode/src/providers/preview/preview-util.ts | 9 --------- apps/vscode/src/providers/preview/preview-webview.ts | 9 --------- apps/vscode/src/providers/preview/preview.ts | 9 --------- apps/vscode/src/providers/render.ts | 9 --------- apps/vscode/src/providers/semantic-tokens.ts | 9 --------- apps/vscode/src/providers/statusbar.ts | 9 --------- apps/vscode/src/providers/symbols.ts | 9 --------- apps/vscode/src/providers/text-format.ts | 9 --------- apps/vscode/src/providers/walkthrough.ts | 9 --------- apps/vscode/src/providers/webview.ts | 9 --------- apps/vscode/src/providers/yaml-filepath-completions.ts | 9 --------- apps/vscode/src/providers/yaml-links.ts | 9 --------- apps/vscode/src/providers/zotero/zotero.ts | 9 --------- apps/vscode/src/r-utils.ts | 9 --------- apps/vscode/src/test/mermaidVersion.test.ts | 9 --------- apps/vscode/src/test/notebook-export.test.ts | 9 --------- apps/vscode/src/test/quartoEditor.test.ts | 9 --------- apps/vscode/src/vdoc/languages.ts | 9 --------- apps/vscode/src/vdoc/vdoc-completion.ts | 9 --------- apps/vscode/src/vdoc/vdoc-content.ts | 9 --------- apps/vscode/src/vdoc/vdoc-tempfile.ts | 9 --------- apps/vscode/src/vdoc/vdoc.ts | 9 --------- packages/build/src/index.ts | 9 --------- packages/core-browser/src/browser.ts | 9 --------- packages/core-browser/src/index.ts | 9 --------- packages/core-browser/src/input.ts | 9 --------- packages/core-browser/src/jsonrpc/browser.ts | 9 --------- packages/core-browser/src/jsonrpc/postmessage.ts | 9 --------- packages/core-node/src/appdirs.ts | 9 --------- packages/core-node/src/exec.ts | 9 --------- packages/core-node/src/git.ts | 9 --------- packages/core-node/src/hash.ts | 9 --------- packages/core-node/src/index.ts | 9 --------- packages/core-node/src/jsonrpc-lsp.ts | 9 --------- packages/core-node/src/jsonrpc.ts | 9 --------- packages/core-node/src/jupyter/index.ts | 9 --------- packages/core-node/src/jupyter/percent.ts | 9 --------- packages/core-node/src/knitr.ts | 9 --------- packages/core-node/src/mime.ts | 9 --------- packages/core-node/src/path.ts | 9 --------- packages/core-node/src/platform.ts | 9 --------- packages/core-node/src/uuid.ts | 9 --------- packages/core/src/arrays.ts | 9 --------- packages/core/src/auto-id.ts | 9 --------- packages/core/src/dispose.ts | 9 --------- packages/core/src/image.ts | 9 --------- packages/core/src/index.ts | 9 --------- packages/core/src/jsonrpc.ts | 9 --------- packages/core/src/jupyter/index.ts | 9 --------- packages/core/src/jupyter/notebook.ts | 9 --------- packages/core/src/jupyter/options.ts | 9 --------- packages/core/src/jupyter/types.ts | 9 --------- packages/core/src/lazy.ts | 9 --------- packages/core/src/limiter.ts | 9 --------- packages/core/src/markdownit/yaml.ts | 9 --------- packages/core/src/metadata.ts | 9 --------- packages/core/src/path.ts | 9 --------- packages/core/src/png.ts | 9 --------- packages/core/src/promise.ts | 9 --------- packages/core/src/strings.ts | 9 --------- packages/core/src/text.ts | 9 --------- packages/core/src/uri.ts | 9 --------- packages/core/src/url.ts | 9 --------- packages/core/src/wait.ts | 9 --------- packages/core/src/wordbreak.ts | 9 --------- packages/core/src/yaml.ts | 9 --------- packages/editor-codemirror/src/behaviors/completion.ts | 9 --------- packages/editor-codemirror/src/behaviors/diagnostics.ts | 9 --------- packages/editor-codemirror/src/behaviors/diagram.ts | 9 --------- packages/editor-codemirror/src/behaviors/find.ts | 9 --------- packages/editor-codemirror/src/behaviors/indent.ts | 9 --------- packages/editor-codemirror/src/behaviors/index.ts | 9 --------- packages/editor-codemirror/src/behaviors/keyboard.ts | 9 --------- packages/editor-codemirror/src/behaviors/langmode.ts | 9 --------- packages/editor-codemirror/src/behaviors/prefs.ts | 9 --------- packages/editor-codemirror/src/behaviors/theme.ts | 9 --------- packages/editor-codemirror/src/behaviors/toolbar.ts | 9 --------- .../editor-codemirror/src/behaviors/trackselection.ts | 9 --------- packages/editor-codemirror/src/behaviors/yamloption.ts | 9 --------- packages/editor-codemirror/src/index.ts | 9 --------- packages/editor-codemirror/src/languages/highlight.ts | 9 --------- packages/editor-codemirror/src/languages/index.ts | 9 --------- packages/editor-codemirror/src/nodeview.ts | 9 --------- packages/editor-collab/src/automerge-doc.ts | 9 --------- packages/editor-collab/src/automerge-pm.ts | 9 --------- packages/editor-collab/src/automerge.ts | 9 --------- packages/editor-collab/src/changequeue.ts | 9 --------- packages/editor-collab/src/index.ts | 9 --------- packages/editor-core/src/index.ts | 9 --------- packages/editor-core/src/languages.ts | 9 --------- packages/editor-core/src/server.ts | 9 --------- packages/editor-core/src/services.ts | 9 --------- packages/editor-server/src/core/biblio.ts | 9 --------- packages/editor-server/src/core/documents.ts | 9 --------- packages/editor-server/src/core/index.ts | 9 --------- packages/editor-server/src/core/mathjax.ts | 9 --------- packages/editor-server/src/core/pandoc.ts | 9 --------- packages/editor-server/src/core/xref.ts | 9 --------- packages/editor-server/src/core/zotero/index.ts | 9 --------- packages/editor-server/src/core/zotero/local/datadir.ts | 9 --------- packages/editor-server/src/core/zotero/local/db.ts | 9 --------- packages/editor-server/src/core/zotero/local/index.ts | 9 --------- packages/editor-server/src/core/zotero/local/source.ts | 9 --------- packages/editor-server/src/core/zotero/trace.ts | 9 --------- packages/editor-server/src/core/zotero/util.ts | 9 --------- packages/editor-server/src/core/zotero/web/api.ts | 9 --------- packages/editor-server/src/core/zotero/web/groups.ts | 9 --------- packages/editor-server/src/core/zotero/web/index.ts | 9 --------- packages/editor-server/src/core/zotero/web/libraries.ts | 9 --------- packages/editor-server/src/core/zotero/web/source.ts | 9 --------- packages/editor-server/src/core/zotero/web/storage.ts | 9 --------- packages/editor-server/src/core/zotero/web/sync.ts | 9 --------- packages/editor-server/src/core/zotero/web/trace.ts | 9 --------- packages/editor-server/src/core/zotero/web/types.ts | 9 --------- packages/editor-server/src/index.ts | 9 --------- packages/editor-server/src/server/crossref.ts | 9 --------- packages/editor-server/src/server/datacite.ts | 9 --------- packages/editor-server/src/server/doi.ts | 9 --------- packages/editor-server/src/server/environment.ts | 9 --------- packages/editor-server/src/server/pandoc.ts | 9 --------- packages/editor-server/src/server/pubmed.ts | 9 --------- packages/editor-server/src/server/response.ts | 9 --------- packages/editor-server/src/server/server.ts | 9 --------- packages/editor-server/src/server/xref.ts | 9 --------- packages/editor-server/src/server/zotero.ts | 9 --------- packages/editor-server/src/services/codeview.ts | 9 --------- packages/editor-server/src/services/dictionary.ts | 9 --------- packages/editor-server/src/services/math.ts | 9 --------- packages/editor-server/src/services/prefs.ts | 9 --------- packages/editor-server/src/services/services.ts | 9 --------- packages/editor-server/src/services/source.ts | 9 --------- packages/editor-types/src/codeview.ts | 9 --------- packages/editor-types/src/crossref.ts | 9 --------- packages/editor-types/src/csl.ts | 9 --------- packages/editor-types/src/datacite.ts | 9 --------- packages/editor-types/src/diagram.ts | 9 --------- packages/editor-types/src/dialogs.ts | 9 --------- packages/editor-types/src/dictionary.ts | 9 --------- packages/editor-types/src/display.ts | 9 --------- packages/editor-types/src/doi.ts | 9 --------- packages/editor-types/src/environment.ts | 9 --------- packages/editor-types/src/image.ts | 9 --------- packages/editor-types/src/index.ts | 9 --------- packages/editor-types/src/link.ts | 9 --------- packages/editor-types/src/list.ts | 9 --------- packages/editor-types/src/math.ts | 9 --------- packages/editor-types/src/menu.ts | 9 --------- packages/editor-types/src/outline.ts | 9 --------- packages/editor-types/src/pandoc.ts | 9 --------- packages/editor-types/src/prefs.ts | 9 --------- packages/editor-types/src/pubmed.ts | 9 --------- packages/editor-types/src/server.ts | 9 --------- packages/editor-types/src/services.ts | 9 --------- packages/editor-types/src/source.ts | 9 --------- packages/editor-types/src/spelling.ts | 9 --------- packages/editor-types/src/table.ts | 9 --------- packages/editor-types/src/vscode.ts | 9 --------- packages/editor-types/src/xref.ts | 9 --------- packages/editor-types/src/zotero.ts | 9 --------- packages/editor-ui/src/commands/CommandManager.tsx | 9 --------- packages/editor-ui/src/commands/CommandMenuItem.tsx | 9 --------- packages/editor-ui/src/commands/CommandMenuItems.tsx | 9 --------- packages/editor-ui/src/commands/CommandMenubarMenu.tsx | 9 --------- packages/editor-ui/src/commands/CommandSubMenu.tsx | 9 --------- packages/editor-ui/src/commands/CommandToolbarButton.tsx | 9 --------- packages/editor-ui/src/commands/CommandToolbarMenu.tsx | 9 --------- packages/editor-ui/src/commands/WithCommand.tsx | 9 --------- packages/editor-ui/src/commands/commands-ui.ts | 9 --------- packages/editor-ui/src/commands/commands.ts | 9 --------- packages/editor-ui/src/commands/hotkeys.ts | 9 --------- packages/editor-ui/src/commands/index.ts | 9 --------- packages/editor-ui/src/commands/keycodes.ts | 9 --------- packages/editor-ui/src/context/context.ts | 9 --------- packages/editor-ui/src/context/index.ts | 9 --------- packages/editor-ui/src/context/spelling.ts | 9 --------- packages/editor-ui/src/dialogs/alert.tsx | 9 --------- packages/editor-ui/src/dialogs/edit-attr.tsx | 9 --------- packages/editor-ui/src/dialogs/edit-callout.tsx | 9 --------- packages/editor-ui/src/dialogs/edit-codeblock.tsx | 9 --------- packages/editor-ui/src/dialogs/edit-image.tsx | 9 --------- packages/editor-ui/src/dialogs/edit-link.tsx | 9 --------- packages/editor-ui/src/dialogs/edit-list.tsx | 9 --------- packages/editor-ui/src/dialogs/edit-math.tsx | 9 --------- packages/editor-ui/src/dialogs/edit-raw.tsx | 9 --------- packages/editor-ui/src/dialogs/html-dialog.tsx | 9 --------- packages/editor-ui/src/dialogs/index.ts | 9 --------- packages/editor-ui/src/dialogs/insert-cite.tsx | 9 --------- packages/editor-ui/src/dialogs/insert-table.tsx | 9 --------- packages/editor-ui/src/dialogs/insert-tabset.tsx | 9 --------- packages/editor-ui/src/editor/Editor.tsx | 9 --------- packages/editor-ui/src/editor/EditorFind.tsx | 9 --------- packages/editor-ui/src/editor/EditorLoadFailed.tsx | 9 --------- .../editor-ui/src/editor/EditorOperationsContext.tsx | 9 --------- packages/editor-ui/src/editor/editor-commands.tsx | 9 --------- packages/editor-ui/src/editor/index.ts | 9 --------- .../editor-ui/src/editor/outline/EditorOutlineButton.tsx | 9 --------- .../editor-ui/src/editor/outline/EditorOutlineEmpty.tsx | 9 --------- .../editor-ui/src/editor/outline/EditorOutlineHeader.tsx | 9 --------- .../src/editor/outline/EditorOutlineSidebar.tsx | 9 --------- .../editor-ui/src/editor/outline/EditorOutlineTree.tsx | 9 --------- packages/editor-ui/src/i18n/index.ts | 9 --------- packages/editor-ui/src/index.ts | 9 --------- packages/editor-ui/src/menu/Menu.tsx | 9 --------- packages/editor-ui/src/menu/Toolbar.tsx | 9 --------- packages/editor-ui/src/menu/context.tsx | 9 --------- packages/editor-ui/src/menu/index.ts | 9 --------- packages/editor-ui/src/menu/styles.ts | 9 --------- packages/editor-ui/src/store/dictionary.ts | 9 --------- packages/editor-ui/src/store/editors.ts | 9 --------- packages/editor-ui/src/store/index.ts | 9 --------- packages/editor-ui/src/store/prefs.ts | 9 --------- packages/editor-ui/src/store/rtk.ts | 9 --------- packages/editor-ui/src/store/store.ts | 9 --------- packages/editor-ui/src/styles.ts | 9 --------- packages/editor-ui/src/theme.ts | 9 --------- packages/editor/src/api/attr_edit.ts | 9 --------- .../editor/src/api/attr_edit/attr_edit-decoration.tsx | 9 --------- packages/editor/src/api/base64.ts | 9 --------- packages/editor/src/api/basekeys-types.ts | 9 --------- packages/editor/src/api/basekeys.ts | 9 --------- packages/editor/src/api/bibliography/bibDB.ts | 9 --------- .../src/api/bibliography/bibliography-provider_local.ts | 9 --------- .../src/api/bibliography/bibliography-provider_zotero.ts | 9 --------- packages/editor/src/api/bibliography/bibliography.ts | 9 --------- packages/editor/src/api/bibtex/bibtex.ts | 9 --------- packages/editor/src/api/bibtex/characters.ts | 9 --------- packages/editor/src/api/bibtex/fields.ts | 9 --------- packages/editor/src/api/bibtex/formatting.ts | 9 --------- packages/editor/src/api/bibtex/language.ts | 9 --------- packages/editor/src/api/bibtex/types.ts | 9 --------- packages/editor/src/api/change.ts | 9 --------- packages/editor/src/api/cite.ts | 9 --------- packages/editor/src/api/clipboard.ts | 9 --------- packages/editor/src/api/code.ts | 9 --------- packages/editor/src/api/codeview.ts | 9 --------- packages/editor/src/api/command-types.ts | 9 --------- packages/editor/src/api/command.ts | 9 --------- packages/editor/src/api/completion.ts | 9 --------- packages/editor/src/api/crossref.ts | 9 --------- packages/editor/src/api/csl.ts | 9 --------- packages/editor/src/api/css.ts | 9 --------- packages/editor/src/api/cursor.ts | 9 --------- packages/editor/src/api/datacite.ts | 9 --------- packages/editor/src/api/decoration.ts | 9 --------- packages/editor/src/api/doi.ts | 9 --------- packages/editor/src/api/dom.ts | 9 --------- packages/editor/src/api/emoji.ts | 9 --------- packages/editor/src/api/event-types.ts | 9 --------- packages/editor/src/api/events.ts | 9 --------- packages/editor/src/api/extension-types.ts | 9 --------- packages/editor/src/api/extension.ts | 9 --------- packages/editor/src/api/find-types.ts | 9 --------- packages/editor/src/api/fixup.ts | 9 --------- packages/editor/src/api/focus.ts | 9 --------- packages/editor/src/api/format.ts | 9 --------- packages/editor/src/api/formatting.ts | 9 --------- packages/editor/src/api/fragment.ts | 9 --------- packages/editor/src/api/heading.ts | 9 --------- packages/editor/src/api/html.ts | 9 --------- packages/editor/src/api/image.ts | 9 --------- packages/editor/src/api/input_rule.ts | 9 --------- packages/editor/src/api/link.ts | 9 --------- packages/editor/src/api/list-types.ts | 9 --------- packages/editor/src/api/list.ts | 9 --------- packages/editor/src/api/log.ts | 9 --------- packages/editor/src/api/mark-highlight.ts | 9 --------- packages/editor/src/api/mark.ts | 9 --------- packages/editor/src/api/markdown-types.ts | 9 --------- packages/editor/src/api/math.ts | 9 --------- packages/editor/src/api/menu.ts | 9 --------- packages/editor/src/api/navigation-types.ts | 9 --------- packages/editor/src/api/navigation.ts | 9 --------- packages/editor/src/api/node-traverse.ts | 9 --------- packages/editor/src/api/node.ts | 9 --------- packages/editor/src/api/nodeindex.ts | 9 --------- packages/editor/src/api/object.ts | 9 --------- packages/editor/src/api/omni_insert.ts | 9 --------- packages/editor/src/api/options.ts | 9 --------- packages/editor/src/api/outline.ts | 9 --------- packages/editor/src/api/pandoc-types.ts | 9 --------- packages/editor/src/api/pandoc.ts | 9 --------- packages/editor/src/api/pandoc_attr.ts | 9 --------- packages/editor/src/api/pandoc_capabilities.ts | 9 --------- packages/editor/src/api/pandoc_capsule.ts | 9 --------- packages/editor/src/api/pandoc_format.ts | 9 --------- packages/editor/src/api/pandoc_id.ts | 9 --------- packages/editor/src/api/paragraph.ts | 9 --------- packages/editor/src/api/path.ts | 9 --------- packages/editor/src/api/placeholder.ts | 9 --------- packages/editor/src/api/platform.ts | 9 --------- packages/editor/src/api/position.ts | 9 --------- packages/editor/src/api/presentation.ts | 9 --------- packages/editor/src/api/pubmed.ts | 9 --------- packages/editor/src/api/quote.ts | 9 --------- packages/editor/src/api/raw.ts | 9 --------- packages/editor/src/api/react-hooks.ts | 9 --------- packages/editor/src/api/resource.ts | 9 --------- packages/editor/src/api/rmd.ts | 9 --------- packages/editor/src/api/scroll.ts | 9 --------- packages/editor/src/api/selection.ts | 9 --------- packages/editor/src/api/shortcode.ts | 9 --------- packages/editor/src/api/slice.ts | 9 --------- packages/editor/src/api/sourcepos.ts | 9 --------- packages/editor/src/api/spelling.ts | 9 --------- packages/editor/src/api/table.ts | 9 --------- packages/editor/src/api/tex.ts | 9 --------- packages/editor/src/api/text-popup.ts | 9 --------- packages/editor/src/api/text.ts | 9 --------- packages/editor/src/api/trailing_p.ts | 9 --------- packages/editor/src/api/transaction.ts | 9 --------- packages/editor/src/api/ui-images.ts | 9 --------- packages/editor/src/api/ui-types.ts | 9 --------- packages/editor/src/api/ui.ts | 9 --------- packages/editor/src/api/unicode.ts | 9 --------- packages/editor/src/api/url.ts | 9 --------- packages/editor/src/api/user.ts | 9 --------- packages/editor/src/api/util.ts | 9 --------- packages/editor/src/api/widgets/button.tsx | 9 --------- packages/editor/src/api/widgets/checkbox-input.tsx | 9 --------- packages/editor/src/api/widgets/completion-detailed.tsx | 9 --------- packages/editor/src/api/widgets/completion.tsx | 9 --------- packages/editor/src/api/widgets/decoration.ts | 9 --------- packages/editor/src/api/widgets/dialog-buttons.tsx | 9 --------- packages/editor/src/api/widgets/navigation-tree.tsx | 9 --------- packages/editor/src/api/widgets/panel.tsx | 9 --------- packages/editor/src/api/widgets/popup.tsx | 9 --------- packages/editor/src/api/widgets/react.ts | 9 --------- packages/editor/src/api/widgets/select.tsx | 9 --------- packages/editor/src/api/widgets/tag-input.tsx | 9 --------- packages/editor/src/api/widgets/text.tsx | 9 --------- packages/editor/src/api/widgets/tooltip.ts | 9 --------- packages/editor/src/api/widgets/widgets.ts | 9 --------- packages/editor/src/api/wrap.ts | 9 --------- packages/editor/src/api/xref.ts | 9 --------- packages/editor/src/api/yaml.ts | 9 --------- packages/editor/src/behaviors/attr_duplicate_id.ts | 9 --------- .../editor/src/behaviors/attr_edit/attr_edit-command.ts | 9 --------- packages/editor/src/behaviors/attr_edit/attr_edit.ts | 9 --------- packages/editor/src/behaviors/bottom_padding.ts | 9 --------- packages/editor/src/behaviors/clear_formatting.ts | 9 --------- packages/editor/src/behaviors/code_block_input.ts | 9 --------- .../editor/src/behaviors/completion/completion-popup.tsx | 9 --------- packages/editor/src/behaviors/completion/completion.ts | 9 --------- packages/editor/src/behaviors/cursor.ts | 9 --------- packages/editor/src/behaviors/empty_mark.ts | 9 --------- packages/editor/src/behaviors/escape_mark.ts | 9 --------- packages/editor/src/behaviors/find.ts | 9 --------- packages/editor/src/behaviors/history.ts | 9 --------- .../insert_citation-bibliography-picker.tsx | 9 --------- .../src/behaviors/insert_citation/insert_citation.tsx | 9 --------- .../insert_citation-source-panel-bibliography.tsx | 9 --------- .../insert_citation-source-panel-crossref.tsx | 9 --------- .../insert_citation-source-panel-datacite.tsx | 9 --------- .../source_panels/insert_citation-source-panel-doi.tsx | 9 --------- .../insert_citation-source-panel-latent-search.tsx | 9 --------- .../insert_citation-source-panel-list-item-detailed.tsx | 9 --------- .../insert_citation-source-panel-list-item.tsx | 9 --------- .../source_panels/insert_citation-source-panel-list.tsx | 9 --------- .../insert_citation-source-panel-packages.tsx | 9 --------- .../insert_citation-source-panel-pubmed.tsx | 9 --------- .../insert_citation-source-panel-typeahead-search.tsx | 9 --------- .../behaviors/insert_symbol/insert_special_characters.ts | 9 --------- .../insert_symbol/insert_symbol-dataprovider.ts | 9 --------- .../insert_symbol/insert_symbol-emoji-skintone.tsx | 9 --------- .../behaviors/insert_symbol/insert_symbol-grid-cell.tsx | 9 --------- .../insert_symbol/insert_symbol-grid-preview.tsx | 9 --------- .../src/behaviors/insert_symbol/insert_symbol-grid.tsx | 9 --------- .../insert_symbol/insert_symbol-plugin-emoji.tsx | 9 --------- .../insert_symbol/insert_symbol-plugin-symbol.tsx | 9 --------- .../src/behaviors/insert_symbol/insert_symbol-plugin.tsx | 9 --------- .../src/behaviors/insert_symbol/insert_symbol-popup.tsx | 9 --------- .../editor/src/behaviors/insert_xref/insert_xref.tsx | 9 --------- .../src/behaviors/insert_xref/insert_xref_index.ts | 9 --------- packages/editor/src/behaviors/nbsp.ts | 9 --------- .../src/behaviors/omni_insert/omni_insert-completion.tsx | 9 --------- packages/editor/src/behaviors/omni_insert/omni_insert.ts | 9 --------- packages/editor/src/behaviors/outline.ts | 9 --------- packages/editor/src/behaviors/paste.ts | 9 --------- packages/editor/src/behaviors/remove_section.ts | 9 --------- packages/editor/src/behaviors/select_all.ts | 9 --------- packages/editor/src/behaviors/slides.ts | 9 --------- packages/editor/src/behaviors/smarty.ts | 9 --------- .../src/behaviors/spelling/spelling-interactive.ts | 9 --------- .../editor/src/behaviors/spelling/spelling-realtime.ts | 9 --------- packages/editor/src/behaviors/spelling/spelling.ts | 9 --------- packages/editor/src/behaviors/trailing_p.ts | 9 --------- packages/editor/src/editor/editor-extensions.ts | 9 --------- packages/editor/src/editor/editor-images.ts | 9 --------- packages/editor/src/editor/editor-menus.ts | 9 --------- packages/editor/src/editor/editor-schema.ts | 9 --------- packages/editor/src/editor/editor-theme.ts | 9 --------- packages/editor/src/editor/editor.ts | 9 --------- packages/editor/src/index.ts | 9 --------- packages/editor/src/marks/cite/cite-commands.ts | 9 --------- .../src/marks/cite/cite-completion-bibliography.ts | 9 --------- .../editor/src/marks/cite/cite-completion-quarto-xref.ts | 9 --------- packages/editor/src/marks/cite/cite-completion-search.ts | 9 --------- packages/editor/src/marks/cite/cite-completion.tsx | 9 --------- packages/editor/src/marks/cite/cite-completion_doi.tsx | 9 --------- packages/editor/src/marks/cite/cite-doi.ts | 9 --------- packages/editor/src/marks/cite/cite-highlight.ts | 9 --------- packages/editor/src/marks/cite/cite-popup-xref.tsx | 9 --------- packages/editor/src/marks/cite/cite-popup.tsx | 9 --------- packages/editor/src/marks/cite/cite.ts | 9 --------- packages/editor/src/marks/code.ts | 9 --------- packages/editor/src/marks/em.ts | 9 --------- packages/editor/src/marks/emoji/emoji-completion.tsx | 9 --------- packages/editor/src/marks/emoji/emoji.ts | 9 --------- packages/editor/src/marks/link/link-command.ts | 9 --------- packages/editor/src/marks/link/link-headings.ts | 9 --------- packages/editor/src/marks/link/link-input.ts | 9 --------- packages/editor/src/marks/link/link-popup.tsx | 9 --------- packages/editor/src/marks/link/link.ts | 9 --------- packages/editor/src/marks/math/math-commands.ts | 9 --------- packages/editor/src/marks/math/math-highlight.ts | 9 --------- packages/editor/src/marks/math/math-keys.ts | 9 --------- packages/editor/src/marks/math/math-popup.ts | 9 --------- packages/editor/src/marks/math/math-transaction.ts | 9 --------- packages/editor/src/marks/math/math-view.ts | 9 --------- packages/editor/src/marks/math/math.ts | 9 --------- packages/editor/src/marks/raw_inline/raw_html.ts | 9 --------- packages/editor/src/marks/raw_inline/raw_html_comment.ts | 9 --------- packages/editor/src/marks/raw_inline/raw_inline.ts | 9 --------- packages/editor/src/marks/raw_inline/raw_tex.ts | 9 --------- packages/editor/src/marks/shortcode.ts | 9 --------- packages/editor/src/marks/smallcaps.ts | 9 --------- packages/editor/src/marks/span.ts | 9 --------- packages/editor/src/marks/strikeout.ts | 9 --------- packages/editor/src/marks/strong.ts | 9 --------- packages/editor/src/marks/subscript.ts | 9 --------- packages/editor/src/marks/superscript.ts | 9 --------- packages/editor/src/marks/underline.ts | 9 --------- packages/editor/src/marks/xref/xref-completion.tsx | 9 --------- packages/editor/src/marks/xref/xref-popup.tsx | 9 --------- packages/editor/src/marks/xref/xref.ts | 9 --------- packages/editor/src/nodes/blockquote.ts | 9 --------- packages/editor/src/nodes/code_block.ts | 9 --------- .../src/nodes/definition_list/definition-list-keys.ts | 9 --------- .../nodes/definition_list/definition_list-commands.ts | 9 --------- .../nodes/definition_list/definition_list-inputrule.ts | 9 --------- .../src/nodes/definition_list/definition_list-insert.ts | 9 --------- .../src/nodes/definition_list/definition_list-pandoc.ts | 9 --------- .../editor/src/nodes/definition_list/definition_list.ts | 9 --------- packages/editor/src/nodes/div/div-callout.ts | 9 --------- packages/editor/src/nodes/div/div-tabset.ts | 9 --------- packages/editor/src/nodes/div/div.ts | 9 --------- packages/editor/src/nodes/footnote/footnote-editor.ts | 9 --------- .../editor/src/nodes/footnote/footnote-transaction.ts | 9 --------- packages/editor/src/nodes/footnote/footnote.ts | 9 --------- packages/editor/src/nodes/hard_break.ts | 9 --------- packages/editor/src/nodes/heading.ts | 9 --------- packages/editor/src/nodes/hr.ts | 9 --------- packages/editor/src/nodes/html_preserve.ts | 9 --------- packages/editor/src/nodes/image/figure-keys.ts | 9 --------- packages/editor/src/nodes/image/figure.ts | 9 --------- packages/editor/src/nodes/image/image-dialog.ts | 9 --------- packages/editor/src/nodes/image/image-events.ts | 9 --------- packages/editor/src/nodes/image/image-resize.ts | 9 --------- packages/editor/src/nodes/image/image-textsel.ts | 9 --------- packages/editor/src/nodes/image/image-util.ts | 9 --------- packages/editor/src/nodes/image/image-view.ts | 9 --------- packages/editor/src/nodes/image/image.ts | 9 --------- packages/editor/src/nodes/line_block.ts | 9 --------- packages/editor/src/nodes/list/list-checked.ts | 9 --------- packages/editor/src/nodes/list/list-commands.ts | 9 --------- packages/editor/src/nodes/list/list-indent.ts | 9 --------- packages/editor/src/nodes/list/list-pandoc.ts | 9 --------- packages/editor/src/nodes/list/list.ts | 9 --------- packages/editor/src/nodes/null.ts | 9 --------- packages/editor/src/nodes/paragraph.ts | 9 --------- packages/editor/src/nodes/raw_block.ts | 9 --------- packages/editor/src/nodes/rmd_chunk/rmd_chunk-capsule.ts | 9 --------- packages/editor/src/nodes/rmd_chunk/rmd_chunk-image.ts | 9 --------- packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts | 9 --------- packages/editor/src/nodes/shortcode_block.ts | 9 --------- packages/editor/src/nodes/table/table-capsule.ts | 9 --------- packages/editor/src/nodes/table/table-columns.ts | 9 --------- packages/editor/src/nodes/table/table-commands.ts | 9 --------- packages/editor/src/nodes/table/table-contextmenu.ts | 9 --------- packages/editor/src/nodes/table/table-nodes.ts | 9 --------- packages/editor/src/nodes/table/table-pandoc.ts | 9 --------- packages/editor/src/nodes/table/table-paste.ts | 9 --------- packages/editor/src/nodes/table/table.ts | 9 --------- packages/editor/src/nodes/text.ts | 9 --------- .../editor/src/nodes/user_comment/ui/comment-content.tsx | 9 --------- .../editor/src/nodes/user_comment/ui/comment-item.tsx | 9 --------- .../editor/src/nodes/user_comment/ui/comment-thread.tsx | 9 --------- packages/editor/src/nodes/user_comment/ui/common.tsx | 9 --------- packages/editor/src/nodes/user_comment/ui/layout.tsx | 9 --------- packages/editor/src/nodes/user_comment/ui/plugin.tsx | 9 --------- .../editor/src/nodes/user_comment/user_comment-cache.ts | 9 --------- .../src/nodes/user_comment/user_comment-constants.ts | 9 --------- .../editor/src/nodes/user_comment/user_comment-fixup.ts | 9 --------- .../editor/src/nodes/user_comment/user_comment-model.ts | 9 --------- packages/editor/src/nodes/user_comment/user_comment.ts | 9 --------- .../src/nodes/yaml_metadata/yaml_metadata-capsule.ts | 9 --------- .../src/nodes/yaml_metadata/yaml_metadata-title.ts | 9 --------- packages/editor/src/nodes/yaml_metadata/yaml_metadata.ts | 9 --------- packages/editor/src/optional/ace/ace-placeholder.ts | 9 --------- packages/editor/src/optional/ace/ace-render-queue.ts | 9 --------- packages/editor/src/optional/ace/ace.ts | 9 --------- packages/editor/src/pandoc/pandoc_converter.ts | 9 --------- packages/editor/src/pandoc/pandoc_from_prosemirror.ts | 9 --------- packages/editor/src/pandoc/pandoc_to_prosemirror.ts | 9 --------- packages/quarto-core/src/appdirs.ts | 9 --------- packages/quarto-core/src/context.ts | 9 --------- packages/quarto-core/src/dictionaries.ts | 9 --------- packages/quarto-core/src/document.ts | 9 --------- packages/quarto-core/src/index.ts | 9 --------- packages/quarto-core/src/lsp.ts | 9 --------- packages/quarto-core/src/markdown/cursor.ts | 9 --------- packages/quarto-core/src/markdown/index.ts | 9 --------- packages/quarto-core/src/markdown/language.ts | 9 --------- packages/quarto-core/src/markdown/parser.ts | 9 --------- packages/quarto-core/src/markdown/parsers/index.ts | 9 --------- packages/quarto-core/src/markdown/parsers/markdownit.ts | 9 --------- packages/quarto-core/src/markdown/parsers/pandoc.ts | 9 --------- packages/quarto-core/src/markdown/token.ts | 9 --------- packages/quarto-core/src/markdown/yaml.ts | 9 --------- packages/quarto-core/src/metadata.ts | 9 --------- packages/quarto-core/src/position.ts | 9 --------- packages/quarto-core/src/range.ts | 9 --------- packages/quarto-core/src/storage.ts | 9 --------- packages/ui-widgets/src/dialog/ModalDialog.tsx | 9 --------- packages/ui-widgets/src/dialog/ModalDialogTabList.tsx | 9 --------- packages/ui-widgets/src/dialog/index.ts | 9 --------- packages/ui-widgets/src/hotkeys/index.ts | 9 --------- packages/ui-widgets/src/index.ts | 9 --------- packages/ui-widgets/src/nonideal.tsx | 9 --------- packages/ui-widgets/src/theme.ts | 9 --------- 665 files changed, 5985 deletions(-) diff --git a/apps/lsp/build.ts b/apps/lsp/build.ts index 85594052..e80592af 100644 --- a/apps/lsp/build.ts +++ b/apps/lsp/build.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/lsp/src/config.ts b/apps/lsp/src/config.ts index 4c870b81..d585efe0 100644 --- a/apps/lsp/src/config.ts +++ b/apps/lsp/src/config.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 8606eb41..4e8f8b91 100644 --- a/apps/lsp/src/custom.ts +++ b/apps/lsp/src/custom.ts @@ -2,15 +2,6 @@ * 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. - * */ import path from "path"; diff --git a/apps/lsp/src/diagnostics.ts b/apps/lsp/src/diagnostics.ts index 725eb54f..b2c87c8d 100644 --- a/apps/lsp/src/diagnostics.ts +++ b/apps/lsp/src/diagnostics.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/apps/lsp/src/index.ts b/apps/lsp/src/index.ts index 2095b63c..d13dc9d1 100644 --- a/apps/lsp/src/index.ts +++ b/apps/lsp/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ import path from "path"; diff --git a/apps/lsp/src/logging.ts b/apps/lsp/src/logging.ts index c48fa109..5fafbab3 100644 --- a/apps/lsp/src/logging.ts +++ b/apps/lsp/src/logging.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 aa48889a..6aa5c456 100644 --- a/apps/lsp/src/middleware.ts +++ b/apps/lsp/src/middleware.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023-2025 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 c1965197..6b3c07c9 100644 --- a/apps/lsp/src/quarto.ts +++ b/apps/lsp/src/quarto.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as path from "node:path"; diff --git a/apps/lsp/src/r-utils.ts b/apps/lsp/src/r-utils.ts index aaf3f271..e43f278c 100644 --- a/apps/lsp/src/r-utils.ts +++ b/apps/lsp/src/r-utils.ts @@ -2,15 +2,6 @@ * 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. - * */ import { isRPackage as isRPackageImpl } from "quarto-utils"; diff --git a/apps/lsp/src/service/config.ts b/apps/lsp/src/service/config.ts index 0f2ddbcd..efc4707b 100644 --- a/apps/lsp/src/service/config.ts +++ b/apps/lsp/src/service/config.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 6544891c..1d708126 100644 --- a/apps/lsp/src/service/index.ts +++ b/apps/lsp/src/service/index.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 973ca2a9..a5889885 100644 --- a/apps/lsp/src/service/logging.ts +++ b/apps/lsp/src/service/logging.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 e7927dd7..9700de11 100644 --- a/apps/lsp/src/service/providers/completion/completion-attrs.ts +++ b/apps/lsp/src/service/providers/completion/completion-attrs.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 e71a83e3..6c3da53a 100644 --- a/apps/lsp/src/service/providers/completion/completion-latex.ts +++ b/apps/lsp/src/service/providers/completion/completion-latex.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2022 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 6f7d6b7d..cfe599c3 100644 --- a/apps/lsp/src/service/providers/completion/completion-path.ts +++ b/apps/lsp/src/service/providers/completion/completion-path.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 01ba25c6..c09ea4d4 100644 --- a/apps/lsp/src/service/providers/completion/completion-shortcode.ts +++ b/apps/lsp/src/service/providers/completion/completion-shortcode.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 497021ba..112789ab 100644 --- a/apps/lsp/src/service/providers/completion/completion-yaml.ts +++ b/apps/lsp/src/service/providers/completion/completion-yaml.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2022 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 fe2e1638..e560098c 100644 --- a/apps/lsp/src/service/providers/completion/completion.ts +++ b/apps/lsp/src/service/providers/completion/completion.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2022 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 31cff820..10b09845 100644 --- a/apps/lsp/src/service/providers/completion/refs/completion-biblio.ts +++ b/apps/lsp/src/service/providers/completion/refs/completion-biblio.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 ba9b1331..0479a0cb 100644 --- a/apps/lsp/src/service/providers/completion/refs/completion-crossref.ts +++ b/apps/lsp/src/service/providers/completion/refs/completion-crossref.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 7995c26e..435a0200 100644 --- a/apps/lsp/src/service/providers/completion/refs/completion-refs.ts +++ b/apps/lsp/src/service/providers/completion/refs/completion-refs.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 553c3b18..c05ac727 100644 --- a/apps/lsp/src/service/providers/definitions.ts +++ b/apps/lsp/src/service/providers/definitions.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 3d84def4..dc8957be 100644 --- a/apps/lsp/src/service/providers/diagnostics-yaml.ts +++ b/apps/lsp/src/service/providers/diagnostics-yaml.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/lsp/src/service/providers/diagnostics.ts b/apps/lsp/src/service/providers/diagnostics.ts index 9fd1eae2..d5f79b77 100644 --- a/apps/lsp/src/service/providers/diagnostics.ts +++ b/apps/lsp/src/service/providers/diagnostics.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 bd31bc45..47adf97e 100644 --- a/apps/lsp/src/service/providers/document-highlights.ts +++ b/apps/lsp/src/service/providers/document-highlights.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 d62869de..42b79153 100644 --- a/apps/lsp/src/service/providers/document-links.ts +++ b/apps/lsp/src/service/providers/document-links.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 91b120d4..7fec535b 100644 --- a/apps/lsp/src/service/providers/document-symbols.ts +++ b/apps/lsp/src/service/providers/document-symbols.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 6add2efa..6cfb1333 100644 --- a/apps/lsp/src/service/providers/folding.ts +++ b/apps/lsp/src/service/providers/folding.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 8a9d279b..e9f534ba 100644 --- a/apps/lsp/src/service/providers/hover/hover-image.ts +++ b/apps/lsp/src/service/providers/hover/hover-image.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 876e81a8..547a4822 100644 --- a/apps/lsp/src/service/providers/hover/hover-math.ts +++ b/apps/lsp/src/service/providers/hover/hover-math.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2022 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 059ecc4a..819e10d3 100644 --- a/apps/lsp/src/service/providers/hover/hover-ref.ts +++ b/apps/lsp/src/service/providers/hover/hover-ref.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 3d8d527e..03dc864b 100644 --- a/apps/lsp/src/service/providers/hover/hover-yaml.ts +++ b/apps/lsp/src/service/providers/hover/hover-yaml.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 903c5388..228da812 100644 --- a/apps/lsp/src/service/providers/hover/hover.ts +++ b/apps/lsp/src/service/providers/hover/hover.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0119f439..2461156b 100644 --- a/apps/lsp/src/service/providers/references.ts +++ b/apps/lsp/src/service/providers/references.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 6758beeb..435dd932 100644 --- a/apps/lsp/src/service/providers/smart-select.ts +++ b/apps/lsp/src/service/providers/smart-select.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 39c0e66d..6ae4627f 100644 --- a/apps/lsp/src/service/providers/workspace-symbols.ts +++ b/apps/lsp/src/service/providers/workspace-symbols.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 333150f6..9aa5ccc0 100644 --- a/apps/lsp/src/service/quarto.ts +++ b/apps/lsp/src/service/quarto.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Position } from "vscode-languageserver-types"; diff --git a/apps/lsp/src/service/slugify.ts b/apps/lsp/src/service/slugify.ts index 7f4b28d3..8fa980fb 100644 --- a/apps/lsp/src/service/slugify.ts +++ b/apps/lsp/src/service/slugify.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 1df0f731..ca61b953 100644 --- a/apps/lsp/src/service/toc.ts +++ b/apps/lsp/src/service/toc.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 71da9bc0..0d039e00 100644 --- a/apps/lsp/src/service/util/cancellation.ts +++ b/apps/lsp/src/service/util/cancellation.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 b4ae2317..57f73ef2 100644 --- a/apps/lsp/src/service/util/file.ts +++ b/apps/lsp/src/service/util/file.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 106cf817..83163c7a 100644 --- a/apps/lsp/src/service/util/path.ts +++ b/apps/lsp/src/service/util/path.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 464246ca..1a2351cb 100644 --- a/apps/lsp/src/service/util/refs.ts +++ b/apps/lsp/src/service/util/refs.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 1163ce4b..ab175d97 100644 --- a/apps/lsp/src/service/util/resource-maps.ts +++ b/apps/lsp/src/service/util/resource-maps.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 5dfd3355..5e799b48 100644 --- a/apps/lsp/src/service/util/schemes.ts +++ b/apps/lsp/src/service/util/schemes.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 f3a9a1f6..676ee3c7 100644 --- a/apps/lsp/src/service/util/string.ts +++ b/apps/lsp/src/service/util/string.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 45b4a6b6..3f241b3a 100644 --- a/apps/lsp/src/service/workspace-cache.ts +++ b/apps/lsp/src/service/workspace-cache.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 7bf12dc1..29abb3a7 100644 --- a/apps/lsp/src/service/workspace.ts +++ b/apps/lsp/src/service/workspace.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 d310fcb0..2791bba4 100644 --- a/apps/lsp/src/workspace.ts +++ b/apps/lsp/src/workspace.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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/src/index.ts b/apps/panmirror/src/index.ts index 6409500a..50bc1ee4 100644 --- a/apps/panmirror/src/index.ts +++ b/apps/panmirror/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/quarto-utils/src/index.ts b/apps/quarto-utils/src/index.ts index 25c73708..f68a82c8 100644 --- a/apps/quarto-utils/src/index.ts +++ b/apps/quarto-utils/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './r-utils'; diff --git a/apps/quarto-utils/src/r-utils.ts b/apps/quarto-utils/src/r-utils.ts index c22db0e7..2ce1353c 100644 --- a/apps/quarto-utils/src/r-utils.ts +++ b/apps/quarto-utils/src/r-utils.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 9a450863..e178ef5b 100644 --- a/apps/quarto-utils/src/semantic-tokens-legend.ts +++ b/apps/quarto-utils/src/semantic-tokens-legend.ts @@ -2,15 +2,6 @@ * 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. - * */ /** diff --git a/apps/vscode-editor/src/App.tsx b/apps/vscode-editor/src/App.tsx index 00c5c71f..49042c75 100644 --- a/apps/vscode-editor/src/App.tsx +++ b/apps/vscode-editor/src/App.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from "react"; diff --git a/apps/vscode-editor/src/EditorContainer.tsx b/apps/vscode-editor/src/EditorContainer.tsx index 9bdb6b8a..1e005cfa 100644 --- a/apps/vscode-editor/src/EditorContainer.tsx +++ b/apps/vscode-editor/src/EditorContainer.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 e03cde57..c1918ec9 100644 --- a/apps/vscode-editor/src/EditorToolbar.tsx +++ b/apps/vscode-editor/src/EditorToolbar.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { useContext } from 'react'; diff --git a/apps/vscode-editor/src/index.tsx b/apps/vscode-editor/src/index.tsx index 63161751..0cdf82ba 100644 --- a/apps/vscode-editor/src/index.tsx +++ b/apps/vscode-editor/src/index.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from "react"; diff --git a/apps/vscode-editor/src/sync.ts b/apps/vscode-editor/src/sync.ts index 098dae45..70652666 100644 --- a/apps/vscode-editor/src/sync.ts +++ b/apps/vscode-editor/src/sync.ts @@ -3,15 +3,6 @@ * 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. - * */ diff --git a/apps/vscode-editor/src/theme.ts b/apps/vscode-editor/src/theme.ts index dcce0d90..0fc3e196 100644 --- a/apps/vscode-editor/src/theme.ts +++ b/apps/vscode-editor/src/theme.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/vscode-markdownit/src/index.ts b/apps/vscode-markdownit/src/index.ts index cc5ea033..66e2edfa 100644 --- a/apps/vscode-markdownit/src/index.ts +++ b/apps/vscode-markdownit/src/index.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2022 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/build.ts b/apps/vscode/build.ts index 61777686..3a199ff4 100644 --- a/apps/vscode/build.ts +++ b/apps/vscode/build.ts @@ -2,15 +2,6 @@ * 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. - * */ import { runBuild } from "build"; diff --git a/apps/vscode/src/api.ts b/apps/vscode/src/api.ts index d033f77a..418b385c 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 412d2730..f6acde43 100644 --- a/apps/vscode/src/core/command.ts +++ b/apps/vscode/src/core/command.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/core/config.ts b/apps/vscode/src/core/config.ts index ad782fff..e4135963 100644 --- a/apps/vscode/src/core/config.ts +++ b/apps/vscode/src/core/config.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/vscode/src/core/context.ts b/apps/vscode/src/core/context.ts index 4f553082..f44a3b1f 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 280f5d74..d5fb1b95 100644 --- a/apps/vscode/src/core/dispose.ts +++ b/apps/vscode/src/core/dispose.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/core/doc.ts b/apps/vscode/src/core/doc.ts index f8459c4a..a9aff5ac 100644 --- a/apps/vscode/src/core/doc.ts +++ b/apps/vscode/src/core/doc.ts @@ -2,15 +2,6 @@ * 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. - * */ import path from "node:path"; diff --git a/apps/vscode/src/core/hover.ts b/apps/vscode/src/core/hover.ts index 6f1a484a..7d44a8bf 100644 --- a/apps/vscode/src/core/hover.ts +++ b/apps/vscode/src/core/hover.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/vscode/src/core/links.ts b/apps/vscode/src/core/links.ts index ec4427cc..ea7fde79 100644 --- a/apps/vscode/src/core/links.ts +++ b/apps/vscode/src/core/links.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/core/nonce.ts b/apps/vscode/src/core/nonce.ts index 0ab718f8..903b5edb 100644 --- a/apps/vscode/src/core/nonce.ts +++ b/apps/vscode/src/core/nonce.ts @@ -2,15 +2,6 @@ * 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. - * */ export function getNonce() { diff --git a/apps/vscode/src/core/path.ts b/apps/vscode/src/core/path.ts index e85ef4ab..eb133e77 100644 --- a/apps/vscode/src/core/path.ts +++ b/apps/vscode/src/core/path.ts @@ -2,15 +2,6 @@ * 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. - * */ /// diff --git a/apps/vscode/src/core/platform.ts b/apps/vscode/src/core/platform.ts index ebfe8e67..9e9db7c7 100644 --- a/apps/vscode/src/core/platform.ts +++ b/apps/vscode/src/core/platform.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as child_process from "child_process"; diff --git a/apps/vscode/src/core/python.ts b/apps/vscode/src/core/python.ts index 56c2bd85..c47578f9 100644 --- a/apps/vscode/src/core/python.ts +++ b/apps/vscode/src/core/python.ts @@ -2,15 +2,6 @@ * 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. - * */ import fs from "node:fs"; diff --git a/apps/vscode/src/core/quarto.ts b/apps/vscode/src/core/quarto.ts index b7ecf62c..8d06d5fe 100644 --- a/apps/vscode/src/core/quarto.ts +++ b/apps/vscode/src/core/quarto.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as path from "node:path"; diff --git a/apps/vscode/src/core/range.ts b/apps/vscode/src/core/range.ts index d2ebb827..68fbbf10 100644 --- a/apps/vscode/src/core/range.ts +++ b/apps/vscode/src/core/range.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/core/schemes.ts b/apps/vscode/src/core/schemes.ts index 8f394cad..336194cf 100644 --- a/apps/vscode/src/core/schemes.ts +++ b/apps/vscode/src/core/schemes.ts @@ -3,15 +3,6 @@ * 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. - * */ import { Uri } from "vscode"; diff --git a/apps/vscode/src/core/terminal.ts b/apps/vscode/src/core/terminal.ts index 806ce440..00531ca0 100644 --- a/apps/vscode/src/core/terminal.ts +++ b/apps/vscode/src/core/terminal.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as os from "node:os"; diff --git a/apps/vscode/src/core/throttle.ts b/apps/vscode/src/core/throttle.ts index effc84f2..be5c2b64 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 0ca69b93..19130f12 100644 --- a/apps/vscode/src/core/workspace.ts +++ b/apps/vscode/src/core/workspace.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 bb76ab5a..2e0c3606 100644 --- a/apps/vscode/src/host/execute-queue.ts +++ b/apps/vscode/src/host/execute-queue.ts @@ -2,15 +2,6 @@ * 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. - * */ import PQueue from 'p-queue'; diff --git a/apps/vscode/src/host/executors.ts b/apps/vscode/src/host/executors.ts index a45a5251..ad4c2444 100644 --- a/apps/vscode/src/host/executors.ts +++ b/apps/vscode/src/host/executors.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 af8b4d51..fb71ac90 100644 --- a/apps/vscode/src/host/index.ts +++ b/apps/vscode/src/host/index.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 10499a90..8936427f 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 e6fd3eb7..498b834b 100644 --- a/apps/vscode/src/host/toolbar.ts +++ b/apps/vscode/src/host/toolbar.ts @@ -2,15 +2,6 @@ * 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. - * */ import { CancellationToken, TextDocument, ProviderResult } from "vscode"; diff --git a/apps/vscode/src/lsp/client.ts b/apps/vscode/src/lsp/client.ts index 6737fb3b..21892762 100644 --- a/apps/vscode/src/lsp/client.ts +++ b/apps/vscode/src/lsp/client.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as path from "path"; diff --git a/apps/vscode/src/main.ts b/apps/vscode/src/main.ts index 212bef63..086c3304 100644 --- a/apps/vscode/src/main.ts +++ b/apps/vscode/src/main.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/markdown/document.ts b/apps/vscode/src/markdown/document.ts index b4992f16..ea36f1f7 100644 --- a/apps/vscode/src/markdown/document.ts +++ b/apps/vscode/src/markdown/document.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/markdown/engine.ts b/apps/vscode/src/markdown/engine.ts index 82912207..c446ea0e 100644 --- a/apps/vscode/src/markdown/engine.ts +++ b/apps/vscode/src/markdown/engine.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/markdown/reveal.ts b/apps/vscode/src/markdown/reveal.ts index 00154408..f66c0f43 100644 --- a/apps/vscode/src/markdown/reveal.ts +++ b/apps/vscode/src/markdown/reveal.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Position, TextDocument } from "vscode"; diff --git a/apps/vscode/src/providers/assist/codelens.ts b/apps/vscode/src/providers/assist/codelens.ts index 4d58f0d1..75c1bef2 100644 --- a/apps/vscode/src/providers/assist/codelens.ts +++ b/apps/vscode/src/providers/assist/codelens.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/apps/vscode/src/providers/assist/commands.ts b/apps/vscode/src/providers/assist/commands.ts index 07ed689b..3524c2d0 100644 --- a/apps/vscode/src/providers/assist/commands.ts +++ b/apps/vscode/src/providers/assist/commands.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 18219537..068b2884 100644 --- a/apps/vscode/src/providers/assist/panel.ts +++ b/apps/vscode/src/providers/assist/panel.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 30bc9c5b..92a40cb4 100644 --- a/apps/vscode/src/providers/assist/render-assist.ts +++ b/apps/vscode/src/providers/assist/render-assist.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2022 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 699f3e32..9b9b6fa5 100644 --- a/apps/vscode/src/providers/assist/render-cache.ts +++ b/apps/vscode/src/providers/assist/render-cache.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2022 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 814c9336..d6641333 100644 --- a/apps/vscode/src/providers/assist/webview.ts +++ b/apps/vscode/src/providers/assist/webview.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 7b25a45b..3042b8fb 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 0ad1ef52..0633d731 100644 --- a/apps/vscode/src/providers/cell/codelens.ts +++ b/apps/vscode/src/providers/cell/codelens.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 b3a3c531..d113e60d 100644 --- a/apps/vscode/src/providers/cell/commands.ts +++ b/apps/vscode/src/providers/cell/commands.ts @@ -4,15 +4,6 @@ * 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. - * */ import { lines } from "core"; diff --git a/apps/vscode/src/providers/cell/executors.ts b/apps/vscode/src/providers/cell/executors.ts index c6091a69..270d7113 100644 --- a/apps/vscode/src/providers/cell/executors.ts +++ b/apps/vscode/src/providers/cell/executors.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 f833d0c4..f2f39b6f 100644 --- a/apps/vscode/src/providers/cell/options.ts +++ b/apps/vscode/src/providers/cell/options.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/vscode/src/providers/context-keys.ts b/apps/vscode/src/providers/context-keys.ts index 665c5544..5db5a970 100644 --- a/apps/vscode/src/providers/context-keys.ts +++ b/apps/vscode/src/providers/context-keys.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/providers/convert.ts b/apps/vscode/src/providers/convert.ts index e59c46fd..15b592a4 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 64f00429..32259db5 100644 --- a/apps/vscode/src/providers/copyfiles/drop.ts +++ b/apps/vscode/src/providers/copyfiles/drop.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 e6568ca6..6c0598e5 100644 --- a/apps/vscode/src/providers/copyfiles/filename.ts +++ b/apps/vscode/src/providers/copyfiles/filename.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 655d4c1c..9a2d045d 100644 --- a/apps/vscode/src/providers/copyfiles/index.ts +++ b/apps/vscode/src/providers/copyfiles/index.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 736a1e39..81354bd7 100644 --- a/apps/vscode/src/providers/create/create-extension.ts +++ b/apps/vscode/src/providers/create/create-extension.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 8312c710..a0a6c536 100644 --- a/apps/vscode/src/providers/create/create-project.ts +++ b/apps/vscode/src/providers/create/create-project.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as semver from "semver"; diff --git a/apps/vscode/src/providers/create/create.ts b/apps/vscode/src/providers/create/create.ts index 8e2a1291..4a75a1b5 100644 --- a/apps/vscode/src/providers/create/create.ts +++ b/apps/vscode/src/providers/create/create.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 6999489e..11032f66 100644 --- a/apps/vscode/src/providers/create/directory.ts +++ b/apps/vscode/src/providers/create/directory.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/vscode/src/providers/create/firstrun.ts b/apps/vscode/src/providers/create/firstrun.ts index a46a4806..07487d77 100644 --- a/apps/vscode/src/providers/create/firstrun.ts +++ b/apps/vscode/src/providers/create/firstrun.ts @@ -2,15 +2,6 @@ * 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. - * */ import fs from "fs"; diff --git a/apps/vscode/src/providers/deno-config.ts b/apps/vscode/src/providers/deno-config.ts index f5ddcbc2..f2768600 100644 --- a/apps/vscode/src/providers/deno-config.ts +++ b/apps/vscode/src/providers/deno-config.ts @@ -2,15 +2,6 @@ * 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. - * */ import { ExtensionContext, workspace, window, extensions } from "vscode"; diff --git a/apps/vscode/src/providers/diagnostics.ts b/apps/vscode/src/providers/diagnostics.ts index 6dc43554..13acc2af 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 25d03bf2..e2c55d4b 100644 --- a/apps/vscode/src/providers/diagram/codelens.ts +++ b/apps/vscode/src/providers/diagram/codelens.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/apps/vscode/src/providers/diagram/commands.ts b/apps/vscode/src/providers/diagram/commands.ts index 5cf6db56..4679a748 100644 --- a/apps/vscode/src/providers/diagram/commands.ts +++ b/apps/vscode/src/providers/diagram/commands.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 5430dca1..8567e292 100644 --- a/apps/vscode/src/providers/diagram/diagram-webview.ts +++ b/apps/vscode/src/providers/diagram/diagram-webview.ts @@ -2,15 +2,6 @@ * 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. - * */ import debounce from "lodash.debounce"; diff --git a/apps/vscode/src/providers/diagram/diagram.ts b/apps/vscode/src/providers/diagram/diagram.ts index 2bbc16fd..53181100 100644 --- a/apps/vscode/src/providers/diagram/diagram.ts +++ b/apps/vscode/src/providers/diagram/diagram.ts @@ -2,15 +2,6 @@ * 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. - * */ import { ExtensionContext, languages } from "vscode"; diff --git a/apps/vscode/src/providers/div-brackets.ts b/apps/vscode/src/providers/div-brackets.ts index 6dc1f39e..0b633912 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 d2500a6e..23c44673 100644 --- a/apps/vscode/src/providers/editor/codeview.ts +++ b/apps/vscode/src/providers/editor/codeview.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/apps/vscode/src/providers/editor/connection.ts b/apps/vscode/src/providers/editor/connection.ts index 7fc90685..a46eaa66 100644 --- a/apps/vscode/src/providers/editor/connection.ts +++ b/apps/vscode/src/providers/editor/connection.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/vscode/src/providers/editor/editor.ts b/apps/vscode/src/providers/editor/editor.ts index 83c7af1b..394ab3dc 100644 --- a/apps/vscode/src/providers/editor/editor.ts +++ b/apps/vscode/src/providers/editor/editor.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 a2ecd467..af4d9138 100644 --- a/apps/vscode/src/providers/editor/images.ts +++ b/apps/vscode/src/providers/editor/images.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/vscode/src/providers/editor/prefs.ts b/apps/vscode/src/providers/editor/prefs.ts index 81345178..35f57984 100644 --- a/apps/vscode/src/providers/editor/prefs.ts +++ b/apps/vscode/src/providers/editor/prefs.ts @@ -2,15 +2,6 @@ * 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. - * */ import path from "path"; diff --git a/apps/vscode/src/providers/editor/sync.ts b/apps/vscode/src/providers/editor/sync.ts index f34fa2c7..ff63a24a 100644 --- a/apps/vscode/src/providers/editor/sync.ts +++ b/apps/vscode/src/providers/editor/sync.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 40fcbcbd..af773a2c 100644 --- a/apps/vscode/src/providers/editor/toggle.ts +++ b/apps/vscode/src/providers/editor/toggle.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0b50fcb9..a29a5e1e 100644 --- a/apps/vscode/src/providers/format.ts +++ b/apps/vscode/src/providers/format.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/apps/vscode/src/providers/hover-image.ts b/apps/vscode/src/providers/hover-image.ts index 9c2cec7b..45df8e06 100644 --- a/apps/vscode/src/providers/hover-image.ts +++ b/apps/vscode/src/providers/hover-image.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as path from "path"; diff --git a/apps/vscode/src/providers/insert.ts b/apps/vscode/src/providers/insert.ts index 6266ff89..8597e394 100644 --- a/apps/vscode/src/providers/insert.ts +++ b/apps/vscode/src/providers/insert.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/apps/vscode/src/providers/lua-types.ts b/apps/vscode/src/providers/lua-types.ts index a52b899a..d4fbad77 100644 --- a/apps/vscode/src/providers/lua-types.ts +++ b/apps/vscode/src/providers/lua-types.ts @@ -3,15 +3,6 @@ * 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. - * */ import * as path from "path"; diff --git a/apps/vscode/src/providers/newdoc.ts b/apps/vscode/src/providers/newdoc.ts index 3484619c..e6ee509c 100644 --- a/apps/vscode/src/providers/newdoc.ts +++ b/apps/vscode/src/providers/newdoc.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/apps/vscode/src/providers/notebook-export.ts b/apps/vscode/src/providers/notebook-export.ts index 1e7bbc0f..9ae0c2cc 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 eff92603..a4a57244 100644 --- a/apps/vscode/src/providers/option.ts +++ b/apps/vscode/src/providers/option.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/apps/vscode/src/providers/preview/commands.ts b/apps/vscode/src/providers/preview/commands.ts index 5117263b..fabfd577 100644 --- a/apps/vscode/src/providers/preview/commands.ts +++ b/apps/vscode/src/providers/preview/commands.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 97815955..b627e7c6 100644 --- a/apps/vscode/src/providers/preview/preview-env.ts +++ b/apps/vscode/src/providers/preview/preview-env.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 4e48dccb..fff0af09 100644 --- a/apps/vscode/src/providers/preview/preview-errors.ts +++ b/apps/vscode/src/providers/preview/preview-errors.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 3c9f3567..6d554ef7 100644 --- a/apps/vscode/src/providers/preview/preview-output.ts +++ b/apps/vscode/src/providers/preview/preview-output.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 c1b43b79..a059b94b 100644 --- a/apps/vscode/src/providers/preview/preview-util.ts +++ b/apps/vscode/src/providers/preview/preview-util.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 7407b274..c789da1d 100644 --- a/apps/vscode/src/providers/preview/preview-webview.ts +++ b/apps/vscode/src/providers/preview/preview-webview.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/apps/vscode/src/providers/preview/preview.ts b/apps/vscode/src/providers/preview/preview.ts index 5a36daf4..677d3333 100644 --- a/apps/vscode/src/providers/preview/preview.ts +++ b/apps/vscode/src/providers/preview/preview.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as path from "path"; diff --git a/apps/vscode/src/providers/render.ts b/apps/vscode/src/providers/render.ts index 3b944d62..5554a7ae 100644 --- a/apps/vscode/src/providers/render.ts +++ b/apps/vscode/src/providers/render.ts @@ -2,15 +2,6 @@ * 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. - * */ import { workspace, window } from "vscode"; diff --git a/apps/vscode/src/providers/semantic-tokens.ts b/apps/vscode/src/providers/semantic-tokens.ts index fee7f83c..65aec0af 100644 --- a/apps/vscode/src/providers/semantic-tokens.ts +++ b/apps/vscode/src/providers/semantic-tokens.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/apps/vscode/src/providers/statusbar.ts b/apps/vscode/src/providers/statusbar.ts index 90a005f3..c30763eb 100644 --- a/apps/vscode/src/providers/statusbar.ts +++ b/apps/vscode/src/providers/statusbar.ts @@ -2,15 +2,6 @@ * 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. - * */ import { StatusBarAlignment, window } from "vscode"; diff --git a/apps/vscode/src/providers/symbols.ts b/apps/vscode/src/providers/symbols.ts index c89c06bf..b3547ed4 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 3b9a511e..0fdcef5f 100644 --- a/apps/vscode/src/providers/text-format.ts +++ b/apps/vscode/src/providers/text-format.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2022 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 3d7bbd5b..cf40fd21 100644 --- a/apps/vscode/src/providers/walkthrough.ts +++ b/apps/vscode/src/providers/walkthrough.ts @@ -2,15 +2,6 @@ * 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. - * */ import { window, Uri, workspace, ViewColumn } from "vscode"; diff --git a/apps/vscode/src/providers/webview.ts b/apps/vscode/src/providers/webview.ts index fea04d17..e50ffa82 100644 --- a/apps/vscode/src/providers/webview.ts +++ b/apps/vscode/src/providers/webview.ts @@ -2,15 +2,6 @@ * 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. - * */ import vscode, { diff --git a/apps/vscode/src/providers/yaml-filepath-completions.ts b/apps/vscode/src/providers/yaml-filepath-completions.ts index 37447086..dc886e14 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 89a85f4f..6cc646d1 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 1088ee30..c8a9435f 100644 --- a/apps/vscode/src/providers/zotero/zotero.ts +++ b/apps/vscode/src/providers/zotero/zotero.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 d923e8f4..e2d3c501 100644 --- a/apps/vscode/src/r-utils.ts +++ b/apps/vscode/src/r-utils.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as vscode from 'vscode'; diff --git a/apps/vscode/src/test/mermaidVersion.test.ts b/apps/vscode/src/test/mermaidVersion.test.ts index 94289176..68b2e128 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 7f568d43..6130aff3 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 7898912d..8aa2de03 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 713e4989..ac69d8d1 100644 --- a/apps/vscode/src/vdoc/languages.ts +++ b/apps/vscode/src/vdoc/languages.ts @@ -2,15 +2,6 @@ * 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. - * */ import { editorLanguage } from "editor-core"; diff --git a/apps/vscode/src/vdoc/vdoc-completion.ts b/apps/vscode/src/vdoc/vdoc-completion.ts index 96590dd5..cc5efe67 100644 --- a/apps/vscode/src/vdoc/vdoc-completion.ts +++ b/apps/vscode/src/vdoc/vdoc-completion.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 716dc50b..228c0bde 100644 --- a/apps/vscode/src/vdoc/vdoc-content.ts +++ b/apps/vscode/src/vdoc/vdoc-content.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Uri, workspace } from "vscode"; diff --git a/apps/vscode/src/vdoc/vdoc-tempfile.ts b/apps/vscode/src/vdoc/vdoc-tempfile.ts index 74531628..58cfb7e9 100644 --- a/apps/vscode/src/vdoc/vdoc-tempfile.ts +++ b/apps/vscode/src/vdoc/vdoc-tempfile.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2022-2024 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 c25a75ce..06f67b2a 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/src/index.ts b/packages/build/src/index.ts index fd8b9986..bd77497f 100644 --- a/packages/build/src/index.ts +++ b/packages/build/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ import { build, Format, Platform, PluginBuild } from 'esbuild'; diff --git a/packages/core-browser/src/browser.ts b/packages/core-browser/src/browser.ts index 97182561..9dc48fdd 100644 --- a/packages/core-browser/src/browser.ts +++ b/packages/core-browser/src/browser.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/core-browser/src/index.ts b/packages/core-browser/src/index.ts index 3b3c0465..4835dbf1 100644 --- a/packages/core-browser/src/index.ts +++ b/packages/core-browser/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './jsonrpc/browser'; diff --git a/packages/core-browser/src/input.ts b/packages/core-browser/src/input.ts index aa31b644..62294361 100644 --- a/packages/core-browser/src/input.ts +++ b/packages/core-browser/src/input.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/core-browser/src/jsonrpc/browser.ts b/packages/core-browser/src/jsonrpc/browser.ts index 8be90f3d..dab48dd5 100644 --- a/packages/core-browser/src/jsonrpc/browser.ts +++ b/packages/core-browser/src/jsonrpc/browser.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 fdd3b088..975d0a05 100644 --- a/packages/core-browser/src/jsonrpc/postmessage.ts +++ b/packages/core-browser/src/jsonrpc/postmessage.ts @@ -2,15 +2,6 @@ * 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. - * */ import { JsonRpcPostMessageTarget } from "core"; diff --git a/packages/core-node/src/appdirs.ts b/packages/core-node/src/appdirs.ts index 2620f350..21322322 100644 --- a/packages/core-node/src/appdirs.ts +++ b/packages/core-node/src/appdirs.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 3412dc61..9aad4823 100644 --- a/packages/core-node/src/exec.ts +++ b/packages/core-node/src/exec.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 35761308..ff652b11 100644 --- a/packages/core-node/src/git.ts +++ b/packages/core-node/src/git.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as fs from "node:fs"; diff --git a/packages/core-node/src/hash.ts b/packages/core-node/src/hash.ts index 8aa8ba25..1e4251ca 100644 --- a/packages/core-node/src/hash.ts +++ b/packages/core-node/src/hash.ts @@ -2,15 +2,6 @@ * 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. - * */ import { createHash } from "node:crypto" diff --git a/packages/core-node/src/index.ts b/packages/core-node/src/index.ts index 281c54dc..4c086304 100644 --- a/packages/core-node/src/index.ts +++ b/packages/core-node/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/core-node/src/jsonrpc-lsp.ts b/packages/core-node/src/jsonrpc-lsp.ts index af3429c8..b78d0765 100644 --- a/packages/core-node/src/jsonrpc-lsp.ts +++ b/packages/core-node/src/jsonrpc-lsp.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/core-node/src/jsonrpc.ts b/packages/core-node/src/jsonrpc.ts index 6b902b24..29676d15 100644 --- a/packages/core-node/src/jsonrpc.ts +++ b/packages/core-node/src/jsonrpc.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0ea23079..effc4620 100644 --- a/packages/core-node/src/jupyter/index.ts +++ b/packages/core-node/src/jupyter/index.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0a1622b3..48fb993e 100644 --- a/packages/core-node/src/jupyter/percent.ts +++ b/packages/core-node/src/jupyter/percent.ts @@ -3,15 +3,6 @@ * 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. - * */ // 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 2e01f6d0..b1790b59 100644 --- a/packages/core-node/src/knitr.ts +++ b/packages/core-node/src/knitr.ts @@ -2,15 +2,6 @@ * 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. - * */ import fs from "node:fs" diff --git a/packages/core-node/src/mime.ts b/packages/core-node/src/mime.ts index cb1d255b..c02fd71e 100644 --- a/packages/core-node/src/mime.ts +++ b/packages/core-node/src/mime.ts @@ -3,15 +3,6 @@ * 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. - * */ import { extname } from "node:path"; diff --git a/packages/core-node/src/path.ts b/packages/core-node/src/path.ts index 1a121d43..021a89d9 100644 --- a/packages/core-node/src/path.ts +++ b/packages/core-node/src/path.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as path from 'node:path'; diff --git a/packages/core-node/src/platform.ts b/packages/core-node/src/platform.ts index 69d95343..c3d4dd24 100644 --- a/packages/core-node/src/platform.ts +++ b/packages/core-node/src/platform.ts @@ -2,15 +2,6 @@ * 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. - * */ import process from "node:process"; diff --git a/packages/core-node/src/uuid.ts b/packages/core-node/src/uuid.ts index 593b7d8e..0c252a90 100644 --- a/packages/core-node/src/uuid.ts +++ b/packages/core-node/src/uuid.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as uuid from "uuid"; diff --git a/packages/core/src/arrays.ts b/packages/core/src/arrays.ts index 488b5da4..fc8251ec 100644 --- a/packages/core/src/arrays.ts +++ b/packages/core/src/arrays.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 c846a12d..d02c6c93 100644 --- a/packages/core/src/auto-id.ts +++ b/packages/core/src/auto-id.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 a31463d6..fc32a0c1 100644 --- a/packages/core/src/dispose.ts +++ b/packages/core/src/dispose.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 ea66082f..c310084c 100644 --- a/packages/core/src/image.ts +++ b/packages/core/src/image.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 3287c88e..61933449 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/core/src/jsonrpc.ts b/packages/core/src/jsonrpc.ts index 0382540b..02eb3f1b 100644 --- a/packages/core/src/jsonrpc.ts +++ b/packages/core/src/jsonrpc.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 d87aa8bc..ba1109b1 100644 --- a/packages/core/src/jupyter/index.ts +++ b/packages/core/src/jupyter/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './types'; diff --git a/packages/core/src/jupyter/notebook.ts b/packages/core/src/jupyter/notebook.ts index 187b3116..e7e0a67f 100644 --- a/packages/core/src/jupyter/notebook.ts +++ b/packages/core/src/jupyter/notebook.ts @@ -2,15 +2,6 @@ * 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. - * */ import { JupyterKernelspec, JupyterNotebook } from "./types"; diff --git a/packages/core/src/jupyter/options.ts b/packages/core/src/jupyter/options.ts index ce952bf1..59557a52 100644 --- a/packages/core/src/jupyter/options.ts +++ b/packages/core/src/jupyter/options.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as jsYaml from "js-yaml"; diff --git a/packages/core/src/jupyter/types.ts b/packages/core/src/jupyter/types.ts index 013ad4ad..db9b3230 100644 --- a/packages/core/src/jupyter/types.ts +++ b/packages/core/src/jupyter/types.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/core/src/lazy.ts b/packages/core/src/lazy.ts index ccbd6371..565509c8 100644 --- a/packages/core/src/lazy.ts +++ b/packages/core/src/lazy.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface Lazy { diff --git a/packages/core/src/limiter.ts b/packages/core/src/limiter.ts index a452344c..7de76a6b 100644 --- a/packages/core/src/limiter.ts +++ b/packages/core/src/limiter.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 a80e6b2e..fcb53f45 100644 --- a/packages/core/src/markdownit/yaml.ts +++ b/packages/core/src/markdownit/yaml.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2022 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 50b8508c..0f2855b5 100644 --- a/packages/core/src/metadata.ts +++ b/packages/core/src/metadata.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/core/src/path.ts b/packages/core/src/path.ts index 27b61899..ae6feef5 100644 --- a/packages/core/src/path.ts +++ b/packages/core/src/path.ts @@ -2,15 +2,6 @@ * 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. - * */ export function pathWithForwardSlashes(path: string) { diff --git a/packages/core/src/png.ts b/packages/core/src/png.ts index 8344fa24..7e170fb9 100644 --- a/packages/core/src/png.ts +++ b/packages/core/src/png.ts @@ -6,15 +6,6 @@ * 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 6f719fb6..a1acfca2 100644 --- a/packages/core/src/promise.ts +++ b/packages/core/src/promise.ts @@ -2,15 +2,6 @@ * 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. - * */ interface PendingPromise { diff --git a/packages/core/src/strings.ts b/packages/core/src/strings.ts index 0383f61c..c461fb0d 100644 --- a/packages/core/src/strings.ts +++ b/packages/core/src/strings.ts @@ -2,15 +2,6 @@ * 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. - * */ export function escapeRegExpCharacters(value: string): string { diff --git a/packages/core/src/text.ts b/packages/core/src/text.ts index 970b2da6..377d3bf6 100644 --- a/packages/core/src/text.ts +++ b/packages/core/src/text.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/core/src/uri.ts b/packages/core/src/uri.ts index 4985dea4..a974ae12 100644 --- a/packages/core/src/uri.ts +++ b/packages/core/src/uri.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 73aee914..a749c85d 100644 --- a/packages/core/src/url.ts +++ b/packages/core/src/url.ts @@ -2,15 +2,6 @@ * 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. - * */ export function isHttpUrl(path: string) { diff --git a/packages/core/src/wait.ts b/packages/core/src/wait.ts index 9c38bcb8..c565611b 100644 --- a/packages/core/src/wait.ts +++ b/packages/core/src/wait.ts @@ -2,15 +2,6 @@ * 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. - * */ export function sleep(ms: number) { diff --git a/packages/core/src/wordbreak.ts b/packages/core/src/wordbreak.ts index 4c82f89a..d54d9dfc 100644 --- a/packages/core/src/wordbreak.ts +++ b/packages/core/src/wordbreak.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/core/src/yaml.ts b/packages/core/src/yaml.ts index 7bbed228..2ea68461 100644 --- a/packages/core/src/yaml.ts +++ b/packages/core/src/yaml.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as jsYaml from "js-yaml"; diff --git a/packages/editor-codemirror/src/behaviors/completion.ts b/packages/editor-codemirror/src/behaviors/completion.ts index 753eb112..5659b7a3 100644 --- a/packages/editor-codemirror/src/behaviors/completion.ts +++ b/packages/editor-codemirror/src/behaviors/completion.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-codemirror/src/behaviors/diagnostics.ts b/packages/editor-codemirror/src/behaviors/diagnostics.ts index 02b75160..ec1b0b27 100644 --- a/packages/editor-codemirror/src/behaviors/diagnostics.ts +++ b/packages/editor-codemirror/src/behaviors/diagnostics.ts @@ -3,15 +3,6 @@ * 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. - * */ 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 df91276b..2b8f5e52 100644 --- a/packages/editor-codemirror/src/behaviors/diagram.ts +++ b/packages/editor-codemirror/src/behaviors/diagram.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-codemirror/src/behaviors/find.ts b/packages/editor-codemirror/src/behaviors/find.ts index 9f472549..40acc63b 100644 --- a/packages/editor-codemirror/src/behaviors/find.ts +++ b/packages/editor-codemirror/src/behaviors/find.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 caf7f283..e7c38cc0 100644 --- a/packages/editor-codemirror/src/behaviors/indent.ts +++ b/packages/editor-codemirror/src/behaviors/indent.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 8b668625..a71dffc8 100644 --- a/packages/editor-codemirror/src/behaviors/index.ts +++ b/packages/editor-codemirror/src/behaviors/index.ts @@ -5,15 +5,6 @@ * 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. - * */ 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 630b7673..5632487a 100644 --- a/packages/editor-codemirror/src/behaviors/keyboard.ts +++ b/packages/editor-codemirror/src/behaviors/keyboard.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 44c5f112..44575020 100644 --- a/packages/editor-codemirror/src/behaviors/langmode.ts +++ b/packages/editor-codemirror/src/behaviors/langmode.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 d8298858..a229d377 100644 --- a/packages/editor-codemirror/src/behaviors/prefs.ts +++ b/packages/editor-codemirror/src/behaviors/prefs.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 bc673547..50590624 100644 --- a/packages/editor-codemirror/src/behaviors/theme.ts +++ b/packages/editor-codemirror/src/behaviors/theme.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-codemirror/src/behaviors/toolbar.ts b/packages/editor-codemirror/src/behaviors/toolbar.ts index f41231d1..12acf7c0 100644 --- a/packages/editor-codemirror/src/behaviors/toolbar.ts +++ b/packages/editor-codemirror/src/behaviors/toolbar.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-codemirror/src/behaviors/trackselection.ts b/packages/editor-codemirror/src/behaviors/trackselection.ts index 79a4b84f..e57389bf 100644 --- a/packages/editor-codemirror/src/behaviors/trackselection.ts +++ b/packages/editor-codemirror/src/behaviors/trackselection.ts @@ -2,15 +2,6 @@ * 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. - * */ import debounce from 'lodash.debounce'; diff --git a/packages/editor-codemirror/src/behaviors/yamloption.ts b/packages/editor-codemirror/src/behaviors/yamloption.ts index 8500728f..d14b5dba 100644 --- a/packages/editor-codemirror/src/behaviors/yamloption.ts +++ b/packages/editor-codemirror/src/behaviors/yamloption.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode } from 'prosemirror-model' diff --git a/packages/editor-codemirror/src/index.ts b/packages/editor-codemirror/src/index.ts index 8399ab81..a367a0d5 100644 --- a/packages/editor-codemirror/src/index.ts +++ b/packages/editor-codemirror/src/index.ts @@ -5,15 +5,6 @@ * 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. - * */ 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 e5220c40..fe1de6f0 100644 --- a/packages/editor-codemirror/src/languages/highlight.ts +++ b/packages/editor-codemirror/src/languages/highlight.ts @@ -5,15 +5,6 @@ * 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. - * */ 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 c85e6c91..1019eb6b 100644 --- a/packages/editor-codemirror/src/languages/index.ts +++ b/packages/editor-codemirror/src/languages/index.ts @@ -7,15 +7,6 @@ * 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. - * */ import { StreamLanguage, Language } from "@codemirror/language"; diff --git a/packages/editor-codemirror/src/nodeview.ts b/packages/editor-codemirror/src/nodeview.ts index 1fdccf05..570f0c2a 100644 --- a/packages/editor-codemirror/src/nodeview.ts +++ b/packages/editor-codemirror/src/nodeview.ts @@ -5,15 +5,6 @@ * 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. - * */ diff --git a/packages/editor-collab/src/automerge-doc.ts b/packages/editor-collab/src/automerge-doc.ts index e6e9bc20..d2e012a4 100644 --- a/packages/editor-collab/src/automerge-doc.ts +++ b/packages/editor-collab/src/automerge-doc.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 3f81c135..9b2cff8f 100644 --- a/packages/editor-collab/src/automerge-pm.ts +++ b/packages/editor-collab/src/automerge-pm.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 d5cc86c0..9c71decd 100644 --- a/packages/editor-collab/src/automerge.ts +++ b/packages/editor-collab/src/automerge.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 770198ed..f8340928 100644 --- a/packages/editor-collab/src/changequeue.ts +++ b/packages/editor-collab/src/changequeue.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-collab/src/index.ts b/packages/editor-collab/src/index.ts index 7ab83eac..491c321f 100644 --- a/packages/editor-collab/src/index.ts +++ b/packages/editor-collab/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-core/src/index.ts b/packages/editor-core/src/index.ts index 8e5ea338..fd244dbc 100644 --- a/packages/editor-core/src/index.ts +++ b/packages/editor-core/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './server'; diff --git a/packages/editor-core/src/languages.ts b/packages/editor-core/src/languages.ts index 6944e0a5..2a88ca86 100644 --- a/packages/editor-core/src/languages.ts +++ b/packages/editor-core/src/languages.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface EditorLanguage { diff --git a/packages/editor-core/src/server.ts b/packages/editor-core/src/server.ts index 661dd957..41b06fcc 100644 --- a/packages/editor-core/src/server.ts +++ b/packages/editor-core/src/server.ts @@ -4,15 +4,6 @@ * 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. - * */ import { JsonRpcRequestTransport } from "core"; diff --git a/packages/editor-core/src/services.ts b/packages/editor-core/src/services.ts index fafc57e5..1236510f 100644 --- a/packages/editor-core/src/services.ts +++ b/packages/editor-core/src/services.ts @@ -2,15 +2,6 @@ * 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. - * */ import { JsonRpcRequestTransport } from "core"; diff --git a/packages/editor-server/src/core/biblio.ts b/packages/editor-server/src/core/biblio.ts index c4141f9b..ed2cc72c 100644 --- a/packages/editor-server/src/core/biblio.ts +++ b/packages/editor-server/src/core/biblio.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 44ce42b3..cf319213 100644 --- a/packages/editor-server/src/core/documents.ts +++ b/packages/editor-server/src/core/documents.ts @@ -2,15 +2,6 @@ * 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. - * */ import fs from "node:fs"; diff --git a/packages/editor-server/src/core/index.ts b/packages/editor-server/src/core/index.ts index cc933c21..75de8657 100644 --- a/packages/editor-server/src/core/index.ts +++ b/packages/editor-server/src/core/index.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-server/src/core/mathjax.ts b/packages/editor-server/src/core/mathjax.ts index 86bd72db..d7a855ab 100644 --- a/packages/editor-server/src/core/mathjax.ts +++ b/packages/editor-server/src/core/mathjax.ts @@ -5,15 +5,6 @@ * * 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 5cfbebf9..9928676b 100644 --- a/packages/editor-server/src/core/pandoc.ts +++ b/packages/editor-server/src/core/pandoc.ts @@ -2,15 +2,6 @@ * 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. - * */ import stream from 'node:stream'; diff --git a/packages/editor-server/src/core/xref.ts b/packages/editor-server/src/core/xref.ts index 598ce1d3..2c96a602 100644 --- a/packages/editor-server/src/core/xref.ts +++ b/packages/editor-server/src/core/xref.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 b665d8f9..e862b57e 100644 --- a/packages/editor-server/src/core/zotero/index.ts +++ b/packages/editor-server/src/core/zotero/index.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 b18a0c04..9e4e58fb 100644 --- a/packages/editor-server/src/core/zotero/local/datadir.ts +++ b/packages/editor-server/src/core/zotero/local/datadir.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 d120a7df..ece64c1b 100644 --- a/packages/editor-server/src/core/zotero/local/db.ts +++ b/packages/editor-server/src/core/zotero/local/db.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-server/src/core/zotero/local/index.ts b/packages/editor-server/src/core/zotero/local/index.ts index a7d7e6dd..b72d56fa 100644 --- a/packages/editor-server/src/core/zotero/local/index.ts +++ b/packages/editor-server/src/core/zotero/local/index.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 3d84e44b..babc5fa3 100644 --- a/packages/editor-server/src/core/zotero/local/source.ts +++ b/packages/editor-server/src/core/zotero/local/source.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-server/src/core/zotero/trace.ts b/packages/editor-server/src/core/zotero/trace.ts index e4eeebc6..1d6ef0b9 100644 --- a/packages/editor-server/src/core/zotero/trace.ts +++ b/packages/editor-server/src/core/zotero/trace.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-server/src/core/zotero/util.ts b/packages/editor-server/src/core/zotero/util.ts index 81702c53..27259b7d 100644 --- a/packages/editor-server/src/core/zotero/util.ts +++ b/packages/editor-server/src/core/zotero/util.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 04e7c486..080beade 100644 --- a/packages/editor-server/src/core/zotero/web/api.ts +++ b/packages/editor-server/src/core/zotero/web/api.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 b40598a5..3ecfdfe8 100644 --- a/packages/editor-server/src/core/zotero/web/groups.ts +++ b/packages/editor-server/src/core/zotero/web/groups.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 75f69dcf..18964ba0 100644 --- a/packages/editor-server/src/core/zotero/web/index.ts +++ b/packages/editor-server/src/core/zotero/web/index.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-server/src/core/zotero/web/libraries.ts b/packages/editor-server/src/core/zotero/web/libraries.ts index 189e31fe..6bf17ed2 100644 --- a/packages/editor-server/src/core/zotero/web/libraries.ts +++ b/packages/editor-server/src/core/zotero/web/libraries.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 1b792591..a28653f4 100644 --- a/packages/editor-server/src/core/zotero/web/source.ts +++ b/packages/editor-server/src/core/zotero/web/source.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 6c475417..2142f18d 100644 --- a/packages/editor-server/src/core/zotero/web/storage.ts +++ b/packages/editor-server/src/core/zotero/web/storage.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 aea61314..9f0e17f6 100644 --- a/packages/editor-server/src/core/zotero/web/sync.ts +++ b/packages/editor-server/src/core/zotero/web/sync.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-server/src/core/zotero/web/trace.ts b/packages/editor-server/src/core/zotero/web/trace.ts index daa02093..5a1d22bf 100644 --- a/packages/editor-server/src/core/zotero/web/trace.ts +++ b/packages/editor-server/src/core/zotero/web/trace.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0f602a71..1adf1294 100644 --- a/packages/editor-server/src/core/zotero/web/types.ts +++ b/packages/editor-server/src/core/zotero/web/types.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface SyncActions { diff --git a/packages/editor-server/src/index.ts b/packages/editor-server/src/index.ts index c21d2bcb..a5ecf1d3 100644 --- a/packages/editor-server/src/index.ts +++ b/packages/editor-server/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './core'; diff --git a/packages/editor-server/src/server/crossref.ts b/packages/editor-server/src/server/crossref.ts index 3fad5a77..88fa760d 100644 --- a/packages/editor-server/src/server/crossref.ts +++ b/packages/editor-server/src/server/crossref.ts @@ -2,15 +2,6 @@ * 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. - * */ import fetch from "cross-fetch"; diff --git a/packages/editor-server/src/server/datacite.ts b/packages/editor-server/src/server/datacite.ts index 7fffe4b3..0af1cbb1 100644 --- a/packages/editor-server/src/server/datacite.ts +++ b/packages/editor-server/src/server/datacite.ts @@ -2,15 +2,6 @@ * 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. - * */ import fetch from "cross-fetch"; diff --git a/packages/editor-server/src/server/doi.ts b/packages/editor-server/src/server/doi.ts index 4dd97d20..4805b331 100644 --- a/packages/editor-server/src/server/doi.ts +++ b/packages/editor-server/src/server/doi.ts @@ -2,15 +2,6 @@ * 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. - * */ import fetch from "cross-fetch"; diff --git a/packages/editor-server/src/server/environment.ts b/packages/editor-server/src/server/environment.ts index c28071fb..6dbdfba3 100644 --- a/packages/editor-server/src/server/environment.ts +++ b/packages/editor-server/src/server/environment.ts @@ -2,15 +2,6 @@ * 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. - * */ import { JsonRpcServerMethod } from "core"; diff --git a/packages/editor-server/src/server/pandoc.ts b/packages/editor-server/src/server/pandoc.ts index 52354d0d..c6ccc3cc 100644 --- a/packages/editor-server/src/server/pandoc.ts +++ b/packages/editor-server/src/server/pandoc.ts @@ -3,15 +3,6 @@ * 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. - * */ diff --git a/packages/editor-server/src/server/pubmed.ts b/packages/editor-server/src/server/pubmed.ts index 72564ac9..f7daf376 100644 --- a/packages/editor-server/src/server/pubmed.ts +++ b/packages/editor-server/src/server/pubmed.ts @@ -2,15 +2,6 @@ * 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. - * */ import fetch from "cross-fetch"; diff --git a/packages/editor-server/src/server/response.ts b/packages/editor-server/src/server/response.ts index d23f07cf..9d55d7cd 100644 --- a/packages/editor-server/src/server/response.ts +++ b/packages/editor-server/src/server/response.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 5de082a9..5cd07235 100644 --- a/packages/editor-server/src/server/server.ts +++ b/packages/editor-server/src/server/server.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 b901e46f..4e65d3f1 100644 --- a/packages/editor-server/src/server/xref.ts +++ b/packages/editor-server/src/server/xref.ts @@ -3,15 +3,6 @@ * 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. - * */ import path from "node:path"; diff --git a/packages/editor-server/src/server/zotero.ts b/packages/editor-server/src/server/zotero.ts index 792171db..31e9e0fb 100644 --- a/packages/editor-server/src/server/zotero.ts +++ b/packages/editor-server/src/server/zotero.ts @@ -3,15 +3,6 @@ * 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. - * */ import { JsonRpcServerMethod } from "core"; diff --git a/packages/editor-server/src/services/codeview.ts b/packages/editor-server/src/services/codeview.ts index d118b91d..8ded1a3e 100644 --- a/packages/editor-server/src/services/codeview.ts +++ b/packages/editor-server/src/services/codeview.ts @@ -2,15 +2,6 @@ * 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. - * */ import { JsonRpcServerMethod } from "core"; diff --git a/packages/editor-server/src/services/dictionary.ts b/packages/editor-server/src/services/dictionary.ts index 8f13c5dd..a77fe6f5 100644 --- a/packages/editor-server/src/services/dictionary.ts +++ b/packages/editor-server/src/services/dictionary.ts @@ -3,15 +3,6 @@ * 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. - * */ import fs from "node:fs"; diff --git a/packages/editor-server/src/services/math.ts b/packages/editor-server/src/services/math.ts index f622a29c..8f80339b 100644 --- a/packages/editor-server/src/services/math.ts +++ b/packages/editor-server/src/services/math.ts @@ -2,15 +2,6 @@ * 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. - * */ import { JsonRpcServerMethod } from "core"; diff --git a/packages/editor-server/src/services/prefs.ts b/packages/editor-server/src/services/prefs.ts index 98b19a73..a21679c2 100644 --- a/packages/editor-server/src/services/prefs.ts +++ b/packages/editor-server/src/services/prefs.ts @@ -2,15 +2,6 @@ * 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. - * */ import path from "node:path"; diff --git a/packages/editor-server/src/services/services.ts b/packages/editor-server/src/services/services.ts index 433bc848..ccef0c29 100644 --- a/packages/editor-server/src/services/services.ts +++ b/packages/editor-server/src/services/services.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-server/src/services/source.ts b/packages/editor-server/src/services/source.ts index a06a572c..0d174c3f 100644 --- a/packages/editor-server/src/services/source.ts +++ b/packages/editor-server/src/services/source.ts @@ -2,15 +2,6 @@ * 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. - * */ import path from "node:path"; diff --git a/packages/editor-types/src/codeview.ts b/packages/editor-types/src/codeview.ts index 580d0a93..0a8aa0e3 100644 --- a/packages/editor-types/src/codeview.ts +++ b/packages/editor-types/src/codeview.ts @@ -2,15 +2,6 @@ * 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. - * */ import { CompletionList, Range } from "vscode-languageserver-types"; diff --git a/packages/editor-types/src/crossref.ts b/packages/editor-types/src/crossref.ts index 375ab755..1c87ec9f 100644 --- a/packages/editor-types/src/crossref.ts +++ b/packages/editor-types/src/crossref.ts @@ -2,15 +2,6 @@ * 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. - * */ export const kCrossrefWorks = 'crossref_works'; diff --git a/packages/editor-types/src/csl.ts b/packages/editor-types/src/csl.ts index c2595f6f..42bdbd4c 100644 --- a/packages/editor-types/src/csl.ts +++ b/packages/editor-types/src/csl.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface Bibliography { diff --git a/packages/editor-types/src/datacite.ts b/packages/editor-types/src/datacite.ts index ccb31a01..53087f0c 100644 --- a/packages/editor-types/src/datacite.ts +++ b/packages/editor-types/src/datacite.ts @@ -2,15 +2,6 @@ * 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. - * */ export const kDataCiteSearch = 'datacite_search'; diff --git a/packages/editor-types/src/diagram.ts b/packages/editor-types/src/diagram.ts index ba6642f6..01150af4 100644 --- a/packages/editor-types/src/diagram.ts +++ b/packages/editor-types/src/diagram.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-types/src/dialogs.ts b/packages/editor-types/src/dialogs.ts index d9d1774d..a164daaa 100644 --- a/packages/editor-types/src/dialogs.ts +++ b/packages/editor-types/src/dialogs.ts @@ -2,15 +2,6 @@ * 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. - * */ import { CiteField, CSL } from "./csl"; diff --git a/packages/editor-types/src/dictionary.ts b/packages/editor-types/src/dictionary.ts index ffecd820..36d6f889 100644 --- a/packages/editor-types/src/dictionary.ts +++ b/packages/editor-types/src/dictionary.ts @@ -2,15 +2,6 @@ * 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. - * */ export const kDictionaryAvailableDictionaries = "dictionary_available_dictionaries"; diff --git a/packages/editor-types/src/display.ts b/packages/editor-types/src/display.ts index ca9ef5ca..8f961a37 100644 --- a/packages/editor-types/src/display.ts +++ b/packages/editor-types/src/display.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorMenuItem } from "./menu"; diff --git a/packages/editor-types/src/doi.ts b/packages/editor-types/src/doi.ts index 78b4786b..8140276c 100644 --- a/packages/editor-types/src/doi.ts +++ b/packages/editor-types/src/doi.ts @@ -2,15 +2,6 @@ * 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. - * */ import { CSL } from "./csl"; diff --git a/packages/editor-types/src/environment.ts b/packages/editor-types/src/environment.ts index 686c1e45..1a17a235 100644 --- a/packages/editor-types/src/environment.ts +++ b/packages/editor-types/src/environment.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 5d4533bd..18211995 100644 --- a/packages/editor-types/src/image.ts +++ b/packages/editor-types/src/image.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface ImageDimensions { diff --git a/packages/editor-types/src/index.ts b/packages/editor-types/src/index.ts index ab870264..e9b95313 100644 --- a/packages/editor-types/src/index.ts +++ b/packages/editor-types/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './csl'; diff --git a/packages/editor-types/src/link.ts b/packages/editor-types/src/link.ts index bd2c88c8..86d56e0c 100644 --- a/packages/editor-types/src/link.ts +++ b/packages/editor-types/src/link.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-types/src/list.ts b/packages/editor-types/src/list.ts index 5c1672d8..20e0993e 100644 --- a/packages/editor-types/src/list.ts +++ b/packages/editor-types/src/list.ts @@ -4,15 +4,6 @@ * 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. - * */ export enum ListType { diff --git a/packages/editor-types/src/math.ts b/packages/editor-types/src/math.ts index f703038d..11ae5238 100644 --- a/packages/editor-types/src/math.ts +++ b/packages/editor-types/src/math.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-types/src/menu.ts b/packages/editor-types/src/menu.ts index 823e896c..3328a0e4 100644 --- a/packages/editor-types/src/menu.ts +++ b/packages/editor-types/src/menu.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-types/src/outline.ts b/packages/editor-types/src/outline.ts index 98c8661b..eaa6b2fd 100644 --- a/packages/editor-types/src/outline.ts +++ b/packages/editor-types/src/outline.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-types/src/pandoc.ts b/packages/editor-types/src/pandoc.ts index ea6741c4..11f38eca 100644 --- a/packages/editor-types/src/pandoc.ts +++ b/packages/editor-types/src/pandoc.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Bibliography } from "./csl"; diff --git a/packages/editor-types/src/prefs.ts b/packages/editor-types/src/prefs.ts index b2f02580..fa4cdaf7 100644 --- a/packages/editor-types/src/prefs.ts +++ b/packages/editor-types/src/prefs.ts @@ -2,15 +2,6 @@ * 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. - * */ export const kPrefsGetPrefs = "prefs_get_prefs"; diff --git a/packages/editor-types/src/pubmed.ts b/packages/editor-types/src/pubmed.ts index 1b0f96f9..07f2e208 100644 --- a/packages/editor-types/src/pubmed.ts +++ b/packages/editor-types/src/pubmed.ts @@ -2,15 +2,6 @@ * 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. - * */ export const kPubMedSearch = 'pubmed_search'; diff --git a/packages/editor-types/src/server.ts b/packages/editor-types/src/server.ts index 995fffb0..b22135d5 100644 --- a/packages/editor-types/src/server.ts +++ b/packages/editor-types/src/server.ts @@ -2,15 +2,6 @@ * 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. - * */ import { CrossrefServer } from "./crossref"; diff --git a/packages/editor-types/src/services.ts b/packages/editor-types/src/services.ts index 78b808d1..fb1c8129 100644 --- a/packages/editor-types/src/services.ts +++ b/packages/editor-types/src/services.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-types/src/source.ts b/packages/editor-types/src/source.ts index 72ffec66..2a75353a 100644 --- a/packages/editor-types/src/source.ts +++ b/packages/editor-types/src/source.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-types/src/spelling.ts b/packages/editor-types/src/spelling.ts index 282e43b3..bbed7ff0 100644 --- a/packages/editor-types/src/spelling.ts +++ b/packages/editor-types/src/spelling.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-types/src/table.ts b/packages/editor-types/src/table.ts index 4778c403..bdf7b2f7 100644 --- a/packages/editor-types/src/table.ts +++ b/packages/editor-types/src/table.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-types/src/vscode.ts b/packages/editor-types/src/vscode.ts index 37099678..1e1e986f 100644 --- a/packages/editor-types/src/vscode.ts +++ b/packages/editor-types/src/vscode.ts @@ -2,15 +2,6 @@ * 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. - * */ import { CodeViewActiveBlockContext, CodeViewSelectionAction } from "./codeview"; diff --git a/packages/editor-types/src/xref.ts b/packages/editor-types/src/xref.ts index d26a6dc1..291fb132 100644 --- a/packages/editor-types/src/xref.ts +++ b/packages/editor-types/src/xref.ts @@ -2,15 +2,6 @@ * 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. - * */ export const kXRefIndexForFile = 'xref_index_for_file'; diff --git a/packages/editor-types/src/zotero.ts b/packages/editor-types/src/zotero.ts index f34ae8e4..efb948b5 100644 --- a/packages/editor-types/src/zotero.ts +++ b/packages/editor-types/src/zotero.ts @@ -3,15 +3,6 @@ * 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. - * */ import { CSL } from './csl'; diff --git a/packages/editor-ui/src/commands/CommandManager.tsx b/packages/editor-ui/src/commands/CommandManager.tsx index 96ea4781..26fb4a82 100644 --- a/packages/editor-ui/src/commands/CommandManager.tsx +++ b/packages/editor-ui/src/commands/CommandManager.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { PropsWithChildren } from 'react'; diff --git a/packages/editor-ui/src/commands/CommandMenuItem.tsx b/packages/editor-ui/src/commands/CommandMenuItem.tsx index a7efcf2c..df538b5f 100644 --- a/packages/editor-ui/src/commands/CommandMenuItem.tsx +++ b/packages/editor-ui/src/commands/CommandMenuItem.tsx @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-ui/src/commands/CommandMenuItems.tsx b/packages/editor-ui/src/commands/CommandMenuItems.tsx index f8397405..e072a055 100644 --- a/packages/editor-ui/src/commands/CommandMenuItems.tsx +++ b/packages/editor-ui/src/commands/CommandMenuItems.tsx @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-ui/src/commands/CommandMenubarMenu.tsx b/packages/editor-ui/src/commands/CommandMenubarMenu.tsx index 0eabd026..62322101 100644 --- a/packages/editor-ui/src/commands/CommandMenubarMenu.tsx +++ b/packages/editor-ui/src/commands/CommandMenubarMenu.tsx @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-ui/src/commands/CommandSubMenu.tsx b/packages/editor-ui/src/commands/CommandSubMenu.tsx index 4c750123..f39cf245 100644 --- a/packages/editor-ui/src/commands/CommandSubMenu.tsx +++ b/packages/editor-ui/src/commands/CommandSubMenu.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 52b7e36e..6cd05380 100644 --- a/packages/editor-ui/src/commands/CommandToolbarButton.tsx +++ b/packages/editor-ui/src/commands/CommandToolbarButton.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { useContext } from 'react'; diff --git a/packages/editor-ui/src/commands/CommandToolbarMenu.tsx b/packages/editor-ui/src/commands/CommandToolbarMenu.tsx index 2e7090d3..c55f6c35 100644 --- a/packages/editor-ui/src/commands/CommandToolbarMenu.tsx +++ b/packages/editor-ui/src/commands/CommandToolbarMenu.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { useContext } from 'react'; diff --git a/packages/editor-ui/src/commands/WithCommand.tsx b/packages/editor-ui/src/commands/WithCommand.tsx index 571a7a10..6190788b 100644 --- a/packages/editor-ui/src/commands/WithCommand.tsx +++ b/packages/editor-ui/src/commands/WithCommand.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 b253eee9..2fda1084 100644 --- a/packages/editor-ui/src/commands/commands-ui.ts +++ b/packages/editor-ui/src/commands/commands-ui.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-ui/src/commands/commands.ts b/packages/editor-ui/src/commands/commands.ts index 5eefa9dd..9535c983 100644 --- a/packages/editor-ui/src/commands/commands.ts +++ b/packages/editor-ui/src/commands/commands.ts @@ -2,15 +2,6 @@ * 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. - * */ import { toKeyCode, keyCodeString } from './keycodes'; diff --git a/packages/editor-ui/src/commands/hotkeys.ts b/packages/editor-ui/src/commands/hotkeys.ts index 6cf48f51..72a82d80 100644 --- a/packages/editor-ui/src/commands/hotkeys.ts +++ b/packages/editor-ui/src/commands/hotkeys.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-ui/src/commands/index.ts b/packages/editor-ui/src/commands/index.ts index 5dc07021..ab03b024 100644 --- a/packages/editor-ui/src/commands/index.ts +++ b/packages/editor-ui/src/commands/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './CommandManager'; diff --git a/packages/editor-ui/src/commands/keycodes.ts b/packages/editor-ui/src/commands/keycodes.ts index 29470125..297163a9 100644 --- a/packages/editor-ui/src/commands/keycodes.ts +++ b/packages/editor-ui/src/commands/keycodes.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0268851b..1236433d 100644 --- a/packages/editor-ui/src/context/context.ts +++ b/packages/editor-ui/src/context/context.ts @@ -2,15 +2,6 @@ * 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. - * */ import { JsonRpcRequestTransport, PromiseQueue } from 'core'; diff --git a/packages/editor-ui/src/context/index.ts b/packages/editor-ui/src/context/index.ts index 1326cea5..d679efb0 100644 --- a/packages/editor-ui/src/context/index.ts +++ b/packages/editor-ui/src/context/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './context'; diff --git a/packages/editor-ui/src/context/spelling.ts b/packages/editor-ui/src/context/spelling.ts index 4ed78ac2..146be446 100644 --- a/packages/editor-ui/src/context/spelling.ts +++ b/packages/editor-ui/src/context/spelling.ts @@ -2,15 +2,6 @@ * 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. - * */ import Typo from 'typo-js'; diff --git a/packages/editor-ui/src/dialogs/alert.tsx b/packages/editor-ui/src/dialogs/alert.tsx index c8c08d6a..addcff8e 100644 --- a/packages/editor-ui/src/dialogs/alert.tsx +++ b/packages/editor-ui/src/dialogs/alert.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 ca2e7d99..2648fbb4 100644 --- a/packages/editor-ui/src/dialogs/edit-attr.tsx +++ b/packages/editor-ui/src/dialogs/edit-attr.tsx @@ -3,15 +3,6 @@ * 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. - * */ 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 9377358e..bbc091df 100644 --- a/packages/editor-ui/src/dialogs/edit-callout.tsx +++ b/packages/editor-ui/src/dialogs/edit-callout.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 67cf0615..a309d334 100644 --- a/packages/editor-ui/src/dialogs/edit-codeblock.tsx +++ b/packages/editor-ui/src/dialogs/edit-codeblock.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 1a9afd89..6416d099 100644 --- a/packages/editor-ui/src/dialogs/edit-image.tsx +++ b/packages/editor-ui/src/dialogs/edit-image.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 b87b97b3..54ad9c20 100644 --- a/packages/editor-ui/src/dialogs/edit-link.tsx +++ b/packages/editor-ui/src/dialogs/edit-link.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 ac9faf20..c9a444d8 100644 --- a/packages/editor-ui/src/dialogs/edit-list.tsx +++ b/packages/editor-ui/src/dialogs/edit-list.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 4b7f8bac..0036cdf1 100644 --- a/packages/editor-ui/src/dialogs/edit-math.tsx +++ b/packages/editor-ui/src/dialogs/edit-math.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 ce18dfc0..4faf364d 100644 --- a/packages/editor-ui/src/dialogs/edit-raw.tsx +++ b/packages/editor-ui/src/dialogs/edit-raw.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 35f3485d..d706c707 100644 --- a/packages/editor-ui/src/dialogs/html-dialog.tsx +++ b/packages/editor-ui/src/dialogs/html-dialog.tsx @@ -3,15 +3,6 @@ * 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. - * */ 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 27791258..edefae09 100644 --- a/packages/editor-ui/src/dialogs/index.ts +++ b/packages/editor-ui/src/dialogs/index.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/packages/editor-ui/src/dialogs/insert-cite.tsx b/packages/editor-ui/src/dialogs/insert-cite.tsx index 046a462a..8730217a 100644 --- a/packages/editor-ui/src/dialogs/insert-cite.tsx +++ b/packages/editor-ui/src/dialogs/insert-cite.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 d67de7f2..f4ea23ed 100644 --- a/packages/editor-ui/src/dialogs/insert-table.tsx +++ b/packages/editor-ui/src/dialogs/insert-table.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 d64bd23d..659eaa05 100644 --- a/packages/editor-ui/src/dialogs/insert-tabset.tsx +++ b/packages/editor-ui/src/dialogs/insert-tabset.tsx @@ -3,15 +3,6 @@ * 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. - * */ import React, { useEffect, useRef, useState } from "react"; diff --git a/packages/editor-ui/src/editor/Editor.tsx b/packages/editor-ui/src/editor/Editor.tsx index 18fca651..7597f5e9 100644 --- a/packages/editor-ui/src/editor/Editor.tsx +++ b/packages/editor-ui/src/editor/Editor.tsx @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-ui/src/editor/EditorFind.tsx b/packages/editor-ui/src/editor/EditorFind.tsx index 69da647f..d96741e4 100644 --- a/packages/editor-ui/src/editor/EditorFind.tsx +++ b/packages/editor-ui/src/editor/EditorFind.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 1b9e72ee..66eac488 100644 --- a/packages/editor-ui/src/editor/EditorLoadFailed.tsx +++ b/packages/editor-ui/src/editor/EditorLoadFailed.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from 'react'; diff --git a/packages/editor-ui/src/editor/EditorOperationsContext.tsx b/packages/editor-ui/src/editor/EditorOperationsContext.tsx index 2ba45fdc..75e777b6 100644 --- a/packages/editor-ui/src/editor/EditorOperationsContext.tsx +++ b/packages/editor-ui/src/editor/EditorOperationsContext.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 5b95c512..14706272 100644 --- a/packages/editor-ui/src/editor/editor-commands.tsx +++ b/packages/editor-ui/src/editor/editor-commands.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from "react" diff --git a/packages/editor-ui/src/editor/index.ts b/packages/editor-ui/src/editor/index.ts index 146f7af7..f42629bf 100644 --- a/packages/editor-ui/src/editor/index.ts +++ b/packages/editor-ui/src/editor/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './Editor'; diff --git a/packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx b/packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx index 984de5e3..2dd31ec2 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 7d1d8073..15e80b24 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineEmpty.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineEmpty.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 64b48447..ed15b50c 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineHeader.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineHeader.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from 'react'; diff --git a/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx b/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx index 63d9ae02..9fc4f700 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 d731e72d..60d25a42 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineTree.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineTree.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { useContext } from 'react'; diff --git a/packages/editor-ui/src/i18n/index.ts b/packages/editor-ui/src/i18n/index.ts index 6ecc9001..3716aa3d 100644 --- a/packages/editor-ui/src/i18n/index.ts +++ b/packages/editor-ui/src/i18n/index.ts @@ -2,15 +2,6 @@ * 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. - * */ import i18n, { TFunction } from 'i18next'; diff --git a/packages/editor-ui/src/index.ts b/packages/editor-ui/src/index.ts index 921f2dae..a160237d 100644 --- a/packages/editor-ui/src/index.ts +++ b/packages/editor-ui/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './context'; diff --git a/packages/editor-ui/src/menu/Menu.tsx b/packages/editor-ui/src/menu/Menu.tsx index 48e69b9b..eafd219c 100644 --- a/packages/editor-ui/src/menu/Menu.tsx +++ b/packages/editor-ui/src/menu/Menu.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { PropsWithChildren } from 'react'; diff --git a/packages/editor-ui/src/menu/Toolbar.tsx b/packages/editor-ui/src/menu/Toolbar.tsx index aaf34cc0..e6202af5 100644 --- a/packages/editor-ui/src/menu/Toolbar.tsx +++ b/packages/editor-ui/src/menu/Toolbar.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { PropsWithChildren } from "react" diff --git a/packages/editor-ui/src/menu/context.tsx b/packages/editor-ui/src/menu/context.tsx index 76663361..2872e063 100644 --- a/packages/editor-ui/src/menu/context.tsx +++ b/packages/editor-ui/src/menu/context.tsx @@ -3,15 +3,6 @@ * 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. - * */ 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 1eff62e9..6f0fd525 100644 --- a/packages/editor-ui/src/menu/index.ts +++ b/packages/editor-ui/src/menu/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './Menu'; diff --git a/packages/editor-ui/src/menu/styles.ts b/packages/editor-ui/src/menu/styles.ts index f49228d1..544e1090 100644 --- a/packages/editor-ui/src/menu/styles.ts +++ b/packages/editor-ui/src/menu/styles.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-ui/src/store/dictionary.ts b/packages/editor-ui/src/store/dictionary.ts index 4b0ff25d..15f43711 100644 --- a/packages/editor-ui/src/store/dictionary.ts +++ b/packages/editor-ui/src/store/dictionary.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 eda5bd32..d83e7f1c 100644 --- a/packages/editor-ui/src/store/editors.ts +++ b/packages/editor-ui/src/store/editors.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor-ui/src/store/index.ts b/packages/editor-ui/src/store/index.ts index ca69155f..297d7986 100644 --- a/packages/editor-ui/src/store/index.ts +++ b/packages/editor-ui/src/store/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './rtk'; diff --git a/packages/editor-ui/src/store/prefs.ts b/packages/editor-ui/src/store/prefs.ts index bfd41618..452eeffb 100644 --- a/packages/editor-ui/src/store/prefs.ts +++ b/packages/editor-ui/src/store/prefs.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 ad05d257..94989eab 100644 --- a/packages/editor-ui/src/store/rtk.ts +++ b/packages/editor-ui/src/store/rtk.ts @@ -3,15 +3,6 @@ * * 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. - * - * * */ diff --git a/packages/editor-ui/src/store/store.ts b/packages/editor-ui/src/store/store.ts index 2efb33e6..ba60107d 100644 --- a/packages/editor-ui/src/store/store.ts +++ b/packages/editor-ui/src/store/store.ts @@ -2,15 +2,6 @@ * 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. - * */ import { configureStore } from '@reduxjs/toolkit' diff --git a/packages/editor-ui/src/styles.ts b/packages/editor-ui/src/styles.ts index 299322e5..1e45166c 100644 --- a/packages/editor-ui/src/styles.ts +++ b/packages/editor-ui/src/styles.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 d8f3983c..ce49902d 100644 --- a/packages/editor-ui/src/theme.ts +++ b/packages/editor-ui/src/theme.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/packages/editor/src/api/attr_edit.ts b/packages/editor/src/api/attr_edit.ts index 8e7ccf7b..4a7510d7 100644 --- a/packages/editor/src/api/attr_edit.ts +++ b/packages/editor/src/api/attr_edit.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode, NodeType, Schema } from 'prosemirror-model'; 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 7b2f4c58..e866e77d 100644 --- a/packages/editor/src/api/attr_edit/attr_edit-decoration.tsx +++ b/packages/editor/src/api/attr_edit/attr_edit-decoration.tsx @@ -2,15 +2,6 @@ * 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. - * */ import { NodeSelection } from 'prosemirror-state'; diff --git a/packages/editor/src/api/base64.ts b/packages/editor/src/api/base64.ts index 67d7fe6a..e4ea0214 100644 --- a/packages/editor/src/api/base64.ts +++ b/packages/editor/src/api/base64.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 bb3f452e..ba1e6210 100644 --- a/packages/editor/src/api/basekeys-types.ts +++ b/packages/editor/src/api/basekeys-types.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/basekeys.ts b/packages/editor/src/api/basekeys.ts index d03c251d..afa200d9 100644 --- a/packages/editor/src/api/basekeys.ts +++ b/packages/editor/src/api/basekeys.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/packages/editor/src/api/bibliography/bibDB.ts b/packages/editor/src/api/bibliography/bibDB.ts index 88485461..ea37ce09 100644 --- a/packages/editor/src/api/bibliography/bibDB.ts +++ b/packages/editor/src/api/bibliography/bibDB.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/bibliography/bibliography-provider_local.ts b/packages/editor/src/api/bibliography/bibliography-provider_local.ts index 0b38fece..36b852ef 100644 --- a/packages/editor/src/api/bibliography/bibliography-provider_local.ts +++ b/packages/editor/src/api/bibliography/bibliography-provider_local.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 4d63a335..2fb51285 100644 --- a/packages/editor/src/api/bibliography/bibliography-provider_zotero.ts +++ b/packages/editor/src/api/bibliography/bibliography-provider_zotero.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/bibliography/bibliography.ts b/packages/editor/src/api/bibliography/bibliography.ts index c3621220..ed48c121 100644 --- a/packages/editor/src/api/bibliography/bibliography.ts +++ b/packages/editor/src/api/bibliography/bibliography.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 eaa648c5..d0c6a48b 100644 --- a/packages/editor/src/api/bibtex/bibtex.ts +++ b/packages/editor/src/api/bibtex/bibtex.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 ecb03d23..a5e0c981 100644 --- a/packages/editor/src/api/bibtex/characters.ts +++ b/packages/editor/src/api/bibtex/characters.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 1827adb5..cee828aa 100644 --- a/packages/editor/src/api/bibtex/fields.ts +++ b/packages/editor/src/api/bibtex/fields.ts @@ -2,15 +2,6 @@ * 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. - * */ import { lanagugeMappings } from './language'; diff --git a/packages/editor/src/api/bibtex/formatting.ts b/packages/editor/src/api/bibtex/formatting.ts index e826a95e..81616651 100644 --- a/packages/editor/src/api/bibtex/formatting.ts +++ b/packages/editor/src/api/bibtex/formatting.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface FormattingTag { diff --git a/packages/editor/src/api/bibtex/language.ts b/packages/editor/src/api/bibtex/language.ts index 0786dc4b..f549d694 100644 --- a/packages/editor/src/api/bibtex/language.ts +++ b/packages/editor/src/api/bibtex/language.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 609cc7e3..b9ba887f 100644 --- a/packages/editor/src/api/bibtex/types.ts +++ b/packages/editor/src/api/bibtex/types.ts @@ -2,15 +2,6 @@ * 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. - * */ import { cslTypes } from '../csl'; diff --git a/packages/editor/src/api/change.ts b/packages/editor/src/api/change.ts index b5ce6181..20d730ca 100644 --- a/packages/editor/src/api/change.ts +++ b/packages/editor/src/api/change.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 9273d2c2..2d71ba75 100644 --- a/packages/editor/src/api/cite.ts +++ b/packages/editor/src/api/cite.ts @@ -2,15 +2,6 @@ * 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. - * */ import { CiteField } from 'editor-types'; diff --git a/packages/editor/src/api/clipboard.ts b/packages/editor/src/api/clipboard.ts index 9a2d9c2c..edc9aed6 100644 --- a/packages/editor/src/api/clipboard.ts +++ b/packages/editor/src/api/clipboard.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 f671971a..c6601ede 100644 --- a/packages/editor/src/api/code.ts +++ b/packages/editor/src/api/code.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Plugin, PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/api/codeview.ts b/packages/editor/src/api/codeview.ts index 4b3f88e3..a1edeb09 100644 --- a/packages/editor/src/api/codeview.ts +++ b/packages/editor/src/api/codeview.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 d0455142..2a8ea5e3 100644 --- a/packages/editor/src/api/command-types.ts +++ b/packages/editor/src/api/command-types.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/command.ts b/packages/editor/src/api/command.ts index 3492f7e7..650a193b 100644 --- a/packages/editor/src/api/command.ts +++ b/packages/editor/src/api/command.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 9d54ee81..c2fc0bf8 100644 --- a/packages/editor/src/api/completion.ts +++ b/packages/editor/src/api/completion.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 6cc60d10..75b572f5 100644 --- a/packages/editor/src/api/crossref.ts +++ b/packages/editor/src/api/crossref.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorUI } from './ui-types'; diff --git a/packages/editor/src/api/csl.ts b/packages/editor/src/api/csl.ts index f285cd5b..5915ae7c 100644 --- a/packages/editor/src/api/csl.ts +++ b/packages/editor/src/api/csl.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/css.ts b/packages/editor/src/api/css.ts index 347b2fff..2aaafeff 100644 --- a/packages/editor/src/api/css.ts +++ b/packages/editor/src/api/css.ts @@ -2,15 +2,6 @@ * 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. - * */ import { kWidthAttrib, kHeightAttrib, kStyleAttrib } from './pandoc_attr'; diff --git a/packages/editor/src/api/cursor.ts b/packages/editor/src/api/cursor.ts index e0dad5c6..d3e829a4 100644 --- a/packages/editor/src/api/cursor.ts +++ b/packages/editor/src/api/cursor.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0e3ca2cc..f960d1a2 100644 --- a/packages/editor/src/api/datacite.ts +++ b/packages/editor/src/api/datacite.ts @@ -2,15 +2,6 @@ * 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. - * */ import { DataCiteRecord } from 'editor-types'; diff --git a/packages/editor/src/api/decoration.ts b/packages/editor/src/api/decoration.ts index 1abf847a..03d25bce 100644 --- a/packages/editor/src/api/decoration.ts +++ b/packages/editor/src/api/decoration.ts @@ -2,15 +2,6 @@ * 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. - * */ import { NodeWithPos } from 'prosemirror-utils'; diff --git a/packages/editor/src/api/doi.ts b/packages/editor/src/api/doi.ts index 3b62f20e..028c04c8 100644 --- a/packages/editor/src/api/doi.ts +++ b/packages/editor/src/api/doi.ts @@ -2,15 +2,6 @@ * 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. - * */ import { DOIServer } from "editor-types"; diff --git a/packages/editor/src/api/dom.ts b/packages/editor/src/api/dom.ts index d7237182..73cfad89 100644 --- a/packages/editor/src/api/dom.ts +++ b/packages/editor/src/api/dom.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/api/emoji.ts b/packages/editor/src/api/emoji.ts index 28debf53..196d5aaa 100644 --- a/packages/editor/src/api/emoji.ts +++ b/packages/editor/src/api/emoji.ts @@ -2,15 +2,6 @@ * 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. - * */ import kEmojis from './emojis-all'; diff --git a/packages/editor/src/api/event-types.ts b/packages/editor/src/api/event-types.ts index d89edf7b..cba55027 100644 --- a/packages/editor/src/api/event-types.ts +++ b/packages/editor/src/api/event-types.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/events.ts b/packages/editor/src/api/events.ts index 0ce4e6ea..0fb73dd2 100644 --- a/packages/editor/src/api/events.ts +++ b/packages/editor/src/api/events.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 351cd32f..b2ef55bf 100644 --- a/packages/editor/src/api/extension-types.ts +++ b/packages/editor/src/api/extension-types.ts @@ -2,15 +2,6 @@ * 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. - * */ import { InputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/api/extension.ts b/packages/editor/src/api/extension.ts index e7910d45..4087e911 100644 --- a/packages/editor/src/api/extension.ts +++ b/packages/editor/src/api/extension.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/find-types.ts b/packages/editor/src/api/find-types.ts index c99db9c2..5c6d45c9 100644 --- a/packages/editor/src/api/find-types.ts +++ b/packages/editor/src/api/find-types.ts @@ -2,15 +2,6 @@ * 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. - * */ import { DecorationSet } from "prosemirror-view"; diff --git a/packages/editor/src/api/fixup.ts b/packages/editor/src/api/fixup.ts index 1eb359c7..2ab514b0 100644 --- a/packages/editor/src/api/fixup.ts +++ b/packages/editor/src/api/fixup.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/focus.ts b/packages/editor/src/api/focus.ts index 9b95ac86..1bd2d9f3 100644 --- a/packages/editor/src/api/focus.ts +++ b/packages/editor/src/api/focus.ts @@ -2,15 +2,6 @@ * 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. - * */ export function isElementFocused(element: HTMLElement | null): boolean { diff --git a/packages/editor/src/api/format.ts b/packages/editor/src/api/format.ts index 7f758c2f..2971506f 100644 --- a/packages/editor/src/api/format.ts +++ b/packages/editor/src/api/format.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface EditorFormat { diff --git a/packages/editor/src/api/formatting.ts b/packages/editor/src/api/formatting.ts index 81f98413..7d213cdb 100644 --- a/packages/editor/src/api/formatting.ts +++ b/packages/editor/src/api/formatting.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/fragment.ts b/packages/editor/src/api/fragment.ts index 549c8f22..4cb4493c 100644 --- a/packages/editor/src/api/fragment.ts +++ b/packages/editor/src/api/fragment.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 cf9860a0..5868f067 100644 --- a/packages/editor/src/api/heading.ts +++ b/packages/editor/src/api/heading.ts @@ -2,15 +2,6 @@ * 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. - * */ export const kHeadingLevel = 0; diff --git a/packages/editor/src/api/html.ts b/packages/editor/src/api/html.ts index 8bbc9660..ee9e691c 100644 --- a/packages/editor/src/api/html.ts +++ b/packages/editor/src/api/html.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 10ad54c5..1a58beee 100644 --- a/packages/editor/src/api/image.ts +++ b/packages/editor/src/api/image.ts @@ -2,15 +2,6 @@ * 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. - * */ import { kPixelUnit, kPercentUnit } from './css'; diff --git a/packages/editor/src/api/input_rule.ts b/packages/editor/src/api/input_rule.ts index d4ec5986..e3f0f9d6 100644 --- a/packages/editor/src/api/input_rule.ts +++ b/packages/editor/src/api/input_rule.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/link.ts b/packages/editor/src/api/link.ts index dd3a4b82..8b07ae2c 100644 --- a/packages/editor/src/api/link.ts +++ b/packages/editor/src/api/link.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0964a95e..3d97ad33 100644 --- a/packages/editor/src/api/list-types.ts +++ b/packages/editor/src/api/list-types.ts @@ -2,15 +2,6 @@ * 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. - * */ export { ListType, ListNumberStyle, ListNumberDelim} from 'editor-types'; diff --git a/packages/editor/src/api/list.ts b/packages/editor/src/api/list.ts index 058b0a2f..47f48e65 100644 --- a/packages/editor/src/api/list.ts +++ b/packages/editor/src/api/list.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/api/log.ts b/packages/editor/src/api/log.ts index 139e4624..9ffd9712 100644 --- a/packages/editor/src/api/log.ts +++ b/packages/editor/src/api/log.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 b164bf39..7333dba2 100644 --- a/packages/editor/src/api/mark-highlight.ts +++ b/packages/editor/src/api/mark-highlight.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 bda8fdd1..9dfcd274 100644 --- a/packages/editor/src/api/mark.ts +++ b/packages/editor/src/api/mark.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 963e6ed2..7e3c9657 100644 --- a/packages/editor/src/api/markdown-types.ts +++ b/packages/editor/src/api/markdown-types.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/math.ts b/packages/editor/src/api/math.ts index 3e258760..53d05c34 100644 --- a/packages/editor/src/api/math.ts +++ b/packages/editor/src/api/math.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/api/menu.ts b/packages/editor/src/api/menu.ts index 3cfd5d5e..7c3d4005 100644 --- a/packages/editor/src/api/menu.ts +++ b/packages/editor/src/api/menu.ts @@ -2,15 +2,6 @@ * 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. - * */ import { ResolvedPos } from "prosemirror-model"; diff --git a/packages/editor/src/api/navigation-types.ts b/packages/editor/src/api/navigation-types.ts index 918135ff..615ca1c3 100644 --- a/packages/editor/src/api/navigation-types.ts +++ b/packages/editor/src/api/navigation-types.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/navigation.ts b/packages/editor/src/api/navigation.ts index 9825c4ff..2ad735d2 100644 --- a/packages/editor/src/api/navigation.ts +++ b/packages/editor/src/api/navigation.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/api/node-traverse.ts b/packages/editor/src/api/node-traverse.ts index b19e0194..01c366e0 100644 --- a/packages/editor/src/api/node-traverse.ts +++ b/packages/editor/src/api/node-traverse.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node } from "prosemirror-model"; diff --git a/packages/editor/src/api/node.ts b/packages/editor/src/api/node.ts index 691d0e66..c9d7398e 100644 --- a/packages/editor/src/api/node.ts +++ b/packages/editor/src/api/node.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0a804782..4d95b742 100644 --- a/packages/editor/src/api/nodeindex.ts +++ b/packages/editor/src/api/nodeindex.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node } from "prosemirror-model"; diff --git a/packages/editor/src/api/object.ts b/packages/editor/src/api/object.ts index 17b5cd6a..67d4ef45 100644 --- a/packages/editor/src/api/object.ts +++ b/packages/editor/src/api/object.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 7d25d49f..b4f9db80 100644 --- a/packages/editor/src/api/omni_insert.ts +++ b/packages/editor/src/api/omni_insert.ts @@ -2,15 +2,6 @@ * 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. - * */ import { CommandFn } from './command'; diff --git a/packages/editor/src/api/options.ts b/packages/editor/src/api/options.ts index de6203dc..0296c14e 100644 --- a/packages/editor/src/api/options.ts +++ b/packages/editor/src/api/options.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorTheme } from "../editor/editor-theme"; diff --git a/packages/editor/src/api/outline.ts b/packages/editor/src/api/outline.ts index fe7ae18a..45d20718 100644 --- a/packages/editor/src/api/outline.ts +++ b/packages/editor/src/api/outline.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 05ceb396..a6ee06f5 100644 --- a/packages/editor/src/api/pandoc-types.ts +++ b/packages/editor/src/api/pandoc-types.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface PandocFormat { diff --git a/packages/editor/src/api/pandoc.ts b/packages/editor/src/api/pandoc.ts index 93a3bdec..b7646030 100644 --- a/packages/editor/src/api/pandoc.ts +++ b/packages/editor/src/api/pandoc.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0b606beb..1e02103e 100644 --- a/packages/editor/src/api/pandoc_attr.ts +++ b/packages/editor/src/api/pandoc_attr.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 96e08d14..95828e02 100644 --- a/packages/editor/src/api/pandoc_capabilities.ts +++ b/packages/editor/src/api/pandoc_capabilities.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 09437032..baad4f1b 100644 --- a/packages/editor/src/api/pandoc_capsule.ts +++ b/packages/editor/src/api/pandoc_capsule.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/api/pandoc_format.ts b/packages/editor/src/api/pandoc_format.ts index 11f47083..e4933d0d 100644 --- a/packages/editor/src/api/pandoc_format.ts +++ b/packages/editor/src/api/pandoc_format.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 f05611c4..e647ade6 100644 --- a/packages/editor/src/api/pandoc_id.ts +++ b/packages/editor/src/api/pandoc_id.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 05347dc4..726609c3 100644 --- a/packages/editor/src/api/paragraph.ts +++ b/packages/editor/src/api/paragraph.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/path.ts b/packages/editor/src/api/path.ts index ffed041c..871d290d 100644 --- a/packages/editor/src/api/path.ts +++ b/packages/editor/src/api/path.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 bf3cc7b5..ba8ff39c 100644 --- a/packages/editor/src/api/placeholder.ts +++ b/packages/editor/src/api/placeholder.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 31effd02..4911c6ce 100644 --- a/packages/editor/src/api/platform.ts +++ b/packages/editor/src/api/platform.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 1713fb8c..af64a18a 100644 --- a/packages/editor/src/api/position.ts +++ b/packages/editor/src/api/position.ts @@ -2,15 +2,6 @@ * 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. - * */ import { ResolvedPos } from 'prosemirror-model'; diff --git a/packages/editor/src/api/presentation.ts b/packages/editor/src/api/presentation.ts index f0e4d924..5fe14940 100644 --- a/packages/editor/src/api/presentation.ts +++ b/packages/editor/src/api/presentation.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/api/pubmed.ts b/packages/editor/src/api/pubmed.ts index 937eab27..373a39a2 100644 --- a/packages/editor/src/api/pubmed.ts +++ b/packages/editor/src/api/pubmed.ts @@ -2,15 +2,6 @@ * 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. - * */ import { PubMedDocument } from 'editor-types'; diff --git a/packages/editor/src/api/quote.ts b/packages/editor/src/api/quote.ts index e4ecdb7d..d607893e 100644 --- a/packages/editor/src/api/quote.ts +++ b/packages/editor/src/api/quote.ts @@ -2,15 +2,6 @@ * 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. - * */ export const kQuoteType = 0; diff --git a/packages/editor/src/api/raw.ts b/packages/editor/src/api/raw.ts index 73da6337..758b87be 100644 --- a/packages/editor/src/api/raw.ts +++ b/packages/editor/src/api/raw.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 d21efe48..a9f393bc 100644 --- a/packages/editor/src/api/react-hooks.ts +++ b/packages/editor/src/api/react-hooks.ts @@ -2,15 +2,6 @@ * 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. - * */ import { useEffect, useRef } from "react"; diff --git a/packages/editor/src/api/resource.ts b/packages/editor/src/api/resource.ts index b9be2ac9..18d18515 100644 --- a/packages/editor/src/api/resource.ts +++ b/packages/editor/src/api/resource.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/rmd.ts b/packages/editor/src/api/rmd.ts index 66fe74dc..6d467340 100644 --- a/packages/editor/src/api/rmd.ts +++ b/packages/editor/src/api/rmd.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 8d7dbf71..625769f0 100644 --- a/packages/editor/src/api/scroll.ts +++ b/packages/editor/src/api/scroll.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/api/selection.ts b/packages/editor/src/api/selection.ts index 4a02f5a4..8a71ef44 100644 --- a/packages/editor/src/api/selection.ts +++ b/packages/editor/src/api/selection.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Selection, NodeSelection } from 'prosemirror-state'; diff --git a/packages/editor/src/api/shortcode.ts b/packages/editor/src/api/shortcode.ts index 90e3fa62..e74ef3f7 100644 --- a/packages/editor/src/api/shortcode.ts +++ b/packages/editor/src/api/shortcode.ts @@ -2,15 +2,6 @@ * 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. - * */ export const kShortcodePattern = '(?:^|[^`])({{([%<])\\s+.*?[%>]}})'; diff --git a/packages/editor/src/api/slice.ts b/packages/editor/src/api/slice.ts index 8d5ba7cf..a6008cfa 100644 --- a/packages/editor/src/api/slice.ts +++ b/packages/editor/src/api/slice.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 6fd4a440..b8064161 100644 --- a/packages/editor/src/api/sourcepos.ts +++ b/packages/editor/src/api/sourcepos.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorState } from "prosemirror-state"; diff --git a/packages/editor/src/api/spelling.ts b/packages/editor/src/api/spelling.ts index 92cc5adb..8fc48855 100644 --- a/packages/editor/src/api/spelling.ts +++ b/packages/editor/src/api/spelling.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/table.ts b/packages/editor/src/api/table.ts index 440f5ad5..a9a290e0 100644 --- a/packages/editor/src/api/table.ts +++ b/packages/editor/src/api/table.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorCommandId } from './command'; diff --git a/packages/editor/src/api/tex.ts b/packages/editor/src/api/tex.ts index 262bfffa..c71ca159 100644 --- a/packages/editor/src/api/tex.ts +++ b/packages/editor/src/api/tex.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 d3fe1b16..476c39a0 100644 --- a/packages/editor/src/api/text-popup.ts +++ b/packages/editor/src/api/text-popup.ts @@ -2,15 +2,6 @@ * 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. - * */ import { DecorationSet, Decoration, EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/api/text.ts b/packages/editor/src/api/text.ts index c6800ba6..c3426eb0 100644 --- a/packages/editor/src/api/text.ts +++ b/packages/editor/src/api/text.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 ef329d54..a37f7628 100644 --- a/packages/editor/src/api/trailing_p.ts +++ b/packages/editor/src/api/trailing_p.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Transaction, Selection } from 'prosemirror-state'; diff --git a/packages/editor/src/api/transaction.ts b/packages/editor/src/api/transaction.ts index 32de4242..d6938c98 100644 --- a/packages/editor/src/api/transaction.ts +++ b/packages/editor/src/api/transaction.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 a06b3e6d..3e3db427 100644 --- a/packages/editor/src/api/ui-images.ts +++ b/packages/editor/src/api/ui-images.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface EditorUIImages { diff --git a/packages/editor/src/api/ui-types.ts b/packages/editor/src/api/ui-types.ts index cb534d09..c397501a 100644 --- a/packages/editor/src/api/ui-types.ts +++ b/packages/editor/src/api/ui-types.ts @@ -2,15 +2,6 @@ * 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. - * */ import { CompletionList } from 'vscode-languageserver-types'; diff --git a/packages/editor/src/api/ui.ts b/packages/editor/src/api/ui.ts index 43dbd688..3c0e1db8 100644 --- a/packages/editor/src/api/ui.ts +++ b/packages/editor/src/api/ui.ts @@ -2,15 +2,6 @@ * 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. - * */ import { attrPartitionKeyvalue, kStyleAttrib, pandocAttrKeyvalueFromText } from "./pandoc_attr"; diff --git a/packages/editor/src/api/unicode.ts b/packages/editor/src/api/unicode.ts index a5e13c99..13d75436 100644 --- a/packages/editor/src/api/unicode.ts +++ b/packages/editor/src/api/unicode.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 b0f03c56..066a9996 100644 --- a/packages/editor/src/api/url.ts +++ b/packages/editor/src/api/url.ts @@ -2,15 +2,6 @@ * 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. - * */ export function isHttpURL(url: string) { diff --git a/packages/editor/src/api/user.ts b/packages/editor/src/api/user.ts index 0519484e..f91d6c50 100644 --- a/packages/editor/src/api/user.ts +++ b/packages/editor/src/api/user.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorUIContext } from "./ui-types"; diff --git a/packages/editor/src/api/util.ts b/packages/editor/src/api/util.ts index ff001607..91ba9057 100644 --- a/packages/editor/src/api/util.ts +++ b/packages/editor/src/api/util.ts @@ -2,15 +2,6 @@ * 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. - * */ // tslint:disable:no-bitwise diff --git a/packages/editor/src/api/widgets/button.tsx b/packages/editor/src/api/widgets/button.tsx index 3ca3925b..0946fe97 100644 --- a/packages/editor/src/api/widgets/button.tsx +++ b/packages/editor/src/api/widgets/button.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 b9edf882..1b64fe4b 100644 --- a/packages/editor/src/api/widgets/checkbox-input.tsx +++ b/packages/editor/src/api/widgets/checkbox-input.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { ChangeEventHandler } from 'react'; diff --git a/packages/editor/src/api/widgets/completion-detailed.tsx b/packages/editor/src/api/widgets/completion-detailed.tsx index 5c520614..c297dceb 100644 --- a/packages/editor/src/api/widgets/completion-detailed.tsx +++ b/packages/editor/src/api/widgets/completion-detailed.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/completion.tsx b/packages/editor/src/api/widgets/completion.tsx index 4730bb51..0aa62164 100644 --- a/packages/editor/src/api/widgets/completion.tsx +++ b/packages/editor/src/api/widgets/completion.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/decoration.ts b/packages/editor/src/api/widgets/decoration.ts index 6f810c07..c5d244bd 100644 --- a/packages/editor/src/api/widgets/decoration.ts +++ b/packages/editor/src/api/widgets/decoration.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/widgets/dialog-buttons.tsx b/packages/editor/src/api/widgets/dialog-buttons.tsx index 5e376e51..1fd153f4 100644 --- a/packages/editor/src/api/widgets/dialog-buttons.tsx +++ b/packages/editor/src/api/widgets/dialog-buttons.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 f86166db..640dec62 100644 --- a/packages/editor/src/api/widgets/navigation-tree.tsx +++ b/packages/editor/src/api/widgets/navigation-tree.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { CSSProperties } from 'react'; diff --git a/packages/editor/src/api/widgets/panel.tsx b/packages/editor/src/api/widgets/panel.tsx index c1e741da..e8a14864 100644 --- a/packages/editor/src/api/widgets/panel.tsx +++ b/packages/editor/src/api/widgets/panel.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/popup.tsx b/packages/editor/src/api/widgets/popup.tsx index 7a7f5d6e..65aebbac 100644 --- a/packages/editor/src/api/widgets/popup.tsx +++ b/packages/editor/src/api/widgets/popup.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/react.ts b/packages/editor/src/api/widgets/react.ts index 236884ca..a21df835 100644 --- a/packages/editor/src/api/widgets/react.ts +++ b/packages/editor/src/api/widgets/react.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as React from 'react'; diff --git a/packages/editor/src/api/widgets/select.tsx b/packages/editor/src/api/widgets/select.tsx index 1148dee6..ccbe8a30 100644 --- a/packages/editor/src/api/widgets/select.tsx +++ b/packages/editor/src/api/widgets/select.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 a83e2f70..5d0354ad 100644 --- a/packages/editor/src/api/widgets/tag-input.tsx +++ b/packages/editor/src/api/widgets/tag-input.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/text.tsx b/packages/editor/src/api/widgets/text.tsx index 24a511f0..c5dcbf20 100644 --- a/packages/editor/src/api/widgets/text.tsx +++ b/packages/editor/src/api/widgets/text.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { ChangeEventHandler, KeyboardEventHandler, FocusEventHandler, ClipboardEventHandler } from 'react'; diff --git a/packages/editor/src/api/widgets/tooltip.ts b/packages/editor/src/api/widgets/tooltip.ts index 25280c0e..be7c7961 100644 --- a/packages/editor/src/api/widgets/tooltip.ts +++ b/packages/editor/src/api/widgets/tooltip.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/api/widgets/widgets.ts b/packages/editor/src/api/widgets/widgets.ts index da407ed0..14f6ff55 100644 --- a/packages/editor/src/api/widgets/widgets.ts +++ b/packages/editor/src/api/widgets/widgets.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/api/wrap.ts b/packages/editor/src/api/wrap.ts index 6469e3c6..c40672e2 100644 --- a/packages/editor/src/api/wrap.ts +++ b/packages/editor/src/api/wrap.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/api/xref.ts b/packages/editor/src/api/xref.ts index 75de2b3c..09f8f89b 100644 --- a/packages/editor/src/api/xref.ts +++ b/packages/editor/src/api/xref.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 bc889650..04f6130b 100644 --- a/packages/editor/src/api/yaml.ts +++ b/packages/editor/src/api/yaml.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 a6e51f57..3fb0a8fc 100644 --- a/packages/editor/src/behaviors/attr_duplicate_id.ts +++ b/packages/editor/src/behaviors/attr_duplicate_id.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 98de3793..a23a8aaa 100644 --- a/packages/editor/src/behaviors/attr_edit/attr_edit-command.ts +++ b/packages/editor/src/behaviors/attr_edit/attr_edit-command.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 91d6ecec..35b316d0 100644 --- a/packages/editor/src/behaviors/attr_edit/attr_edit.ts +++ b/packages/editor/src/behaviors/attr_edit/attr_edit.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 479474c3..6008d355 100644 --- a/packages/editor/src/behaviors/bottom_padding.ts +++ b/packages/editor/src/behaviors/bottom_padding.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 f8af22a7..d9c3d25d 100644 --- a/packages/editor/src/behaviors/clear_formatting.ts +++ b/packages/editor/src/behaviors/clear_formatting.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 dcdea655..ccb5bf4e 100644 --- a/packages/editor/src/behaviors/code_block_input.ts +++ b/packages/editor/src/behaviors/code_block_input.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/completion/completion-popup.tsx b/packages/editor/src/behaviors/completion/completion-popup.tsx index 06e69c16..d3091d81 100644 --- a/packages/editor/src/behaviors/completion/completion-popup.tsx +++ b/packages/editor/src/behaviors/completion/completion-popup.tsx @@ -2,15 +2,6 @@ * 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. - * */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/behaviors/completion/completion.ts b/packages/editor/src/behaviors/completion/completion.ts index 5a6d16f1..fce82ac7 100644 --- a/packages/editor/src/behaviors/completion/completion.ts +++ b/packages/editor/src/behaviors/completion/completion.ts @@ -2,15 +2,6 @@ * 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. - * */ // 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 8d5b4858..c24e67ed 100644 --- a/packages/editor/src/behaviors/cursor.ts +++ b/packages/editor/src/behaviors/cursor.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 c197762d..444f005a 100644 --- a/packages/editor/src/behaviors/empty_mark.ts +++ b/packages/editor/src/behaviors/empty_mark.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 6db82f43..e026be76 100644 --- a/packages/editor/src/behaviors/escape_mark.ts +++ b/packages/editor/src/behaviors/escape_mark.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/find.ts b/packages/editor/src/behaviors/find.ts index 196e2d53..79f9834a 100644 --- a/packages/editor/src/behaviors/find.ts +++ b/packages/editor/src/behaviors/find.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Extension } from '../api/extension'; diff --git a/packages/editor/src/behaviors/history.ts b/packages/editor/src/behaviors/history.ts index 3543cf63..f8c6db16 100644 --- a/packages/editor/src/behaviors/history.ts +++ b/packages/editor/src/behaviors/history.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 c2ff8e67..1b5aff80 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 a8afbc78..161111e6 100644 --- a/packages/editor/src/behaviors/insert_citation/insert_citation.tsx +++ b/packages/editor/src/behaviors/insert_citation/insert_citation.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 9eba86d1..bef8c4f8 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 390c12c3..bc6b43da 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 991a9cd9..829547c1 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 202ba037..170ea6fe 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 17f1071a..5206dcff 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 ac023daf..7a2f7320 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 e7df38a3..546aaf40 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 ce0cd4e5..d6fd67a3 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 2e0b011e..d22f5e8a 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 7adbf630..6bd9c2fa 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 9547ea75..5bd0e1d1 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 b84df9ab..f180ec76 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_special_characters.ts +++ b/packages/editor/src/behaviors/insert_symbol/insert_special_characters.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0bae1e4a..a8e99819 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-dataprovider.ts +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-dataprovider.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Transaction, EditorState } from 'prosemirror-state'; 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 8d55db42..1f2b57cf 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 fae70f77..300d324c 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 @@ -2,15 +2,6 @@ * 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. - * */ import React from 'react'; 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 3cc80eed..397910f8 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 @@ -2,15 +2,6 @@ * 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. - * */ import React, { CSSProperties, ReactNode } from 'react'; 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 2edfd8ad..d2644752 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 1996ae2a..10d884f1 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 33bb1259..c628fa0a 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 @@ -2,15 +2,6 @@ * 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. - * */ 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 3ef83aea..2d7eb092 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 5adc5f9a..2d9bc0aa 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-popup.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-popup.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { ChangeEvent } from 'react'; diff --git a/packages/editor/src/behaviors/insert_xref/insert_xref.tsx b/packages/editor/src/behaviors/insert_xref/insert_xref.tsx index 166b6eb9..2d3ee013 100644 --- a/packages/editor/src/behaviors/insert_xref/insert_xref.tsx +++ b/packages/editor/src/behaviors/insert_xref/insert_xref.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 d822a64f..e2a771e5 100644 --- a/packages/editor/src/behaviors/insert_xref/insert_xref_index.ts +++ b/packages/editor/src/behaviors/insert_xref/insert_xref_index.ts @@ -3,15 +3,6 @@ * 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. - * */ 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 90686d09..57ac6aca 100644 --- a/packages/editor/src/behaviors/nbsp.ts +++ b/packages/editor/src/behaviors/nbsp.ts @@ -2,15 +2,6 @@ * 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. - * */ import { DecorationSet, Decoration } from 'prosemirror-view'; 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 63636939..8442d4b3 100644 --- a/packages/editor/src/behaviors/omni_insert/omni_insert-completion.tsx +++ b/packages/editor/src/behaviors/omni_insert/omni_insert-completion.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 4fa8f029..50ae1195 100644 --- a/packages/editor/src/behaviors/omni_insert/omni_insert.ts +++ b/packages/editor/src/behaviors/omni_insert/omni_insert.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 f4eb7791..94c0bfca 100644 --- a/packages/editor/src/behaviors/outline.ts +++ b/packages/editor/src/behaviors/outline.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 ab4ad93c..5857018c 100644 --- a/packages/editor/src/behaviors/paste.ts +++ b/packages/editor/src/behaviors/paste.ts @@ -2,15 +2,6 @@ * 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. - * */ import { isWindows } from 'core-browser'; diff --git a/packages/editor/src/behaviors/remove_section.ts b/packages/editor/src/behaviors/remove_section.ts index 92495d06..d5d51d75 100644 --- a/packages/editor/src/behaviors/remove_section.ts +++ b/packages/editor/src/behaviors/remove_section.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/behaviors/select_all.ts b/packages/editor/src/behaviors/select_all.ts index faa85844..9cb1af65 100644 --- a/packages/editor/src/behaviors/select_all.ts +++ b/packages/editor/src/behaviors/select_all.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/behaviors/slides.ts b/packages/editor/src/behaviors/slides.ts index 44df1364..ebbc96ac 100644 --- a/packages/editor/src/behaviors/slides.ts +++ b/packages/editor/src/behaviors/slides.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Transaction, EditorState } from "prosemirror-state"; diff --git a/packages/editor/src/behaviors/smarty.ts b/packages/editor/src/behaviors/smarty.ts index dbf7991d..79714a61 100644 --- a/packages/editor/src/behaviors/smarty.ts +++ b/packages/editor/src/behaviors/smarty.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 a2a84458..4bcdfcbc 100644 --- a/packages/editor/src/behaviors/spelling/spelling-interactive.ts +++ b/packages/editor/src/behaviors/spelling/spelling-interactive.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0f47379a..db67fdc6 100644 --- a/packages/editor/src/behaviors/spelling/spelling-realtime.ts +++ b/packages/editor/src/behaviors/spelling/spelling-realtime.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 a646f1db..0de5b10b 100644 --- a/packages/editor/src/behaviors/spelling/spelling.ts +++ b/packages/editor/src/behaviors/spelling/spelling.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 68a26a29..f8fdb96b 100644 --- a/packages/editor/src/behaviors/trailing_p.ts +++ b/packages/editor/src/behaviors/trailing_p.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/editor/editor-extensions.ts b/packages/editor/src/editor/editor-extensions.ts index 1ca820ba..0316dff8 100644 --- a/packages/editor/src/editor/editor-extensions.ts +++ b/packages/editor/src/editor/editor-extensions.ts @@ -2,15 +2,6 @@ * 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. - * */ import { InputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/editor/editor-images.ts b/packages/editor/src/editor/editor-images.ts index acc29b84..ce949c39 100644 --- a/packages/editor/src/editor/editor-images.ts +++ b/packages/editor/src/editor/editor-images.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 8bb5ba8a..9fa5dd87 100644 --- a/packages/editor/src/editor/editor-menus.ts +++ b/packages/editor/src/editor/editor-menus.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 92de97bf..369744f6 100644 --- a/packages/editor/src/editor/editor-schema.ts +++ b/packages/editor/src/editor/editor-schema.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 19b46382..837567b5 100644 --- a/packages/editor/src/editor/editor-theme.ts +++ b/packages/editor/src/editor/editor-theme.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface EditorTheme { diff --git a/packages/editor/src/editor/editor.ts b/packages/editor/src/editor/editor.ts index 5773b0fe..2ba4d5f4 100644 --- a/packages/editor/src/editor/editor.ts +++ b/packages/editor/src/editor/editor.ts @@ -2,15 +2,6 @@ * 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. - * */ import { inputRules } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/index.ts b/packages/editor/src/index.ts index 813d60be..345660b7 100644 --- a/packages/editor/src/index.ts +++ b/packages/editor/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ // base shared types diff --git a/packages/editor/src/marks/cite/cite-commands.ts b/packages/editor/src/marks/cite/cite-commands.ts index d574485b..a00fa439 100644 --- a/packages/editor/src/marks/cite/cite-commands.ts +++ b/packages/editor/src/marks/cite/cite-commands.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 c769adb5..0312c2f3 100644 --- a/packages/editor/src/marks/cite/cite-completion-bibliography.ts +++ b/packages/editor/src/marks/cite/cite-completion-bibliography.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 44e026a9..383e1e10 100644 --- a/packages/editor/src/marks/cite/cite-completion-quarto-xref.ts +++ b/packages/editor/src/marks/cite/cite-completion-quarto-xref.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 ff213cc0..13c45c49 100644 --- a/packages/editor/src/marks/cite/cite-completion-search.ts +++ b/packages/editor/src/marks/cite/cite-completion-search.ts @@ -3,15 +3,6 @@ * 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. - * */ 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 2bd4c82f..82343538 100644 --- a/packages/editor/src/marks/cite/cite-completion.tsx +++ b/packages/editor/src/marks/cite/cite-completion.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 a6e9b932..75c6249a 100644 --- a/packages/editor/src/marks/cite/cite-completion_doi.tsx +++ b/packages/editor/src/marks/cite/cite-completion_doi.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 47f48a28..2c542781 100644 --- a/packages/editor/src/marks/cite/cite-doi.ts +++ b/packages/editor/src/marks/cite/cite-doi.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 aaea093b..a8bed687 100644 --- a/packages/editor/src/marks/cite/cite-highlight.ts +++ b/packages/editor/src/marks/cite/cite-highlight.ts @@ -2,15 +2,6 @@ * 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. - * */ import { PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/cite/cite-popup-xref.tsx b/packages/editor/src/marks/cite/cite-popup-xref.tsx index 9be9e533..a6f6b7e4 100644 --- a/packages/editor/src/marks/cite/cite-popup-xref.tsx +++ b/packages/editor/src/marks/cite/cite-popup-xref.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 7bd44cc2..0e7ecab4 100644 --- a/packages/editor/src/marks/cite/cite-popup.tsx +++ b/packages/editor/src/marks/cite/cite-popup.tsx @@ -2,15 +2,6 @@ * 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. - * */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/cite/cite.ts b/packages/editor/src/marks/cite/cite.ts index 7e14acc5..94baf0b6 100644 --- a/packages/editor/src/marks/cite/cite.ts +++ b/packages/editor/src/marks/cite/cite.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 c3a7b5cf..bc628eaa 100644 --- a/packages/editor/src/marks/code.ts +++ b/packages/editor/src/marks/code.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 3c628349..3498e301 100644 --- a/packages/editor/src/marks/em.ts +++ b/packages/editor/src/marks/em.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 5b52335a..50587fb8 100644 --- a/packages/editor/src/marks/emoji/emoji-completion.tsx +++ b/packages/editor/src/marks/emoji/emoji-completion.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 3b872ea3..bb16f02e 100644 --- a/packages/editor/src/marks/emoji/emoji.ts +++ b/packages/editor/src/marks/emoji/emoji.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 afa762c1..b8c15e79 100644 --- a/packages/editor/src/marks/link/link-command.ts +++ b/packages/editor/src/marks/link/link-command.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0ffaa1e5..cc892e38 100644 --- a/packages/editor/src/marks/link/link-headings.ts +++ b/packages/editor/src/marks/link/link-headings.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 8878af98..c5db6dd2 100644 --- a/packages/editor/src/marks/link/link-input.ts +++ b/packages/editor/src/marks/link/link-input.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 5340f08a..d943f925 100644 --- a/packages/editor/src/marks/link/link-popup.tsx +++ b/packages/editor/src/marks/link/link-popup.tsx @@ -2,15 +2,6 @@ * 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. - * */ import { DecorationSet, EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/marks/link/link.ts b/packages/editor/src/marks/link/link.ts index 8602dbf6..673d1d95 100644 --- a/packages/editor/src/marks/link/link.ts +++ b/packages/editor/src/marks/link/link.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 724710bf..eec26021 100644 --- a/packages/editor/src/marks/math/math-commands.ts +++ b/packages/editor/src/marks/math/math-commands.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 802d737c..c37fae4d 100644 --- a/packages/editor/src/marks/math/math-highlight.ts +++ b/packages/editor/src/marks/math/math-highlight.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 cf57be2a..75ad459b 100644 --- a/packages/editor/src/marks/math/math-keys.ts +++ b/packages/editor/src/marks/math/math-keys.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/marks/math/math-popup.ts b/packages/editor/src/marks/math/math-popup.ts index 823f4c8b..e5ac6b96 100644 --- a/packages/editor/src/marks/math/math-popup.ts +++ b/packages/editor/src/marks/math/math-popup.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Plugin, PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/math/math-transaction.ts b/packages/editor/src/marks/math/math-transaction.ts index 33006ed1..d700b608 100644 --- a/packages/editor/src/marks/math/math-transaction.ts +++ b/packages/editor/src/marks/math/math-transaction.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 6c103cb6..6e79a0ab 100644 --- a/packages/editor/src/marks/math/math-view.ts +++ b/packages/editor/src/marks/math/math-view.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 a1b85134..ddcca3b6 100644 --- a/packages/editor/src/marks/math/math.ts +++ b/packages/editor/src/marks/math/math.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 2a9714f3..361d57f9 100644 --- a/packages/editor/src/marks/raw_inline/raw_html.ts +++ b/packages/editor/src/marks/raw_inline/raw_html.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Mark, Schema, Fragment } from 'prosemirror-model'; 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 d437721c..0edcd05c 100644 --- a/packages/editor/src/marks/raw_inline/raw_html_comment.ts +++ b/packages/editor/src/marks/raw_inline/raw_html_comment.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 485dc715..94836aab 100644 --- a/packages/editor/src/marks/raw_inline/raw_inline.ts +++ b/packages/editor/src/marks/raw_inline/raw_inline.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0f99e229..b0d77119 100644 --- a/packages/editor/src/marks/raw_inline/raw_tex.ts +++ b/packages/editor/src/marks/raw_inline/raw_tex.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 fb30e6e8..a660118e 100644 --- a/packages/editor/src/marks/shortcode.ts +++ b/packages/editor/src/marks/shortcode.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema, Node as ProsemirrorNode, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/smallcaps.ts b/packages/editor/src/marks/smallcaps.ts index 068b3a29..3174fadb 100644 --- a/packages/editor/src/marks/smallcaps.ts +++ b/packages/editor/src/marks/smallcaps.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/span.ts b/packages/editor/src/marks/span.ts index 8a9f75fd..819c0c5b 100644 --- a/packages/editor/src/marks/span.ts +++ b/packages/editor/src/marks/span.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 059a31a4..006336ff 100644 --- a/packages/editor/src/marks/strikeout.ts +++ b/packages/editor/src/marks/strikeout.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/strong.ts b/packages/editor/src/marks/strong.ts index 17b1e330..663bb014 100644 --- a/packages/editor/src/marks/strong.ts +++ b/packages/editor/src/marks/strong.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/subscript.ts b/packages/editor/src/marks/subscript.ts index 68e8ee58..10f0b005 100644 --- a/packages/editor/src/marks/subscript.ts +++ b/packages/editor/src/marks/subscript.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/superscript.ts b/packages/editor/src/marks/superscript.ts index 5975774d..32fe6cea 100644 --- a/packages/editor/src/marks/superscript.ts +++ b/packages/editor/src/marks/superscript.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/underline.ts b/packages/editor/src/marks/underline.ts index c332c1fe..c6b16f34 100644 --- a/packages/editor/src/marks/underline.ts +++ b/packages/editor/src/marks/underline.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/xref/xref-completion.tsx b/packages/editor/src/marks/xref/xref-completion.tsx index a29d01c7..0b21747b 100644 --- a/packages/editor/src/marks/xref/xref-completion.tsx +++ b/packages/editor/src/marks/xref/xref-completion.tsx @@ -2,15 +2,6 @@ * 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. - * */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/xref/xref-popup.tsx b/packages/editor/src/marks/xref/xref-popup.tsx index b14176c7..2f7393c7 100644 --- a/packages/editor/src/marks/xref/xref-popup.tsx +++ b/packages/editor/src/marks/xref/xref-popup.tsx @@ -2,15 +2,6 @@ * 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. - * */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/xref/xref.ts b/packages/editor/src/marks/xref/xref.ts index 21f83429..0919926a 100644 --- a/packages/editor/src/marks/xref/xref.ts +++ b/packages/editor/src/marks/xref/xref.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 819ab6d4..bc581a69 100644 --- a/packages/editor/src/nodes/blockquote.ts +++ b/packages/editor/src/nodes/blockquote.ts @@ -2,15 +2,6 @@ * 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. - * */ import { wrappingInputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/nodes/code_block.ts b/packages/editor/src/nodes/code_block.ts index 8a12ca71..38b20ba7 100644 --- a/packages/editor/src/nodes/code_block.ts +++ b/packages/editor/src/nodes/code_block.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 42dfeb64..2cae848b 100644 --- a/packages/editor/src/nodes/definition_list/definition-list-keys.ts +++ b/packages/editor/src/nodes/definition_list/definition-list-keys.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 6fa1b091..2a480ac0 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-commands.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-commands.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 74d090ab..51bcf91e 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-inputrule.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-inputrule.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 27733fa0..efe38910 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-insert.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-insert.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 545e7ee1..a1104b5a 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-pandoc.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-pandoc.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema, Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/definition_list/definition_list.ts b/packages/editor/src/nodes/definition_list/definition_list.ts index 84c7ce39..83137005 100644 --- a/packages/editor/src/nodes/definition_list/definition_list.ts +++ b/packages/editor/src/nodes/definition_list/definition_list.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 84fb52f8..b8c8298a 100644 --- a/packages/editor/src/nodes/div/div-callout.ts +++ b/packages/editor/src/nodes/div/div-callout.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorState, Transaction } from "prosemirror-state"; diff --git a/packages/editor/src/nodes/div/div-tabset.ts b/packages/editor/src/nodes/div/div-tabset.ts index dc5927eb..07e2d53b 100644 --- a/packages/editor/src/nodes/div/div-tabset.ts +++ b/packages/editor/src/nodes/div/div-tabset.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 f349df7f..7eda2786 100644 --- a/packages/editor/src/nodes/div/div.ts +++ b/packages/editor/src/nodes/div/div.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 845230b8..1a24ca3a 100644 --- a/packages/editor/src/nodes/footnote/footnote-editor.ts +++ b/packages/editor/src/nodes/footnote/footnote-editor.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/footnote/footnote-transaction.ts b/packages/editor/src/nodes/footnote/footnote-transaction.ts index 863e92c1..c480a5eb 100644 --- a/packages/editor/src/nodes/footnote/footnote-transaction.ts +++ b/packages/editor/src/nodes/footnote/footnote-transaction.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 fa62b616..70c24b53 100644 --- a/packages/editor/src/nodes/footnote/footnote.ts +++ b/packages/editor/src/nodes/footnote/footnote.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 73de4fee..fd4669df 100644 --- a/packages/editor/src/nodes/hard_break.ts +++ b/packages/editor/src/nodes/hard_break.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/nodes/heading.ts b/packages/editor/src/nodes/heading.ts index f9e7c042..326f81d5 100644 --- a/packages/editor/src/nodes/heading.ts +++ b/packages/editor/src/nodes/heading.ts @@ -2,15 +2,6 @@ * 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. - * */ import { textblockTypeInputRule, InputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/nodes/hr.ts b/packages/editor/src/nodes/hr.ts index 76e17b90..bed958f8 100644 --- a/packages/editor/src/nodes/hr.ts +++ b/packages/editor/src/nodes/hr.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 67d31ae6..5f42b000 100644 --- a/packages/editor/src/nodes/html_preserve.ts +++ b/packages/editor/src/nodes/html_preserve.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 d50afc40..f0750796 100644 --- a/packages/editor/src/nodes/image/figure-keys.ts +++ b/packages/editor/src/nodes/image/figure-keys.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/image/figure.ts b/packages/editor/src/nodes/image/figure.ts index b0e59676..35ddfce1 100644 --- a/packages/editor/src/nodes/image/figure.ts +++ b/packages/editor/src/nodes/image/figure.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 fb81e3df..be59475f 100644 --- a/packages/editor/src/nodes/image/image-dialog.ts +++ b/packages/editor/src/nodes/image/image-dialog.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 ef38d870..e06eb6fd 100644 --- a/packages/editor/src/nodes/image/image-events.ts +++ b/packages/editor/src/nodes/image/image-events.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 5f0bd3ec..b1ebab7a 100644 --- a/packages/editor/src/nodes/image/image-resize.ts +++ b/packages/editor/src/nodes/image/image-resize.ts @@ -2,15 +2,6 @@ * 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. - * */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/nodes/image/image-textsel.ts b/packages/editor/src/nodes/image/image-textsel.ts index 0a74b3b7..a88c6a5c 100644 --- a/packages/editor/src/nodes/image/image-textsel.ts +++ b/packages/editor/src/nodes/image/image-textsel.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 47aa4ee3..213c3e43 100644 --- a/packages/editor/src/nodes/image/image-util.ts +++ b/packages/editor/src/nodes/image/image-util.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 9117b5f3..4b530207 100644 --- a/packages/editor/src/nodes/image/image-view.ts +++ b/packages/editor/src/nodes/image/image-view.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 78a85906..d0cb33c9 100644 --- a/packages/editor/src/nodes/image/image.ts +++ b/packages/editor/src/nodes/image/image.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode, Schema, DOMOutputSpec } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/line_block.ts b/packages/editor/src/nodes/line_block.ts index 42db1613..8c8057d5 100644 --- a/packages/editor/src/nodes/line_block.ts +++ b/packages/editor/src/nodes/line_block.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 8c011711..90704686 100644 --- a/packages/editor/src/nodes/list/list-checked.ts +++ b/packages/editor/src/nodes/list/list-checked.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 5becc519..d8efe413 100644 --- a/packages/editor/src/nodes/list/list-commands.ts +++ b/packages/editor/src/nodes/list/list-commands.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 070bf45e..25583a33 100644 --- a/packages/editor/src/nodes/list/list-indent.ts +++ b/packages/editor/src/nodes/list/list-indent.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/editor/src/nodes/list/list-pandoc.ts b/packages/editor/src/nodes/list/list-pandoc.ts index 655c310c..e64f28fe 100644 --- a/packages/editor/src/nodes/list/list-pandoc.ts +++ b/packages/editor/src/nodes/list/list-pandoc.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode, NodeType, Fragment, Attrs } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/list/list.ts b/packages/editor/src/nodes/list/list.ts index 93e60843..16dd1824 100644 --- a/packages/editor/src/nodes/list/list.ts +++ b/packages/editor/src/nodes/list/list.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/null.ts b/packages/editor/src/nodes/null.ts index cdda1331..ff046e5d 100644 --- a/packages/editor/src/nodes/null.ts +++ b/packages/editor/src/nodes/null.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Extension } from '../api/extension'; diff --git a/packages/editor/src/nodes/paragraph.ts b/packages/editor/src/nodes/paragraph.ts index 31df8130..209ca74b 100644 --- a/packages/editor/src/nodes/paragraph.ts +++ b/packages/editor/src/nodes/paragraph.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 e6dcb73f..c9159bbd 100644 --- a/packages/editor/src/nodes/raw_block.ts +++ b/packages/editor/src/nodes/raw_block.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 22e73864..d27b0abd 100644 --- a/packages/editor/src/nodes/rmd_chunk/rmd_chunk-capsule.ts +++ b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-capsule.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 fb20b4e9..b8df026b 100644 --- a/packages/editor/src/nodes/rmd_chunk/rmd_chunk-image.ts +++ b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-image.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts b/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts index a3124c31..1b798a8a 100644 --- a/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts +++ b/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 e358b523..7f638709 100644 --- a/packages/editor/src/nodes/shortcode_block.ts +++ b/packages/editor/src/nodes/shortcode_block.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0f19c7ae..8413f6d6 100644 --- a/packages/editor/src/nodes/table/table-capsule.ts +++ b/packages/editor/src/nodes/table/table-capsule.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 1888f088..8b74f730 100644 --- a/packages/editor/src/nodes/table/table-columns.ts +++ b/packages/editor/src/nodes/table/table-columns.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 356e9713..2f3d9b4b 100644 --- a/packages/editor/src/nodes/table/table-commands.ts +++ b/packages/editor/src/nodes/table/table-commands.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 be9cf7e2..984c4183 100644 --- a/packages/editor/src/nodes/table/table-contextmenu.ts +++ b/packages/editor/src/nodes/table/table-contextmenu.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 4b9b3cae..7189c160 100644 --- a/packages/editor/src/nodes/table/table-nodes.ts +++ b/packages/editor/src/nodes/table/table-nodes.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 b03b1f8e..85eb47f0 100644 --- a/packages/editor/src/nodes/table/table-pandoc.ts +++ b/packages/editor/src/nodes/table/table-pandoc.ts @@ -3,15 +3,6 @@ * 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. - * */ 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 6aa8572e..1902a7e3 100644 --- a/packages/editor/src/nodes/table/table-paste.ts +++ b/packages/editor/src/nodes/table/table-paste.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Plugin, PluginKey, Transaction, EditorState } from 'prosemirror-state'; diff --git a/packages/editor/src/nodes/table/table.ts b/packages/editor/src/nodes/table/table.ts index 006690b4..e21e3643 100644 --- a/packages/editor/src/nodes/table/table.ts +++ b/packages/editor/src/nodes/table/table.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/text.ts b/packages/editor/src/nodes/text.ts index e08598d6..c6a433d4 100644 --- a/packages/editor/src/nodes/text.ts +++ b/packages/editor/src/nodes/text.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 0649963a..25cb9d7e 100644 --- a/packages/editor/src/nodes/user_comment/ui/comment-content.tsx +++ b/packages/editor/src/nodes/user_comment/ui/comment-content.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 1133b003..f45cddc5 100644 --- a/packages/editor/src/nodes/user_comment/ui/comment-item.tsx +++ b/packages/editor/src/nodes/user_comment/ui/comment-item.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 9d23492b..2f88c711 100644 --- a/packages/editor/src/nodes/user_comment/ui/comment-thread.tsx +++ b/packages/editor/src/nodes/user_comment/ui/comment-thread.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 3965f107..e758549d 100644 --- a/packages/editor/src/nodes/user_comment/ui/common.tsx +++ b/packages/editor/src/nodes/user_comment/ui/common.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 5a614e0c..2d177c6e 100644 --- a/packages/editor/src/nodes/user_comment/ui/layout.tsx +++ b/packages/editor/src/nodes/user_comment/ui/layout.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 f6c255c5..18657705 100644 --- a/packages/editor/src/nodes/user_comment/ui/plugin.tsx +++ b/packages/editor/src/nodes/user_comment/ui/plugin.tsx @@ -2,15 +2,6 @@ * 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. - * */ 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 69ae637f..717f09c0 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-cache.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-cache.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 6eeba5e8..857c4e22 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-constants.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-constants.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 5bd67fc4..ce013e03 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-fixup.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-fixup.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 29f78d44..f6a5c3c1 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-model.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-model.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Schema } from "prosemirror-model"; diff --git a/packages/editor/src/nodes/user_comment/user_comment.ts b/packages/editor/src/nodes/user_comment/user_comment.ts index d10c89f3..9e61384e 100644 --- a/packages/editor/src/nodes/user_comment/user_comment.ts +++ b/packages/editor/src/nodes/user_comment/user_comment.ts @@ -2,15 +2,6 @@ * 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. - * */ /** 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 26407dfd..a8825367 100644 --- a/packages/editor/src/nodes/yaml_metadata/yaml_metadata-capsule.ts +++ b/packages/editor/src/nodes/yaml_metadata/yaml_metadata-capsule.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 43e67c14..a80d96a8 100644 --- a/packages/editor/src/nodes/yaml_metadata/yaml_metadata-title.ts +++ b/packages/editor/src/nodes/yaml_metadata/yaml_metadata-title.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 df4857ac..47c3048d 100644 --- a/packages/editor/src/nodes/yaml_metadata/yaml_metadata.ts +++ b/packages/editor/src/nodes/yaml_metadata/yaml_metadata.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 b10737cd..6468d9ea 100644 --- a/packages/editor/src/optional/ace/ace-placeholder.ts +++ b/packages/editor/src/optional/ace/ace-placeholder.ts @@ -2,15 +2,6 @@ * 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. - * */ /** diff --git a/packages/editor/src/optional/ace/ace-render-queue.ts b/packages/editor/src/optional/ace/ace-render-queue.ts index b854e88c..2d268824 100644 --- a/packages/editor/src/optional/ace/ace-render-queue.ts +++ b/packages/editor/src/optional/ace/ace-render-queue.ts @@ -2,15 +2,6 @@ * 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. - * */ import { AceNodeView } from './ace'; diff --git a/packages/editor/src/optional/ace/ace.ts b/packages/editor/src/optional/ace/ace.ts index eda54f51..e64f4465 100644 --- a/packages/editor/src/optional/ace/ace.ts +++ b/packages/editor/src/optional/ace/ace.ts @@ -2,15 +2,6 @@ * 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. - * */ import { diff --git a/packages/editor/src/pandoc/pandoc_converter.ts b/packages/editor/src/pandoc/pandoc_converter.ts index 6f104cb0..045255b8 100644 --- a/packages/editor/src/pandoc/pandoc_converter.ts +++ b/packages/editor/src/pandoc/pandoc_converter.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 84ba50d4..fce2c554 100644 --- a/packages/editor/src/pandoc/pandoc_from_prosemirror.ts +++ b/packages/editor/src/pandoc/pandoc_from_prosemirror.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 dd592b80..7f1fc85f 100644 --- a/packages/editor/src/pandoc/pandoc_to_prosemirror.ts +++ b/packages/editor/src/pandoc/pandoc_to_prosemirror.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Attrs, Mark, Node as ProsemirrorNode, NodeType, Schema } from 'prosemirror-model'; diff --git a/packages/quarto-core/src/appdirs.ts b/packages/quarto-core/src/appdirs.ts index 6a5778a9..145b8ab6 100644 --- a/packages/quarto-core/src/appdirs.ts +++ b/packages/quarto-core/src/appdirs.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/quarto-core/src/context.ts b/packages/quarto-core/src/context.ts index a27cc37b..8cab2ad9 100644 --- a/packages/quarto-core/src/context.ts +++ b/packages/quarto-core/src/context.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/quarto-core/src/dictionaries.ts b/packages/quarto-core/src/dictionaries.ts index f4a2764f..fec1b225 100644 --- a/packages/quarto-core/src/dictionaries.ts +++ b/packages/quarto-core/src/dictionaries.ts @@ -2,15 +2,6 @@ * 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. - * */ import { appConfigDir } from "core-node"; diff --git a/packages/quarto-core/src/document.ts b/packages/quarto-core/src/document.ts index 765a3597..ecbea1e4 100644 --- a/packages/quarto-core/src/document.ts +++ b/packages/quarto-core/src/document.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023-2024 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 64f2418c..919c9604 100644 --- a/packages/quarto-core/src/index.ts +++ b/packages/quarto-core/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './context'; diff --git a/packages/quarto-core/src/lsp.ts b/packages/quarto-core/src/lsp.ts index 09b58d65..ecf8e6d0 100644 --- a/packages/quarto-core/src/lsp.ts +++ b/packages/quarto-core/src/lsp.ts @@ -2,15 +2,6 @@ * 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. - * */ export interface LspInitializationOptions { diff --git a/packages/quarto-core/src/markdown/cursor.ts b/packages/quarto-core/src/markdown/cursor.ts index 3840c9e3..e56edc4c 100644 --- a/packages/quarto-core/src/markdown/cursor.ts +++ b/packages/quarto-core/src/markdown/cursor.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 7bb39b54..abfb053c 100644 --- a/packages/quarto-core/src/markdown/index.ts +++ b/packages/quarto-core/src/markdown/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './token' diff --git a/packages/quarto-core/src/markdown/language.ts b/packages/quarto-core/src/markdown/language.ts index f14c5fda..5e78838a 100644 --- a/packages/quarto-core/src/markdown/language.ts +++ b/packages/quarto-core/src/markdown/language.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Position } from "../position"; diff --git a/packages/quarto-core/src/markdown/parser.ts b/packages/quarto-core/src/markdown/parser.ts index 5402552f..21154898 100644 --- a/packages/quarto-core/src/markdown/parser.ts +++ b/packages/quarto-core/src/markdown/parser.ts @@ -2,15 +2,6 @@ * 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. - * */ 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 347caae0..571a24b3 100644 --- a/packages/quarto-core/src/markdown/parsers/index.ts +++ b/packages/quarto-core/src/markdown/parsers/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './pandoc' diff --git a/packages/quarto-core/src/markdown/parsers/markdownit.ts b/packages/quarto-core/src/markdown/parsers/markdownit.ts index 377a510b..ae11266a 100644 --- a/packages/quarto-core/src/markdown/parsers/markdownit.ts +++ b/packages/quarto-core/src/markdown/parsers/markdownit.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/quarto-core/src/markdown/parsers/pandoc.ts b/packages/quarto-core/src/markdown/parsers/pandoc.ts index 9d0a89a0..5c67105d 100644 --- a/packages/quarto-core/src/markdown/parsers/pandoc.ts +++ b/packages/quarto-core/src/markdown/parsers/pandoc.ts @@ -2,15 +2,6 @@ * 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. - * */ import path from "node:path" diff --git a/packages/quarto-core/src/markdown/token.ts b/packages/quarto-core/src/markdown/token.ts index 2b3a0936..4644a0b4 100644 --- a/packages/quarto-core/src/markdown/token.ts +++ b/packages/quarto-core/src/markdown/token.ts @@ -2,15 +2,6 @@ * 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. - * */ import { Range } from '../range'; diff --git a/packages/quarto-core/src/markdown/yaml.ts b/packages/quarto-core/src/markdown/yaml.ts index 76c2ac4d..a6d47779 100644 --- a/packages/quarto-core/src/markdown/yaml.ts +++ b/packages/quarto-core/src/markdown/yaml.ts @@ -2,15 +2,6 @@ * 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. - * */ import * as yaml from "js-yaml"; diff --git a/packages/quarto-core/src/metadata.ts b/packages/quarto-core/src/metadata.ts index 941d453a..792ad60d 100644 --- a/packages/quarto-core/src/metadata.ts +++ b/packages/quarto-core/src/metadata.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/quarto-core/src/position.ts b/packages/quarto-core/src/position.ts index 7503a458..4891a029 100644 --- a/packages/quarto-core/src/position.ts +++ b/packages/quarto-core/src/position.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 28675cda..d6e533fa 100644 --- a/packages/quarto-core/src/range.ts +++ b/packages/quarto-core/src/range.ts @@ -3,15 +3,6 @@ * * Copyright (C) 2023 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 4bf39561..e09a5a16 100644 --- a/packages/quarto-core/src/storage.ts +++ b/packages/quarto-core/src/storage.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/ui-widgets/src/dialog/ModalDialog.tsx b/packages/ui-widgets/src/dialog/ModalDialog.tsx index 4203acee..94ebdee3 100644 --- a/packages/ui-widgets/src/dialog/ModalDialog.tsx +++ b/packages/ui-widgets/src/dialog/ModalDialog.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from "react"; diff --git a/packages/ui-widgets/src/dialog/ModalDialogTabList.tsx b/packages/ui-widgets/src/dialog/ModalDialogTabList.tsx index 75fe632f..3f273140 100644 --- a/packages/ui-widgets/src/dialog/ModalDialogTabList.tsx +++ b/packages/ui-widgets/src/dialog/ModalDialogTabList.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React from "react" diff --git a/packages/ui-widgets/src/dialog/index.ts b/packages/ui-widgets/src/dialog/index.ts index 5831a2e5..3b9083c1 100644 --- a/packages/ui-widgets/src/dialog/index.ts +++ b/packages/ui-widgets/src/dialog/index.ts @@ -2,15 +2,6 @@ * 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. - * */ import React from "react"; diff --git a/packages/ui-widgets/src/hotkeys/index.ts b/packages/ui-widgets/src/hotkeys/index.ts index 150a059d..a09082db 100644 --- a/packages/ui-widgets/src/hotkeys/index.ts +++ b/packages/ui-widgets/src/hotkeys/index.ts @@ -2,15 +2,6 @@ * 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. - * */ export * from './config'; diff --git a/packages/ui-widgets/src/index.ts b/packages/ui-widgets/src/index.ts index d6f8387e..39c00f49 100644 --- a/packages/ui-widgets/src/index.ts +++ b/packages/ui-widgets/src/index.ts @@ -2,15 +2,6 @@ * 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. - * */ diff --git a/packages/ui-widgets/src/nonideal.tsx b/packages/ui-widgets/src/nonideal.tsx index 41512f74..6f13e702 100644 --- a/packages/ui-widgets/src/nonideal.tsx +++ b/packages/ui-widgets/src/nonideal.tsx @@ -2,15 +2,6 @@ * 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. - * */ import React, { PropsWithChildren } from 'react'; diff --git a/packages/ui-widgets/src/theme.ts b/packages/ui-widgets/src/theme.ts index 6eea6569..47dd2bde 100644 --- a/packages/ui-widgets/src/theme.ts +++ b/packages/ui-widgets/src/theme.ts @@ -2,15 +2,6 @@ * 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. - * */ export const kDarkThemeClass = 'bp4-dark'; From e02b39316da24be14f5d129846c65403fbac4704 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 1 Jul 2026 15:12:51 +0200 Subject: [PATCH 6/8] update copyright years and RStudio->Posit Software in relicensed headers Bumps stale copyright year ranges to include 2026 in the same 665 source files touched by the AGPL-clause removal, and updates the 16 remaining "RStudio, PBC" attributions (pre-rename company name) to "Posit Software, PBC" to match current headers elsewhere. apps/writer and apps/writer-server remain untouched. --- apps/lsp/build.ts | 2 +- apps/lsp/src/config.ts | 2 +- apps/lsp/src/custom.ts | 2 +- apps/lsp/src/diagnostics.ts | 2 +- apps/lsp/src/index.ts | 2 +- apps/lsp/src/logging.ts | 2 +- apps/lsp/src/middleware.ts | 2 +- apps/lsp/src/quarto.ts | 2 +- apps/lsp/src/r-utils.ts | 2 +- apps/lsp/src/service/config.ts | 2 +- apps/lsp/src/service/index.ts | 2 +- apps/lsp/src/service/logging.ts | 2 +- apps/lsp/src/service/providers/completion/completion-attrs.ts | 2 +- apps/lsp/src/service/providers/completion/completion-latex.ts | 2 +- apps/lsp/src/service/providers/completion/completion-path.ts | 2 +- .../src/service/providers/completion/completion-shortcode.ts | 2 +- apps/lsp/src/service/providers/completion/completion-yaml.ts | 2 +- apps/lsp/src/service/providers/completion/completion.ts | 2 +- .../src/service/providers/completion/refs/completion-biblio.ts | 2 +- .../service/providers/completion/refs/completion-crossref.ts | 2 +- .../src/service/providers/completion/refs/completion-refs.ts | 2 +- apps/lsp/src/service/providers/definitions.ts | 2 +- apps/lsp/src/service/providers/diagnostics-yaml.ts | 2 +- apps/lsp/src/service/providers/diagnostics.ts | 2 +- apps/lsp/src/service/providers/document-highlights.ts | 2 +- apps/lsp/src/service/providers/document-links.ts | 2 +- apps/lsp/src/service/providers/document-symbols.ts | 2 +- apps/lsp/src/service/providers/folding.ts | 2 +- apps/lsp/src/service/providers/hover/hover-image.ts | 2 +- apps/lsp/src/service/providers/hover/hover-math.ts | 2 +- apps/lsp/src/service/providers/hover/hover-ref.ts | 2 +- apps/lsp/src/service/providers/hover/hover-yaml.ts | 2 +- apps/lsp/src/service/providers/hover/hover.ts | 2 +- apps/lsp/src/service/providers/references.ts | 2 +- apps/lsp/src/service/providers/smart-select.ts | 2 +- apps/lsp/src/service/providers/workspace-symbols.ts | 2 +- apps/lsp/src/service/quarto.ts | 2 +- apps/lsp/src/service/slugify.ts | 2 +- apps/lsp/src/service/toc.ts | 2 +- apps/lsp/src/service/util/cancellation.ts | 2 +- apps/lsp/src/service/util/file.ts | 2 +- apps/lsp/src/service/util/path.ts | 2 +- apps/lsp/src/service/util/refs.ts | 2 +- apps/lsp/src/service/util/resource-maps.ts | 2 +- apps/lsp/src/service/util/schemes.ts | 2 +- apps/lsp/src/service/util/string.ts | 2 +- apps/lsp/src/service/workspace-cache.ts | 2 +- apps/lsp/src/service/workspace.ts | 2 +- apps/lsp/src/workspace.ts | 2 +- apps/panmirror/src/index.ts | 2 +- apps/quarto-utils/src/index.ts | 2 +- apps/quarto-utils/src/r-utils.ts | 2 +- apps/quarto-utils/src/semantic-tokens-legend.ts | 2 +- apps/vscode-editor/src/App.tsx | 2 +- apps/vscode-editor/src/EditorContainer.tsx | 2 +- apps/vscode-editor/src/EditorToolbar.tsx | 2 +- apps/vscode-editor/src/index.tsx | 2 +- apps/vscode-editor/src/sync.ts | 2 +- apps/vscode-editor/src/theme.ts | 2 +- apps/vscode-markdownit/src/index.ts | 2 +- apps/vscode/build.ts | 2 +- apps/vscode/src/core/command.ts | 2 +- apps/vscode/src/core/config.ts | 2 +- apps/vscode/src/core/dispose.ts | 2 +- apps/vscode/src/core/doc.ts | 2 +- apps/vscode/src/core/hover.ts | 2 +- apps/vscode/src/core/links.ts | 2 +- apps/vscode/src/core/nonce.ts | 2 +- apps/vscode/src/core/path.ts | 2 +- apps/vscode/src/core/platform.ts | 2 +- apps/vscode/src/core/python.ts | 2 +- apps/vscode/src/core/quarto.ts | 2 +- apps/vscode/src/core/range.ts | 2 +- apps/vscode/src/core/schemes.ts | 2 +- apps/vscode/src/core/terminal.ts | 2 +- apps/vscode/src/core/workspace.ts | 2 +- apps/vscode/src/host/execute-queue.ts | 2 +- apps/vscode/src/host/executors.ts | 2 +- apps/vscode/src/host/index.ts | 2 +- apps/vscode/src/host/toolbar.ts | 2 +- apps/vscode/src/lsp/client.ts | 2 +- apps/vscode/src/main.ts | 2 +- apps/vscode/src/markdown/document.ts | 2 +- apps/vscode/src/markdown/engine.ts | 2 +- apps/vscode/src/markdown/reveal.ts | 2 +- apps/vscode/src/providers/assist/codelens.ts | 2 +- apps/vscode/src/providers/assist/commands.ts | 2 +- apps/vscode/src/providers/assist/panel.ts | 2 +- apps/vscode/src/providers/assist/render-assist.ts | 2 +- apps/vscode/src/providers/assist/render-cache.ts | 2 +- apps/vscode/src/providers/assist/webview.ts | 2 +- apps/vscode/src/providers/cell/codelens.ts | 2 +- apps/vscode/src/providers/cell/commands.ts | 2 +- apps/vscode/src/providers/cell/executors.ts | 2 +- apps/vscode/src/providers/cell/options.ts | 2 +- apps/vscode/src/providers/context-keys.ts | 2 +- apps/vscode/src/providers/copyfiles/drop.ts | 2 +- apps/vscode/src/providers/copyfiles/filename.ts | 2 +- apps/vscode/src/providers/copyfiles/index.ts | 2 +- apps/vscode/src/providers/create/create-extension.ts | 2 +- apps/vscode/src/providers/create/create-project.ts | 2 +- apps/vscode/src/providers/create/create.ts | 2 +- apps/vscode/src/providers/create/directory.ts | 2 +- apps/vscode/src/providers/create/firstrun.ts | 2 +- apps/vscode/src/providers/deno-config.ts | 2 +- apps/vscode/src/providers/diagram/codelens.ts | 2 +- apps/vscode/src/providers/diagram/commands.ts | 2 +- apps/vscode/src/providers/diagram/diagram-webview.ts | 2 +- apps/vscode/src/providers/diagram/diagram.ts | 2 +- apps/vscode/src/providers/editor/codeview.ts | 2 +- apps/vscode/src/providers/editor/connection.ts | 2 +- apps/vscode/src/providers/editor/editor.ts | 2 +- apps/vscode/src/providers/editor/images.ts | 2 +- apps/vscode/src/providers/editor/prefs.ts | 2 +- apps/vscode/src/providers/editor/sync.ts | 2 +- apps/vscode/src/providers/editor/toggle.ts | 2 +- apps/vscode/src/providers/format.ts | 2 +- apps/vscode/src/providers/hover-image.ts | 2 +- apps/vscode/src/providers/insert.ts | 2 +- apps/vscode/src/providers/lua-types.ts | 2 +- apps/vscode/src/providers/newdoc.ts | 2 +- apps/vscode/src/providers/option.ts | 2 +- apps/vscode/src/providers/preview/commands.ts | 2 +- apps/vscode/src/providers/preview/preview-env.ts | 2 +- apps/vscode/src/providers/preview/preview-errors.ts | 2 +- apps/vscode/src/providers/preview/preview-output.ts | 2 +- apps/vscode/src/providers/preview/preview-util.ts | 2 +- apps/vscode/src/providers/preview/preview-webview.ts | 2 +- apps/vscode/src/providers/preview/preview.ts | 2 +- apps/vscode/src/providers/render.ts | 2 +- apps/vscode/src/providers/semantic-tokens.ts | 2 +- apps/vscode/src/providers/statusbar.ts | 2 +- apps/vscode/src/providers/text-format.ts | 2 +- apps/vscode/src/providers/walkthrough.ts | 2 +- apps/vscode/src/providers/webview.ts | 2 +- apps/vscode/src/providers/zotero/zotero.ts | 2 +- apps/vscode/src/r-utils.ts | 2 +- apps/vscode/src/vdoc/languages.ts | 2 +- apps/vscode/src/vdoc/vdoc-completion.ts | 2 +- apps/vscode/src/vdoc/vdoc-content.ts | 2 +- apps/vscode/src/vdoc/vdoc-tempfile.ts | 2 +- packages/build/src/index.ts | 2 +- packages/core-browser/src/browser.ts | 2 +- packages/core-browser/src/index.ts | 2 +- packages/core-browser/src/input.ts | 2 +- packages/core-browser/src/jsonrpc/browser.ts | 2 +- packages/core-browser/src/jsonrpc/postmessage.ts | 2 +- packages/core-node/src/appdirs.ts | 2 +- packages/core-node/src/exec.ts | 2 +- packages/core-node/src/git.ts | 2 +- packages/core-node/src/hash.ts | 2 +- packages/core-node/src/index.ts | 2 +- packages/core-node/src/jsonrpc-lsp.ts | 2 +- packages/core-node/src/jsonrpc.ts | 2 +- packages/core-node/src/jupyter/index.ts | 2 +- packages/core-node/src/jupyter/percent.ts | 2 +- packages/core-node/src/knitr.ts | 2 +- packages/core-node/src/mime.ts | 2 +- packages/core-node/src/path.ts | 2 +- packages/core-node/src/platform.ts | 2 +- packages/core-node/src/uuid.ts | 2 +- packages/core/src/arrays.ts | 2 +- packages/core/src/auto-id.ts | 2 +- packages/core/src/dispose.ts | 2 +- packages/core/src/image.ts | 2 +- packages/core/src/index.ts | 2 +- packages/core/src/jsonrpc.ts | 2 +- packages/core/src/jupyter/index.ts | 2 +- packages/core/src/jupyter/notebook.ts | 2 +- packages/core/src/jupyter/options.ts | 2 +- packages/core/src/jupyter/types.ts | 2 +- packages/core/src/lazy.ts | 2 +- packages/core/src/limiter.ts | 2 +- packages/core/src/markdownit/yaml.ts | 2 +- packages/core/src/metadata.ts | 2 +- packages/core/src/path.ts | 2 +- packages/core/src/png.ts | 2 +- packages/core/src/promise.ts | 2 +- packages/core/src/strings.ts | 2 +- packages/core/src/text.ts | 2 +- packages/core/src/uri.ts | 2 +- packages/core/src/url.ts | 2 +- packages/core/src/wait.ts | 2 +- packages/core/src/wordbreak.ts | 2 +- packages/core/src/yaml.ts | 2 +- packages/editor-codemirror/src/behaviors/completion.ts | 2 +- packages/editor-codemirror/src/behaviors/diagnostics.ts | 2 +- packages/editor-codemirror/src/behaviors/diagram.ts | 2 +- packages/editor-codemirror/src/behaviors/find.ts | 2 +- packages/editor-codemirror/src/behaviors/indent.ts | 2 +- packages/editor-codemirror/src/behaviors/index.ts | 2 +- packages/editor-codemirror/src/behaviors/keyboard.ts | 2 +- packages/editor-codemirror/src/behaviors/langmode.ts | 2 +- packages/editor-codemirror/src/behaviors/prefs.ts | 2 +- packages/editor-codemirror/src/behaviors/theme.ts | 2 +- packages/editor-codemirror/src/behaviors/toolbar.ts | 2 +- packages/editor-codemirror/src/behaviors/trackselection.ts | 2 +- packages/editor-codemirror/src/behaviors/yamloption.ts | 2 +- packages/editor-codemirror/src/index.ts | 2 +- packages/editor-codemirror/src/languages/highlight.ts | 2 +- packages/editor-codemirror/src/languages/index.ts | 2 +- packages/editor-codemirror/src/nodeview.ts | 2 +- packages/editor-collab/src/automerge-doc.ts | 2 +- packages/editor-collab/src/automerge-pm.ts | 2 +- packages/editor-collab/src/automerge.ts | 2 +- packages/editor-collab/src/changequeue.ts | 2 +- packages/editor-collab/src/index.ts | 2 +- packages/editor-core/src/index.ts | 2 +- packages/editor-core/src/languages.ts | 2 +- packages/editor-core/src/server.ts | 2 +- packages/editor-core/src/services.ts | 2 +- packages/editor-server/src/core/biblio.ts | 2 +- packages/editor-server/src/core/documents.ts | 2 +- packages/editor-server/src/core/index.ts | 2 +- packages/editor-server/src/core/mathjax.ts | 2 +- packages/editor-server/src/core/pandoc.ts | 2 +- packages/editor-server/src/core/xref.ts | 2 +- packages/editor-server/src/core/zotero/index.ts | 2 +- packages/editor-server/src/core/zotero/local/datadir.ts | 2 +- packages/editor-server/src/core/zotero/local/db.ts | 2 +- packages/editor-server/src/core/zotero/local/index.ts | 2 +- packages/editor-server/src/core/zotero/local/source.ts | 2 +- packages/editor-server/src/core/zotero/trace.ts | 2 +- packages/editor-server/src/core/zotero/util.ts | 2 +- packages/editor-server/src/core/zotero/web/api.ts | 2 +- packages/editor-server/src/core/zotero/web/groups.ts | 2 +- packages/editor-server/src/core/zotero/web/index.ts | 2 +- packages/editor-server/src/core/zotero/web/libraries.ts | 2 +- packages/editor-server/src/core/zotero/web/source.ts | 2 +- packages/editor-server/src/core/zotero/web/storage.ts | 2 +- packages/editor-server/src/core/zotero/web/sync.ts | 2 +- packages/editor-server/src/core/zotero/web/trace.ts | 2 +- packages/editor-server/src/core/zotero/web/types.ts | 2 +- packages/editor-server/src/index.ts | 2 +- packages/editor-server/src/server/crossref.ts | 2 +- packages/editor-server/src/server/datacite.ts | 2 +- packages/editor-server/src/server/doi.ts | 2 +- packages/editor-server/src/server/environment.ts | 2 +- packages/editor-server/src/server/pandoc.ts | 2 +- packages/editor-server/src/server/pubmed.ts | 2 +- packages/editor-server/src/server/response.ts | 2 +- packages/editor-server/src/server/server.ts | 2 +- packages/editor-server/src/server/xref.ts | 2 +- packages/editor-server/src/server/zotero.ts | 2 +- packages/editor-server/src/services/codeview.ts | 2 +- packages/editor-server/src/services/dictionary.ts | 2 +- packages/editor-server/src/services/math.ts | 2 +- packages/editor-server/src/services/prefs.ts | 2 +- packages/editor-server/src/services/services.ts | 2 +- packages/editor-server/src/services/source.ts | 2 +- packages/editor-types/src/codeview.ts | 2 +- packages/editor-types/src/crossref.ts | 2 +- packages/editor-types/src/csl.ts | 2 +- packages/editor-types/src/datacite.ts | 2 +- packages/editor-types/src/diagram.ts | 2 +- packages/editor-types/src/dialogs.ts | 2 +- packages/editor-types/src/dictionary.ts | 2 +- packages/editor-types/src/display.ts | 2 +- packages/editor-types/src/doi.ts | 2 +- packages/editor-types/src/environment.ts | 2 +- packages/editor-types/src/image.ts | 2 +- packages/editor-types/src/index.ts | 2 +- packages/editor-types/src/link.ts | 2 +- packages/editor-types/src/list.ts | 2 +- packages/editor-types/src/math.ts | 2 +- packages/editor-types/src/menu.ts | 2 +- packages/editor-types/src/outline.ts | 2 +- packages/editor-types/src/pandoc.ts | 2 +- packages/editor-types/src/prefs.ts | 2 +- packages/editor-types/src/pubmed.ts | 2 +- packages/editor-types/src/server.ts | 2 +- packages/editor-types/src/services.ts | 2 +- packages/editor-types/src/source.ts | 2 +- packages/editor-types/src/spelling.ts | 2 +- packages/editor-types/src/table.ts | 2 +- packages/editor-types/src/vscode.ts | 2 +- packages/editor-types/src/xref.ts | 2 +- packages/editor-types/src/zotero.ts | 2 +- packages/editor-ui/src/commands/CommandManager.tsx | 2 +- packages/editor-ui/src/commands/CommandMenuItem.tsx | 2 +- packages/editor-ui/src/commands/CommandMenuItems.tsx | 2 +- packages/editor-ui/src/commands/CommandMenubarMenu.tsx | 2 +- packages/editor-ui/src/commands/CommandSubMenu.tsx | 2 +- packages/editor-ui/src/commands/CommandToolbarButton.tsx | 2 +- packages/editor-ui/src/commands/CommandToolbarMenu.tsx | 2 +- packages/editor-ui/src/commands/WithCommand.tsx | 2 +- packages/editor-ui/src/commands/commands-ui.ts | 2 +- packages/editor-ui/src/commands/commands.ts | 2 +- packages/editor-ui/src/commands/hotkeys.ts | 2 +- packages/editor-ui/src/commands/index.ts | 2 +- packages/editor-ui/src/commands/keycodes.ts | 2 +- packages/editor-ui/src/context/context.ts | 2 +- packages/editor-ui/src/context/index.ts | 2 +- packages/editor-ui/src/context/spelling.ts | 2 +- packages/editor-ui/src/dialogs/alert.tsx | 2 +- packages/editor-ui/src/dialogs/edit-attr.tsx | 2 +- packages/editor-ui/src/dialogs/edit-callout.tsx | 2 +- packages/editor-ui/src/dialogs/edit-codeblock.tsx | 2 +- packages/editor-ui/src/dialogs/edit-image.tsx | 2 +- packages/editor-ui/src/dialogs/edit-link.tsx | 2 +- packages/editor-ui/src/dialogs/edit-list.tsx | 2 +- packages/editor-ui/src/dialogs/edit-math.tsx | 2 +- packages/editor-ui/src/dialogs/edit-raw.tsx | 2 +- packages/editor-ui/src/dialogs/html-dialog.tsx | 2 +- packages/editor-ui/src/dialogs/index.ts | 2 +- packages/editor-ui/src/dialogs/insert-cite.tsx | 2 +- packages/editor-ui/src/dialogs/insert-table.tsx | 2 +- packages/editor-ui/src/dialogs/insert-tabset.tsx | 2 +- packages/editor-ui/src/editor/Editor.tsx | 2 +- packages/editor-ui/src/editor/EditorFind.tsx | 2 +- packages/editor-ui/src/editor/EditorLoadFailed.tsx | 2 +- packages/editor-ui/src/editor/EditorOperationsContext.tsx | 2 +- packages/editor-ui/src/editor/editor-commands.tsx | 2 +- packages/editor-ui/src/editor/index.ts | 2 +- packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx | 2 +- packages/editor-ui/src/editor/outline/EditorOutlineEmpty.tsx | 2 +- packages/editor-ui/src/editor/outline/EditorOutlineHeader.tsx | 2 +- packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx | 2 +- packages/editor-ui/src/editor/outline/EditorOutlineTree.tsx | 2 +- packages/editor-ui/src/i18n/index.ts | 2 +- packages/editor-ui/src/index.ts | 2 +- packages/editor-ui/src/menu/Menu.tsx | 2 +- packages/editor-ui/src/menu/Toolbar.tsx | 2 +- packages/editor-ui/src/menu/context.tsx | 2 +- packages/editor-ui/src/menu/index.ts | 2 +- packages/editor-ui/src/menu/styles.ts | 2 +- packages/editor-ui/src/store/dictionary.ts | 2 +- packages/editor-ui/src/store/editors.ts | 2 +- packages/editor-ui/src/store/index.ts | 2 +- packages/editor-ui/src/store/prefs.ts | 2 +- packages/editor-ui/src/store/rtk.ts | 2 +- packages/editor-ui/src/store/store.ts | 2 +- packages/editor-ui/src/styles.ts | 2 +- packages/editor-ui/src/theme.ts | 2 +- packages/editor/src/api/attr_edit.ts | 2 +- packages/editor/src/api/attr_edit/attr_edit-decoration.tsx | 2 +- packages/editor/src/api/base64.ts | 2 +- packages/editor/src/api/basekeys-types.ts | 2 +- packages/editor/src/api/basekeys.ts | 2 +- packages/editor/src/api/bibliography/bibDB.ts | 2 +- .../editor/src/api/bibliography/bibliography-provider_local.ts | 2 +- .../editor/src/api/bibliography/bibliography-provider_zotero.ts | 2 +- packages/editor/src/api/bibliography/bibliography.ts | 2 +- packages/editor/src/api/bibtex/bibtex.ts | 2 +- packages/editor/src/api/bibtex/characters.ts | 2 +- packages/editor/src/api/bibtex/fields.ts | 2 +- packages/editor/src/api/bibtex/formatting.ts | 2 +- packages/editor/src/api/bibtex/language.ts | 2 +- packages/editor/src/api/bibtex/types.ts | 2 +- packages/editor/src/api/change.ts | 2 +- packages/editor/src/api/cite.ts | 2 +- packages/editor/src/api/clipboard.ts | 2 +- packages/editor/src/api/code.ts | 2 +- packages/editor/src/api/codeview.ts | 2 +- packages/editor/src/api/command-types.ts | 2 +- packages/editor/src/api/command.ts | 2 +- packages/editor/src/api/completion.ts | 2 +- packages/editor/src/api/crossref.ts | 2 +- packages/editor/src/api/csl.ts | 2 +- packages/editor/src/api/css.ts | 2 +- packages/editor/src/api/cursor.ts | 2 +- packages/editor/src/api/datacite.ts | 2 +- packages/editor/src/api/decoration.ts | 2 +- packages/editor/src/api/doi.ts | 2 +- packages/editor/src/api/dom.ts | 2 +- packages/editor/src/api/emoji.ts | 2 +- packages/editor/src/api/event-types.ts | 2 +- packages/editor/src/api/events.ts | 2 +- packages/editor/src/api/extension-types.ts | 2 +- packages/editor/src/api/extension.ts | 2 +- packages/editor/src/api/find-types.ts | 2 +- packages/editor/src/api/fixup.ts | 2 +- packages/editor/src/api/focus.ts | 2 +- packages/editor/src/api/format.ts | 2 +- packages/editor/src/api/formatting.ts | 2 +- packages/editor/src/api/fragment.ts | 2 +- packages/editor/src/api/heading.ts | 2 +- packages/editor/src/api/html.ts | 2 +- packages/editor/src/api/image.ts | 2 +- packages/editor/src/api/input_rule.ts | 2 +- packages/editor/src/api/link.ts | 2 +- packages/editor/src/api/list-types.ts | 2 +- packages/editor/src/api/list.ts | 2 +- packages/editor/src/api/log.ts | 2 +- packages/editor/src/api/mark-highlight.ts | 2 +- packages/editor/src/api/mark.ts | 2 +- packages/editor/src/api/markdown-types.ts | 2 +- packages/editor/src/api/math.ts | 2 +- packages/editor/src/api/menu.ts | 2 +- packages/editor/src/api/navigation-types.ts | 2 +- packages/editor/src/api/navigation.ts | 2 +- packages/editor/src/api/node-traverse.ts | 2 +- packages/editor/src/api/node.ts | 2 +- packages/editor/src/api/nodeindex.ts | 2 +- packages/editor/src/api/object.ts | 2 +- packages/editor/src/api/omni_insert.ts | 2 +- packages/editor/src/api/options.ts | 2 +- packages/editor/src/api/outline.ts | 2 +- packages/editor/src/api/pandoc-types.ts | 2 +- packages/editor/src/api/pandoc.ts | 2 +- packages/editor/src/api/pandoc_attr.ts | 2 +- packages/editor/src/api/pandoc_capabilities.ts | 2 +- packages/editor/src/api/pandoc_capsule.ts | 2 +- packages/editor/src/api/pandoc_format.ts | 2 +- packages/editor/src/api/pandoc_id.ts | 2 +- packages/editor/src/api/paragraph.ts | 2 +- packages/editor/src/api/path.ts | 2 +- packages/editor/src/api/placeholder.ts | 2 +- packages/editor/src/api/platform.ts | 2 +- packages/editor/src/api/position.ts | 2 +- packages/editor/src/api/presentation.ts | 2 +- packages/editor/src/api/pubmed.ts | 2 +- packages/editor/src/api/quote.ts | 2 +- packages/editor/src/api/raw.ts | 2 +- packages/editor/src/api/react-hooks.ts | 2 +- packages/editor/src/api/resource.ts | 2 +- packages/editor/src/api/rmd.ts | 2 +- packages/editor/src/api/scroll.ts | 2 +- packages/editor/src/api/selection.ts | 2 +- packages/editor/src/api/shortcode.ts | 2 +- packages/editor/src/api/slice.ts | 2 +- packages/editor/src/api/sourcepos.ts | 2 +- packages/editor/src/api/spelling.ts | 2 +- packages/editor/src/api/table.ts | 2 +- packages/editor/src/api/tex.ts | 2 +- packages/editor/src/api/text-popup.ts | 2 +- packages/editor/src/api/text.ts | 2 +- packages/editor/src/api/trailing_p.ts | 2 +- packages/editor/src/api/transaction.ts | 2 +- packages/editor/src/api/ui-images.ts | 2 +- packages/editor/src/api/ui-types.ts | 2 +- packages/editor/src/api/ui.ts | 2 +- packages/editor/src/api/unicode.ts | 2 +- packages/editor/src/api/url.ts | 2 +- packages/editor/src/api/user.ts | 2 +- packages/editor/src/api/util.ts | 2 +- packages/editor/src/api/widgets/button.tsx | 2 +- packages/editor/src/api/widgets/checkbox-input.tsx | 2 +- packages/editor/src/api/widgets/completion-detailed.tsx | 2 +- packages/editor/src/api/widgets/completion.tsx | 2 +- packages/editor/src/api/widgets/decoration.ts | 2 +- packages/editor/src/api/widgets/dialog-buttons.tsx | 2 +- packages/editor/src/api/widgets/navigation-tree.tsx | 2 +- packages/editor/src/api/widgets/panel.tsx | 2 +- packages/editor/src/api/widgets/popup.tsx | 2 +- packages/editor/src/api/widgets/react.ts | 2 +- packages/editor/src/api/widgets/select.tsx | 2 +- packages/editor/src/api/widgets/tag-input.tsx | 2 +- packages/editor/src/api/widgets/text.tsx | 2 +- packages/editor/src/api/widgets/tooltip.ts | 2 +- packages/editor/src/api/widgets/widgets.ts | 2 +- packages/editor/src/api/wrap.ts | 2 +- packages/editor/src/api/xref.ts | 2 +- packages/editor/src/api/yaml.ts | 2 +- packages/editor/src/behaviors/attr_duplicate_id.ts | 2 +- packages/editor/src/behaviors/attr_edit/attr_edit-command.ts | 2 +- packages/editor/src/behaviors/attr_edit/attr_edit.ts | 2 +- packages/editor/src/behaviors/bottom_padding.ts | 2 +- packages/editor/src/behaviors/clear_formatting.ts | 2 +- packages/editor/src/behaviors/code_block_input.ts | 2 +- packages/editor/src/behaviors/completion/completion-popup.tsx | 2 +- packages/editor/src/behaviors/completion/completion.ts | 2 +- packages/editor/src/behaviors/cursor.ts | 2 +- packages/editor/src/behaviors/empty_mark.ts | 2 +- packages/editor/src/behaviors/escape_mark.ts | 2 +- packages/editor/src/behaviors/find.ts | 2 +- packages/editor/src/behaviors/history.ts | 2 +- .../insert_citation/insert_citation-bibliography-picker.tsx | 2 +- .../editor/src/behaviors/insert_citation/insert_citation.tsx | 2 +- .../source_panels/insert_citation-source-panel-bibliography.tsx | 2 +- .../source_panels/insert_citation-source-panel-crossref.tsx | 2 +- .../source_panels/insert_citation-source-panel-datacite.tsx | 2 +- .../source_panels/insert_citation-source-panel-doi.tsx | 2 +- .../insert_citation-source-panel-latent-search.tsx | 2 +- .../insert_citation-source-panel-list-item-detailed.tsx | 2 +- .../source_panels/insert_citation-source-panel-list-item.tsx | 2 +- .../source_panels/insert_citation-source-panel-list.tsx | 2 +- .../source_panels/insert_citation-source-panel-packages.tsx | 2 +- .../source_panels/insert_citation-source-panel-pubmed.tsx | 2 +- .../insert_citation-source-panel-typeahead-search.tsx | 2 +- .../src/behaviors/insert_symbol/insert_special_characters.ts | 2 +- .../src/behaviors/insert_symbol/insert_symbol-dataprovider.ts | 2 +- .../behaviors/insert_symbol/insert_symbol-emoji-skintone.tsx | 2 +- .../src/behaviors/insert_symbol/insert_symbol-grid-cell.tsx | 2 +- .../src/behaviors/insert_symbol/insert_symbol-grid-preview.tsx | 2 +- .../editor/src/behaviors/insert_symbol/insert_symbol-grid.tsx | 2 +- .../src/behaviors/insert_symbol/insert_symbol-plugin-emoji.tsx | 2 +- .../src/behaviors/insert_symbol/insert_symbol-plugin-symbol.tsx | 2 +- .../editor/src/behaviors/insert_symbol/insert_symbol-plugin.tsx | 2 +- .../editor/src/behaviors/insert_symbol/insert_symbol-popup.tsx | 2 +- packages/editor/src/behaviors/insert_xref/insert_xref.tsx | 2 +- packages/editor/src/behaviors/insert_xref/insert_xref_index.ts | 2 +- packages/editor/src/behaviors/nbsp.ts | 2 +- .../editor/src/behaviors/omni_insert/omni_insert-completion.tsx | 2 +- packages/editor/src/behaviors/omni_insert/omni_insert.ts | 2 +- packages/editor/src/behaviors/outline.ts | 2 +- packages/editor/src/behaviors/paste.ts | 2 +- packages/editor/src/behaviors/remove_section.ts | 2 +- packages/editor/src/behaviors/select_all.ts | 2 +- packages/editor/src/behaviors/slides.ts | 2 +- packages/editor/src/behaviors/smarty.ts | 2 +- packages/editor/src/behaviors/spelling/spelling-interactive.ts | 2 +- packages/editor/src/behaviors/spelling/spelling-realtime.ts | 2 +- packages/editor/src/behaviors/spelling/spelling.ts | 2 +- packages/editor/src/behaviors/trailing_p.ts | 2 +- packages/editor/src/editor/editor-extensions.ts | 2 +- packages/editor/src/editor/editor-images.ts | 2 +- packages/editor/src/editor/editor-menus.ts | 2 +- packages/editor/src/editor/editor-schema.ts | 2 +- packages/editor/src/editor/editor-theme.ts | 2 +- packages/editor/src/editor/editor.ts | 2 +- packages/editor/src/index.ts | 2 +- packages/editor/src/marks/cite/cite-commands.ts | 2 +- packages/editor/src/marks/cite/cite-completion-bibliography.ts | 2 +- packages/editor/src/marks/cite/cite-completion-quarto-xref.ts | 2 +- packages/editor/src/marks/cite/cite-completion-search.ts | 2 +- packages/editor/src/marks/cite/cite-completion.tsx | 2 +- packages/editor/src/marks/cite/cite-completion_doi.tsx | 2 +- packages/editor/src/marks/cite/cite-doi.ts | 2 +- packages/editor/src/marks/cite/cite-highlight.ts | 2 +- packages/editor/src/marks/cite/cite-popup-xref.tsx | 2 +- packages/editor/src/marks/cite/cite-popup.tsx | 2 +- packages/editor/src/marks/cite/cite.ts | 2 +- packages/editor/src/marks/code.ts | 2 +- packages/editor/src/marks/em.ts | 2 +- packages/editor/src/marks/emoji/emoji-completion.tsx | 2 +- packages/editor/src/marks/emoji/emoji.ts | 2 +- packages/editor/src/marks/link/link-command.ts | 2 +- packages/editor/src/marks/link/link-headings.ts | 2 +- packages/editor/src/marks/link/link-input.ts | 2 +- packages/editor/src/marks/link/link-popup.tsx | 2 +- packages/editor/src/marks/link/link.ts | 2 +- packages/editor/src/marks/math/math-commands.ts | 2 +- packages/editor/src/marks/math/math-highlight.ts | 2 +- packages/editor/src/marks/math/math-keys.ts | 2 +- packages/editor/src/marks/math/math-popup.ts | 2 +- packages/editor/src/marks/math/math-transaction.ts | 2 +- packages/editor/src/marks/math/math-view.ts | 2 +- packages/editor/src/marks/math/math.ts | 2 +- packages/editor/src/marks/raw_inline/raw_html.ts | 2 +- packages/editor/src/marks/raw_inline/raw_html_comment.ts | 2 +- packages/editor/src/marks/raw_inline/raw_inline.ts | 2 +- packages/editor/src/marks/raw_inline/raw_tex.ts | 2 +- packages/editor/src/marks/shortcode.ts | 2 +- packages/editor/src/marks/smallcaps.ts | 2 +- packages/editor/src/marks/span.ts | 2 +- packages/editor/src/marks/strikeout.ts | 2 +- packages/editor/src/marks/strong.ts | 2 +- packages/editor/src/marks/subscript.ts | 2 +- packages/editor/src/marks/superscript.ts | 2 +- packages/editor/src/marks/underline.ts | 2 +- packages/editor/src/marks/xref/xref-completion.tsx | 2 +- packages/editor/src/marks/xref/xref-popup.tsx | 2 +- packages/editor/src/marks/xref/xref.ts | 2 +- packages/editor/src/nodes/blockquote.ts | 2 +- packages/editor/src/nodes/code_block.ts | 2 +- .../editor/src/nodes/definition_list/definition-list-keys.ts | 2 +- .../src/nodes/definition_list/definition_list-commands.ts | 2 +- .../src/nodes/definition_list/definition_list-inputrule.ts | 2 +- .../editor/src/nodes/definition_list/definition_list-insert.ts | 2 +- .../editor/src/nodes/definition_list/definition_list-pandoc.ts | 2 +- packages/editor/src/nodes/definition_list/definition_list.ts | 2 +- packages/editor/src/nodes/div/div-callout.ts | 2 +- packages/editor/src/nodes/div/div-tabset.ts | 2 +- packages/editor/src/nodes/div/div.ts | 2 +- packages/editor/src/nodes/footnote/footnote-editor.ts | 2 +- packages/editor/src/nodes/footnote/footnote-transaction.ts | 2 +- packages/editor/src/nodes/footnote/footnote.ts | 2 +- packages/editor/src/nodes/hard_break.ts | 2 +- packages/editor/src/nodes/heading.ts | 2 +- packages/editor/src/nodes/hr.ts | 2 +- packages/editor/src/nodes/html_preserve.ts | 2 +- packages/editor/src/nodes/image/figure-keys.ts | 2 +- packages/editor/src/nodes/image/figure.ts | 2 +- packages/editor/src/nodes/image/image-dialog.ts | 2 +- packages/editor/src/nodes/image/image-events.ts | 2 +- packages/editor/src/nodes/image/image-resize.ts | 2 +- packages/editor/src/nodes/image/image-textsel.ts | 2 +- packages/editor/src/nodes/image/image-util.ts | 2 +- packages/editor/src/nodes/image/image-view.ts | 2 +- packages/editor/src/nodes/image/image.ts | 2 +- packages/editor/src/nodes/line_block.ts | 2 +- packages/editor/src/nodes/list/list-checked.ts | 2 +- packages/editor/src/nodes/list/list-commands.ts | 2 +- packages/editor/src/nodes/list/list-indent.ts | 2 +- packages/editor/src/nodes/list/list-pandoc.ts | 2 +- packages/editor/src/nodes/list/list.ts | 2 +- packages/editor/src/nodes/null.ts | 2 +- packages/editor/src/nodes/paragraph.ts | 2 +- packages/editor/src/nodes/raw_block.ts | 2 +- packages/editor/src/nodes/rmd_chunk/rmd_chunk-capsule.ts | 2 +- packages/editor/src/nodes/rmd_chunk/rmd_chunk-image.ts | 2 +- packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts | 2 +- packages/editor/src/nodes/shortcode_block.ts | 2 +- packages/editor/src/nodes/table/table-capsule.ts | 2 +- packages/editor/src/nodes/table/table-columns.ts | 2 +- packages/editor/src/nodes/table/table-commands.ts | 2 +- packages/editor/src/nodes/table/table-contextmenu.ts | 2 +- packages/editor/src/nodes/table/table-nodes.ts | 2 +- packages/editor/src/nodes/table/table-pandoc.ts | 2 +- packages/editor/src/nodes/table/table-paste.ts | 2 +- packages/editor/src/nodes/table/table.ts | 2 +- packages/editor/src/nodes/text.ts | 2 +- packages/editor/src/nodes/user_comment/ui/comment-content.tsx | 2 +- packages/editor/src/nodes/user_comment/ui/comment-item.tsx | 2 +- packages/editor/src/nodes/user_comment/ui/comment-thread.tsx | 2 +- packages/editor/src/nodes/user_comment/ui/common.tsx | 2 +- packages/editor/src/nodes/user_comment/ui/layout.tsx | 2 +- packages/editor/src/nodes/user_comment/ui/plugin.tsx | 2 +- packages/editor/src/nodes/user_comment/user_comment-cache.ts | 2 +- .../editor/src/nodes/user_comment/user_comment-constants.ts | 2 +- packages/editor/src/nodes/user_comment/user_comment-fixup.ts | 2 +- packages/editor/src/nodes/user_comment/user_comment-model.ts | 2 +- packages/editor/src/nodes/user_comment/user_comment.ts | 2 +- .../editor/src/nodes/yaml_metadata/yaml_metadata-capsule.ts | 2 +- packages/editor/src/nodes/yaml_metadata/yaml_metadata-title.ts | 2 +- packages/editor/src/nodes/yaml_metadata/yaml_metadata.ts | 2 +- packages/editor/src/optional/ace/ace-placeholder.ts | 2 +- packages/editor/src/optional/ace/ace-render-queue.ts | 2 +- packages/editor/src/optional/ace/ace.ts | 2 +- packages/editor/src/pandoc/pandoc_converter.ts | 2 +- packages/editor/src/pandoc/pandoc_from_prosemirror.ts | 2 +- packages/editor/src/pandoc/pandoc_to_prosemirror.ts | 2 +- packages/quarto-core/src/appdirs.ts | 2 +- packages/quarto-core/src/context.ts | 2 +- packages/quarto-core/src/dictionaries.ts | 2 +- packages/quarto-core/src/document.ts | 2 +- packages/quarto-core/src/index.ts | 2 +- packages/quarto-core/src/lsp.ts | 2 +- packages/quarto-core/src/markdown/cursor.ts | 2 +- packages/quarto-core/src/markdown/index.ts | 2 +- packages/quarto-core/src/markdown/language.ts | 2 +- packages/quarto-core/src/markdown/parser.ts | 2 +- packages/quarto-core/src/markdown/parsers/index.ts | 2 +- packages/quarto-core/src/markdown/parsers/markdownit.ts | 2 +- packages/quarto-core/src/markdown/parsers/pandoc.ts | 2 +- packages/quarto-core/src/markdown/token.ts | 2 +- packages/quarto-core/src/markdown/yaml.ts | 2 +- packages/quarto-core/src/metadata.ts | 2 +- packages/quarto-core/src/position.ts | 2 +- packages/quarto-core/src/range.ts | 2 +- packages/quarto-core/src/storage.ts | 2 +- packages/ui-widgets/src/dialog/ModalDialog.tsx | 2 +- packages/ui-widgets/src/dialog/ModalDialogTabList.tsx | 2 +- packages/ui-widgets/src/dialog/index.ts | 2 +- packages/ui-widgets/src/hotkeys/index.ts | 2 +- packages/ui-widgets/src/index.ts | 2 +- packages/ui-widgets/src/nonideal.tsx | 2 +- packages/ui-widgets/src/theme.ts | 2 +- 649 files changed, 649 insertions(+), 649 deletions(-) diff --git a/apps/lsp/build.ts b/apps/lsp/build.ts index e80592af..9c03a87c 100644 --- a/apps/lsp/build.ts +++ b/apps/lsp/build.ts @@ -1,7 +1,7 @@ /* * build.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/lsp/src/config.ts b/apps/lsp/src/config.ts index d585efe0..04a04f03 100644 --- a/apps/lsp/src/config.ts +++ b/apps/lsp/src/config.ts @@ -1,7 +1,7 @@ /* * configuration.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/custom.ts b/apps/lsp/src/custom.ts index 4e8f8b91..6fbc00f3 100644 --- a/apps/lsp/src/custom.ts +++ b/apps/lsp/src/custom.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b2c87c8d..707600b3 100644 --- a/apps/lsp/src/diagnostics.ts +++ b/apps/lsp/src/diagnostics.ts @@ -1,7 +1,7 @@ /* * diagnostics.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/lsp/src/index.ts b/apps/lsp/src/index.ts index d13dc9d1..59ac4108 100644 --- a/apps/lsp/src/index.ts +++ b/apps/lsp/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5fafbab3..22aabaf4 100644 --- a/apps/lsp/src/logging.ts +++ b/apps/lsp/src/logging.ts @@ -1,7 +1,7 @@ /* * logging.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/middleware.ts b/apps/lsp/src/middleware.ts index 6aa5c456..a1ef7b46 100644 --- a/apps/lsp/src/middleware.ts +++ b/apps/lsp/src/middleware.ts @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/apps/lsp/src/quarto.ts b/apps/lsp/src/quarto.ts index 6b3c07c9..e0a33460 100644 --- a/apps/lsp/src/quarto.ts +++ b/apps/lsp/src/quarto.ts @@ -1,7 +1,7 @@ /* * quarto.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e43f278c..7a7eb60c 100644 --- a/apps/lsp/src/r-utils.ts +++ b/apps/lsp/src/r-utils.ts @@ -1,7 +1,7 @@ /* * r-utils.ts * - * Copyright (C) 2025 by Posit Software, PBC + * 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 efc4707b..86a8ef51 100644 --- a/apps/lsp/src/service/config.ts +++ b/apps/lsp/src/service/config.ts @@ -1,7 +1,7 @@ /* * config.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/index.ts b/apps/lsp/src/service/index.ts index 1d708126..d4738804 100644 --- a/apps/lsp/src/service/index.ts +++ b/apps/lsp/src/service/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/logging.ts b/apps/lsp/src/service/logging.ts index a5889885..92fe3102 100644 --- a/apps/lsp/src/service/logging.ts +++ b/apps/lsp/src/service/logging.ts @@ -1,7 +1,7 @@ /* * logging.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/providers/completion/completion-attrs.ts b/apps/lsp/src/service/providers/completion/completion-attrs.ts index 9700de11..1390154e 100644 --- a/apps/lsp/src/service/providers/completion/completion-attrs.ts +++ b/apps/lsp/src/service/providers/completion/completion-attrs.ts @@ -1,7 +1,7 @@ /* * completion-attrs.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6c3da53a..9379a757 100644 --- a/apps/lsp/src/service/providers/completion/completion-latex.ts +++ b/apps/lsp/src/service/providers/completion/completion-latex.ts @@ -1,7 +1,7 @@ /* * completion-latex.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016 James Yu */ diff --git a/apps/lsp/src/service/providers/completion/completion-path.ts b/apps/lsp/src/service/providers/completion/completion-path.ts index cfe599c3..c7ab585e 100644 --- a/apps/lsp/src/service/providers/completion/completion-path.ts +++ b/apps/lsp/src/service/providers/completion/completion-path.ts @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/apps/lsp/src/service/providers/completion/completion-shortcode.ts b/apps/lsp/src/service/providers/completion/completion-shortcode.ts index c09ea4d4..db15a5a9 100644 --- a/apps/lsp/src/service/providers/completion/completion-shortcode.ts +++ b/apps/lsp/src/service/providers/completion/completion-shortcode.ts @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/apps/lsp/src/service/providers/completion/completion-yaml.ts b/apps/lsp/src/service/providers/completion/completion-yaml.ts index 112789ab..2f29ca95 100644 --- a/apps/lsp/src/service/providers/completion/completion-yaml.ts +++ b/apps/lsp/src/service/providers/completion/completion-yaml.ts @@ -1,7 +1,7 @@ /* * completion-yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016 James Yu */ diff --git a/apps/lsp/src/service/providers/completion/completion.ts b/apps/lsp/src/service/providers/completion/completion.ts index e560098c..2f55430d 100644 --- a/apps/lsp/src/service/providers/completion/completion.ts +++ b/apps/lsp/src/service/providers/completion/completion.ts @@ -1,7 +1,7 @@ /* * completion.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016 James Yu */ 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 10b09845..1fe66646 100644 --- a/apps/lsp/src/service/providers/completion/refs/completion-biblio.ts +++ b/apps/lsp/src/service/providers/completion/refs/completion-biblio.ts @@ -1,7 +1,7 @@ /* * completion-biblio.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0479a0cb..0a23fe77 100644 --- a/apps/lsp/src/service/providers/completion/refs/completion-crossref.ts +++ b/apps/lsp/src/service/providers/completion/refs/completion-crossref.ts @@ -1,7 +1,7 @@ /* * completion-crossref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 435a0200..abb9a6d2 100644 --- a/apps/lsp/src/service/providers/completion/refs/completion-refs.ts +++ b/apps/lsp/src/service/providers/completion/refs/completion-refs.ts @@ -1,7 +1,7 @@ /* * completion-refs.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c05ac727..ed141e92 100644 --- a/apps/lsp/src/service/providers/definitions.ts +++ b/apps/lsp/src/service/providers/definitions.ts @@ -1,7 +1,7 @@ /* * definitions.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/providers/diagnostics-yaml.ts b/apps/lsp/src/service/providers/diagnostics-yaml.ts index dc8957be..46c95cb7 100644 --- a/apps/lsp/src/service/providers/diagnostics-yaml.ts +++ b/apps/lsp/src/service/providers/diagnostics-yaml.ts @@ -1,7 +1,7 @@ /* * diagnostics.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d5f79b77..349ffc63 100644 --- a/apps/lsp/src/service/providers/diagnostics.ts +++ b/apps/lsp/src/service/providers/diagnostics.ts @@ -1,7 +1,7 @@ /* * diagnostics.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/providers/document-highlights.ts b/apps/lsp/src/service/providers/document-highlights.ts index 47adf97e..5ab675ad 100644 --- a/apps/lsp/src/service/providers/document-highlights.ts +++ b/apps/lsp/src/service/providers/document-highlights.ts @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/apps/lsp/src/service/providers/document-links.ts b/apps/lsp/src/service/providers/document-links.ts index 42b79153..c16c3a71 100644 --- a/apps/lsp/src/service/providers/document-links.ts +++ b/apps/lsp/src/service/providers/document-links.ts @@ -1,7 +1,7 @@ /* * 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. */ import * as l10n from '@vscode/l10n'; diff --git a/apps/lsp/src/service/providers/document-symbols.ts b/apps/lsp/src/service/providers/document-symbols.ts index 7fec535b..40b84caa 100644 --- a/apps/lsp/src/service/providers/document-symbols.ts +++ b/apps/lsp/src/service/providers/document-symbols.ts @@ -1,7 +1,7 @@ /* * 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. */ import { CancellationToken } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/providers/folding.ts b/apps/lsp/src/service/providers/folding.ts index 6cfb1333..3a154971 100644 --- a/apps/lsp/src/service/providers/folding.ts +++ b/apps/lsp/src/service/providers/folding.ts @@ -1,7 +1,7 @@ /* * folding.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ import { CancellationToken } from 'vscode-languageserver'; diff --git a/apps/lsp/src/service/providers/hover/hover-image.ts b/apps/lsp/src/service/providers/hover/hover-image.ts index e9f534ba..208de2c2 100644 --- a/apps/lsp/src/service/providers/hover/hover-image.ts +++ b/apps/lsp/src/service/providers/hover/hover-image.ts @@ -1,7 +1,7 @@ /* * hover-image.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 547a4822..dfc81928 100644 --- a/apps/lsp/src/service/providers/hover/hover-math.ts +++ b/apps/lsp/src/service/providers/hover/hover-math.ts @@ -1,7 +1,7 @@ /* * hover-math.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016 James Yu */ diff --git a/apps/lsp/src/service/providers/hover/hover-ref.ts b/apps/lsp/src/service/providers/hover/hover-ref.ts index 819e10d3..5ac30e54 100644 --- a/apps/lsp/src/service/providers/hover/hover-ref.ts +++ b/apps/lsp/src/service/providers/hover/hover-ref.ts @@ -1,7 +1,7 @@ /* * hover-ref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 03dc864b..7823744e 100644 --- a/apps/lsp/src/service/providers/hover/hover-yaml.ts +++ b/apps/lsp/src/service/providers/hover/hover-yaml.ts @@ -1,7 +1,7 @@ /* * hover-yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 228da812..d1b819f5 100644 --- a/apps/lsp/src/service/providers/hover/hover.ts +++ b/apps/lsp/src/service/providers/hover/hover.ts @@ -1,7 +1,7 @@ /* * hover.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2461156b..d5a780ef 100644 --- a/apps/lsp/src/service/providers/references.ts +++ b/apps/lsp/src/service/providers/references.ts @@ -1,7 +1,7 @@ /* * references.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/providers/smart-select.ts b/apps/lsp/src/service/providers/smart-select.ts index 435dd932..21cd7917 100644 --- a/apps/lsp/src/service/providers/smart-select.ts +++ b/apps/lsp/src/service/providers/smart-select.ts @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/apps/lsp/src/service/providers/workspace-symbols.ts b/apps/lsp/src/service/providers/workspace-symbols.ts index 6ae4627f..aa2f5edb 100644 --- a/apps/lsp/src/service/providers/workspace-symbols.ts +++ b/apps/lsp/src/service/providers/workspace-symbols.ts @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/apps/lsp/src/service/quarto.ts b/apps/lsp/src/service/quarto.ts index 9aa5ccc0..5ad5ae94 100644 --- a/apps/lsp/src/service/quarto.ts +++ b/apps/lsp/src/service/quarto.ts @@ -1,7 +1,7 @@ /* * quarto.ts * - * Copyright (C) 2023 by Posit Software, PBC + * 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 8fa980fb..6a3f2f74 100644 --- a/apps/lsp/src/service/slugify.ts +++ b/apps/lsp/src/service/slugify.ts @@ -1,7 +1,7 @@ /* * slugify.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/toc.ts b/apps/lsp/src/service/toc.ts index ca61b953..40dd6b73 100644 --- a/apps/lsp/src/service/toc.ts +++ b/apps/lsp/src/service/toc.ts @@ -1,7 +1,7 @@ /* * toc.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/util/cancellation.ts b/apps/lsp/src/service/util/cancellation.ts index 0d039e00..af9ebdbe 100644 --- a/apps/lsp/src/service/util/cancellation.ts +++ b/apps/lsp/src/service/util/cancellation.ts @@ -1,7 +1,7 @@ /* * cancellation.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/util/file.ts b/apps/lsp/src/service/util/file.ts index 57f73ef2..dba04cd9 100644 --- a/apps/lsp/src/service/util/file.ts +++ b/apps/lsp/src/service/util/file.ts @@ -1,7 +1,7 @@ /* * file.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/util/path.ts b/apps/lsp/src/service/util/path.ts index 83163c7a..52c68913 100644 --- a/apps/lsp/src/service/util/path.ts +++ b/apps/lsp/src/service/util/path.ts @@ -1,7 +1,7 @@ /* * path.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/util/refs.ts b/apps/lsp/src/service/util/refs.ts index 1a2351cb..1c47db82 100644 --- a/apps/lsp/src/service/util/refs.ts +++ b/apps/lsp/src/service/util/refs.ts @@ -1,7 +1,7 @@ /* * refs.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ab175d97..b63effc2 100644 --- a/apps/lsp/src/service/util/resource-maps.ts +++ b/apps/lsp/src/service/util/resource-maps.ts @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/apps/lsp/src/service/util/schemes.ts b/apps/lsp/src/service/util/schemes.ts index 5e799b48..b5072d88 100644 --- a/apps/lsp/src/service/util/schemes.ts +++ b/apps/lsp/src/service/util/schemes.ts @@ -1,7 +1,7 @@ /* * schemes.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/util/string.ts b/apps/lsp/src/service/util/string.ts index 676ee3c7..5cb5d121 100644 --- a/apps/lsp/src/service/util/string.ts +++ b/apps/lsp/src/service/util/string.ts @@ -1,7 +1,7 @@ /* * string.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/service/workspace-cache.ts b/apps/lsp/src/service/workspace-cache.ts index 3f241b3a..c8a24b1a 100644 --- a/apps/lsp/src/service/workspace-cache.ts +++ b/apps/lsp/src/service/workspace-cache.ts @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/apps/lsp/src/service/workspace.ts b/apps/lsp/src/service/workspace.ts index 29abb3a7..a5c72314 100644 --- a/apps/lsp/src/service/workspace.ts +++ b/apps/lsp/src/service/workspace.ts @@ -1,7 +1,7 @@ /* * workspace.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/lsp/src/workspace.ts b/apps/lsp/src/workspace.ts index 2791bba4..68608c01 100644 --- a/apps/lsp/src/workspace.ts +++ b/apps/lsp/src/workspace.ts @@ -1,7 +1,7 @@ /* * workspace.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/panmirror/src/index.ts b/apps/panmirror/src/index.ts index 50bc1ee4..3bcf3d3c 100644 --- a/apps/panmirror/src/index.ts +++ b/apps/panmirror/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/quarto-utils/src/index.ts b/apps/quarto-utils/src/index.ts index f68a82c8..9b927f27 100644 --- a/apps/quarto-utils/src/index.ts +++ b/apps/quarto-utils/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2025 by Posit Software, PBC + * 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 2ce1353c..bb19f732 100644 --- a/apps/quarto-utils/src/r-utils.ts +++ b/apps/quarto-utils/src/r-utils.ts @@ -1,7 +1,7 @@ /* * r-utils.ts * - * Copyright (C) 2025 by Posit Software, PBC + * 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 e178ef5b..ac687ed5 100644 --- a/apps/quarto-utils/src/semantic-tokens-legend.ts +++ b/apps/quarto-utils/src/semantic-tokens-legend.ts @@ -1,7 +1,7 @@ /* * semantic-tokens-legend.ts * - * Copyright (C) 2025 by Posit Software, PBC + * Copyright (C) 2025-2026 by Posit Software, PBC */ /** diff --git a/apps/vscode-editor/src/App.tsx b/apps/vscode-editor/src/App.tsx index 49042c75..af0cf475 100644 --- a/apps/vscode-editor/src/App.tsx +++ b/apps/vscode-editor/src/App.tsx @@ -1,7 +1,7 @@ /* * Editor.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from "react"; diff --git a/apps/vscode-editor/src/EditorContainer.tsx b/apps/vscode-editor/src/EditorContainer.tsx index 1e005cfa..47c41ab8 100644 --- a/apps/vscode-editor/src/EditorContainer.tsx +++ b/apps/vscode-editor/src/EditorContainer.tsx @@ -1,7 +1,7 @@ /* * EditorContainer.tsx * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 c1918ec9..b21f5305 100644 --- a/apps/vscode-editor/src/EditorToolbar.tsx +++ b/apps/vscode-editor/src/EditorToolbar.tsx @@ -1,7 +1,7 @@ /* * EditorToolbar.tsx * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 0cdf82ba..22290a57 100644 --- a/apps/vscode-editor/src/index.tsx +++ b/apps/vscode-editor/src/index.tsx @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from "react"; diff --git a/apps/vscode-editor/src/sync.ts b/apps/vscode-editor/src/sync.ts index 70652666..bc900b60 100644 --- a/apps/vscode-editor/src/sync.ts +++ b/apps/vscode-editor/src/sync.ts @@ -2,7 +2,7 @@ /* * connection.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0fc3e196..7f2180af 100644 --- a/apps/vscode-editor/src/theme.ts +++ b/apps/vscode-editor/src/theme.ts @@ -1,7 +1,7 @@ /* * theme.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode-markdownit/src/index.ts b/apps/vscode-markdownit/src/index.ts index 66e2edfa..ea0b532b 100644 --- a/apps/vscode-markdownit/src/index.ts +++ b/apps/vscode-markdownit/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016-2020 ParkSB. */ diff --git a/apps/vscode/build.ts b/apps/vscode/build.ts index 3a199ff4..8e2fba1d 100644 --- a/apps/vscode/build.ts +++ b/apps/vscode/build.ts @@ -1,7 +1,7 @@ /* * build.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { runBuild } from "build"; diff --git a/apps/vscode/src/core/command.ts b/apps/vscode/src/core/command.ts index f6acde43..77ca86ba 100644 --- a/apps/vscode/src/core/command.ts +++ b/apps/vscode/src/core/command.ts @@ -1,7 +1,7 @@ /* * command.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e4135963..bde5d36b 100644 --- a/apps/vscode/src/core/config.ts +++ b/apps/vscode/src/core/config.ts @@ -1,7 +1,7 @@ /* * config.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/apps/vscode/src/core/dispose.ts b/apps/vscode/src/core/dispose.ts index d5fb1b95..bc255f56 100644 --- a/apps/vscode/src/core/dispose.ts +++ b/apps/vscode/src/core/dispose.ts @@ -1,7 +1,7 @@ /* * dispose.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a9aff5ac..4b9a3ad3 100644 --- a/apps/vscode/src/core/doc.ts +++ b/apps/vscode/src/core/doc.ts @@ -1,7 +1,7 @@ /* * doc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7d44a8bf..e27b71a9 100644 --- a/apps/vscode/src/core/hover.ts +++ b/apps/vscode/src/core/hover.ts @@ -1,7 +1,7 @@ /* * hover.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ea7fde79..9dba9dc9 100644 --- a/apps/vscode/src/core/links.ts +++ b/apps/vscode/src/core/links.ts @@ -1,7 +1,7 @@ /* * links.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 903b5edb..cafc153f 100644 --- a/apps/vscode/src/core/nonce.ts +++ b/apps/vscode/src/core/nonce.ts @@ -1,7 +1,7 @@ /* * nonce.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 eb133e77..00cc10cf 100644 --- a/apps/vscode/src/core/path.ts +++ b/apps/vscode/src/core/path.ts @@ -1,7 +1,7 @@ /* * path.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 9e9db7c7..8100f87d 100644 --- a/apps/vscode/src/core/platform.ts +++ b/apps/vscode/src/core/platform.ts @@ -1,7 +1,7 @@ /* * platform.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c47578f9..0f6c4677 100644 --- a/apps/vscode/src/core/python.ts +++ b/apps/vscode/src/core/python.ts @@ -1,7 +1,7 @@ /* * languages.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8d06d5fe..99717a6f 100644 --- a/apps/vscode/src/core/quarto.ts +++ b/apps/vscode/src/core/quarto.ts @@ -1,7 +1,7 @@ /* * quarto.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 68fbbf10..9ba6df8a 100644 --- a/apps/vscode/src/core/range.ts +++ b/apps/vscode/src/core/range.ts @@ -1,7 +1,7 @@ /* * range.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 336194cf..7547f2d3 100644 --- a/apps/vscode/src/core/schemes.ts +++ b/apps/vscode/src/core/schemes.ts @@ -2,7 +2,7 @@ /* * schemes.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 00531ca0..a1f768da 100644 --- a/apps/vscode/src/core/terminal.ts +++ b/apps/vscode/src/core/terminal.ts @@ -1,7 +1,7 @@ /* * terminal.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as os from "node:os"; diff --git a/apps/vscode/src/core/workspace.ts b/apps/vscode/src/core/workspace.ts index 19130f12..d9ee1d9f 100644 --- a/apps/vscode/src/core/workspace.ts +++ b/apps/vscode/src/core/workspace.ts @@ -1,7 +1,7 @@ /* * worksapce.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2e0c3606..79fba4e1 100644 --- a/apps/vscode/src/host/execute-queue.ts +++ b/apps/vscode/src/host/execute-queue.ts @@ -1,7 +1,7 @@ /* * execute-queue.ts * - * Copyright (C) 2024 by Posit Software, PBC + * 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 ad4c2444..00e3dcb8 100644 --- a/apps/vscode/src/host/executors.ts +++ b/apps/vscode/src/host/executors.ts @@ -1,7 +1,7 @@ /* * vscode-executors.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 fb71ac90..508db309 100644 --- a/apps/vscode/src/host/index.ts +++ b/apps/vscode/src/host/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import vscode, { DocumentSelector, Disposable, WebviewPanelOptions, WebviewOptions, window } from "vscode"; diff --git a/apps/vscode/src/host/toolbar.ts b/apps/vscode/src/host/toolbar.ts index 498b834b..3b634c61 100644 --- a/apps/vscode/src/host/toolbar.ts +++ b/apps/vscode/src/host/toolbar.ts @@ -1,7 +1,7 @@ /* * toolbar.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 21892762..c8cba308 100644 --- a/apps/vscode/src/lsp/client.ts +++ b/apps/vscode/src/lsp/client.ts @@ -1,7 +1,7 @@ /* * client.ts * - * Copyright (C) 2022-2025 by Posit Software, PBC + * 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 086c3304..333c2d9e 100644 --- a/apps/vscode/src/main.ts +++ b/apps/vscode/src/main.ts @@ -1,7 +1,7 @@ /* * main.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ea36f1f7..326a448b 100644 --- a/apps/vscode/src/markdown/document.ts +++ b/apps/vscode/src/markdown/document.ts @@ -1,7 +1,7 @@ /* * document.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c446ea0e..e10a723c 100644 --- a/apps/vscode/src/markdown/engine.ts +++ b/apps/vscode/src/markdown/engine.ts @@ -1,7 +1,7 @@ /* * engine.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f66c0f43..be567bce 100644 --- a/apps/vscode/src/markdown/reveal.ts +++ b/apps/vscode/src/markdown/reveal.ts @@ -1,7 +1,7 @@ /* * reveal.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 75c1bef2..50b60ad1 100644 --- a/apps/vscode/src/providers/assist/codelens.ts +++ b/apps/vscode/src/providers/assist/codelens.ts @@ -1,7 +1,7 @@ /* * codelens.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3524c2d0..0b5beca0 100644 --- a/apps/vscode/src/providers/assist/commands.ts +++ b/apps/vscode/src/providers/assist/commands.ts @@ -1,7 +1,7 @@ /* * commands.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 068b2884..4c0caf59 100644 --- a/apps/vscode/src/providers/assist/panel.ts +++ b/apps/vscode/src/providers/assist/panel.ts @@ -1,7 +1,7 @@ /* * panel.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 92a40cb4..72d67a22 100644 --- a/apps/vscode/src/providers/assist/render-assist.ts +++ b/apps/vscode/src/providers/assist/render-assist.ts @@ -1,7 +1,7 @@ /* * render-assist.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2020 Matt Bierner */ diff --git a/apps/vscode/src/providers/assist/render-cache.ts b/apps/vscode/src/providers/assist/render-cache.ts index 9b9b6fa5..eab0fc1e 100644 --- a/apps/vscode/src/providers/assist/render-cache.ts +++ b/apps/vscode/src/providers/assist/render-cache.ts @@ -1,7 +1,7 @@ /* * render-cache.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2020 Matt Bierner */ diff --git a/apps/vscode/src/providers/assist/webview.ts b/apps/vscode/src/providers/assist/webview.ts index d6641333..4f8debce 100644 --- a/apps/vscode/src/providers/assist/webview.ts +++ b/apps/vscode/src/providers/assist/webview.ts @@ -1,7 +1,7 @@ /* * webview.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ // https://code.visualstudio.com/api/extension-guides/webview diff --git a/apps/vscode/src/providers/cell/codelens.ts b/apps/vscode/src/providers/cell/codelens.ts index 0633d731..16db6e38 100644 --- a/apps/vscode/src/providers/cell/codelens.ts +++ b/apps/vscode/src/providers/cell/codelens.ts @@ -1,7 +1,7 @@ /* * codelens.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d113e60d..22a03f92 100644 --- a/apps/vscode/src/providers/cell/commands.ts +++ b/apps/vscode/src/providers/cell/commands.ts @@ -3,7 +3,7 @@ * * commands for executing code in cells, both in the Source Editor and Visual Editor. * - * Copyright (C) 2022 by Posit Software, PBC + * 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 270d7113..969ae25d 100644 --- a/apps/vscode/src/providers/cell/executors.ts +++ b/apps/vscode/src/providers/cell/executors.ts @@ -1,7 +1,7 @@ /* * executors.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f2f39b6f..68f376f3 100644 --- a/apps/vscode/src/providers/cell/options.ts +++ b/apps/vscode/src/providers/cell/options.ts @@ -1,7 +1,7 @@ /* * options.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5db5a970..65e88379 100644 --- a/apps/vscode/src/providers/context-keys.ts +++ b/apps/vscode/src/providers/context-keys.ts @@ -1,7 +1,7 @@ /* * context-keys.ts * - * Copyright (C) 2024 by Posit Software, PBC + * Copyright (C) 2024-2026 by Posit Software, PBC */ import * as vscode from "vscode"; diff --git a/apps/vscode/src/providers/copyfiles/drop.ts b/apps/vscode/src/providers/copyfiles/drop.ts index 32259db5..6353724d 100644 --- a/apps/vscode/src/providers/copyfiles/drop.ts +++ b/apps/vscode/src/providers/copyfiles/drop.ts @@ -1,7 +1,7 @@ /* * drop.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/apps/vscode/src/providers/copyfiles/filename.ts b/apps/vscode/src/providers/copyfiles/filename.ts index 6c0598e5..3cc37705 100644 --- a/apps/vscode/src/providers/copyfiles/filename.ts +++ b/apps/vscode/src/providers/copyfiles/filename.ts @@ -1,7 +1,7 @@ /* * filename.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ import * as path from 'path'; diff --git a/apps/vscode/src/providers/copyfiles/index.ts b/apps/vscode/src/providers/copyfiles/index.ts index 9a2d045d..096380b9 100644 --- a/apps/vscode/src/providers/copyfiles/index.ts +++ b/apps/vscode/src/providers/copyfiles/index.ts @@ -1,7 +1,7 @@ /* * filename.ts * - * Copyright (C) 2023 by Posit Software, PBC + * 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 81354bd7..afda7cf9 100644 --- a/apps/vscode/src/providers/create/create-extension.ts +++ b/apps/vscode/src/providers/create/create-extension.ts @@ -1,7 +1,7 @@ /* * create-extension.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a0a6c536..411e62dd 100644 --- a/apps/vscode/src/providers/create/create-project.ts +++ b/apps/vscode/src/providers/create/create-project.ts @@ -1,7 +1,7 @@ /* * create-project.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4a75a1b5..1fae4839 100644 --- a/apps/vscode/src/providers/create/create.ts +++ b/apps/vscode/src/providers/create/create.ts @@ -1,7 +1,7 @@ /* * create.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 11032f66..0dbaed1a 100644 --- a/apps/vscode/src/providers/create/directory.ts +++ b/apps/vscode/src/providers/create/directory.ts @@ -1,7 +1,7 @@ /* * directory.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 07487d77..03a15223 100644 --- a/apps/vscode/src/providers/create/firstrun.ts +++ b/apps/vscode/src/providers/create/firstrun.ts @@ -1,7 +1,7 @@ /* * firstrun.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f2768600..d58ee6d6 100644 --- a/apps/vscode/src/providers/deno-config.ts +++ b/apps/vscode/src/providers/deno-config.ts @@ -1,7 +1,7 @@ /* * deno-config.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { ExtensionContext, workspace, window, extensions } from "vscode"; diff --git a/apps/vscode/src/providers/diagram/codelens.ts b/apps/vscode/src/providers/diagram/codelens.ts index e2c55d4b..09fa2c08 100644 --- a/apps/vscode/src/providers/diagram/codelens.ts +++ b/apps/vscode/src/providers/diagram/codelens.ts @@ -1,7 +1,7 @@ /* * codelens.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4679a748..4ce3b9c8 100644 --- a/apps/vscode/src/providers/diagram/commands.ts +++ b/apps/vscode/src/providers/diagram/commands.ts @@ -1,7 +1,7 @@ /* * commands.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8567e292..2dd755dd 100644 --- a/apps/vscode/src/providers/diagram/diagram-webview.ts +++ b/apps/vscode/src/providers/diagram/diagram-webview.ts @@ -1,7 +1,7 @@ /* * diagram-webview.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 53181100..2026e644 100644 --- a/apps/vscode/src/providers/diagram/diagram.ts +++ b/apps/vscode/src/providers/diagram/diagram.ts @@ -1,7 +1,7 @@ /* * diagram.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { ExtensionContext, languages } from "vscode"; diff --git a/apps/vscode/src/providers/editor/codeview.ts b/apps/vscode/src/providers/editor/codeview.ts index 23c44673..b639fdd0 100644 --- a/apps/vscode/src/providers/editor/codeview.ts +++ b/apps/vscode/src/providers/editor/codeview.ts @@ -1,7 +1,7 @@ /* * codeview.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a46eaa66..e85b67eb 100644 --- a/apps/vscode/src/providers/editor/connection.ts +++ b/apps/vscode/src/providers/editor/connection.ts @@ -1,7 +1,7 @@ /* * connection.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 394ab3dc..969099e5 100644 --- a/apps/vscode/src/providers/editor/editor.ts +++ b/apps/vscode/src/providers/editor/editor.ts @@ -1,7 +1,7 @@ /* * editor.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 af4d9138..fcc9c920 100644 --- a/apps/vscode/src/providers/editor/images.ts +++ b/apps/vscode/src/providers/editor/images.ts @@ -1,7 +1,7 @@ /* * images.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 35f57984..374aefba 100644 --- a/apps/vscode/src/providers/editor/prefs.ts +++ b/apps/vscode/src/providers/editor/prefs.ts @@ -1,7 +1,7 @@ /* * prefs.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ff63a24a..f5461fcc 100644 --- a/apps/vscode/src/providers/editor/sync.ts +++ b/apps/vscode/src/providers/editor/sync.ts @@ -1,7 +1,7 @@ /* * sync.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 af773a2c..53434908 100644 --- a/apps/vscode/src/providers/editor/toggle.ts +++ b/apps/vscode/src/providers/editor/toggle.ts @@ -1,7 +1,7 @@ /* * toggle.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a29a5e1e..b3c94346 100644 --- a/apps/vscode/src/providers/format.ts +++ b/apps/vscode/src/providers/format.ts @@ -1,7 +1,7 @@ /* * format.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 45df8e06..50199678 100644 --- a/apps/vscode/src/providers/hover-image.ts +++ b/apps/vscode/src/providers/hover-image.ts @@ -1,7 +1,7 @@ /* * hover-image.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8597e394..098c3b06 100644 --- a/apps/vscode/src/providers/insert.ts +++ b/apps/vscode/src/providers/insert.ts @@ -1,7 +1,7 @@ /* * insert.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d4fbad77..0dab533b 100644 --- a/apps/vscode/src/providers/lua-types.ts +++ b/apps/vscode/src/providers/lua-types.ts @@ -2,7 +2,7 @@ /* * lua-types.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e6ee509c..76f42076 100644 --- a/apps/vscode/src/providers/newdoc.ts +++ b/apps/vscode/src/providers/newdoc.ts @@ -1,7 +1,7 @@ /* * newdoc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/apps/vscode/src/providers/option.ts b/apps/vscode/src/providers/option.ts index a4a57244..4a6d7181 100644 --- a/apps/vscode/src/providers/option.ts +++ b/apps/vscode/src/providers/option.ts @@ -1,7 +1,7 @@ /* * option.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 fabfd577..f7fb2a8f 100644 --- a/apps/vscode/src/providers/preview/commands.ts +++ b/apps/vscode/src/providers/preview/commands.ts @@ -1,7 +1,7 @@ /* * commands.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b627e7c6..1263c5f4 100644 --- a/apps/vscode/src/providers/preview/preview-env.ts +++ b/apps/vscode/src/providers/preview/preview-env.ts @@ -1,7 +1,7 @@ /* * preview-env.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 fff0af09..ebf13e1a 100644 --- a/apps/vscode/src/providers/preview/preview-errors.ts +++ b/apps/vscode/src/providers/preview/preview-errors.ts @@ -1,7 +1,7 @@ /* * preview-errors.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6d554ef7..7b30598e 100644 --- a/apps/vscode/src/providers/preview/preview-output.ts +++ b/apps/vscode/src/providers/preview/preview-output.ts @@ -1,7 +1,7 @@ /* * preview-output.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a059b94b..5edc14f6 100644 --- a/apps/vscode/src/providers/preview/preview-util.ts +++ b/apps/vscode/src/providers/preview/preview-util.ts @@ -1,7 +1,7 @@ /* * preview-util.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c789da1d..df41cb67 100644 --- a/apps/vscode/src/providers/preview/preview-webview.ts +++ b/apps/vscode/src/providers/preview/preview-webview.ts @@ -1,7 +1,7 @@ /* * preview-webview.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 677d3333..8b49bd8f 100644 --- a/apps/vscode/src/providers/preview/preview.ts +++ b/apps/vscode/src/providers/preview/preview.ts @@ -1,7 +1,7 @@ /* * preview.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5554a7ae..6ce59f9a 100644 --- a/apps/vscode/src/providers/render.ts +++ b/apps/vscode/src/providers/render.ts @@ -1,7 +1,7 @@ /* * render.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 65aec0af..128b686c 100644 --- a/apps/vscode/src/providers/semantic-tokens.ts +++ b/apps/vscode/src/providers/semantic-tokens.ts @@ -1,7 +1,7 @@ /* * semantic-tokens.ts * - * Copyright (C) 2025 by Posit Software, PBC + * 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 c30763eb..b48137a9 100644 --- a/apps/vscode/src/providers/statusbar.ts +++ b/apps/vscode/src/providers/statusbar.ts @@ -1,7 +1,7 @@ /* * statusbar.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { StatusBarAlignment, window } from "vscode"; diff --git a/apps/vscode/src/providers/text-format.ts b/apps/vscode/src/providers/text-format.ts index 0fdcef5f..28749d3c 100644 --- a/apps/vscode/src/providers/text-format.ts +++ b/apps/vscode/src/providers/text-format.ts @@ -1,7 +1,7 @@ /* * 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) */ diff --git a/apps/vscode/src/providers/walkthrough.ts b/apps/vscode/src/providers/walkthrough.ts index cf40fd21..42b51969 100644 --- a/apps/vscode/src/providers/walkthrough.ts +++ b/apps/vscode/src/providers/walkthrough.ts @@ -1,7 +1,7 @@ /* * walkthrough.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e50ffa82..6e7ba6be 100644 --- a/apps/vscode/src/providers/webview.ts +++ b/apps/vscode/src/providers/webview.ts @@ -1,7 +1,7 @@ /* * webview.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import vscode, { diff --git a/apps/vscode/src/providers/zotero/zotero.ts b/apps/vscode/src/providers/zotero/zotero.ts index c8a9435f..73b68577 100644 --- a/apps/vscode/src/providers/zotero/zotero.ts +++ b/apps/vscode/src/providers/zotero/zotero.ts @@ -1,7 +1,7 @@ /* * zotero.ts * - * Copyright (C) 2023 by Posit Software, PBC + * 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 e2d3c501..31a5ecd0 100644 --- a/apps/vscode/src/r-utils.ts +++ b/apps/vscode/src/r-utils.ts @@ -1,7 +1,7 @@ /* * r-utils.ts * - * Copyright (C) 2025 by Posit Software, PBC + * Copyright (C) 2025-2026 by Posit Software, PBC */ import * as vscode from 'vscode'; diff --git a/apps/vscode/src/vdoc/languages.ts b/apps/vscode/src/vdoc/languages.ts index ac69d8d1..840f3fc3 100644 --- a/apps/vscode/src/vdoc/languages.ts +++ b/apps/vscode/src/vdoc/languages.ts @@ -1,7 +1,7 @@ /* * languages.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 cc5efe67..f3716ca2 100644 --- a/apps/vscode/src/vdoc/vdoc-completion.ts +++ b/apps/vscode/src/vdoc/vdoc-completion.ts @@ -1,7 +1,7 @@ /* * vdoc-completion.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 228c0bde..f76ed9b0 100644 --- a/apps/vscode/src/vdoc/vdoc-content.ts +++ b/apps/vscode/src/vdoc/vdoc-content.ts @@ -1,7 +1,7 @@ /* * vdoc-content.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 58cfb7e9..2e4dbccd 100644 --- a/apps/vscode/src/vdoc/vdoc-tempfile.ts +++ b/apps/vscode/src/vdoc/vdoc-tempfile.ts @@ -1,7 +1,7 @@ /* * vdoc-tempfile.ts * - * Copyright (C) 2022-2024 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2019 Takashi Tamura */ diff --git a/packages/build/src/index.ts b/packages/build/src/index.ts index bd77497f..0cebf002 100644 --- a/packages/build/src/index.ts +++ b/packages/build/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { build, Format, Platform, PluginBuild } from 'esbuild'; diff --git a/packages/core-browser/src/browser.ts b/packages/core-browser/src/browser.ts index 9dc48fdd..a9de0762 100644 --- a/packages/core-browser/src/browser.ts +++ b/packages/core-browser/src/browser.ts @@ -1,7 +1,7 @@ /* * browser.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4835dbf1..59cb25da 100644 --- a/packages/core-browser/src/index.ts +++ b/packages/core-browser/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 62294361..2d8d05ae 100644 --- a/packages/core-browser/src/input.ts +++ b/packages/core-browser/src/input.ts @@ -1,7 +1,7 @@ /* * input.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 dab48dd5..5c2fd5b9 100644 --- a/packages/core-browser/src/jsonrpc/browser.ts +++ b/packages/core-browser/src/jsonrpc/browser.ts @@ -1,7 +1,7 @@ /* * browser.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 975d0a05..2e51e4df 100644 --- a/packages/core-browser/src/jsonrpc/postmessage.ts +++ b/packages/core-browser/src/jsonrpc/postmessage.ts @@ -1,7 +1,7 @@ /* * postmessage.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { JsonRpcPostMessageTarget } from "core"; diff --git a/packages/core-node/src/appdirs.ts b/packages/core-node/src/appdirs.ts index 21322322..1cdfdc07 100644 --- a/packages/core-node/src/appdirs.ts +++ b/packages/core-node/src/appdirs.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 9aad4823..7556c970 100644 --- a/packages/core-node/src/exec.ts +++ b/packages/core-node/src/exec.ts @@ -1,7 +1,7 @@ /* * exec.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ff652b11..e5a45d80 100644 --- a/packages/core-node/src/git.ts +++ b/packages/core-node/src/git.ts @@ -1,7 +1,7 @@ /* * git.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1e4251ca..af84af9a 100644 --- a/packages/core-node/src/hash.ts +++ b/packages/core-node/src/hash.ts @@ -1,7 +1,7 @@ /* * hash.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4c086304..fb390b1f 100644 --- a/packages/core-node/src/index.ts +++ b/packages/core-node/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b78d0765..61e73329 100644 --- a/packages/core-node/src/jsonrpc-lsp.ts +++ b/packages/core-node/src/jsonrpc-lsp.ts @@ -1,7 +1,7 @@ /* * lsp.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 29676d15..c89a721b 100644 --- a/packages/core-node/src/jsonrpc.ts +++ b/packages/core-node/src/jsonrpc.ts @@ -1,7 +1,7 @@ /* * jsonrpc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 effc4620..289d0af6 100644 --- a/packages/core-node/src/jupyter/index.ts +++ b/packages/core-node/src/jupyter/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 48fb993e..a55582ee 100644 --- a/packages/core-node/src/jupyter/percent.ts +++ b/packages/core-node/src/jupyter/percent.ts @@ -2,7 +2,7 @@ /* * percent.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b1790b59..57c36e85 100644 --- a/packages/core-node/src/knitr.ts +++ b/packages/core-node/src/knitr.ts @@ -1,7 +1,7 @@ /* * knitr.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c02fd71e..689eb8b4 100644 --- a/packages/core-node/src/mime.ts +++ b/packages/core-node/src/mime.ts @@ -2,7 +2,7 @@ /* * mime.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 021a89d9..89c57e99 100644 --- a/packages/core-node/src/path.ts +++ b/packages/core-node/src/path.ts @@ -1,7 +1,7 @@ /* * path.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c3d4dd24..d5b245b0 100644 --- a/packages/core-node/src/platform.ts +++ b/packages/core-node/src/platform.ts @@ -1,7 +1,7 @@ /* * platform.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0c252a90..455aafe7 100644 --- a/packages/core-node/src/uuid.ts +++ b/packages/core-node/src/uuid.ts @@ -1,7 +1,7 @@ /* * uuid.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as uuid from "uuid"; diff --git a/packages/core/src/arrays.ts b/packages/core/src/arrays.ts index fc8251ec..02af5c8e 100644 --- a/packages/core/src/arrays.ts +++ b/packages/core/src/arrays.ts @@ -1,7 +1,7 @@ /* * arrays.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/packages/core/src/auto-id.ts b/packages/core/src/auto-id.ts index d02c6c93..43e787b6 100644 --- a/packages/core/src/auto-id.ts +++ b/packages/core/src/auto-id.ts @@ -1,7 +1,7 @@ /* * auto-id.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 fc32a0c1..2864433b 100644 --- a/packages/core/src/dispose.ts +++ b/packages/core/src/dispose.ts @@ -1,7 +1,7 @@ /* * dispose.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/packages/core/src/image.ts b/packages/core/src/image.ts index c310084c..db31bd7f 100644 --- a/packages/core/src/image.ts +++ b/packages/core/src/image.ts @@ -1,7 +1,7 @@ /* * image.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 61933449..a2c6eb64 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core/src/jsonrpc.ts b/packages/core/src/jsonrpc.ts index 02eb3f1b..e1bf2c63 100644 --- a/packages/core/src/jsonrpc.ts +++ b/packages/core/src/jsonrpc.ts @@ -1,7 +1,7 @@ /* * jsonrpc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ba1109b1..29273b2c 100644 --- a/packages/core/src/jupyter/index.ts +++ b/packages/core/src/jupyter/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2023 by Posit Software, PBC + * 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 e7e0a67f..4da08430 100644 --- a/packages/core/src/jupyter/notebook.ts +++ b/packages/core/src/jupyter/notebook.ts @@ -1,7 +1,7 @@ /* * notebook.ts * - * Copyright (C) 2023 by Posit Software, PBC + * 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 59557a52..88d479e7 100644 --- a/packages/core/src/jupyter/options.ts +++ b/packages/core/src/jupyter/options.ts @@ -1,7 +1,7 @@ /* * options.ts * - * Copyright (C) 2023 by Posit Software, PBC + * 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 db9b3230..27e9b2f8 100644 --- a/packages/core/src/jupyter/types.ts +++ b/packages/core/src/jupyter/types.ts @@ -1,7 +1,7 @@ /* * types.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC */ diff --git a/packages/core/src/lazy.ts b/packages/core/src/lazy.ts index 565509c8..8a5726c0 100644 --- a/packages/core/src/lazy.ts +++ b/packages/core/src/lazy.ts @@ -1,7 +1,7 @@ /* * lazy.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7de76a6b..af320b83 100644 --- a/packages/core/src/limiter.ts +++ b/packages/core/src/limiter.ts @@ -1,7 +1,7 @@ /* * limiter.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/packages/core/src/markdownit/yaml.ts b/packages/core/src/markdownit/yaml.ts index fcb53f45..4d843bb3 100644 --- a/packages/core/src/markdownit/yaml.ts +++ b/packages/core/src/markdownit/yaml.ts @@ -1,7 +1,7 @@ /* * markdownit-yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC * Copyright (c) 2016-2020 ParkSB. */ diff --git a/packages/core/src/metadata.ts b/packages/core/src/metadata.ts index 0f2855b5..37906d86 100644 --- a/packages/core/src/metadata.ts +++ b/packages/core/src/metadata.ts @@ -1,7 +1,7 @@ /* * metadata.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core/src/path.ts b/packages/core/src/path.ts index ae6feef5..0a052a36 100644 --- a/packages/core/src/path.ts +++ b/packages/core/src/path.ts @@ -1,7 +1,7 @@ /* * path.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7e170fb9..e96f1970 100644 --- a/packages/core/src/png.ts +++ b/packages/core/src/png.ts @@ -1,7 +1,7 @@ /* * 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): diff --git a/packages/core/src/promise.ts b/packages/core/src/promise.ts index a1acfca2..65ebf995 100644 --- a/packages/core/src/promise.ts +++ b/packages/core/src/promise.ts @@ -1,7 +1,7 @@ /* * promise.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c461fb0d..58d91cd6 100644 --- a/packages/core/src/strings.ts +++ b/packages/core/src/strings.ts @@ -1,7 +1,7 @@ /* * strings.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 377d3bf6..b4bca99e 100644 --- a/packages/core/src/text.ts +++ b/packages/core/src/text.ts @@ -1,7 +1,7 @@ /* * text.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core/src/uri.ts b/packages/core/src/uri.ts index a974ae12..447a672d 100644 --- a/packages/core/src/uri.ts +++ b/packages/core/src/uri.ts @@ -1,7 +1,7 @@ /* * uri.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/packages/core/src/url.ts b/packages/core/src/url.ts index a749c85d..81b4c0fb 100644 --- a/packages/core/src/url.ts +++ b/packages/core/src/url.ts @@ -1,7 +1,7 @@ /* * url.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c565611b..7790002d 100644 --- a/packages/core/src/wait.ts +++ b/packages/core/src/wait.ts @@ -1,7 +1,7 @@ /* * wait.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d54d9dfc..c169b717 100644 --- a/packages/core/src/wordbreak.ts +++ b/packages/core/src/wordbreak.ts @@ -1,7 +1,7 @@ /* * wordbreak.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/core/src/yaml.ts b/packages/core/src/yaml.ts index 2ea68461..ea121f8d 100644 --- a/packages/core/src/yaml.ts +++ b/packages/core/src/yaml.ts @@ -1,7 +1,7 @@ /* * yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import * as jsYaml from "js-yaml"; diff --git a/packages/editor-codemirror/src/behaviors/completion.ts b/packages/editor-codemirror/src/behaviors/completion.ts index 5659b7a3..da72db1d 100644 --- a/packages/editor-codemirror/src/behaviors/completion.ts +++ b/packages/editor-codemirror/src/behaviors/completion.ts @@ -1,7 +1,7 @@ /* * completion.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ec1b0b27..65aaee94 100644 --- a/packages/editor-codemirror/src/behaviors/diagnostics.ts +++ b/packages/editor-codemirror/src/behaviors/diagnostics.ts @@ -2,7 +2,7 @@ /* * diagnostics.ts * - * Copyright (C) 2025 by Posit Software, PBC + * 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 2b8f5e52..b33145c7 100644 --- a/packages/editor-codemirror/src/behaviors/diagram.ts +++ b/packages/editor-codemirror/src/behaviors/diagram.ts @@ -1,7 +1,7 @@ /* * diagram.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 40acc63b..1c593490 100644 --- a/packages/editor-codemirror/src/behaviors/find.ts +++ b/packages/editor-codemirror/src/behaviors/find.ts @@ -1,7 +1,7 @@ /* * find.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e7c38cc0..b406ac3c 100644 --- a/packages/editor-codemirror/src/behaviors/indent.ts +++ b/packages/editor-codemirror/src/behaviors/indent.ts @@ -1,7 +1,7 @@ /* * indent.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a71dffc8..52c0244a 100644 --- a/packages/editor-codemirror/src/behaviors/index.ts +++ b/packages/editor-codemirror/src/behaviors/index.ts @@ -4,7 +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 + * 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 5632487a..b0129190 100644 --- a/packages/editor-codemirror/src/behaviors/keyboard.ts +++ b/packages/editor-codemirror/src/behaviors/keyboard.ts @@ -1,7 +1,7 @@ /* * keyboard.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 44575020..9bb1b4e1 100644 --- a/packages/editor-codemirror/src/behaviors/langmode.ts +++ b/packages/editor-codemirror/src/behaviors/langmode.ts @@ -1,7 +1,7 @@ /* * langmode.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a229d377..58ab5969 100644 --- a/packages/editor-codemirror/src/behaviors/prefs.ts +++ b/packages/editor-codemirror/src/behaviors/prefs.ts @@ -1,7 +1,7 @@ /* * prefs.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 50590624..844fa3fc 100644 --- a/packages/editor-codemirror/src/behaviors/theme.ts +++ b/packages/editor-codemirror/src/behaviors/theme.ts @@ -1,7 +1,7 @@ /* * theme.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 12acf7c0..529e50d6 100644 --- a/packages/editor-codemirror/src/behaviors/toolbar.ts +++ b/packages/editor-codemirror/src/behaviors/toolbar.ts @@ -1,7 +1,7 @@ /* * toolbar.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e57389bf..5cd7d270 100644 --- a/packages/editor-codemirror/src/behaviors/trackselection.ts +++ b/packages/editor-codemirror/src/behaviors/trackselection.ts @@ -1,7 +1,7 @@ /* * trackselection.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d14b5dba..02cc550c 100644 --- a/packages/editor-codemirror/src/behaviors/yamloption.ts +++ b/packages/editor-codemirror/src/behaviors/yamloption.ts @@ -1,7 +1,7 @@ /* * yamloption.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a367a0d5..5348ef9e 100644 --- a/packages/editor-codemirror/src/index.ts +++ b/packages/editor-codemirror/src/index.ts @@ -4,7 +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 + * 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 fe1de6f0..96ad86ca 100644 --- a/packages/editor-codemirror/src/languages/highlight.ts +++ b/packages/editor-codemirror/src/languages/highlight.ts @@ -4,7 +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 + * 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 1019eb6b..d798c107 100644 --- a/packages/editor-codemirror/src/languages/index.ts +++ b/packages/editor-codemirror/src/languages/index.ts @@ -6,7 +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 + * 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 570f0c2a..7e803f40 100644 --- a/packages/editor-codemirror/src/nodeview.ts +++ b/packages/editor-codemirror/src/nodeview.ts @@ -4,7 +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 + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor-collab/src/automerge-doc.ts b/packages/editor-collab/src/automerge-doc.ts index d2e012a4..792b4e27 100644 --- a/packages/editor-collab/src/automerge-doc.ts +++ b/packages/editor-collab/src/automerge-doc.ts @@ -1,7 +1,7 @@ /* * automerge-doc.ts * - * Copyright (C) 2023 by Posit Software, PBC + * 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 9b2cff8f..3d1dc94b 100644 --- a/packages/editor-collab/src/automerge-pm.ts +++ b/packages/editor-collab/src/automerge-pm.ts @@ -1,7 +1,7 @@ /* * automerge-pm.ts * - * Copyright (C) 2023 by Posit Software, PBC + * 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 9c71decd..25f31eda 100644 --- a/packages/editor-collab/src/automerge.ts +++ b/packages/editor-collab/src/automerge.ts @@ -1,7 +1,7 @@ /* * automerge.ts * - * Copyright (C) 2023 by Posit Software, PBC + * 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 f8340928..1179ca56 100644 --- a/packages/editor-collab/src/changequeue.ts +++ b/packages/editor-collab/src/changequeue.ts @@ -1,7 +1,7 @@ /* * changequeue.ts * - * Copyright (C) 2023 by Posit Software, PBC + * 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 491c321f..291ed8c8 100644 --- a/packages/editor-collab/src/index.ts +++ b/packages/editor-collab/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC */ diff --git a/packages/editor-core/src/index.ts b/packages/editor-core/src/index.ts index fd244dbc..6f6bb575 100644 --- a/packages/editor-core/src/index.ts +++ b/packages/editor-core/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2a88ca86..a2415e3b 100644 --- a/packages/editor-core/src/languages.ts +++ b/packages/editor-core/src/languages.ts @@ -1,7 +1,7 @@ /* * languages.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 41b06fcc..50d1cef2 100644 --- a/packages/editor-core/src/server.ts +++ b/packages/editor-core/src/server.ts @@ -3,7 +3,7 @@ /* * server.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1236510f..e467c81b 100644 --- a/packages/editor-core/src/services.ts +++ b/packages/editor-core/src/services.ts @@ -1,7 +1,7 @@ /* * services.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { JsonRpcRequestTransport } from "core"; diff --git a/packages/editor-server/src/core/biblio.ts b/packages/editor-server/src/core/biblio.ts index ed2cc72c..8c7ce1d1 100644 --- a/packages/editor-server/src/core/biblio.ts +++ b/packages/editor-server/src/core/biblio.ts @@ -1,7 +1,7 @@ /* * biblio.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 cf319213..45029085 100644 --- a/packages/editor-server/src/core/documents.ts +++ b/packages/editor-server/src/core/documents.ts @@ -1,7 +1,7 @@ /* * documents.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 75de8657..91cb6a28 100644 --- a/packages/editor-server/src/core/index.ts +++ b/packages/editor-server/src/core/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d7a855ab..253b2c1e 100644 --- a/packages/editor-server/src/core/mathjax.ts +++ b/packages/editor-server/src/core/mathjax.ts @@ -1,7 +1,7 @@ /* * 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. diff --git a/packages/editor-server/src/core/pandoc.ts b/packages/editor-server/src/core/pandoc.ts index 9928676b..b7b24b09 100644 --- a/packages/editor-server/src/core/pandoc.ts +++ b/packages/editor-server/src/core/pandoc.ts @@ -1,7 +1,7 @@ /* * pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2c96a602..1bd40e5f 100644 --- a/packages/editor-server/src/core/xref.ts +++ b/packages/editor-server/src/core/xref.ts @@ -1,7 +1,7 @@ /* * xref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e862b57e..830ada43 100644 --- a/packages/editor-server/src/core/zotero/index.ts +++ b/packages/editor-server/src/core/zotero/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 9e4e58fb..15bcc641 100644 --- a/packages/editor-server/src/core/zotero/local/datadir.ts +++ b/packages/editor-server/src/core/zotero/local/datadir.ts @@ -1,7 +1,7 @@ /* * datadir.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ece64c1b..3fd3a0c1 100644 --- a/packages/editor-server/src/core/zotero/local/db.ts +++ b/packages/editor-server/src/core/zotero/local/db.ts @@ -1,7 +1,7 @@ /* * db.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b72d56fa..47ee715e 100644 --- a/packages/editor-server/src/core/zotero/local/index.ts +++ b/packages/editor-server/src/core/zotero/local/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 babc5fa3..0a32f625 100644 --- a/packages/editor-server/src/core/zotero/local/source.ts +++ b/packages/editor-server/src/core/zotero/local/source.ts @@ -1,7 +1,7 @@ /* * source.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1d6ef0b9..5a5286c6 100644 --- a/packages/editor-server/src/core/zotero/trace.ts +++ b/packages/editor-server/src/core/zotero/trace.ts @@ -1,7 +1,7 @@ /* * trace.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 27259b7d..a16ba10a 100644 --- a/packages/editor-server/src/core/zotero/util.ts +++ b/packages/editor-server/src/core/zotero/util.ts @@ -1,7 +1,7 @@ /* * util.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 080beade..b879ac37 100644 --- a/packages/editor-server/src/core/zotero/web/api.ts +++ b/packages/editor-server/src/core/zotero/web/api.ts @@ -1,7 +1,7 @@ /* * api.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3ecfdfe8..bd0e32f1 100644 --- a/packages/editor-server/src/core/zotero/web/groups.ts +++ b/packages/editor-server/src/core/zotero/web/groups.ts @@ -1,7 +1,7 @@ /* * groups.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 18964ba0..97ee28b6 100644 --- a/packages/editor-server/src/core/zotero/web/index.ts +++ b/packages/editor-server/src/core/zotero/web/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6bf17ed2..441ff9d0 100644 --- a/packages/editor-server/src/core/zotero/web/libraries.ts +++ b/packages/editor-server/src/core/zotero/web/libraries.ts @@ -1,7 +1,7 @@ /* * libraries.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a28653f4..c4fc1c47 100644 --- a/packages/editor-server/src/core/zotero/web/source.ts +++ b/packages/editor-server/src/core/zotero/web/source.ts @@ -1,7 +1,7 @@ /* * source.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2142f18d..cf27dcca 100644 --- a/packages/editor-server/src/core/zotero/web/storage.ts +++ b/packages/editor-server/src/core/zotero/web/storage.ts @@ -1,7 +1,7 @@ /* * storage.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 9f0e17f6..28f7eac2 100644 --- a/packages/editor-server/src/core/zotero/web/sync.ts +++ b/packages/editor-server/src/core/zotero/web/sync.ts @@ -1,7 +1,7 @@ /* * sync.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5a1d22bf..58de7d01 100644 --- a/packages/editor-server/src/core/zotero/web/trace.ts +++ b/packages/editor-server/src/core/zotero/web/trace.ts @@ -1,7 +1,7 @@ /* * trace.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1adf1294..7d4dc149 100644 --- a/packages/editor-server/src/core/zotero/web/types.ts +++ b/packages/editor-server/src/core/zotero/web/types.ts @@ -1,7 +1,7 @@ /* * types.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a5ecf1d3..2c083c45 100644 --- a/packages/editor-server/src/index.ts +++ b/packages/editor-server/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 88fa760d..d28cc9ee 100644 --- a/packages/editor-server/src/server/crossref.ts +++ b/packages/editor-server/src/server/crossref.ts @@ -1,7 +1,7 @@ /* * crossref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0af1cbb1..37b02fbb 100644 --- a/packages/editor-server/src/server/datacite.ts +++ b/packages/editor-server/src/server/datacite.ts @@ -1,7 +1,7 @@ /* * datacite.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4805b331..b8f77000 100644 --- a/packages/editor-server/src/server/doi.ts +++ b/packages/editor-server/src/server/doi.ts @@ -1,7 +1,7 @@ /* * doi.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6dbdfba3..0fa67de6 100644 --- a/packages/editor-server/src/server/environment.ts +++ b/packages/editor-server/src/server/environment.ts @@ -1,7 +1,7 @@ /* * environment.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c6ccc3cc..0acb4c49 100644 --- a/packages/editor-server/src/server/pandoc.ts +++ b/packages/editor-server/src/server/pandoc.ts @@ -2,7 +2,7 @@ /* * pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f7daf376..cc4b27ff 100644 --- a/packages/editor-server/src/server/pubmed.ts +++ b/packages/editor-server/src/server/pubmed.ts @@ -1,7 +1,7 @@ /* * pubmed.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 9d55d7cd..43f0cbab 100644 --- a/packages/editor-server/src/server/response.ts +++ b/packages/editor-server/src/server/response.ts @@ -1,7 +1,7 @@ /* * response.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5cd07235..55fd0de8 100644 --- a/packages/editor-server/src/server/server.ts +++ b/packages/editor-server/src/server/server.ts @@ -1,7 +1,7 @@ /* * server.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4e65d3f1..4f414bc5 100644 --- a/packages/editor-server/src/server/xref.ts +++ b/packages/editor-server/src/server/xref.ts @@ -2,7 +2,7 @@ /* * xref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 31e9e0fb..04a44ee2 100644 --- a/packages/editor-server/src/server/zotero.ts +++ b/packages/editor-server/src/server/zotero.ts @@ -2,7 +2,7 @@ /* * zotero.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8ded1a3e..4b69ad01 100644 --- a/packages/editor-server/src/services/codeview.ts +++ b/packages/editor-server/src/services/codeview.ts @@ -1,7 +1,7 @@ /* * codeview.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a77fe6f5..6107d479 100644 --- a/packages/editor-server/src/services/dictionary.ts +++ b/packages/editor-server/src/services/dictionary.ts @@ -2,7 +2,7 @@ /* * dictionary.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8f80339b..e6b006fa 100644 --- a/packages/editor-server/src/services/math.ts +++ b/packages/editor-server/src/services/math.ts @@ -1,7 +1,7 @@ /* * math.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a21679c2..e3671e07 100644 --- a/packages/editor-server/src/services/prefs.ts +++ b/packages/editor-server/src/services/prefs.ts @@ -1,7 +1,7 @@ /* * prefs.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ccef0c29..9941397e 100644 --- a/packages/editor-server/src/services/services.ts +++ b/packages/editor-server/src/services/services.ts @@ -1,7 +1,7 @@ /* * services.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0d174c3f..f9045c5f 100644 --- a/packages/editor-server/src/services/source.ts +++ b/packages/editor-server/src/services/source.ts @@ -1,7 +1,7 @@ /* * source.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import path from "node:path"; diff --git a/packages/editor-types/src/codeview.ts b/packages/editor-types/src/codeview.ts index 0a8aa0e3..11c40032 100644 --- a/packages/editor-types/src/codeview.ts +++ b/packages/editor-types/src/codeview.ts @@ -1,7 +1,7 @@ /* * codeviews.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1c87ec9f..4c38b652 100644 --- a/packages/editor-types/src/crossref.ts +++ b/packages/editor-types/src/crossref.ts @@ -1,7 +1,7 @@ /* * crossref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 42bdbd4c..5a3b679e 100644 --- a/packages/editor-types/src/csl.ts +++ b/packages/editor-types/src/csl.ts @@ -1,7 +1,7 @@ /* * csl.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 53087f0c..c8d2cba4 100644 --- a/packages/editor-types/src/datacite.ts +++ b/packages/editor-types/src/datacite.ts @@ -1,7 +1,7 @@ /* * datacite.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 01150af4..33f274b9 100644 --- a/packages/editor-types/src/diagram.ts +++ b/packages/editor-types/src/diagram.ts @@ -1,7 +1,7 @@ /* * diagram.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a164daaa..1dbd8018 100644 --- a/packages/editor-types/src/dialogs.ts +++ b/packages/editor-types/src/dialogs.ts @@ -1,7 +1,7 @@ /* * datacite.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 36d6f889..ac549e8a 100644 --- a/packages/editor-types/src/dictionary.ts +++ b/packages/editor-types/src/dictionary.ts @@ -1,7 +1,7 @@ /* * dictionaries.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8f961a37..85ed8ef5 100644 --- a/packages/editor-types/src/display.ts +++ b/packages/editor-types/src/display.ts @@ -1,7 +1,7 @@ /* * display.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8140276c..560cbf17 100644 --- a/packages/editor-types/src/doi.ts +++ b/packages/editor-types/src/doi.ts @@ -1,7 +1,7 @@ /* * doi.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1a17a235..3cecbcee 100644 --- a/packages/editor-types/src/environment.ts +++ b/packages/editor-types/src/environment.ts @@ -1,7 +1,7 @@ /* * environment.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 18211995..3a37699b 100644 --- a/packages/editor-types/src/image.ts +++ b/packages/editor-types/src/image.ts @@ -1,7 +1,7 @@ /* * image.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e9b95313..fb7d704e 100644 --- a/packages/editor-types/src/index.ts +++ b/packages/editor-types/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 86d56e0c..3af3e89e 100644 --- a/packages/editor-types/src/link.ts +++ b/packages/editor-types/src/link.ts @@ -1,7 +1,7 @@ /* * link.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 20e0993e..224062ef 100644 --- a/packages/editor-types/src/list.ts +++ b/packages/editor-types/src/list.ts @@ -3,7 +3,7 @@ /* * list.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 11ae5238..b3cb6516 100644 --- a/packages/editor-types/src/math.ts +++ b/packages/editor-types/src/math.ts @@ -1,7 +1,7 @@ /* * math.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3328a0e4..8e0f2876 100644 --- a/packages/editor-types/src/menu.ts +++ b/packages/editor-types/src/menu.ts @@ -1,7 +1,7 @@ /* * menu.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 eaa6b2fd..c6027668 100644 --- a/packages/editor-types/src/outline.ts +++ b/packages/editor-types/src/outline.ts @@ -1,7 +1,7 @@ /* * outline.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 11f38eca..d783871a 100644 --- a/packages/editor-types/src/pandoc.ts +++ b/packages/editor-types/src/pandoc.ts @@ -1,7 +1,7 @@ /* * csl.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 fa4cdaf7..b13dbf20 100644 --- a/packages/editor-types/src/prefs.ts +++ b/packages/editor-types/src/prefs.ts @@ -1,7 +1,7 @@ /* * prefs.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 07f2e208..a0fb4f46 100644 --- a/packages/editor-types/src/pubmed.ts +++ b/packages/editor-types/src/pubmed.ts @@ -1,7 +1,7 @@ /* * pubmed.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b22135d5..9dd10c2a 100644 --- a/packages/editor-types/src/server.ts +++ b/packages/editor-types/src/server.ts @@ -1,7 +1,7 @@ /* * server.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 fb1c8129..43388863 100644 --- a/packages/editor-types/src/services.ts +++ b/packages/editor-types/src/services.ts @@ -1,7 +1,7 @@ /* * services.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2a75353a..4401cb84 100644 --- a/packages/editor-types/src/source.ts +++ b/packages/editor-types/src/source.ts @@ -1,7 +1,7 @@ /* * source.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 bbed7ff0..a1eb7e48 100644 --- a/packages/editor-types/src/spelling.ts +++ b/packages/editor-types/src/spelling.ts @@ -1,7 +1,7 @@ /* * spelling.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 bdf7b2f7..e6586992 100644 --- a/packages/editor-types/src/table.ts +++ b/packages/editor-types/src/table.ts @@ -1,7 +1,7 @@ /* * table.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1e1e986f..0a1703e0 100644 --- a/packages/editor-types/src/vscode.ts +++ b/packages/editor-types/src/vscode.ts @@ -1,7 +1,7 @@ /* * vscode-editor.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 291fb132..0d30fd70 100644 --- a/packages/editor-types/src/xref.ts +++ b/packages/editor-types/src/xref.ts @@ -1,7 +1,7 @@ /* * xref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 efb948b5..d22d6140 100644 --- a/packages/editor-types/src/zotero.ts +++ b/packages/editor-types/src/zotero.ts @@ -2,7 +2,7 @@ /* * zotero.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { CSL } from './csl'; diff --git a/packages/editor-ui/src/commands/CommandManager.tsx b/packages/editor-ui/src/commands/CommandManager.tsx index 26fb4a82..8515b18d 100644 --- a/packages/editor-ui/src/commands/CommandManager.tsx +++ b/packages/editor-ui/src/commands/CommandManager.tsx @@ -1,7 +1,7 @@ /* * CommandManager.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 df538b5f..cfa853b9 100644 --- a/packages/editor-ui/src/commands/CommandMenuItem.tsx +++ b/packages/editor-ui/src/commands/CommandMenuItem.tsx @@ -1,7 +1,7 @@ /* * CommandMenuItem2.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e072a055..d202c59d 100644 --- a/packages/editor-ui/src/commands/CommandMenuItems.tsx +++ b/packages/editor-ui/src/commands/CommandMenuItems.tsx @@ -1,7 +1,7 @@ /* * CommandMenuItems2.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 62322101..bbb34cdb 100644 --- a/packages/editor-ui/src/commands/CommandMenubarMenu.tsx +++ b/packages/editor-ui/src/commands/CommandMenubarMenu.tsx @@ -1,7 +1,7 @@ /* * CommandMenubarMenu.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f39cf245..8b17249c 100644 --- a/packages/editor-ui/src/commands/CommandSubMenu.tsx +++ b/packages/editor-ui/src/commands/CommandSubMenu.tsx @@ -1,7 +1,7 @@ /* * CommandSubMenu2.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6cd05380..c447a1ab 100644 --- a/packages/editor-ui/src/commands/CommandToolbarButton.tsx +++ b/packages/editor-ui/src/commands/CommandToolbarButton.tsx @@ -1,7 +1,7 @@ /* * CommandToolbarButton.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c55f6c35..c51412cb 100644 --- a/packages/editor-ui/src/commands/CommandToolbarMenu.tsx +++ b/packages/editor-ui/src/commands/CommandToolbarMenu.tsx @@ -1,7 +1,7 @@ /* * CommandToolbarMenu.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6190788b..88d0bfca 100644 --- a/packages/editor-ui/src/commands/WithCommand.tsx +++ b/packages/editor-ui/src/commands/WithCommand.tsx @@ -1,7 +1,7 @@ /* * WithCommand.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2fda1084..b57855eb 100644 --- a/packages/editor-ui/src/commands/commands-ui.ts +++ b/packages/editor-ui/src/commands/commands-ui.ts @@ -1,7 +1,7 @@ /* * commands-ui.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 9535c983..ac214e85 100644 --- a/packages/editor-ui/src/commands/commands.ts +++ b/packages/editor-ui/src/commands/commands.ts @@ -1,7 +1,7 @@ /* * commands.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 72a82d80..6c0d7755 100644 --- a/packages/editor-ui/src/commands/hotkeys.ts +++ b/packages/editor-ui/src/commands/hotkeys.ts @@ -1,7 +1,7 @@ /* * hotkeys.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ab03b024..62d6403e 100644 --- a/packages/editor-ui/src/commands/index.ts +++ b/packages/editor-ui/src/commands/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 297163a9..92d7b0cf 100644 --- a/packages/editor-ui/src/commands/keycodes.ts +++ b/packages/editor-ui/src/commands/keycodes.ts @@ -1,7 +1,7 @@ /* * keycodes.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1236433d..f8221a3b 100644 --- a/packages/editor-ui/src/context/context.ts +++ b/packages/editor-ui/src/context/context.ts @@ -1,7 +1,7 @@ /* * context.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d679efb0..d4c3ab3d 100644 --- a/packages/editor-ui/src/context/index.ts +++ b/packages/editor-ui/src/context/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 146be446..badfd5e0 100644 --- a/packages/editor-ui/src/context/spelling.ts +++ b/packages/editor-ui/src/context/spelling.ts @@ -1,7 +1,7 @@ /* * editor-spelling.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 addcff8e..2232e509 100644 --- a/packages/editor-ui/src/dialogs/alert.tsx +++ b/packages/editor-ui/src/dialogs/alert.tsx @@ -1,7 +1,7 @@ /* * alert.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2648fbb4..14503b5b 100644 --- a/packages/editor-ui/src/dialogs/edit-attr.tsx +++ b/packages/editor-ui/src/dialogs/edit-attr.tsx @@ -2,7 +2,7 @@ /* * attr-edit.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 bbc091df..8abe0a94 100644 --- a/packages/editor-ui/src/dialogs/edit-callout.tsx +++ b/packages/editor-ui/src/dialogs/edit-callout.tsx @@ -1,7 +1,7 @@ /* * edit-callout.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a309d334..6fa23b38 100644 --- a/packages/editor-ui/src/dialogs/edit-codeblock.tsx +++ b/packages/editor-ui/src/dialogs/edit-codeblock.tsx @@ -1,7 +1,7 @@ /* * edit-codeblock.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6416d099..21c97ad6 100644 --- a/packages/editor-ui/src/dialogs/edit-image.tsx +++ b/packages/editor-ui/src/dialogs/edit-image.tsx @@ -1,7 +1,7 @@ /* * edit-image.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 54ad9c20..c20234ce 100644 --- a/packages/editor-ui/src/dialogs/edit-link.tsx +++ b/packages/editor-ui/src/dialogs/edit-link.tsx @@ -1,7 +1,7 @@ /* * edit-link.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c9a444d8..5f4a5260 100644 --- a/packages/editor-ui/src/dialogs/edit-list.tsx +++ b/packages/editor-ui/src/dialogs/edit-list.tsx @@ -1,7 +1,7 @@ /* * edit-list.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0036cdf1..0a1c550d 100644 --- a/packages/editor-ui/src/dialogs/edit-math.tsx +++ b/packages/editor-ui/src/dialogs/edit-math.tsx @@ -1,7 +1,7 @@ /* * edit-math.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4faf364d..a731be08 100644 --- a/packages/editor-ui/src/dialogs/edit-raw.tsx +++ b/packages/editor-ui/src/dialogs/edit-raw.tsx @@ -1,7 +1,7 @@ /* * edit-raw.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d706c707..3ea6048e 100644 --- a/packages/editor-ui/src/dialogs/html-dialog.tsx +++ b/packages/editor-ui/src/dialogs/html-dialog.tsx @@ -2,7 +2,7 @@ /* * html-dialog.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 edefae09..d035c24f 100644 --- a/packages/editor-ui/src/dialogs/index.ts +++ b/packages/editor-ui/src/dialogs/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8730217a..b325fe4a 100644 --- a/packages/editor-ui/src/dialogs/insert-cite.tsx +++ b/packages/editor-ui/src/dialogs/insert-cite.tsx @@ -1,7 +1,7 @@ /* * insert-cite.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f4ea23ed..86e54f70 100644 --- a/packages/editor-ui/src/dialogs/insert-table.tsx +++ b/packages/editor-ui/src/dialogs/insert-table.tsx @@ -1,7 +1,7 @@ /* * insert-table.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 659eaa05..628fc5ff 100644 --- a/packages/editor-ui/src/dialogs/insert-tabset.tsx +++ b/packages/editor-ui/src/dialogs/insert-tabset.tsx @@ -2,7 +2,7 @@ /* * insert-tabset.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { useEffect, useRef, useState } from "react"; diff --git a/packages/editor-ui/src/editor/Editor.tsx b/packages/editor-ui/src/editor/Editor.tsx index 7597f5e9..0612f095 100644 --- a/packages/editor-ui/src/editor/Editor.tsx +++ b/packages/editor-ui/src/editor/Editor.tsx @@ -1,7 +1,7 @@ /* * Editor.tsx * - * Copyright (C) 2019-20 by RStudio, PBC + * Copyright (C) 2019-2026 by Posit Software, PBC */ diff --git a/packages/editor-ui/src/editor/EditorFind.tsx b/packages/editor-ui/src/editor/EditorFind.tsx index d96741e4..083a5109 100644 --- a/packages/editor-ui/src/editor/EditorFind.tsx +++ b/packages/editor-ui/src/editor/EditorFind.tsx @@ -1,7 +1,7 @@ /* * EditorFind.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 66eac488..fb1092b5 100644 --- a/packages/editor-ui/src/editor/EditorLoadFailed.tsx +++ b/packages/editor-ui/src/editor/EditorLoadFailed.tsx @@ -1,7 +1,7 @@ /* * EditorLoadFailed.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 75e777b6..507e4f77 100644 --- a/packages/editor-ui/src/editor/EditorOperationsContext.tsx +++ b/packages/editor-ui/src/editor/EditorOperationsContext.tsx @@ -1,7 +1,7 @@ /* * EditorOperationsContext.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 14706272..a0d1e839 100644 --- a/packages/editor-ui/src/editor/editor-commands.tsx +++ b/packages/editor-ui/src/editor/editor-commands.tsx @@ -1,7 +1,7 @@ /* * editor-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f42629bf..45c2c961 100644 --- a/packages/editor-ui/src/editor/index.ts +++ b/packages/editor-ui/src/editor/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2dd31ec2..3a5a9125 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineButton.tsx @@ -1,7 +1,7 @@ /* * EditorOutlineButton.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 15e80b24..5663298c 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineEmpty.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineEmpty.tsx @@ -1,7 +1,7 @@ /* * EditorOutlneEmpty.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ed15b50c..9f5e5396 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineHeader.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineHeader.tsx @@ -1,7 +1,7 @@ /* * EditorOutlineHeader.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx b/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx index 9fc4f700..f44fdff7 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.tsx @@ -1,7 +1,7 @@ /* * EditorOutlineSidebar.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 60d25a42..6d573496 100644 --- a/packages/editor-ui/src/editor/outline/EditorOutlineTree.tsx +++ b/packages/editor-ui/src/editor/outline/EditorOutlineTree.tsx @@ -1,7 +1,7 @@ /* * EditorOutlineTree.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3716aa3d..7bff8d4d 100644 --- a/packages/editor-ui/src/i18n/index.ts +++ b/packages/editor-ui/src/i18n/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a160237d..7ab5556a 100644 --- a/packages/editor-ui/src/index.ts +++ b/packages/editor-ui/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 eafd219c..cf6f4437 100644 --- a/packages/editor-ui/src/menu/Menu.tsx +++ b/packages/editor-ui/src/menu/Menu.tsx @@ -1,7 +1,7 @@ /* * Menu2.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e6202af5..143d5fc6 100644 --- a/packages/editor-ui/src/menu/Toolbar.tsx +++ b/packages/editor-ui/src/menu/Toolbar.tsx @@ -1,7 +1,7 @@ /* * Toolbar2.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2872e063..1821e6f6 100644 --- a/packages/editor-ui/src/menu/context.tsx +++ b/packages/editor-ui/src/menu/context.tsx @@ -2,7 +2,7 @@ /* * context.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6f0fd525..28f65731 100644 --- a/packages/editor-ui/src/menu/index.ts +++ b/packages/editor-ui/src/menu/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 544e1090..13c6f7a0 100644 --- a/packages/editor-ui/src/menu/styles.ts +++ b/packages/editor-ui/src/menu/styles.ts @@ -1,7 +1,7 @@ /* * styles.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 15f43711..adbe767d 100644 --- a/packages/editor-ui/src/store/dictionary.ts +++ b/packages/editor-ui/src/store/dictionary.ts @@ -1,7 +1,7 @@ /* * dictionary.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d83e7f1c..f08a594d 100644 --- a/packages/editor-ui/src/store/editors.ts +++ b/packages/editor-ui/src/store/editors.ts @@ -1,7 +1,7 @@ /* * editor.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 297d7986..37acc353 100644 --- a/packages/editor-ui/src/store/index.ts +++ b/packages/editor-ui/src/store/index.ts @@ -1,7 +1,7 @@ /* * dictionary.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 452eeffb..396e1ba5 100644 --- a/packages/editor-ui/src/store/prefs.ts +++ b/packages/editor-ui/src/store/prefs.ts @@ -1,7 +1,7 @@ /* * prefs.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 94989eab..4e142d6f 100644 --- a/packages/editor-ui/src/store/rtk.ts +++ b/packages/editor-ui/src/store/rtk.ts @@ -1,7 +1,7 @@ /* * util.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ba60107d..e748e6fd 100644 --- a/packages/editor-ui/src/store/store.ts +++ b/packages/editor-ui/src/store/store.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1e45166c..db15cd45 100644 --- a/packages/editor-ui/src/styles.ts +++ b/packages/editor-ui/src/styles.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ce49902d..a0c9733a 100644 --- a/packages/editor-ui/src/theme.ts +++ b/packages/editor-ui/src/theme.ts @@ -1,7 +1,7 @@ /* * solarized.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { diff --git a/packages/editor/src/api/attr_edit.ts b/packages/editor/src/api/attr_edit.ts index 4a7510d7..98e903db 100644 --- a/packages/editor/src/api/attr_edit.ts +++ b/packages/editor/src/api/attr_edit.ts @@ -1,7 +1,7 @@ /* * node_attr.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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.tsx b/packages/editor/src/api/attr_edit/attr_edit-decoration.tsx index e866e77d..4e6936ab 100644 --- a/packages/editor/src/api/attr_edit/attr_edit-decoration.tsx +++ b/packages/editor/src/api/attr_edit/attr_edit-decoration.tsx @@ -1,7 +1,7 @@ /* * attr_edit-decoration.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e4ea0214..90e63f56 100644 --- a/packages/editor/src/api/base64.ts +++ b/packages/editor/src/api/base64.ts @@ -1,7 +1,7 @@ /* * base_64.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ba1e6210..d131d4d0 100644 --- a/packages/editor/src/api/basekeys-types.ts +++ b/packages/editor/src/api/basekeys-types.ts @@ -1,7 +1,7 @@ /* * basekeys-types.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 afa200d9..812b9dfa 100644 --- a/packages/editor/src/api/basekeys.ts +++ b/packages/editor/src/api/basekeys.ts @@ -1,7 +1,7 @@ /* * basekeys.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ea37ce09..bcd352b3 100644 --- a/packages/editor/src/api/bibliography/bibDB.ts +++ b/packages/editor/src/api/bibliography/bibDB.ts @@ -1,7 +1,7 @@ /* * BibDB.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 36b852ef..40a8295d 100644 --- a/packages/editor/src/api/bibliography/bibliography-provider_local.ts +++ b/packages/editor/src/api/bibliography/bibliography-provider_local.ts @@ -1,7 +1,7 @@ /* * bibliography-provider_local.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2fb51285..3166fc69 100644 --- a/packages/editor/src/api/bibliography/bibliography-provider_zotero.ts +++ b/packages/editor/src/api/bibliography/bibliography-provider_zotero.ts @@ -1,7 +1,7 @@ /* * bibliography-provider_zotero.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ed48c121..a286ee82 100644 --- a/packages/editor/src/api/bibliography/bibliography.ts +++ b/packages/editor/src/api/bibliography/bibliography.ts @@ -1,7 +1,7 @@ /* * bibliography.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d0c6a48b..c3c09403 100644 --- a/packages/editor/src/api/bibtex/bibtex.ts +++ b/packages/editor/src/api/bibtex/bibtex.ts @@ -1,7 +1,7 @@ /* * bibtex.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a5e0c981..5c2883ea 100644 --- a/packages/editor/src/api/bibtex/characters.ts +++ b/packages/editor/src/api/bibtex/characters.ts @@ -1,7 +1,7 @@ /* * character.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 cee828aa..da1a187a 100644 --- a/packages/editor/src/api/bibtex/fields.ts +++ b/packages/editor/src/api/bibtex/fields.ts @@ -1,7 +1,7 @@ /* * fields.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 81616651..5abca1af 100644 --- a/packages/editor/src/api/bibtex/formatting.ts +++ b/packages/editor/src/api/bibtex/formatting.ts @@ -1,7 +1,7 @@ /* * formatting.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f549d694..5aac2da1 100644 --- a/packages/editor/src/api/bibtex/language.ts +++ b/packages/editor/src/api/bibtex/language.ts @@ -1,7 +1,7 @@ /* * language.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b9ba887f..48d046f0 100644 --- a/packages/editor/src/api/bibtex/types.ts +++ b/packages/editor/src/api/bibtex/types.ts @@ -1,7 +1,7 @@ /* * types.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 20d730ca..3925a861 100644 --- a/packages/editor/src/api/change.ts +++ b/packages/editor/src/api/change.ts @@ -1,7 +1,7 @@ /* * diff.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2d71ba75..fd866a74 100644 --- a/packages/editor/src/api/cite.ts +++ b/packages/editor/src/api/cite.ts @@ -1,7 +1,7 @@ /* * cite.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 edc9aed6..c58189de 100644 --- a/packages/editor/src/api/clipboard.ts +++ b/packages/editor/src/api/clipboard.ts @@ -1,7 +1,7 @@ /* * clipboard.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c6601ede..2bbf5d4d 100644 --- a/packages/editor/src/api/code.ts +++ b/packages/editor/src/api/code.ts @@ -1,7 +1,7 @@ /* * code.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a1edeb09..c6efbdf0 100644 --- a/packages/editor/src/api/codeview.ts +++ b/packages/editor/src/api/codeview.ts @@ -1,7 +1,7 @@ /* * code.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2a8ea5e3..94dc03db 100644 --- a/packages/editor/src/api/command-types.ts +++ b/packages/editor/src/api/command-types.ts @@ -1,7 +1,7 @@ /* * command-types.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 650a193b..f48a421a 100644 --- a/packages/editor/src/api/command.ts +++ b/packages/editor/src/api/command.ts @@ -1,7 +1,7 @@ /* * command.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c2fc0bf8..83452e50 100644 --- a/packages/editor/src/api/completion.ts +++ b/packages/editor/src/api/completion.ts @@ -1,7 +1,7 @@ /* * completion.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 75b572f5..17c5965b 100644 --- a/packages/editor/src/api/crossref.ts +++ b/packages/editor/src/api/crossref.ts @@ -1,7 +1,7 @@ /* * crossref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5915ae7c..2963f6de 100644 --- a/packages/editor/src/api/csl.ts +++ b/packages/editor/src/api/csl.ts @@ -1,7 +1,7 @@ /* * csl.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2aaafeff..a17aadaa 100644 --- a/packages/editor/src/api/css.ts +++ b/packages/editor/src/api/css.ts @@ -1,7 +1,7 @@ /* * css.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d3e829a4..ae1d5ace 100644 --- a/packages/editor/src/api/cursor.ts +++ b/packages/editor/src/api/cursor.ts @@ -1,7 +1,7 @@ /* * cursor.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f960d1a2..8d2fa17d 100644 --- a/packages/editor/src/api/datacite.ts +++ b/packages/editor/src/api/datacite.ts @@ -1,7 +1,7 @@ /* * datacite.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 03d25bce..5c7731dc 100644 --- a/packages/editor/src/api/decoration.ts +++ b/packages/editor/src/api/decoration.ts @@ -1,7 +1,7 @@ /* * decoration.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 028c04c8..f9763f38 100644 --- a/packages/editor/src/api/doi.ts +++ b/packages/editor/src/api/doi.ts @@ -1,7 +1,7 @@ /* * doi.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 73cfad89..4c18368b 100644 --- a/packages/editor/src/api/dom.ts +++ b/packages/editor/src/api/dom.ts @@ -1,7 +1,7 @@ /* * dom.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 196d5aaa..4ba55dca 100644 --- a/packages/editor/src/api/emoji.ts +++ b/packages/editor/src/api/emoji.ts @@ -1,7 +1,7 @@ /* * emoji.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 cba55027..635cef35 100644 --- a/packages/editor/src/api/event-types.ts +++ b/packages/editor/src/api/event-types.ts @@ -1,7 +1,7 @@ /* * event-types.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0fb73dd2..4fc80ba9 100644 --- a/packages/editor/src/api/events.ts +++ b/packages/editor/src/api/events.ts @@ -1,7 +1,7 @@ /* * events.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b2ef55bf..ac6dfbb0 100644 --- a/packages/editor/src/api/extension-types.ts +++ b/packages/editor/src/api/extension-types.ts @@ -1,7 +1,7 @@ /* * extension.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4087e911..2bcfd467 100644 --- a/packages/editor/src/api/extension.ts +++ b/packages/editor/src/api/extension.ts @@ -1,7 +1,7 @@ /* * extension.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5c6d45c9..00db2fa2 100644 --- a/packages/editor/src/api/find-types.ts +++ b/packages/editor/src/api/find-types.ts @@ -1,7 +1,7 @@ /* * find.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2ab514b0..aa67a663 100644 --- a/packages/editor/src/api/fixup.ts +++ b/packages/editor/src/api/fixup.ts @@ -1,7 +1,7 @@ /* * extension.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1bd2d9f3..e92c1f91 100644 --- a/packages/editor/src/api/focus.ts +++ b/packages/editor/src/api/focus.ts @@ -1,7 +1,7 @@ /* * focus.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2971506f..69d31321 100644 --- a/packages/editor/src/api/format.ts +++ b/packages/editor/src/api/format.ts @@ -1,7 +1,7 @@ /* * format.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7d213cdb..ea682dfd 100644 --- a/packages/editor/src/api/formatting.ts +++ b/packages/editor/src/api/formatting.ts @@ -1,7 +1,7 @@ /* * formatting.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4cb4493c..4ccdf205 100644 --- a/packages/editor/src/api/fragment.ts +++ b/packages/editor/src/api/fragment.ts @@ -1,7 +1,7 @@ /* * fragment.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5868f067..0a1975d1 100644 --- a/packages/editor/src/api/heading.ts +++ b/packages/editor/src/api/heading.ts @@ -1,7 +1,7 @@ /* * heading.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ee9e691c..e1db4a78 100644 --- a/packages/editor/src/api/html.ts +++ b/packages/editor/src/api/html.ts @@ -1,7 +1,7 @@ /* * html.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1a58beee..a64ad73e 100644 --- a/packages/editor/src/api/image.ts +++ b/packages/editor/src/api/image.ts @@ -1,7 +1,7 @@ /* * image.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e3f0f9d6..9b30aa28 100644 --- a/packages/editor/src/api/input_rule.ts +++ b/packages/editor/src/api/input_rule.ts @@ -1,7 +1,7 @@ /* * input_rule.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8b07ae2c..33ae21d0 100644 --- a/packages/editor/src/api/link.ts +++ b/packages/editor/src/api/link.ts @@ -1,7 +1,7 @@ /* * link.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3d97ad33..4dcb4659 100644 --- a/packages/editor/src/api/list-types.ts +++ b/packages/editor/src/api/list-types.ts @@ -1,7 +1,7 @@ /* * list-types.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 47f48e65..7b34de53 100644 --- a/packages/editor/src/api/list.ts +++ b/packages/editor/src/api/list.ts @@ -1,7 +1,7 @@ /* * list.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 9ffd9712..41e23043 100644 --- a/packages/editor/src/api/log.ts +++ b/packages/editor/src/api/log.ts @@ -1,7 +1,7 @@ /* * log.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7333dba2..be9dfdc1 100644 --- a/packages/editor/src/api/mark-highlight.ts +++ b/packages/editor/src/api/mark-highlight.ts @@ -1,7 +1,7 @@ /* * mark-highlight.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 9dfcd274..8506d037 100644 --- a/packages/editor/src/api/mark.ts +++ b/packages/editor/src/api/mark.ts @@ -1,7 +1,7 @@ /* * mark.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7e3c9657..2258493e 100644 --- a/packages/editor/src/api/markdown-types.ts +++ b/packages/editor/src/api/markdown-types.ts @@ -1,7 +1,7 @@ /* * markdown-types.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 53d05c34..b21ba0d4 100644 --- a/packages/editor/src/api/math.ts +++ b/packages/editor/src/api/math.ts @@ -1,7 +1,7 @@ /* * math.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7c3d4005..50685d50 100644 --- a/packages/editor/src/api/menu.ts +++ b/packages/editor/src/api/menu.ts @@ -1,7 +1,7 @@ /* * menu.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 615ca1c3..7cdf6b54 100644 --- a/packages/editor/src/api/navigation-types.ts +++ b/packages/editor/src/api/navigation-types.ts @@ -1,7 +1,7 @@ /* * navigation-types.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2ad735d2..d21a27dc 100644 --- a/packages/editor/src/api/navigation.ts +++ b/packages/editor/src/api/navigation.ts @@ -1,7 +1,7 @@ /* * navigation.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 01c366e0..7f9dde47 100644 --- a/packages/editor/src/api/node-traverse.ts +++ b/packages/editor/src/api/node-traverse.ts @@ -1,7 +1,7 @@ /* * node-traverse.ts * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 c9d7398e..81740602 100644 --- a/packages/editor/src/api/node.ts +++ b/packages/editor/src/api/node.ts @@ -1,7 +1,7 @@ /* * node.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4d95b742..4a97c504 100644 --- a/packages/editor/src/api/nodeindex.ts +++ b/packages/editor/src/api/nodeindex.ts @@ -1,7 +1,7 @@ /* * nodeindex.ts * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 67d4ef45..a115e9a5 100644 --- a/packages/editor/src/api/object.ts +++ b/packages/editor/src/api/object.ts @@ -1,7 +1,7 @@ /* * object.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b4f9db80..ba0ff493 100644 --- a/packages/editor/src/api/omni_insert.ts +++ b/packages/editor/src/api/omni_insert.ts @@ -1,7 +1,7 @@ /* * omni_insert.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0296c14e..a83a252d 100644 --- a/packages/editor/src/api/options.ts +++ b/packages/editor/src/api/options.ts @@ -1,7 +1,7 @@ /* * options.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 45d20718..4ee7cbad 100644 --- a/packages/editor/src/api/outline.ts +++ b/packages/editor/src/api/outline.ts @@ -1,7 +1,7 @@ /* * outline.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a6ee06f5..80e0b470 100644 --- a/packages/editor/src/api/pandoc-types.ts +++ b/packages/editor/src/api/pandoc-types.ts @@ -1,7 +1,7 @@ /* * pandoc-types.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b7646030..7b3f1c5f 100644 --- a/packages/editor/src/api/pandoc.ts +++ b/packages/editor/src/api/pandoc.ts @@ -1,7 +1,7 @@ /* * pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1e02103e..7320dfb3 100644 --- a/packages/editor/src/api/pandoc_attr.ts +++ b/packages/editor/src/api/pandoc_attr.ts @@ -1,7 +1,7 @@ /* * pandoc_attr.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 95828e02..baae57db 100644 --- a/packages/editor/src/api/pandoc_capabilities.ts +++ b/packages/editor/src/api/pandoc_capabilities.ts @@ -1,7 +1,7 @@ /* * pandoc_capabilities.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 baad4f1b..25b625d5 100644 --- a/packages/editor/src/api/pandoc_capsule.ts +++ b/packages/editor/src/api/pandoc_capsule.ts @@ -1,7 +1,7 @@ /* * pandoc_capsule.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e4933d0d..1ea20057 100644 --- a/packages/editor/src/api/pandoc_format.ts +++ b/packages/editor/src/api/pandoc_format.ts @@ -1,7 +1,7 @@ /* * pandoc_format.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e647ade6..344b5af1 100644 --- a/packages/editor/src/api/pandoc_id.ts +++ b/packages/editor/src/api/pandoc_id.ts @@ -1,7 +1,7 @@ /* * pandoc_id.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 726609c3..e67d4fab 100644 --- a/packages/editor/src/api/paragraph.ts +++ b/packages/editor/src/api/paragraph.ts @@ -1,7 +1,7 @@ /* * paragraph.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 871d290d..1f76d5ec 100644 --- a/packages/editor/src/api/path.ts +++ b/packages/editor/src/api/path.ts @@ -1,7 +1,7 @@ /* * path.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ba8ff39c..457b4e17 100644 --- a/packages/editor/src/api/placeholder.ts +++ b/packages/editor/src/api/placeholder.ts @@ -1,7 +1,7 @@ /* * placeholder.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4911c6ce..62c4ec57 100644 --- a/packages/editor/src/api/platform.ts +++ b/packages/editor/src/api/platform.ts @@ -1,7 +1,7 @@ /* * platform.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 af64a18a..5f85d669 100644 --- a/packages/editor/src/api/position.ts +++ b/packages/editor/src/api/position.ts @@ -1,7 +1,7 @@ /* * position.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5fe14940..62a17bfb 100644 --- a/packages/editor/src/api/presentation.ts +++ b/packages/editor/src/api/presentation.ts @@ -1,7 +1,7 @@ /* * presentation.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 373a39a2..a997f26d 100644 --- a/packages/editor/src/api/pubmed.ts +++ b/packages/editor/src/api/pubmed.ts @@ -1,7 +1,7 @@ /* * pubmed.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d607893e..53704e8e 100644 --- a/packages/editor/src/api/quote.ts +++ b/packages/editor/src/api/quote.ts @@ -1,7 +1,7 @@ /* * quote.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 758b87be..10f353f9 100644 --- a/packages/editor/src/api/raw.ts +++ b/packages/editor/src/api/raw.ts @@ -1,7 +1,7 @@ /* * raw.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a9f393bc..47f32626 100644 --- a/packages/editor/src/api/react-hooks.ts +++ b/packages/editor/src/api/react-hooks.ts @@ -1,7 +1,7 @@ /* * react-hooks.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 18d18515..de23ebdd 100644 --- a/packages/editor/src/api/resource.ts +++ b/packages/editor/src/api/resource.ts @@ -1,7 +1,7 @@ /* * resource.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6d467340..8a9b928c 100644 --- a/packages/editor/src/api/rmd.ts +++ b/packages/editor/src/api/rmd.ts @@ -1,7 +1,7 @@ /* * rmd.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 625769f0..c3477eaf 100644 --- a/packages/editor/src/api/scroll.ts +++ b/packages/editor/src/api/scroll.ts @@ -1,7 +1,7 @@ /* * scroll.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8a71ef44..62c915ba 100644 --- a/packages/editor/src/api/selection.ts +++ b/packages/editor/src/api/selection.ts @@ -1,7 +1,7 @@ /* * selection.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e74ef3f7..d905c9c6 100644 --- a/packages/editor/src/api/shortcode.ts +++ b/packages/editor/src/api/shortcode.ts @@ -1,7 +1,7 @@ /* * shortcode.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a6008cfa..abfc8038 100644 --- a/packages/editor/src/api/slice.ts +++ b/packages/editor/src/api/slice.ts @@ -1,7 +1,7 @@ /* * slice.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b8064161..d02258df 100644 --- a/packages/editor/src/api/sourcepos.ts +++ b/packages/editor/src/api/sourcepos.ts @@ -1,7 +1,7 @@ /* * sourcepos.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8fc48855..95ed35a8 100644 --- a/packages/editor/src/api/spelling.ts +++ b/packages/editor/src/api/spelling.ts @@ -1,7 +1,7 @@ /* * spelling.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a9a290e0..d27aa5ed 100644 --- a/packages/editor/src/api/table.ts +++ b/packages/editor/src/api/table.ts @@ -1,7 +1,7 @@ /* * table.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c71ca159..d703b544 100644 --- a/packages/editor/src/api/tex.ts +++ b/packages/editor/src/api/tex.ts @@ -1,7 +1,7 @@ /* * tex.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 476c39a0..e1cea54c 100644 --- a/packages/editor/src/api/text-popup.ts +++ b/packages/editor/src/api/text-popup.ts @@ -1,7 +1,7 @@ /* * TextPopup.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c3426eb0..7eaa21ca 100644 --- a/packages/editor/src/api/text.ts +++ b/packages/editor/src/api/text.ts @@ -1,7 +1,7 @@ /* * text.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a37f7628..be4d863d 100644 --- a/packages/editor/src/api/trailing_p.ts +++ b/packages/editor/src/api/trailing_p.ts @@ -1,7 +1,7 @@ /* * trailing_p.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d6938c98..6f3bbff6 100644 --- a/packages/editor/src/api/transaction.ts +++ b/packages/editor/src/api/transaction.ts @@ -1,7 +1,7 @@ /* * transaction.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3e3db427..6610fc65 100644 --- a/packages/editor/src/api/ui-images.ts +++ b/packages/editor/src/api/ui-images.ts @@ -1,7 +1,7 @@ /* * ui-images.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c397501a..03ccb7e5 100644 --- a/packages/editor/src/api/ui-types.ts +++ b/packages/editor/src/api/ui-types.ts @@ -1,7 +1,7 @@ /* * ui.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3c0e1db8..f533f404 100644 --- a/packages/editor/src/api/ui.ts +++ b/packages/editor/src/api/ui.ts @@ -1,7 +1,7 @@ /* * ui-tools.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 13d75436..3c428e72 100644 --- a/packages/editor/src/api/unicode.ts +++ b/packages/editor/src/api/unicode.ts @@ -1,7 +1,7 @@ /* * unicode.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 066a9996..6389a812 100644 --- a/packages/editor/src/api/url.ts +++ b/packages/editor/src/api/url.ts @@ -1,7 +1,7 @@ /* * url.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f91d6c50..351fad0b 100644 --- a/packages/editor/src/api/user.ts +++ b/packages/editor/src/api/user.ts @@ -1,7 +1,7 @@ /* * user.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 91ba9057..38bbe464 100644 --- a/packages/editor/src/api/util.ts +++ b/packages/editor/src/api/util.ts @@ -1,7 +1,7 @@ /* * util.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0946fe97..1a0479a2 100644 --- a/packages/editor/src/api/widgets/button.tsx +++ b/packages/editor/src/api/widgets/button.tsx @@ -1,7 +1,7 @@ /* * button.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1b64fe4b..b634070c 100644 --- a/packages/editor/src/api/widgets/checkbox-input.tsx +++ b/packages/editor/src/api/widgets/checkbox-input.tsx @@ -1,7 +1,7 @@ /* * text.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { ChangeEventHandler } from 'react'; diff --git a/packages/editor/src/api/widgets/completion-detailed.tsx b/packages/editor/src/api/widgets/completion-detailed.tsx index c297dceb..6b0bff9a 100644 --- a/packages/editor/src/api/widgets/completion-detailed.tsx +++ b/packages/editor/src/api/widgets/completion-detailed.tsx @@ -1,7 +1,7 @@ /* * completion-detailed.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React from 'react'; diff --git a/packages/editor/src/api/widgets/completion.tsx b/packages/editor/src/api/widgets/completion.tsx index 0aa62164..cc0899b6 100644 --- a/packages/editor/src/api/widgets/completion.tsx +++ b/packages/editor/src/api/widgets/completion.tsx @@ -1,7 +1,7 @@ /* * completion.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c5d244bd..9ce0c218 100644 --- a/packages/editor/src/api/widgets/decoration.ts +++ b/packages/editor/src/api/widgets/decoration.ts @@ -1,7 +1,7 @@ /* * decoration.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1fd153f4..7bf18820 100644 --- a/packages/editor/src/api/widgets/dialog-buttons.tsx +++ b/packages/editor/src/api/widgets/dialog-buttons.tsx @@ -1,7 +1,7 @@ /* * dialog-buttons.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 640dec62..add8d8d3 100644 --- a/packages/editor/src/api/widgets/navigation-tree.tsx +++ b/packages/editor/src/api/widgets/navigation-tree.tsx @@ -1,7 +1,7 @@ /* * navigation-tree.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e8a14864..8a5c8681 100644 --- a/packages/editor/src/api/widgets/panel.tsx +++ b/packages/editor/src/api/widgets/panel.tsx @@ -1,7 +1,7 @@ /* * panel.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 65aebbac..2a970432 100644 --- a/packages/editor/src/api/widgets/popup.tsx +++ b/packages/editor/src/api/widgets/popup.tsx @@ -1,7 +1,7 @@ /* * popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a21df835..fcd6c61b 100644 --- a/packages/editor/src/api/widgets/react.ts +++ b/packages/editor/src/api/widgets/react.ts @@ -1,7 +1,7 @@ /* * react.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ccbe8a30..57140d57 100644 --- a/packages/editor/src/api/widgets/select.tsx +++ b/packages/editor/src/api/widgets/select.tsx @@ -1,7 +1,7 @@ /* * select.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5d0354ad..96df2057 100644 --- a/packages/editor/src/api/widgets/tag-input.tsx +++ b/packages/editor/src/api/widgets/tag-input.tsx @@ -1,7 +1,7 @@ /* * tag-input.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c5dcbf20..de299731 100644 --- a/packages/editor/src/api/widgets/text.tsx +++ b/packages/editor/src/api/widgets/text.tsx @@ -1,7 +1,7 @@ /* * text.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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.ts b/packages/editor/src/api/widgets/tooltip.ts index be7c7961..30c3e721 100644 --- a/packages/editor/src/api/widgets/tooltip.ts +++ b/packages/editor/src/api/widgets/tooltip.ts @@ -1,7 +1,7 @@ /* * tooltip.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/editor/src/api/widgets/widgets.ts b/packages/editor/src/api/widgets/widgets.ts index 14f6ff55..9b0b80e3 100644 --- a/packages/editor/src/api/widgets/widgets.ts +++ b/packages/editor/src/api/widgets/widgets.ts @@ -1,7 +1,7 @@ /* * widgets.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c40672e2..07a749d9 100644 --- a/packages/editor/src/api/wrap.ts +++ b/packages/editor/src/api/wrap.ts @@ -1,7 +1,7 @@ /* * wrap.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 09f8f89b..3010921c 100644 --- a/packages/editor/src/api/xref.ts +++ b/packages/editor/src/api/xref.ts @@ -1,7 +1,7 @@ /* * xref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 04f6130b..521b174a 100644 --- a/packages/editor/src/api/yaml.ts +++ b/packages/editor/src/api/yaml.ts @@ -1,7 +1,7 @@ /* * yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3fb0a8fc..7719a39c 100644 --- a/packages/editor/src/behaviors/attr_duplicate_id.ts +++ b/packages/editor/src/behaviors/attr_duplicate_id.ts @@ -1,7 +1,7 @@ /* * attr_duplicate_id.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a23a8aaa..6cd9e169 100644 --- a/packages/editor/src/behaviors/attr_edit/attr_edit-command.ts +++ b/packages/editor/src/behaviors/attr_edit/attr_edit-command.ts @@ -1,7 +1,7 @@ /* * attr_edit-command.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 35b316d0..019abd57 100644 --- a/packages/editor/src/behaviors/attr_edit/attr_edit.ts +++ b/packages/editor/src/behaviors/attr_edit/attr_edit.ts @@ -1,7 +1,7 @@ /* * attr_edit.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6008d355..e6f430b1 100644 --- a/packages/editor/src/behaviors/bottom_padding.ts +++ b/packages/editor/src/behaviors/bottom_padding.ts @@ -1,7 +1,7 @@ /* * bottom_padding.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d9c3d25d..38377c33 100644 --- a/packages/editor/src/behaviors/clear_formatting.ts +++ b/packages/editor/src/behaviors/clear_formatting.ts @@ -1,7 +1,7 @@ /* * clear_formatting.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ccb5bf4e..c670dbbd 100644 --- a/packages/editor/src/behaviors/code_block_input.ts +++ b/packages/editor/src/behaviors/code_block_input.ts @@ -1,7 +1,7 @@ /* * code_block_input.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/behaviors/completion/completion-popup.tsx b/packages/editor/src/behaviors/completion/completion-popup.tsx index d3091d81..cc441af6 100644 --- a/packages/editor/src/behaviors/completion/completion-popup.tsx +++ b/packages/editor/src/behaviors/completion/completion-popup.tsx @@ -1,7 +1,7 @@ /* * completion-popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 fce82ac7..477b6301 100644 --- a/packages/editor/src/behaviors/completion/completion.ts +++ b/packages/editor/src/behaviors/completion/completion.ts @@ -1,7 +1,7 @@ /* * completion.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c24e67ed..6a923d0b 100644 --- a/packages/editor/src/behaviors/cursor.ts +++ b/packages/editor/src/behaviors/cursor.ts @@ -1,7 +1,7 @@ /* * cursor.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 444f005a..7773804c 100644 --- a/packages/editor/src/behaviors/empty_mark.ts +++ b/packages/editor/src/behaviors/empty_mark.ts @@ -1,7 +1,7 @@ /* * empty_mark.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e026be76..9d2251a4 100644 --- a/packages/editor/src/behaviors/escape_mark.ts +++ b/packages/editor/src/behaviors/escape_mark.ts @@ -1,7 +1,7 @@ /* * escape_mark.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 79f9834a..e2ef429f 100644 --- a/packages/editor/src/behaviors/find.ts +++ b/packages/editor/src/behaviors/find.ts @@ -1,7 +1,7 @@ /* * find.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f8c6db16..1324809d 100644 --- a/packages/editor/src/behaviors/history.ts +++ b/packages/editor/src/behaviors/history.ts @@ -1,7 +1,7 @@ /* * history.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1b5aff80..8b274587 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,7 +1,7 @@ /* * insert_citation-picker-bibliography.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 161111e6..465126c4 100644 --- a/packages/editor/src/behaviors/insert_citation/insert_citation.tsx +++ b/packages/editor/src/behaviors/insert_citation/insert_citation.tsx @@ -1,7 +1,7 @@ /* * insert_citation_picker.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 bef8c4f8..51654fba 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,7 +1,7 @@ /* * insert_citation-panel-bibliography.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 bc6b43da..4c848f99 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,7 +1,7 @@ /* * insert_citation-source-panel-crossref.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 829547c1..d0f629ba 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,7 +1,7 @@ /* * insert_citation-source-panel-pubmed.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 170ea6fe..ba5e2ade 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,7 +1,7 @@ /* * insert_citation-panel-doi.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5206dcff..1602bd2b 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,7 +1,7 @@ /* * insert_citation-source-panel-search-latent.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7a2f7320..61536214 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,7 +1,7 @@ /* * insert_citation-source-panel-list-item.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 546aaf40..7e152261 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,7 +1,7 @@ /* * insert_citation-source-panel-list-item.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d6fd67a3..38005914 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,7 +1,7 @@ /* * insert_citation-source-panel-list.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d22f5e8a..907f78f7 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,7 +1,7 @@ /* * insert_citation-panel-packages.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6bd9c2fa..5cad9927 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,7 +1,7 @@ /* * insert_citation-source-panel-pubmed.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5bd0e1d1..166bf4b9 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,7 +1,7 @@ /* * insert_citation-source-panel-typeahead-search.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f180ec76..ff985f31 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_special_characters.ts +++ b/packages/editor/src/behaviors/insert_symbol/insert_special_characters.ts @@ -1,7 +1,7 @@ /* * insert_special_characters.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a8e99819..15baaa61 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-dataprovider.ts +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-dataprovider.ts @@ -1,7 +1,7 @@ /* * insert_symbol-dataprovider.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-emoji-skintone.tsx index 1f2b57cf..6b9aa272 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,7 +1,7 @@ /* * insert_symbol-emoji-skintone.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 300d324c..d917dde0 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,7 +1,7 @@ /* * insert_symbol-grid-cell.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-preview.tsx index 397910f8..4bd9947a 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,7 +1,7 @@ /* * insert_symbol-grid-preview.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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.tsx b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid.tsx index d2644752..bc038991 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid.tsx @@ -1,7 +1,7 @@ /* * insert_symbol-grid.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 10d884f1..5a6616e3 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,7 +1,7 @@ /* * insert_emoji.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c628fa0a..fcc82e07 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,7 +1,7 @@ /* * insert_symbol.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2d7eb092..22021588 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-plugin.tsx @@ -1,7 +1,7 @@ /* * insert_symbol-plugin.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2d9bc0aa..df0595b6 100644 --- a/packages/editor/src/behaviors/insert_symbol/insert_symbol-popup.tsx +++ b/packages/editor/src/behaviors/insert_symbol/insert_symbol-popup.tsx @@ -1,7 +1,7 @@ /* * insert_symbol-popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import React, { ChangeEvent } from 'react'; diff --git a/packages/editor/src/behaviors/insert_xref/insert_xref.tsx b/packages/editor/src/behaviors/insert_xref/insert_xref.tsx index 2d3ee013..86b6d083 100644 --- a/packages/editor/src/behaviors/insert_xref/insert_xref.tsx +++ b/packages/editor/src/behaviors/insert_xref/insert_xref.tsx @@ -1,7 +1,7 @@ /* * insert_xref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e2a771e5..ce30ad8b 100644 --- a/packages/editor/src/behaviors/insert_xref/insert_xref_index.ts +++ b/packages/editor/src/behaviors/insert_xref/insert_xref_index.ts @@ -2,7 +2,7 @@ /* * insert_xref-index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 57ac6aca..ef9ce4df 100644 --- a/packages/editor/src/behaviors/nbsp.ts +++ b/packages/editor/src/behaviors/nbsp.ts @@ -1,7 +1,7 @@ /* * nbsp.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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.tsx b/packages/editor/src/behaviors/omni_insert/omni_insert-completion.tsx index 8442d4b3..9abdd60c 100644 --- a/packages/editor/src/behaviors/omni_insert/omni_insert-completion.tsx +++ b/packages/editor/src/behaviors/omni_insert/omni_insert-completion.tsx @@ -1,7 +1,7 @@ /* * omni_insert.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 50ae1195..8c9895e9 100644 --- a/packages/editor/src/behaviors/omni_insert/omni_insert.ts +++ b/packages/editor/src/behaviors/omni_insert/omni_insert.ts @@ -1,7 +1,7 @@ /* * omni_insert.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 94c0bfca..e8cc4387 100644 --- a/packages/editor/src/behaviors/outline.ts +++ b/packages/editor/src/behaviors/outline.ts @@ -1,7 +1,7 @@ /* * oultine.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5857018c..fa6ec2d8 100644 --- a/packages/editor/src/behaviors/paste.ts +++ b/packages/editor/src/behaviors/paste.ts @@ -1,7 +1,7 @@ /* * plain_text_paste.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d5d51d75..6161ca07 100644 --- a/packages/editor/src/behaviors/remove_section.ts +++ b/packages/editor/src/behaviors/remove_section.ts @@ -1,7 +1,7 @@ /* * remove_section.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 9cb1af65..d803020f 100644 --- a/packages/editor/src/behaviors/select_all.ts +++ b/packages/editor/src/behaviors/select_all.ts @@ -1,7 +1,7 @@ /* * select_all.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ebbc96ac..d700a737 100644 --- a/packages/editor/src/behaviors/slides.ts +++ b/packages/editor/src/behaviors/slides.ts @@ -1,7 +1,7 @@ /* * slides.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 79714a61..41b462a2 100644 --- a/packages/editor/src/behaviors/smarty.ts +++ b/packages/editor/src/behaviors/smarty.ts @@ -1,7 +1,7 @@ /* * smarty.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4bcdfcbc..506da134 100644 --- a/packages/editor/src/behaviors/spelling/spelling-interactive.ts +++ b/packages/editor/src/behaviors/spelling/spelling-interactive.ts @@ -1,7 +1,7 @@ /* * spelling-doc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 db67fdc6..9273926c 100644 --- a/packages/editor/src/behaviors/spelling/spelling-realtime.ts +++ b/packages/editor/src/behaviors/spelling/spelling-realtime.ts @@ -1,7 +1,7 @@ /* * spelling-realtime.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0de5b10b..f5c503f5 100644 --- a/packages/editor/src/behaviors/spelling/spelling.ts +++ b/packages/editor/src/behaviors/spelling/spelling.ts @@ -1,7 +1,7 @@ /* * spelling.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f8fdb96b..a95bf024 100644 --- a/packages/editor/src/behaviors/trailing_p.ts +++ b/packages/editor/src/behaviors/trailing_p.ts @@ -1,7 +1,7 @@ /* * trailing_p.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0316dff8..1cfc7974 100644 --- a/packages/editor/src/editor/editor-extensions.ts +++ b/packages/editor/src/editor/editor-extensions.ts @@ -1,7 +1,7 @@ /* * editor-extensions.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ce949c39..6709404b 100644 --- a/packages/editor/src/editor/editor-images.ts +++ b/packages/editor/src/editor/editor-images.ts @@ -1,7 +1,7 @@ /* * editor-images.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 9fa5dd87..dc32a2ac 100644 --- a/packages/editor/src/editor/editor-menus.ts +++ b/packages/editor/src/editor/editor-menus.ts @@ -1,7 +1,7 @@ /* * editor-menus.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 369744f6..a1b68c40 100644 --- a/packages/editor/src/editor/editor-schema.ts +++ b/packages/editor/src/editor/editor-schema.ts @@ -1,7 +1,7 @@ /* * editor-schema.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 837567b5..008b14ae 100644 --- a/packages/editor/src/editor/editor-theme.ts +++ b/packages/editor/src/editor/editor-theme.ts @@ -1,7 +1,7 @@ /* * editor-theme.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2ba4d5f4..aae80244 100644 --- a/packages/editor/src/editor/editor.ts +++ b/packages/editor/src/editor/editor.ts @@ -1,7 +1,7 @@ /* * editor.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { inputRules } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/index.ts b/packages/editor/src/index.ts index 345660b7..df292c7d 100644 --- a/packages/editor/src/index.ts +++ b/packages/editor/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a00fa439..ad36cc2a 100644 --- a/packages/editor/src/marks/cite/cite-commands.ts +++ b/packages/editor/src/marks/cite/cite-commands.ts @@ -1,7 +1,7 @@ /* * cite-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0312c2f3..983104d9 100644 --- a/packages/editor/src/marks/cite/cite-completion-bibliography.ts +++ b/packages/editor/src/marks/cite/cite-completion-bibliography.ts @@ -1,7 +1,7 @@ /* * cite-completion-bibliography.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 383e1e10..d2d21492 100644 --- a/packages/editor/src/marks/cite/cite-completion-quarto-xref.ts +++ b/packages/editor/src/marks/cite/cite-completion-quarto-xref.ts @@ -1,7 +1,7 @@ /* * cite-completion-quarto-xref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 13c45c49..c935c2c7 100644 --- a/packages/editor/src/marks/cite/cite-completion-search.ts +++ b/packages/editor/src/marks/cite/cite-completion-search.ts @@ -2,7 +2,7 @@ /* * cite-completion-search.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 82343538..2000e4c1 100644 --- a/packages/editor/src/marks/cite/cite-completion.tsx +++ b/packages/editor/src/marks/cite/cite-completion.tsx @@ -1,7 +1,7 @@ /* * cite-completion.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 75c6249a..e6edf6d6 100644 --- a/packages/editor/src/marks/cite/cite-completion_doi.tsx +++ b/packages/editor/src/marks/cite/cite-completion_doi.tsx @@ -1,7 +1,7 @@ /* * cite-completion_doi.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2c542781..e97cef9d 100644 --- a/packages/editor/src/marks/cite/cite-doi.ts +++ b/packages/editor/src/marks/cite/cite-doi.ts @@ -1,7 +1,7 @@ /* * cite-doi.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a8bed687..74903e80 100644 --- a/packages/editor/src/marks/cite/cite-highlight.ts +++ b/packages/editor/src/marks/cite/cite-highlight.ts @@ -1,7 +1,7 @@ /* * cite-highlight.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/cite/cite-popup-xref.tsx b/packages/editor/src/marks/cite/cite-popup-xref.tsx index a6f6b7e4..cfc190c3 100644 --- a/packages/editor/src/marks/cite/cite-popup-xref.tsx +++ b/packages/editor/src/marks/cite/cite-popup-xref.tsx @@ -1,7 +1,7 @@ /* * xref-popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0e7ecab4..78c6f00e 100644 --- a/packages/editor/src/marks/cite/cite-popup.tsx +++ b/packages/editor/src/marks/cite/cite-popup.tsx @@ -1,7 +1,7 @@ /* * cite-popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 94baf0b6..89992d56 100644 --- a/packages/editor/src/marks/cite/cite.ts +++ b/packages/editor/src/marks/cite/cite.ts @@ -1,7 +1,7 @@ /* * cite.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 bc628eaa..44538d0d 100644 --- a/packages/editor/src/marks/code.ts +++ b/packages/editor/src/marks/code.ts @@ -1,7 +1,7 @@ /* * code.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3498e301..da7cc010 100644 --- a/packages/editor/src/marks/em.ts +++ b/packages/editor/src/marks/em.ts @@ -1,7 +1,7 @@ /* * em.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 50587fb8..5026851e 100644 --- a/packages/editor/src/marks/emoji/emoji-completion.tsx +++ b/packages/editor/src/marks/emoji/emoji-completion.tsx @@ -1,7 +1,7 @@ /* * emoji-completion.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 bb16f02e..b6215325 100644 --- a/packages/editor/src/marks/emoji/emoji.ts +++ b/packages/editor/src/marks/emoji/emoji.ts @@ -1,7 +1,7 @@ /* * emoji.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b8c15e79..3834fa54 100644 --- a/packages/editor/src/marks/link/link-command.ts +++ b/packages/editor/src/marks/link/link-command.ts @@ -1,7 +1,7 @@ /* * link-command.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 cc892e38..a39a90ca 100644 --- a/packages/editor/src/marks/link/link-headings.ts +++ b/packages/editor/src/marks/link/link-headings.ts @@ -1,7 +1,7 @@ /* * link-headings.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c5db6dd2..90e167a6 100644 --- a/packages/editor/src/marks/link/link-input.ts +++ b/packages/editor/src/marks/link/link-input.ts @@ -1,7 +1,7 @@ /* * link-input.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d943f925..441a90ca 100644 --- a/packages/editor/src/marks/link/link-popup.tsx +++ b/packages/editor/src/marks/link/link-popup.tsx @@ -1,7 +1,7 @@ /* * LinkPopup.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { DecorationSet, EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/marks/link/link.ts b/packages/editor/src/marks/link/link.ts index 673d1d95..6037b631 100644 --- a/packages/editor/src/marks/link/link.ts +++ b/packages/editor/src/marks/link/link.ts @@ -1,7 +1,7 @@ /* * link.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 eec26021..ef24d7b4 100644 --- a/packages/editor/src/marks/math/math-commands.ts +++ b/packages/editor/src/marks/math/math-commands.ts @@ -1,7 +1,7 @@ /* * math-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c37fae4d..57756b17 100644 --- a/packages/editor/src/marks/math/math-highlight.ts +++ b/packages/editor/src/marks/math/math-highlight.ts @@ -1,7 +1,7 @@ /* * math-highlight.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 75ad459b..4c5374e9 100644 --- a/packages/editor/src/marks/math/math-keys.ts +++ b/packages/editor/src/marks/math/math-keys.ts @@ -1,7 +1,7 @@ /* * math-keys.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e5ac6b96..65247a72 100644 --- a/packages/editor/src/marks/math/math-popup.ts +++ b/packages/editor/src/marks/math/math-popup.ts @@ -1,7 +1,7 @@ /* * math-preview.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Plugin, PluginKey } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/math/math-transaction.ts b/packages/editor/src/marks/math/math-transaction.ts index d700b608..7922ee54 100644 --- a/packages/editor/src/marks/math/math-transaction.ts +++ b/packages/editor/src/marks/math/math-transaction.ts @@ -1,7 +1,7 @@ /* * math-transaction.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6e79a0ab..d0e03466 100644 --- a/packages/editor/src/marks/math/math-view.ts +++ b/packages/editor/src/marks/math/math-view.ts @@ -1,7 +1,7 @@ /* * math-viewts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ddcca3b6..3217c18b 100644 --- a/packages/editor/src/marks/math/math.ts +++ b/packages/editor/src/marks/math/math.ts @@ -1,7 +1,7 @@ /* * math.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 361d57f9..abbb2081 100644 --- a/packages/editor/src/marks/raw_inline/raw_html.ts +++ b/packages/editor/src/marks/raw_inline/raw_html.ts @@ -1,7 +1,7 @@ /* * raw_html.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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.ts b/packages/editor/src/marks/raw_inline/raw_html_comment.ts index 0edcd05c..d22ec4f5 100644 --- a/packages/editor/src/marks/raw_inline/raw_html_comment.ts +++ b/packages/editor/src/marks/raw_inline/raw_html_comment.ts @@ -1,7 +1,7 @@ /* * raw_html-comment.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 94836aab..84b5d3b6 100644 --- a/packages/editor/src/marks/raw_inline/raw_inline.ts +++ b/packages/editor/src/marks/raw_inline/raw_inline.ts @@ -1,7 +1,7 @@ /* * raw_inline.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b0d77119..b2a43f73 100644 --- a/packages/editor/src/marks/raw_inline/raw_tex.ts +++ b/packages/editor/src/marks/raw_inline/raw_tex.ts @@ -1,7 +1,7 @@ /* * raw_tex.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a660118e..eddced7b 100644 --- a/packages/editor/src/marks/shortcode.ts +++ b/packages/editor/src/marks/shortcode.ts @@ -1,7 +1,7 @@ /* * shortcode.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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.ts b/packages/editor/src/marks/smallcaps.ts index 3174fadb..b23055fa 100644 --- a/packages/editor/src/marks/smallcaps.ts +++ b/packages/editor/src/marks/smallcaps.ts @@ -1,7 +1,7 @@ /* * smallcaps.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 819c0c5b..510a9c77 100644 --- a/packages/editor/src/marks/span.ts +++ b/packages/editor/src/marks/span.ts @@ -1,7 +1,7 @@ /* * span.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 006336ff..f05b482a 100644 --- a/packages/editor/src/marks/strikeout.ts +++ b/packages/editor/src/marks/strikeout.ts @@ -1,7 +1,7 @@ /* * strikeout.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 663bb014..77ad4a00 100644 --- a/packages/editor/src/marks/strong.ts +++ b/packages/editor/src/marks/strong.ts @@ -1,7 +1,7 @@ /* * strong.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 10f0b005..6a27d4e4 100644 --- a/packages/editor/src/marks/subscript.ts +++ b/packages/editor/src/marks/subscript.ts @@ -1,7 +1,7 @@ /* * subscript.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 32fe6cea..55bd2905 100644 --- a/packages/editor/src/marks/superscript.ts +++ b/packages/editor/src/marks/superscript.ts @@ -1,7 +1,7 @@ /* * superscript.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Schema, Mark, Fragment } from 'prosemirror-model'; diff --git a/packages/editor/src/marks/underline.ts b/packages/editor/src/marks/underline.ts index c6b16f34..138c7938 100644 --- a/packages/editor/src/marks/underline.ts +++ b/packages/editor/src/marks/underline.ts @@ -1,7 +1,7 @@ /* * underline.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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.tsx b/packages/editor/src/marks/xref/xref-completion.tsx index 0b21747b..bf0ce2a2 100644 --- a/packages/editor/src/marks/xref/xref-completion.tsx +++ b/packages/editor/src/marks/xref/xref-completion.tsx @@ -1,7 +1,7 @@ /* * xref-completion.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from 'prosemirror-state'; diff --git a/packages/editor/src/marks/xref/xref-popup.tsx b/packages/editor/src/marks/xref/xref-popup.tsx index 2f7393c7..ebcd1db9 100644 --- a/packages/editor/src/marks/xref/xref-popup.tsx +++ b/packages/editor/src/marks/xref/xref-popup.tsx @@ -1,7 +1,7 @@ /* * xref-popup.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 0919926a..090d19cf 100644 --- a/packages/editor/src/marks/xref/xref.ts +++ b/packages/editor/src/marks/xref/xref.ts @@ -1,7 +1,7 @@ /* * xref.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 bc581a69..98916fa9 100644 --- a/packages/editor/src/nodes/blockquote.ts +++ b/packages/editor/src/nodes/blockquote.ts @@ -1,7 +1,7 @@ /* * blockquote.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 38b20ba7..77d626ed 100644 --- a/packages/editor/src/nodes/code_block.ts +++ b/packages/editor/src/nodes/code_block.ts @@ -1,7 +1,7 @@ /* * code_block.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2cae848b..c333e636 100644 --- a/packages/editor/src/nodes/definition_list/definition-list-keys.ts +++ b/packages/editor/src/nodes/definition_list/definition-list-keys.ts @@ -1,7 +1,7 @@ /* * definition_list-keys.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2a480ac0..a6380bcb 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-commands.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-commands.ts @@ -1,7 +1,7 @@ /* * definition_list-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 51bcf91e..bbd36976 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-inputrule.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-inputrule.ts @@ -1,7 +1,7 @@ /* * definition_list-inputrule.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 efe38910..d08c6ae5 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-insert.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-insert.ts @@ -1,7 +1,7 @@ /* * definition_list-insert.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a1104b5a..77604b49 100644 --- a/packages/editor/src/nodes/definition_list/definition_list-pandoc.ts +++ b/packages/editor/src/nodes/definition_list/definition_list-pandoc.ts @@ -1,7 +1,7 @@ /* * definition_list-pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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.ts b/packages/editor/src/nodes/definition_list/definition_list.ts index 83137005..c58749e1 100644 --- a/packages/editor/src/nodes/definition_list/definition_list.ts +++ b/packages/editor/src/nodes/definition_list/definition_list.ts @@ -1,7 +1,7 @@ /* * definition_list.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b8c8298a..4b51b485 100644 --- a/packages/editor/src/nodes/div/div-callout.ts +++ b/packages/editor/src/nodes/div/div-callout.ts @@ -1,7 +1,7 @@ /* * div-callout.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorState, Transaction } from "prosemirror-state"; diff --git a/packages/editor/src/nodes/div/div-tabset.ts b/packages/editor/src/nodes/div/div-tabset.ts index 07e2d53b..fc02fd6b 100644 --- a/packages/editor/src/nodes/div/div-tabset.ts +++ b/packages/editor/src/nodes/div/div-tabset.ts @@ -1,7 +1,7 @@ /* * div-tabset.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7eda2786..d4b56477 100644 --- a/packages/editor/src/nodes/div/div.ts +++ b/packages/editor/src/nodes/div/div.ts @@ -1,7 +1,7 @@ /* * div.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1a24ca3a..ff2614d3 100644 --- a/packages/editor/src/nodes/footnote/footnote-editor.ts +++ b/packages/editor/src/nodes/footnote/footnote-editor.ts @@ -1,7 +1,7 @@ /* * footnote-editor.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/footnote/footnote-transaction.ts b/packages/editor/src/nodes/footnote/footnote-transaction.ts index c480a5eb..02d823cd 100644 --- a/packages/editor/src/nodes/footnote/footnote-transaction.ts +++ b/packages/editor/src/nodes/footnote/footnote-transaction.ts @@ -1,7 +1,7 @@ /* * footnote-transaction.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 70c24b53..3afb192a 100644 --- a/packages/editor/src/nodes/footnote/footnote.ts +++ b/packages/editor/src/nodes/footnote/footnote.ts @@ -1,7 +1,7 @@ /* * footnote.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 fd4669df..968e8c69 100644 --- a/packages/editor/src/nodes/hard_break.ts +++ b/packages/editor/src/nodes/hard_break.ts @@ -1,7 +1,7 @@ /* * hard_break.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 326f81d5..e62882a7 100644 --- a/packages/editor/src/nodes/heading.ts +++ b/packages/editor/src/nodes/heading.ts @@ -1,7 +1,7 @@ /* * heading.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { textblockTypeInputRule, InputRule } from 'prosemirror-inputrules'; diff --git a/packages/editor/src/nodes/hr.ts b/packages/editor/src/nodes/hr.ts index bed958f8..38c09678 100644 --- a/packages/editor/src/nodes/hr.ts +++ b/packages/editor/src/nodes/hr.ts @@ -1,7 +1,7 @@ /* * hr.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5f42b000..46dd4ab9 100644 --- a/packages/editor/src/nodes/html_preserve.ts +++ b/packages/editor/src/nodes/html_preserve.ts @@ -1,7 +1,7 @@ /* * html_preserve.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 f0750796..276000d0 100644 --- a/packages/editor/src/nodes/image/figure-keys.ts +++ b/packages/editor/src/nodes/image/figure-keys.ts @@ -1,7 +1,7 @@ /* * figure-keys.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 35ddfce1..68eec3eb 100644 --- a/packages/editor/src/nodes/image/figure.ts +++ b/packages/editor/src/nodes/image/figure.ts @@ -1,7 +1,7 @@ /* * figure.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 be59475f..77a8f83c 100644 --- a/packages/editor/src/nodes/image/image-dialog.ts +++ b/packages/editor/src/nodes/image/image-dialog.ts @@ -1,7 +1,7 @@ /* * image-dialog.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e06eb6fd..5395fbe0 100644 --- a/packages/editor/src/nodes/image/image-events.ts +++ b/packages/editor/src/nodes/image/image-events.ts @@ -1,7 +1,7 @@ /* * image-events.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b1ebab7a..02dd4b4d 100644 --- a/packages/editor/src/nodes/image/image-resize.ts +++ b/packages/editor/src/nodes/image/image-resize.ts @@ -1,7 +1,7 @@ /* * image-resize.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { EditorView } from 'prosemirror-view'; diff --git a/packages/editor/src/nodes/image/image-textsel.ts b/packages/editor/src/nodes/image/image-textsel.ts index a88c6a5c..beff8e8d 100644 --- a/packages/editor/src/nodes/image/image-textsel.ts +++ b/packages/editor/src/nodes/image/image-textsel.ts @@ -1,7 +1,7 @@ /* * image-textsel.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 213c3e43..e039ca63 100644 --- a/packages/editor/src/nodes/image/image-util.ts +++ b/packages/editor/src/nodes/image/image-util.ts @@ -1,7 +1,7 @@ /* * image-util.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4b530207..d58fdbeb 100644 --- a/packages/editor/src/nodes/image/image-view.ts +++ b/packages/editor/src/nodes/image/image-view.ts @@ -1,7 +1,7 @@ /* * image-view.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d0cb33c9..a69a0b86 100644 --- a/packages/editor/src/nodes/image/image.ts +++ b/packages/editor/src/nodes/image/image.ts @@ -1,7 +1,7 @@ /* * image.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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.ts b/packages/editor/src/nodes/line_block.ts index 8c8057d5..9f83a690 100644 --- a/packages/editor/src/nodes/line_block.ts +++ b/packages/editor/src/nodes/line_block.ts @@ -1,7 +1,7 @@ /* * line_block.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 90704686..2d74a1a0 100644 --- a/packages/editor/src/nodes/list/list-checked.ts +++ b/packages/editor/src/nodes/list/list-checked.ts @@ -1,7 +1,7 @@ /* * list-checked.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d8efe413..7cab17c5 100644 --- a/packages/editor/src/nodes/list/list-commands.ts +++ b/packages/editor/src/nodes/list/list-commands.ts @@ -1,7 +1,7 @@ /* * list-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 25583a33..f2c18fd5 100644 --- a/packages/editor/src/nodes/list/list-indent.ts +++ b/packages/editor/src/nodes/list/list-indent.ts @@ -1,7 +1,7 @@ /* * list-indent.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e64f28fe..ea96f638 100644 --- a/packages/editor/src/nodes/list/list-pandoc.ts +++ b/packages/editor/src/nodes/list/list-pandoc.ts @@ -1,7 +1,7 @@ /* * list-pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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.ts b/packages/editor/src/nodes/list/list.ts index 16dd1824..ea15b2ed 100644 --- a/packages/editor/src/nodes/list/list.ts +++ b/packages/editor/src/nodes/list/list.ts @@ -1,7 +1,7 @@ /* * list.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { Node as ProsemirrorNode, Schema } from 'prosemirror-model'; diff --git a/packages/editor/src/nodes/null.ts b/packages/editor/src/nodes/null.ts index ff046e5d..e54953d4 100644 --- a/packages/editor/src/nodes/null.ts +++ b/packages/editor/src/nodes/null.ts @@ -1,7 +1,7 @@ /* * null.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 209ca74b..5889002f 100644 --- a/packages/editor/src/nodes/paragraph.ts +++ b/packages/editor/src/nodes/paragraph.ts @@ -1,7 +1,7 @@ /* * paragraph.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c9159bbd..f958d772 100644 --- a/packages/editor/src/nodes/raw_block.ts +++ b/packages/editor/src/nodes/raw_block.ts @@ -1,7 +1,7 @@ /* * raw_block.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 d27b0abd..ac983939 100644 --- a/packages/editor/src/nodes/rmd_chunk/rmd_chunk-capsule.ts +++ b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-capsule.ts @@ -1,7 +1,7 @@ /* * rmd_chunk-capsule.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 b8df026b..7dfb3c4e 100644 --- a/packages/editor/src/nodes/rmd_chunk/rmd_chunk-image.ts +++ b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-image.ts @@ -1,7 +1,7 @@ /* * rmd_chunk-image.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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.ts b/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts index 1b798a8a..4565b067 100644 --- a/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts +++ b/packages/editor/src/nodes/rmd_chunk/rmd_chunk.ts @@ -1,7 +1,7 @@ /* * rmd_chunk.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7f638709..f96b13c1 100644 --- a/packages/editor/src/nodes/shortcode_block.ts +++ b/packages/editor/src/nodes/shortcode_block.ts @@ -1,7 +1,7 @@ /* * shortcode_block.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8413f6d6..97a18a73 100644 --- a/packages/editor/src/nodes/table/table-capsule.ts +++ b/packages/editor/src/nodes/table/table-capsule.ts @@ -1,7 +1,7 @@ /* * table-capsule.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8b74f730..f7601c04 100644 --- a/packages/editor/src/nodes/table/table-columns.ts +++ b/packages/editor/src/nodes/table/table-columns.ts @@ -1,7 +1,7 @@ /* * table-columns.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2f3d9b4b..028c2903 100644 --- a/packages/editor/src/nodes/table/table-commands.ts +++ b/packages/editor/src/nodes/table/table-commands.ts @@ -1,7 +1,7 @@ /* * table-commands.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 984c4183..d5b9d40b 100644 --- a/packages/editor/src/nodes/table/table-contextmenu.ts +++ b/packages/editor/src/nodes/table/table-contextmenu.ts @@ -1,7 +1,7 @@ /* * table-contextmenu.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7189c160..0e6b49b2 100644 --- a/packages/editor/src/nodes/table/table-nodes.ts +++ b/packages/editor/src/nodes/table/table-nodes.ts @@ -1,7 +1,7 @@ /* * table-nodes.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 85eb47f0..95f1d804 100644 --- a/packages/editor/src/nodes/table/table-pandoc.ts +++ b/packages/editor/src/nodes/table/table-pandoc.ts @@ -2,7 +2,7 @@ /* * table-pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 1902a7e3..bc5866a2 100644 --- a/packages/editor/src/nodes/table/table-paste.ts +++ b/packages/editor/src/nodes/table/table-paste.ts @@ -1,7 +1,7 @@ /* * table-paste.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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.ts b/packages/editor/src/nodes/table/table.ts index e21e3643..e9c2df94 100644 --- a/packages/editor/src/nodes/table/table.ts +++ b/packages/editor/src/nodes/table/table.ts @@ -1,7 +1,7 @@ /* * table.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 c6a433d4..bac4253f 100644 --- a/packages/editor/src/nodes/text.ts +++ b/packages/editor/src/nodes/text.ts @@ -1,7 +1,7 @@ /* * text.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 25cb9d7e..09408d67 100644 --- a/packages/editor/src/nodes/user_comment/ui/comment-content.tsx +++ b/packages/editor/src/nodes/user_comment/ui/comment-content.tsx @@ -1,7 +1,7 @@ /* * comment-content.tsx * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 f45cddc5..589c9f30 100644 --- a/packages/editor/src/nodes/user_comment/ui/comment-item.tsx +++ b/packages/editor/src/nodes/user_comment/ui/comment-item.tsx @@ -1,7 +1,7 @@ /* * comment-item.tsx * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 2f88c711..70f5ce07 100644 --- a/packages/editor/src/nodes/user_comment/ui/comment-thread.tsx +++ b/packages/editor/src/nodes/user_comment/ui/comment-thread.tsx @@ -1,7 +1,7 @@ /* * comment-thread.tsx * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 e758549d..ce516c5e 100644 --- a/packages/editor/src/nodes/user_comment/ui/common.tsx +++ b/packages/editor/src/nodes/user_comment/ui/common.tsx @@ -1,7 +1,7 @@ /* * common.tsx * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 2d177c6e..4f47fe26 100644 --- a/packages/editor/src/nodes/user_comment/ui/layout.tsx +++ b/packages/editor/src/nodes/user_comment/ui/layout.tsx @@ -1,7 +1,7 @@ /* * layout.tsx * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 18657705..a1265bfd 100644 --- a/packages/editor/src/nodes/user_comment/ui/plugin.tsx +++ b/packages/editor/src/nodes/user_comment/ui/plugin.tsx @@ -1,7 +1,7 @@ /* * plugin.tsx * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 717f09c0..1703592f 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-cache.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-cache.ts @@ -1,7 +1,7 @@ /* * user_comment-cache.ts * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 857c4e22..f19fca02 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-constants.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-constants.ts @@ -1,7 +1,7 @@ /* * user_comment-constants.ts * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 ce013e03..68ccba6d 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-fixup.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-fixup.ts @@ -1,7 +1,7 @@ /* * user_comment-fixup.ts * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 f6a5c3c1..a3a91ec1 100644 --- a/packages/editor/src/nodes/user_comment/user_comment-model.ts +++ b/packages/editor/src/nodes/user_comment/user_comment-model.ts @@ -1,7 +1,7 @@ /* * user_comment-model.ts * - * Copyright (C) 2019-20 by RStudio, PBC + * Copyright (C) 2019-2026 by Posit Software, PBC */ import { Schema } from "prosemirror-model"; diff --git a/packages/editor/src/nodes/user_comment/user_comment.ts b/packages/editor/src/nodes/user_comment/user_comment.ts index 9e61384e..baeaf47c 100644 --- a/packages/editor/src/nodes/user_comment/user_comment.ts +++ b/packages/editor/src/nodes/user_comment/user_comment.ts @@ -1,7 +1,7 @@ /* * user_comment.ts * - * Copyright (C) 2019-20 by RStudio, PBC + * 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 a8825367..54f0808a 100644 --- a/packages/editor/src/nodes/yaml_metadata/yaml_metadata-capsule.ts +++ b/packages/editor/src/nodes/yaml_metadata/yaml_metadata-capsule.ts @@ -1,7 +1,7 @@ /* * yaml_metadata-capsule.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a80d96a8..bb5fc861 100644 --- a/packages/editor/src/nodes/yaml_metadata/yaml_metadata-title.ts +++ b/packages/editor/src/nodes/yaml_metadata/yaml_metadata-title.ts @@ -1,7 +1,7 @@ /* * yaml_metadata-title.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 47c3048d..642aba39 100644 --- a/packages/editor/src/nodes/yaml_metadata/yaml_metadata.ts +++ b/packages/editor/src/nodes/yaml_metadata/yaml_metadata.ts @@ -1,7 +1,7 @@ /* * yaml_metadata.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6468d9ea..0d1b403a 100644 --- a/packages/editor/src/optional/ace/ace-placeholder.ts +++ b/packages/editor/src/optional/ace/ace-placeholder.ts @@ -1,7 +1,7 @@ /* * ace-placeholder.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 2d268824..8032d3c9 100644 --- a/packages/editor/src/optional/ace/ace-render-queue.ts +++ b/packages/editor/src/optional/ace/ace-render-queue.ts @@ -1,7 +1,7 @@ /* * ace-render-queue.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ import { AceNodeView } from './ace'; diff --git a/packages/editor/src/optional/ace/ace.ts b/packages/editor/src/optional/ace/ace.ts index e64f4465..fd9bad66 100644 --- a/packages/editor/src/optional/ace/ace.ts +++ b/packages/editor/src/optional/ace/ace.ts @@ -1,7 +1,7 @@ /* * ace.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 045255b8..aad9fcac 100644 --- a/packages/editor/src/pandoc/pandoc_converter.ts +++ b/packages/editor/src/pandoc/pandoc_converter.ts @@ -1,7 +1,7 @@ /* * pandoc_converter.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 fce2c554..13fd5984 100644 --- a/packages/editor/src/pandoc/pandoc_from_prosemirror.ts +++ b/packages/editor/src/pandoc/pandoc_from_prosemirror.ts @@ -1,7 +1,7 @@ /* * pandoc_from_prosemirror.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 7f1fc85f..b8e6827d 100644 --- a/packages/editor/src/pandoc/pandoc_to_prosemirror.ts +++ b/packages/editor/src/pandoc/pandoc_to_prosemirror.ts @@ -1,7 +1,7 @@ /* * pandoc_to_prosemirror.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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/src/appdirs.ts b/packages/quarto-core/src/appdirs.ts index 145b8ab6..fe96803f 100644 --- a/packages/quarto-core/src/appdirs.ts +++ b/packages/quarto-core/src/appdirs.ts @@ -1,7 +1,7 @@ /* * appdirs.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 8cab2ad9..5d223f1f 100644 --- a/packages/quarto-core/src/context.ts +++ b/packages/quarto-core/src/context.ts @@ -1,7 +1,7 @@ /* * context.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 fec1b225..de7d276c 100644 --- a/packages/quarto-core/src/dictionaries.ts +++ b/packages/quarto-core/src/dictionaries.ts @@ -1,7 +1,7 @@ /* * dictionaries.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ecbea1e4..0692ec02 100644 --- a/packages/quarto-core/src/document.ts +++ b/packages/quarto-core/src/document.ts @@ -1,7 +1,7 @@ /* * 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. */ diff --git a/packages/quarto-core/src/index.ts b/packages/quarto-core/src/index.ts index 919c9604..867a9b00 100644 --- a/packages/quarto-core/src/index.ts +++ b/packages/quarto-core/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ecf8e6d0..991088f0 100644 --- a/packages/quarto-core/src/lsp.ts +++ b/packages/quarto-core/src/lsp.ts @@ -1,7 +1,7 @@ /* * lsp.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 e56edc4c..1ef42bb8 100644 --- a/packages/quarto-core/src/markdown/cursor.ts +++ b/packages/quarto-core/src/markdown/cursor.ts @@ -1,7 +1,7 @@ /* * latex.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 abfb053c..21bba986 100644 --- a/packages/quarto-core/src/markdown/index.ts +++ b/packages/quarto-core/src/markdown/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5e78838a..5d9b601d 100644 --- a/packages/quarto-core/src/markdown/language.ts +++ b/packages/quarto-core/src/markdown/language.ts @@ -1,7 +1,7 @@ /* * language.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 21154898..80aed707 100644 --- a/packages/quarto-core/src/markdown/parser.ts +++ b/packages/quarto-core/src/markdown/parser.ts @@ -1,7 +1,7 @@ /* * parser.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 571a24b3..c541ea72 100644 --- a/packages/quarto-core/src/markdown/parsers/index.ts +++ b/packages/quarto-core/src/markdown/parsers/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 ae11266a..1bc86678 100644 --- a/packages/quarto-core/src/markdown/parsers/markdownit.ts +++ b/packages/quarto-core/src/markdown/parsers/markdownit.ts @@ -1,7 +1,7 @@ /* * markdownit.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 5c67105d..bd59ce9e 100644 --- a/packages/quarto-core/src/markdown/parsers/pandoc.ts +++ b/packages/quarto-core/src/markdown/parsers/pandoc.ts @@ -1,7 +1,7 @@ /* * pandoc.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4644a0b4..1a722075 100644 --- a/packages/quarto-core/src/markdown/token.ts +++ b/packages/quarto-core/src/markdown/token.ts @@ -1,7 +1,7 @@ /* * token.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a6d47779..0f6f4b73 100644 --- a/packages/quarto-core/src/markdown/yaml.ts +++ b/packages/quarto-core/src/markdown/yaml.ts @@ -1,7 +1,7 @@ /* * yaml.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 792ad60d..40335c99 100644 --- a/packages/quarto-core/src/metadata.ts +++ b/packages/quarto-core/src/metadata.ts @@ -1,7 +1,7 @@ /* * metadata.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 4891a029..df62db25 100644 --- a/packages/quarto-core/src/position.ts +++ b/packages/quarto-core/src/position.ts @@ -1,7 +1,7 @@ /* * position.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/packages/quarto-core/src/range.ts b/packages/quarto-core/src/range.ts index d6e533fa..cbce386e 100644 --- a/packages/quarto-core/src/range.ts +++ b/packages/quarto-core/src/range.ts @@ -1,7 +1,7 @@ /* * range.ts * - * Copyright (C) 2023 by Posit Software, PBC + * Copyright (C) 2023-2026 by Posit Software, PBC * Copyright (c) Microsoft Corporation. All rights reserved. */ diff --git a/packages/quarto-core/src/storage.ts b/packages/quarto-core/src/storage.ts index e09a5a16..cb591687 100644 --- a/packages/quarto-core/src/storage.ts +++ b/packages/quarto-core/src/storage.ts @@ -1,7 +1,7 @@ /* * storage.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ diff --git a/packages/ui-widgets/src/dialog/ModalDialog.tsx b/packages/ui-widgets/src/dialog/ModalDialog.tsx index 94ebdee3..8b8c478c 100644 --- a/packages/ui-widgets/src/dialog/ModalDialog.tsx +++ b/packages/ui-widgets/src/dialog/ModalDialog.tsx @@ -1,7 +1,7 @@ /* * ModalDialog.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3f273140..00e7e04d 100644 --- a/packages/ui-widgets/src/dialog/ModalDialogTabList.tsx +++ b/packages/ui-widgets/src/dialog/ModalDialogTabList.tsx @@ -1,7 +1,7 @@ /* * ModalDialogTabList.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 3b9083c1..9da6bbc5 100644 --- a/packages/ui-widgets/src/dialog/index.ts +++ b/packages/ui-widgets/src/dialog/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 a09082db..be25b3bd 100644 --- a/packages/ui-widgets/src/hotkeys/index.ts +++ b/packages/ui-widgets/src/hotkeys/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 39c00f49..fafbbf53 100644 --- a/packages/ui-widgets/src/index.ts +++ b/packages/ui-widgets/src/index.ts @@ -1,7 +1,7 @@ /* * index.ts * - * Copyright (C) 2022 by Posit Software, PBC + * 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 6f13e702..8cb5b9bc 100644 --- a/packages/ui-widgets/src/nonideal.tsx +++ b/packages/ui-widgets/src/nonideal.tsx @@ -1,7 +1,7 @@ /* * nonideal.tsx * - * Copyright (C) 2022 by Posit Software, PBC + * 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 47dd2bde..66ed414e 100644 --- a/packages/ui-widgets/src/theme.ts +++ b/packages/ui-widgets/src/theme.ts @@ -1,7 +1,7 @@ /* * theme.ts * - * Copyright (C) 2022 by Posit Software, PBC + * Copyright (C) 2022-2026 by Posit Software, PBC */ export const kDarkThemeClass = 'bp4-dark'; From 84bd4d43e453943b58e1c5f3d8d824510ce4f88d Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 1 Jul 2026 15:19:05 +0200 Subject: [PATCH 7/8] strip AGPL clause from CSS/SCSS headers missed by initial sweep roborev review of 3ffa0b4 caught 40 CSS/SCSS files across apps/vscode-editor, packages/editor, packages/editor-ui, and packages/editor-codemirror that still carried the AGPL commercial-license clause -- the initial header-strip pass only targeted .ts/.tsx files. Applies the same three fixes as the prior commits (strip AGPL clause, bump copyright year to 2026, rename RStudio -> Posit Software) to these files. --- apps/vscode-editor/src/Editor.module.scss | 11 +---------- apps/vscode-editor/src/styles.scss | 11 +---------- packages/editor-codemirror/src/styles.css | 11 +---------- packages/editor-ui/src/editor/Editor.module.scss | 11 +---------- packages/editor-ui/src/editor/EditorFind.module.scss | 11 +---------- .../editor/outline/EditorOutlineSidebar.module.scss | 11 +---------- packages/editor-ui/src/variables.scss | 11 +---------- .../editor/src/api/attr_edit/attr_edit-decoration.css | 11 +---------- .../editor/src/api/widgets/completion-detailed.css | 11 +---------- packages/editor/src/api/widgets/completion.css | 11 +---------- packages/editor/src/api/widgets/tooltip.css | 11 +---------- packages/editor/src/api/widgets/widgets.css | 11 +---------- .../src/behaviors/completion/completion-popup.css | 11 +---------- .../insert_symbol/insert_symbol-emoji-skintone.css | 11 +---------- .../insert_symbol/insert_symbol-grid-preview.css | 11 +---------- .../insert_symbol/insert_symbol-grid-styles.css | 11 +---------- .../behaviors/insert_symbol/insert_symbol-styles.css | 11 +---------- .../behaviors/omni_insert/omni_insert-completion.css | 11 +---------- packages/editor/src/editor/styles/frame.css | 11 +---------- packages/editor/src/editor/styles/styles.css | 11 +---------- packages/editor/src/marks/cite/cite-popup-xref.css | 11 +---------- packages/editor/src/marks/link/link-styles.css | 11 +---------- packages/editor/src/marks/math/math-styles.css | 11 +---------- .../src/marks/raw_inline/raw_html_comment-styles.css | 11 +---------- packages/editor/src/marks/smallcaps-styles.css | 11 +---------- packages/editor/src/marks/underline-styles.css | 11 +---------- packages/editor/src/marks/xref/xref-completion.css | 11 +---------- packages/editor/src/marks/xref/xref-popup.css | 11 +---------- .../nodes/definition_list/definition_list-styles.css | 11 +---------- packages/editor/src/nodes/div/div-styles.css | 11 +---------- .../editor/src/nodes/footnote/footnote-styles.css | 11 +---------- packages/editor/src/nodes/hr-styles.css | 11 +---------- packages/editor/src/nodes/image/image-styles.css | 11 +---------- packages/editor/src/nodes/line_block-styles.css | 11 +---------- packages/editor/src/nodes/list/list-styles.css | 11 +---------- packages/editor/src/nodes/null-styles.css | 11 +---------- .../editor/src/nodes/rmd_chunk/rmd_chunk-styles.css | 11 +---------- packages/editor/src/nodes/table/table-styles.css | 11 +---------- .../src/nodes/user_comment/user_comment-styles.css | 11 +---------- packages/editor/src/optional/ace/ace.css | 11 +---------- 40 files changed, 40 insertions(+), 400 deletions(-) diff --git a/apps/vscode-editor/src/Editor.module.scss b/apps/vscode-editor/src/Editor.module.scss index 4f2f2c0e..b48abdda 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/styles.scss b/apps/vscode-editor/src/styles.scss index 85406336..8a67f1c1 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/packages/editor-codemirror/src/styles.css b/packages/editor-codemirror/src/styles.css index 5d61f5a2..0cdd0060 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-ui/src/editor/Editor.module.scss b/packages/editor-ui/src/editor/Editor.module.scss index 91702d99..e60a2bbb 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/EditorFind.module.scss b/packages/editor-ui/src/editor/EditorFind.module.scss index c0d8de88..d4d52a83 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/outline/EditorOutlineSidebar.module.scss b/packages/editor-ui/src/editor/outline/EditorOutlineSidebar.module.scss index 8a605351..78ab1777 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/variables.scss b/packages/editor-ui/src/variables.scss index db42df3a..efb8f160 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/src/api/attr_edit/attr_edit-decoration.css b/packages/editor/src/api/attr_edit/attr_edit-decoration.css index 4b6c315a..b08f36bb 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/widgets/completion-detailed.css b/packages/editor/src/api/widgets/completion-detailed.css index 064b26a8..430a5a59 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.css b/packages/editor/src/api/widgets/completion.css index 733f8382..a84445ed 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/tooltip.css b/packages/editor/src/api/widgets/tooltip.css index 4f97cc18..18c67e04 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/widgets.css b/packages/editor/src/api/widgets/widgets.css index 7fca006a..b81e4a8d 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/behaviors/completion/completion-popup.css b/packages/editor/src/behaviors/completion/completion-popup.css index 6de22a2b..47970a01 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/insert_symbol/insert_symbol-emoji-skintone.css b/packages/editor/src/behaviors/insert_symbol/insert_symbol-emoji-skintone.css index 1c7baa93..cf1870e9 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-grid-preview.css b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-preview.css index dece44ac..71ce6722 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-styles.css b/packages/editor/src/behaviors/insert_symbol/insert_symbol-grid-styles.css index 7fdb5b04..5a7c5221 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-styles.css b/packages/editor/src/behaviors/insert_symbol/insert_symbol-styles.css index 86252f5f..b737a4c0 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/omni_insert/omni_insert-completion.css b/packages/editor/src/behaviors/omni_insert/omni_insert-completion.css index c8ba0454..2b53d229 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/editor/styles/frame.css b/packages/editor/src/editor/styles/frame.css index 4dff5f95..fe1c3e80 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 8db3c040..65b3ad3e 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/marks/cite/cite-popup-xref.css b/packages/editor/src/marks/cite/cite-popup-xref.css index a240f745..c95da219 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/link/link-styles.css b/packages/editor/src/marks/link/link-styles.css index b629eba5..59739c0b 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/math/math-styles.css b/packages/editor/src/marks/math/math-styles.css index 704d3386..f276f310 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/raw_inline/raw_html_comment-styles.css b/packages/editor/src/marks/raw_inline/raw_html_comment-styles.css index 83cae8cd..db40d7df 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/smallcaps-styles.css b/packages/editor/src/marks/smallcaps-styles.css index 2c4a8465..d15cfd95 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/underline-styles.css b/packages/editor/src/marks/underline-styles.css index 4a41ccb6..843685b8 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/xref/xref-completion.css b/packages/editor/src/marks/xref/xref-completion.css index c5c6c550..b6f687e8 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-popup.css b/packages/editor/src/marks/xref/xref-popup.css index c67e6e10..9cf2302e 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/nodes/definition_list/definition_list-styles.css b/packages/editor/src/nodes/definition_list/definition_list-styles.css index 9404af0d..2859afa0 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/div/div-styles.css b/packages/editor/src/nodes/div/div-styles.css index 74d3b6a4..9c801d1d 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/footnote/footnote-styles.css b/packages/editor/src/nodes/footnote/footnote-styles.css index f57618fe..8321f11b 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/hr-styles.css b/packages/editor/src/nodes/hr-styles.css index 08b811da..79d230d6 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/image/image-styles.css b/packages/editor/src/nodes/image/image-styles.css index 34528849..c681cde8 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/line_block-styles.css b/packages/editor/src/nodes/line_block-styles.css index a57cb2b1..7b4e8f0a 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/list/list-styles.css b/packages/editor/src/nodes/list/list-styles.css index b22b2184..9b01e5e2 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/null-styles.css b/packages/editor/src/nodes/null-styles.css index 22a5dba7..bf56ef6a 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/rmd_chunk/rmd_chunk-styles.css b/packages/editor/src/nodes/rmd_chunk/rmd_chunk-styles.css index bd1cced8..466a7e90 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/table/table-styles.css b/packages/editor/src/nodes/table/table-styles.css index 81a3e81e..035d09ba 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/user_comment/user_comment-styles.css b/packages/editor/src/nodes/user_comment/user_comment-styles.css index 8451c438..28463753 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/optional/ace/ace.css b/packages/editor/src/optional/ace/ace.css index 76645df3..18960108 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 */ From 6874b8769416426e529bd168ade1d8f421f0b4ce Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 1 Jul 2026 15:50:43 +0200 Subject: [PATCH 8/8] preserve legal comments in panmirror Vite production bundle roborev review of ffbfed37 caught that apps/panmirror/vite.config.ts was missed -- it also runs a production `vite build` shipping dist/panmirror.js, and bundles the same workspace `editor` package (and its third-party deps) as apps/vscode-editor and apps/vscode-markdownit, which already got this fix. --- apps/panmirror/vite.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/panmirror/vite.config.ts b/apps/panmirror/vite.config.ts index 8cee7e7e..5d737541 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"',