Skip to content

Commit c91d635

Browse files
committed
Update License 2023
1 parent 664411e commit c91d635

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Please feel free to open an issue or reach out through one of the channel below.
134134

135135
BSD Zero Clause License
136136

137-
Copyright © 2020 Codelessly
137+
Copyright © 2023 Codelessly
138138

139139
Permission to use, copy, modify, and/or distribute this software for any
140140
purpose with or without fee is hereby granted.

lib/components/blog.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class Footer extends StatelessWidget {
264264
padding: const EdgeInsets.symmetric(vertical: 40),
265265
child: const Align(
266266
alignment: Alignment.centerRight,
267-
child: TextBody(text: "Copyright © 2020"),
267+
child: TextBody(text: "Copyright © 2023"),
268268
),
269269
);
270270
}

macos/Runner/Configs/AppInfo.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ PRODUCT_NAME = Minimal
1111
PRODUCT_BUNDLE_IDENTIFIER = com.minimal
1212

1313
// The copyright displayed in application information
14-
PRODUCT_COPYRIGHT = Copyright © 2022 Codelessly Inc. All rights reserved.
14+
PRODUCT_COPYRIGHT = Copyright © 2023 Codelessly Inc. All rights reserved.

navigation_utils

windows/runner/Runner.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ BEGIN
9393
VALUE "FileDescription", "A minimalistic Flutter website template for blogs and portfolios." "\0"
9494
VALUE "FileVersion", VERSION_AS_STRING "\0"
9595
VALUE "InternalName", "Minimal" "\0"
96-
VALUE "LegalCopyright", "Copyright (C) 2022 Codelessly Inc. All rights reserved." "\0"
96+
VALUE "LegalCopyright", "Copyright (C) 2023 Codelessly Inc. All rights reserved." "\0"
9797
VALUE "OriginalFilename", "minimal.exe" "\0"
9898
VALUE "ProductName", "Minimal" "\0"
9999
VALUE "ProductVersion", VERSION_AS_STRING "\0"

0 commit comments

Comments
 (0)