From 7e9b37b18591b986017a0391275c3734807bdef2 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 17 Dec 2024 18:57:01 +0100 Subject: [PATCH 1/2] Adopt MSAL --- LICENSE | 201 ------------------ gradle/licenseHeader.txt | 4 +- .../openrewrite/python/remote/Extensions.java | 4 +- .../org/openrewrite/python/remote/Python.java | 5 +- .../python/remote/PythonReceiver.java | 5 +- .../python/remote/PythonSender.java | 5 +- .../remote/PythonSenderReceiverProvider.java | 4 +- .../python/remote/PythonValidator.java | 5 +- .../python/remote/package-info.java | 4 +- .../org/openrewrite/python/Assertions.java | 6 +- .../openrewrite/python/ChangeMethodName.java | 6 +- .../openrewrite/python/PythonIsoVisitor.java | 6 +- .../org/openrewrite/python/PythonParser.java | 6 +- .../org/openrewrite/python/PythonVisitor.java | 6 +- .../python/cleanup/package-info.java | 6 +- .../python/format/PythonSpaces.java | 6 +- .../python/format/PythonSpacesVisitor.java | 6 +- .../python/format/package-info.java | 6 +- .../python/internal/PythonOperatorLookup.java | 6 +- .../python/internal/PythonPrinter.java | 6 +- .../python/internal/package-info.java | 6 +- .../python/marker/KeywordArguments.java | 4 +- .../python/marker/KeywordOnlyArguments.java | 4 +- .../org/openrewrite/python/marker/Quoted.java | 4 +- .../python/marker/SuppressNewline.java | 6 +- .../python/marker/package-info.java | 6 +- .../org/openrewrite/python/package-info.java | 6 +- .../python/search/package-info.java | 6 +- .../openrewrite/python/style/PythonStyle.java | 4 +- .../openrewrite/python/style/SpacesStyle.java | 4 +- .../python/style/package-info.java | 4 +- .../python/table/package-info.java | 6 +- .../java/org/openrewrite/python/tree/Py.java | 6 +- .../openrewrite/python/tree/PyComment.java | 6 +- .../openrewrite/python/tree/PyContainer.java | 6 +- .../openrewrite/python/tree/PyLeftPadded.java | 6 +- .../python/tree/PyRightPadded.java | 6 +- .../org/openrewrite/python/tree/PySpace.java | 6 +- .../openrewrite/python/tree/package-info.java | 6 +- .../resources/META-INF/rewrite/category.yml | 7 +- .../python/ChangeMethodNameTest.java | 6 +- .../python/format/PythonSpacesTest.java | 6 +- .../python/tree/AnnotationTest.java | 6 +- .../python/tree/ArrayAccessTest.java | 6 +- .../openrewrite/python/tree/AssertTest.java | 6 +- .../openrewrite/python/tree/AssignTest.java | 6 +- .../openrewrite/python/tree/AwaitTest.java | 6 +- .../openrewrite/python/tree/BinaryTest.java | 6 +- .../openrewrite/python/tree/BlockTest.java | 6 +- .../openrewrite/python/tree/BreakTest.java | 6 +- .../python/tree/ClassDeclarationTest.java | 6 +- .../python/tree/CollectionTest.java | 6 +- .../python/tree/ComprehensionTest.java | 6 +- .../openrewrite/python/tree/ContinueTest.java | 6 +- .../org/openrewrite/python/tree/DelTest.java | 6 +- .../python/tree/DictLiteralTest.java | 6 +- .../python/tree/FieldAccessTest.java | 6 +- .../openrewrite/python/tree/ForEachTest.java | 6 +- .../org/openrewrite/python/tree/IfTest.java | 6 +- .../openrewrite/python/tree/ImportTest.java | 6 +- .../openrewrite/python/tree/LambdaTest.java | 6 +- .../openrewrite/python/tree/LiteralTest.java | 6 +- .../python/tree/MethodDeclarationTest.java | 6 +- .../python/tree/MethodInvocationTest.java | 6 +- .../openrewrite/python/tree/NewArrayTest.java | 6 +- .../python/tree/ParenthesesTest.java | 6 +- .../python/tree/ReindentationTest.java | 6 +- .../openrewrite/python/tree/ReturnTest.java | 6 +- .../openrewrite/python/tree/SliceTest.java | 6 +- .../openrewrite/python/tree/SwitchTest.java | 6 +- .../openrewrite/python/tree/TernaryTest.java | 6 +- .../openrewrite/python/tree/ThrowsTest.java | 6 +- .../org/openrewrite/python/tree/TryTest.java | 6 +- .../python/tree/TypeCommentTest.java | 6 +- .../openrewrite/python/tree/UnaryTest.java | 6 +- .../python/tree/VariableScopeTest.java | 6 +- .../openrewrite/python/tree/WhileTest.java | 6 +- .../python/tree/WhitespaceTest.java | 6 +- .../org/openrewrite/python/tree/WithTest.java | 6 +- .../openrewrite/python/tree/YieldTest.java | 6 +- .../openrewrite/python/tree/package-info.java | 4 +- .../csharp/remote/package-info.java | 4 +- 82 files changed, 228 insertions(+), 432 deletions(-) delete mode 100644 LICENSE diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 261eeb9e..00000000 --- a/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - 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. diff --git a/gradle/licenseHeader.txt b/gradle/licenseHeader.txt index 3c7a4543..71bd545c 100644 --- a/gradle/licenseHeader.txt +++ b/gradle/licenseHeader.txt @@ -1,10 +1,10 @@ Copyright ${year} the original author or authors.

