Skip to content

Commit 6a8f79e

Browse files
committed
[BH-2071] Update license URL in migration tool
Update outdated license URL in migration tool, which was accidentally missed in commit 773f2c7.
1 parent 46589fd commit 6a8f79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/db_migration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
env_file = "dbm_env.ini"
2323

2424
license_header = f"-- Copyright (c) 2017-{datetime.date.today().year}, Mudita Sp. z.o.o. All rights reserved.\n" \
25-
"-- For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md\n\n"
25+
"-- For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md\n\n"
2626

2727
cli = ArgumentParser()
2828
subparsers = cli.add_subparsers(dest="subcommand")

0 commit comments

Comments
 (0)