From eaa083ffcc77f66b068525ca934474d05b813bf6 Mon Sep 17 00:00:00 2001 From: Jonathan Schneider Date: Sat, 14 Dec 2024 18:58:08 -0500 Subject: [PATCH 1/3] Apply MSAL license --- bin/main/META-INF/rewrite/category.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bin/main/META-INF/rewrite/category.yml diff --git a/bin/main/META-INF/rewrite/category.yml b/bin/main/META-INF/rewrite/category.yml new file mode 100644 index 0000000..f39e621 --- /dev/null +++ b/bin/main/META-INF/rewrite/category.yml @@ -0,0 +1,22 @@ +# +# Copyright 2024 the original author or authors. +#

+# 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://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, +# 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. +# + +--- +type: specs.openrewrite.org/v1beta/category +name: Docker +packageName: org.openrewrite.docker +description: Recipes to perform [Docker](https://docker.com/) migration tasks. +--- From 87b4ecf28720c05a6ce32110a3310572318032dd Mon Sep 17 00:00:00 2001 From: Jonathan Schneider Date: Sat, 14 Dec 2024 19:10:57 -0500 Subject: [PATCH 2/3] Apply MSAL license --- bin/main/META-INF/rewrite/category.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 bin/main/META-INF/rewrite/category.yml diff --git a/bin/main/META-INF/rewrite/category.yml b/bin/main/META-INF/rewrite/category.yml deleted file mode 100644 index f39e621..0000000 --- a/bin/main/META-INF/rewrite/category.yml +++ /dev/null @@ -1,22 +0,0 @@ -# -# Copyright 2024 the original author or authors. -#

-# 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://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, -# 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. -# - ---- -type: specs.openrewrite.org/v1beta/category -name: Docker -packageName: org.openrewrite.docker -description: Recipes to perform [Docker](https://docker.com/) migration tasks. ---- From 684b5ccbc8600944441e7eff6f3d6e3acfbfc1bf Mon Sep 17 00:00:00 2001 From: Jonathan Schneider Date: Sat, 14 Dec 2024 21:16:37 -0500 Subject: [PATCH 3/3] MSAL license gets set in pom.xml --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 6202b39..65ed7c0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,6 @@ plugins { id("org.openrewrite.build.recipe-library") version "latest.release" + id("org.openrewrite.build.moderne-source-available-license") version "latest.release" } group = "org.openrewrite.recipe"