~aleteoryx/muditaos

6a8f79eee9ec73e43b24d616203b00bb478e73c5 — Lefucjusz 1 year, 5 months ago 46589fd
[BH-2071] Update license URL in migration tool

Update outdated license URL in migration tool,
which was accidentally missed in commit
773f2c7eb156fadb62983d670c1a8a876b2fe8b7.">https://github.com/mudita/MuditaOS/commit/773f2c7eb156fadb62983d670c1a8a876b2fe8b7.
1 files changed, 1 insertions(+), 1 deletions(-)

M tools/db_migration.py
M tools/db_migration.py => tools/db_migration.py +1 -1
@@ 22,7 22,7 @@ databases_set = "databases.json"
env_file = "dbm_env.ini"

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

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