Skip to content

Commit 617ebeb

Browse files
Bonus fix: update the year in copyright statement
1 parent 66fbe7d commit 617ebeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/generator-widget/generators/app/lib/prompttexts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function promptWidgetProperties(mxProjectDir, widgetName) {
3131
type: "input",
3232
name: "copyright",
3333
message: "Add a copyright",
34-
default: "© Mendix Technology BV 2022. All rights reserved.",
34+
default: "© Mendix Technology BV 2025. All rights reserved.",
3535
store: true
3636
},
3737
{

0 commit comments

Comments
 (0)