diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-01-17 18:55:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-18 12:50:37 +0000 |
commit | c1058ac4f2441e017098a1a4f27bbecb407bb3a8 (patch) | |
tree | eefa74d041495aa6c07cda5547547ecb5d6b81ca /scripts | |
parent | a69425e49a44a7f9a2f045506d92b9c41e667257 (diff) | |
download | poky-c1058ac4f2441e017098a1a4f27bbecb407bb3a8.tar.gz |
devtool: rename the suggested license change tag to 'License-Update:'
(From OE-Core rev: 3905ae20330f204f3c8997e2d5aaf15dcf5a860c)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/devtool/upgrade.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py index 7de9ab5c2d..c3fd866ef6 100644 --- a/scripts/lib/devtool/upgrade.py +++ b/scripts/lib/devtool/upgrade.py | |||
@@ -295,8 +295,8 @@ def _add_license_diff_to_recipe(path, diff): | |||
295 | notice_text = """# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. | 295 | notice_text = """# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. |
296 | # The following is the difference between the old and the new license text. | 296 | # The following is the difference between the old and the new license text. |
297 | # Please update the LICENSE value if needed, and summarize the changes in | 297 | # Please update the LICENSE value if needed, and summarize the changes in |
298 | # the commit message via 'License-checksum-change:' tag. | 298 | # the commit message via 'License-Update:' tag. |
299 | # (example: 'License-checksum-change: copyright years updated.') | 299 | # (example: 'License-Update: copyright years updated.') |
300 | # | 300 | # |
301 | # The changes: | 301 | # The changes: |
302 | # | 302 | # |