-Licensed under the Apache License, Version 2.0 (the "License"); +Licensed under the Moderne Source Available License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

-https://www.apache.org/licenses/LICENSE-2.0 +https://docs.moderne.io/licensing/moderne-source-available-license

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/Extensions.java b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/Extensions.java index 714f15f7..7718c29c 100644 --- a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/Extensions.java +++ b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/Extensions.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/Python.java b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/Python.java index 37de0cf0..47f003ca 100644 --- a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/Python.java +++ b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/Python.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /* * -------------------THIS FILE IS AUTO GENERATED-------------------------- * Changes to this file may cause incorrect behavior and will be lost if diff --git a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonReceiver.java b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonReceiver.java index 1e4c161f..92517438 100644 --- a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonReceiver.java +++ b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonReceiver.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /* * -------------------THIS FILE IS AUTO GENERATED-------------------------- * Changes to this file may cause incorrect behavior and will be lost if diff --git a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonSender.java b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonSender.java index 010fbc7e..19bc310f 100644 --- a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonSender.java +++ b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonSender.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /* * -------------------THIS FILE IS AUTO GENERATED-------------------------- * Changes to this file may cause incorrect behavior and will be lost if diff --git a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonSenderReceiverProvider.java b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonSenderReceiverProvider.java index 6a99ed93..22155684 100644 --- a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonSenderReceiverProvider.java +++ b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonSenderReceiverProvider.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonValidator.java b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonValidator.java index f827fcb6..021fbfa3 100644 --- a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonValidator.java +++ b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/PythonValidator.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - /* * -------------------THIS FILE IS AUTO GENERATED-------------------------- * Changes to this file may cause incorrect behavior and will be lost if diff --git a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/package-info.java b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/package-info.java index 25b53e54..58238d53 100644 --- a/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/package-info.java +++ b/rewrite-python-remote/src/main/java/org/openrewrite/python/remote/package-info.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/Assertions.java b/rewrite-python/src/main/java/org/openrewrite/python/Assertions.java index 5a0ebac5..778e3551 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/Assertions.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/Assertions.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/ChangeMethodName.java b/rewrite-python/src/main/java/org/openrewrite/python/ChangeMethodName.java index 2e6c16a4..8db2a0a6 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/ChangeMethodName.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/ChangeMethodName.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/PythonIsoVisitor.java b/rewrite-python/src/main/java/org/openrewrite/python/PythonIsoVisitor.java index 6f3cc7c6..c0d46976 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/PythonIsoVisitor.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/PythonIsoVisitor.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/PythonParser.java b/rewrite-python/src/main/java/org/openrewrite/python/PythonParser.java index 4f092ff0..32809f20 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/PythonParser.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/PythonParser.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/PythonVisitor.java b/rewrite-python/src/main/java/org/openrewrite/python/PythonVisitor.java index 87f33c30..8fe8f152 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/PythonVisitor.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/PythonVisitor.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/cleanup/package-info.java b/rewrite-python/src/main/java/org/openrewrite/python/cleanup/package-info.java index 443c7388..b292e605 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/cleanup/package-info.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/cleanup/package-info.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/format/PythonSpaces.java b/rewrite-python/src/main/java/org/openrewrite/python/format/PythonSpaces.java index f01a4adc..307aefb6 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/format/PythonSpaces.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/format/PythonSpaces.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/format/PythonSpacesVisitor.java b/rewrite-python/src/main/java/org/openrewrite/python/format/PythonSpacesVisitor.java index 29f33c6f..2ff38924 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/format/PythonSpacesVisitor.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/format/PythonSpacesVisitor.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/format/package-info.java b/rewrite-python/src/main/java/org/openrewrite/python/format/package-info.java index 0ab19649..48507327 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/format/package-info.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/format/package-info.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/internal/PythonOperatorLookup.java b/rewrite-python/src/main/java/org/openrewrite/python/internal/PythonOperatorLookup.java index 00232df6..992b45f6 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/internal/PythonOperatorLookup.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/internal/PythonOperatorLookup.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/internal/PythonPrinter.java b/rewrite-python/src/main/java/org/openrewrite/python/internal/PythonPrinter.java index fe90ad8d..a41ddac3 100755 --- a/rewrite-python/src/main/java/org/openrewrite/python/internal/PythonPrinter.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/internal/PythonPrinter.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/internal/package-info.java b/rewrite-python/src/main/java/org/openrewrite/python/internal/package-info.java index abd2d8c8..a27d7080 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/internal/package-info.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/internal/package-info.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/marker/KeywordArguments.java b/rewrite-python/src/main/java/org/openrewrite/python/marker/KeywordArguments.java index 3fdc4c19..1da6669f 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/marker/KeywordArguments.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/marker/KeywordArguments.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/marker/KeywordOnlyArguments.java b/rewrite-python/src/main/java/org/openrewrite/python/marker/KeywordOnlyArguments.java index 3bc736ea..429faf86 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/marker/KeywordOnlyArguments.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/marker/KeywordOnlyArguments.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/marker/Quoted.java b/rewrite-python/src/main/java/org/openrewrite/python/marker/Quoted.java index f6dcf3c3..fdf5f3b5 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/marker/Quoted.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/marker/Quoted.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/marker/SuppressNewline.java b/rewrite-python/src/main/java/org/openrewrite/python/marker/SuppressNewline.java index fbb1a618..3099801c 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/marker/SuppressNewline.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/marker/SuppressNewline.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/marker/package-info.java b/rewrite-python/src/main/java/org/openrewrite/python/marker/package-info.java index 00a61058..20072418 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/marker/package-info.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/marker/package-info.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/package-info.java b/rewrite-python/src/main/java/org/openrewrite/python/package-info.java index e88318e8..a542da7f 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/package-info.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/package-info.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/search/package-info.java b/rewrite-python/src/main/java/org/openrewrite/python/search/package-info.java index ff963b40..16ac03af 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/search/package-info.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/search/package-info.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/style/PythonStyle.java b/rewrite-python/src/main/java/org/openrewrite/python/style/PythonStyle.java index abd0139d..79dce9b4 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/style/PythonStyle.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/style/PythonStyle.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/style/SpacesStyle.java b/rewrite-python/src/main/java/org/openrewrite/python/style/SpacesStyle.java index 586914d6..15857a11 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/style/SpacesStyle.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/style/SpacesStyle.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/style/package-info.java b/rewrite-python/src/main/java/org/openrewrite/python/style/package-info.java index fe114510..34b5a255 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/style/package-info.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/style/package-info.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/table/package-info.java b/rewrite-python/src/main/java/org/openrewrite/python/table/package-info.java index 9ace359b..0ca5dffc 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/table/package-info.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/table/package-info.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/tree/Py.java b/rewrite-python/src/main/java/org/openrewrite/python/tree/Py.java index edf2921a..7682ae2b 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/tree/Py.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/tree/Py.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/tree/PyComment.java b/rewrite-python/src/main/java/org/openrewrite/python/tree/PyComment.java index 9f2e5a9f..a91ecea8 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/tree/PyComment.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/tree/PyComment.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/tree/PyContainer.java b/rewrite-python/src/main/java/org/openrewrite/python/tree/PyContainer.java index 8e76c604..654ca1d7 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/tree/PyContainer.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/tree/PyContainer.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/tree/PyLeftPadded.java b/rewrite-python/src/main/java/org/openrewrite/python/tree/PyLeftPadded.java index a991bbf9..b3edf8e7 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/tree/PyLeftPadded.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/tree/PyLeftPadded.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/tree/PyRightPadded.java b/rewrite-python/src/main/java/org/openrewrite/python/tree/PyRightPadded.java index baf0dc81..d9861a1f 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/tree/PyRightPadded.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/tree/PyRightPadded.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/tree/PySpace.java b/rewrite-python/src/main/java/org/openrewrite/python/tree/PySpace.java index 5241655c..6fc570a8 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/tree/PySpace.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/tree/PySpace.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/java/org/openrewrite/python/tree/package-info.java b/rewrite-python/src/main/java/org/openrewrite/python/tree/package-info.java index a0aa8460..9e1addd0 100644 --- a/rewrite-python/src/main/java/org/openrewrite/python/tree/package-info.java +++ b/rewrite-python/src/main/java/org/openrewrite/python/tree/package-info.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/main/resources/META-INF/rewrite/category.yml b/rewrite-python/src/main/resources/META-INF/rewrite/category.yml index 2bc481f8..13c24626 100644 --- a/rewrite-python/src/main/resources/META-INF/rewrite/category.yml +++ b/rewrite-python/src/main/resources/META-INF/rewrite/category.yml @@ -1,11 +1,11 @@ # -# Copyright 2023 the original author or authors. +# Copyright 2024 the original author or authors. #

-# Licensed under the Apache License, Version 2.0 (the "License"); +# Licensed under the Moderne Source Available License (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at #

-# https://www.apache.org/licenses/LICENSE-2.0 +# https://docs.moderne.io/licensing/moderne-source-available-license #

# Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # + --- type: specs.openrewrite.org/v1beta/category name: Python diff --git a/rewrite-python/src/test/java/org/openrewrite/python/ChangeMethodNameTest.java b/rewrite-python/src/test/java/org/openrewrite/python/ChangeMethodNameTest.java index 5b2897ae..bc1eb644 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/ChangeMethodNameTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/ChangeMethodNameTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/format/PythonSpacesTest.java b/rewrite-python/src/test/java/org/openrewrite/python/format/PythonSpacesTest.java index 06db4090..381d52dd 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/format/PythonSpacesTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/format/PythonSpacesTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/AnnotationTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/AnnotationTest.java index 45302da8..8a3eb013 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/AnnotationTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/AnnotationTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/ArrayAccessTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/ArrayAccessTest.java index be02c39b..b6df642d 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/ArrayAccessTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/ArrayAccessTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/AssertTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/AssertTest.java index c5bbe64a..1ca46146 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/AssertTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/AssertTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/AssignTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/AssignTest.java index ff5ffb9e..6f06165b 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/AssignTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/AssignTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/AwaitTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/AwaitTest.java index 7a73ea0b..55189003 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/AwaitTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/AwaitTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/BinaryTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/BinaryTest.java index d7e9d819..0ec7b16f 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/BinaryTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/BinaryTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/BlockTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/BlockTest.java index 0c2959ae..7aa40938 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/BlockTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/BlockTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/BreakTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/BreakTest.java index add08c8f..3b0ed613 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/BreakTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/BreakTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/ClassDeclarationTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/ClassDeclarationTest.java index 614cfe55..551322b6 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/ClassDeclarationTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/ClassDeclarationTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/CollectionTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/CollectionTest.java index ba009154..653aac27 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/CollectionTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/CollectionTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/ComprehensionTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/ComprehensionTest.java index 71e9a815..aeb9efc4 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/ComprehensionTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/ComprehensionTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/ContinueTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/ContinueTest.java index 9df4c7f8..88fc1cb4 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/ContinueTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/ContinueTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/DelTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/DelTest.java index 5a66cdda..887cfbab 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/DelTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/DelTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/DictLiteralTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/DictLiteralTest.java index 6b5ea046..d0856e32 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/DictLiteralTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/DictLiteralTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/FieldAccessTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/FieldAccessTest.java index cc14e35b..ce0dcd7c 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/FieldAccessTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/FieldAccessTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/ForEachTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/ForEachTest.java index 8d69e6f6..9029a2a3 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/ForEachTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/ForEachTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/IfTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/IfTest.java index 5ba836d0..b9842935 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/IfTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/IfTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/ImportTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/ImportTest.java index 5bb747d9..b0579c18 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/ImportTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/ImportTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/LambdaTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/LambdaTest.java index 873c9b92..ce24784e 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/LambdaTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/LambdaTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/LiteralTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/LiteralTest.java index b2ac1438..4cc2c151 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/LiteralTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/LiteralTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/MethodDeclarationTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/MethodDeclarationTest.java index b5413fd0..8686c249 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/MethodDeclarationTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/MethodDeclarationTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/MethodInvocationTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/MethodInvocationTest.java index 0afeab96..520431e9 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/MethodInvocationTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/MethodInvocationTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/NewArrayTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/NewArrayTest.java index 510d4d2e..42cfe998 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/NewArrayTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/NewArrayTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/ParenthesesTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/ParenthesesTest.java index c36e459d..50f92171 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/ParenthesesTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/ParenthesesTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/ReindentationTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/ReindentationTest.java index 88d5da14..5193754f 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/ReindentationTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/ReindentationTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2023 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/ReturnTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/ReturnTest.java index 58bd899c..489defa1 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/ReturnTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/ReturnTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/SliceTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/SliceTest.java index 56cbf7c7..653fedae 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/SliceTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/SliceTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/SwitchTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/SwitchTest.java index 694f42d5..0bab05c0 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/SwitchTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/SwitchTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/TernaryTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/TernaryTest.java index f293acb8..10775767 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/TernaryTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/TernaryTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/ThrowsTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/ThrowsTest.java index bad37a00..1ef871a7 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/ThrowsTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/ThrowsTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/TryTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/TryTest.java index 79dc9c4a..a7a831a3 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/TryTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/TryTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/TypeCommentTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/TypeCommentTest.java index 375220f8..22faaa1d 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/TypeCommentTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/TypeCommentTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/UnaryTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/UnaryTest.java index 61f7825b..0de51df4 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/UnaryTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/UnaryTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/VariableScopeTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/VariableScopeTest.java index dc7badf9..b95ab65a 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/VariableScopeTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/VariableScopeTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/WhileTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/WhileTest.java index 5b95a7b1..8bda3334 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/WhileTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/WhileTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/WhitespaceTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/WhitespaceTest.java index 9718c05b..ccf3cceb 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/WhitespaceTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/WhitespaceTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/WithTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/WithTest.java index 380694c7..ec7f5132 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/WithTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/WithTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/YieldTest.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/YieldTest.java index f04e0c3f..98072657 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/YieldTest.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/YieldTest.java @@ -1,11 +1,11 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-python/src/test/java/org/openrewrite/python/tree/package-info.java b/rewrite-python/src/test/java/org/openrewrite/python/tree/package-info.java index 3aa45ed8..b97d1db7 100644 --- a/rewrite-python/src/test/java/org/openrewrite/python/tree/package-info.java +++ b/rewrite-python/src/test/java/org/openrewrite/python/tree/package-info.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/rewrite-test-engine-remote/src/main/java/org/openrewrite/csharp/remote/package-info.java b/rewrite-test-engine-remote/src/main/java/org/openrewrite/csharp/remote/package-info.java index ee9e70c2..5b5c9a42 100644 --- a/rewrite-test-engine-remote/src/main/java/org/openrewrite/csharp/remote/package-info.java +++ b/rewrite-test-engine-remote/src/main/java/org/openrewrite/csharp/remote/package-info.java @@ -1,11 +1,11 @@ /* * Copyright 2024 the original author or authors. *

- * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the Moderne Source Available License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *

- * https://www.apache.org/licenses/LICENSE-2.0 + * https://docs.moderne.io/licensing/moderne-source-available-license *

* Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, From fd17dfe1c11f510cb73c4db16a3396d4522d134a Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 17 Dec 2024 18:59:05 +0100 Subject: [PATCH 2/2] Add LICENSE.md --- LICENSE.md | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 00000000..bbf66de1 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,87 @@ +# Moderne Source Available License + +## Acceptance + +This Agreement sets forth the terms and conditions on which the Licensor makes the Software available. By installing, downloading, accessing, using, or distributing any part of the Software, you agree to all of the terms and conditions of this agreement. + +If you are receiving the Software on behalf of your company, you represent and warrant that you have the authority to agree to this agreement on behalf of such entity. + +The Licensor reserves the right to update this agreement from time to time. + +## Definitions + +**Agreement**: This Moderne Source Available License agreement. + +**Control**: Ownership, directly or indirectly, of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise. + +**License**: The license as described in the License paragraph below. + +**Licensor**: The entity offering these terms, including Moderne, Inc., on behalf of itself and its subsidiaries and affiliates worldwide. + +**Modify**/**Modified**/**Modification**: Copying or adapting all or part of the work in a way that requires copyright permission, other than making an exact copy. The resulting work is called a _modified version_ of the original work. + +**Moderne**: The Moderne software as described in [moderne.ai](https://www.moderne.ai/). + +**Software**: Specific software components designed to work with Moderne and provided under this agreement. + +**Trademark**: Trademarks, service marks, and any other similar rights associated with the Licensor. + +**Use**: Any activity you perform with the Software that requires a license under this agreement. + +**You**: The recipient of the Software, whether an individual or an entity, on whose behalf this agreement is accepted. + +**Your Company**: Any legal entity, sole proprietorship, or organization that you work for, including all organizations that control, are controlled by, or are under common control with that organization. + +**Your Licenses**: All licenses granted to you for the Software under this agreement. + +## License + +The Licensor grants you a non-exclusive, royalty-free, worldwide, non-sublicensable, non-transferable license to use, copy, distribute, make available, and prepare derivative works of the Software, subject to the limitations and conditions below. + +## Limitations + +**You may not:** + +1. Make the functionality of the Software or a modified version available to third parties as a service. + +2. Distribute the Software or a modified version in a manner that makes its functionality available to third parties. + +**Prohibited actions include (but are not limited to):** + +* Enabling third parties to interact with the functionality of the Software or a modified version in distributed form or remotely through a computer network. + +* Offering products or services whose value derives from the Software or a modified version. + +* Providing a product or service that performs the functions of the Software or a modified version. + +You may not alter, remove, or obscure any licensing, copyright, or other notices provided by the Licensor. Any use of the Licensor’s trademarks is subject to applicable law. + +## Patents + +The Licensor grants you a license under any patent claims the Licensor owns or can license, to make, use, sell, offer for sale, import, and distribute the Software, subject to the limitations and conditions in this agreement. + +This license does not cover patent claims caused by your modifications or additions to the Software. + +If you or your company make any written claim that the Software infringes or contributes to the infringement of any patent, your patent license under this agreement terminates immediately. + +## Notices + +You must ensure that anyone who receives a copy of any part of the Software from you also receives a copy of this agreement. + +If you modify the Software, you must include prominent notices in any modified copies stating that you have modified the Software. + +## No Other Rights + +This agreement does not imply any licenses beyond those expressly granted. + +## Termination + +If you use the Software in violation of this agreement, such use is unlicensed, and your licenses will terminate automatically. + +If the Licensor notifies you of a violation and you cease all violations within 30 days, your licenses will be reinstated retroactively. + +However, subsequent violations will result in automatic and permanent termination of your licenses. + +## No Liability + +To the extent permitted by law, the Software is provided "as is," without warranties or conditions of any kind. The Licensor is not liable for any damages arising from this agreement or your use of the Software.