File tree Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Expand file tree Collapse file tree 4 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,8 @@ export async function addWidgetsToMpk({ config }: ModuleStepParams): Promise<voi
187187
188188 console . info ( `Add file entries to package.xml` ) ;
189189 await addFilesToPackageXml ( packageXml , packageFilePaths , "modelerProject" ) ;
190+ console . log ( `Copying License.txt...` ) ;
191+ cp ( join ( config . output . dirs . themesource , "LICENSE" ) , join ( target , "License.txt" ) ) ;
190192 rm ( mpk ) ;
191193
192194 console . info ( "Create module zip archive" ) ;
Original file line number Diff line number Diff line change 1- Apache License
1+ Apache License
22 Version 2.0, January 2004
33 http://www.apache.org/licenses/
44
@@ -186,7 +186,7 @@ Apache License
186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2025 Mendix Technology BV
189+ Copyright 2022 Mendix Technology B.V.
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
@@ -198,4 +198,4 @@ Apache License
198198 distributed under the License is distributed on an "AS IS" BASIS,
199199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200 See the License for the specific language governing permissions and
201- limitations under the License.
201+ limitations under the License.
Original file line number Diff line number Diff line change 1- Apache License
1+ Apache License
22 Version 2.0, January 2004
33 http://www.apache.org/licenses/
44
@@ -186,7 +186,7 @@ Apache License
186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2020 Mendix Technology BV
189+ Copyright 2022 Mendix Technology B.V.
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
@@ -198,4 +198,4 @@ Apache License
198198 distributed under the License is distributed on an "AS IS" BASIS,
199199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200 See the License for the specific language governing permissions and
201- limitations under the License.
201+ limitations under the License.
Original file line number Diff line number Diff line change 1- Apache License
1+ Apache License
22 Version 2.0, January 2004
33 http://www.apache.org/licenses/
44
@@ -186,7 +186,7 @@ Apache License
186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2020 Mendix Technology BV
189+ Copyright 2022 Mendix Technology B.V.
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
@@ -198,4 +198,4 @@ Apache License
198198 distributed under the License is distributed on an "AS IS" BASIS,
199199 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200 See the License for the specific language governing permissions and
201- limitations under the License.
201+ limitations under the License.
You can’t perform that action at this time.
0 commit comments