diff options
Diffstat (limited to 'bitbake/lib/hashserv')
-rw-r--r-- | bitbake/lib/hashserv/__init__.py | 2 | ||||
-rw-r--r-- | bitbake/lib/hashserv/tests.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/hashserv/__init__.py b/bitbake/lib/hashserv/__init__.py index 46bca7cab3..6f4a046966 100644 --- a/bitbake/lib/hashserv/__init__.py +++ b/bitbake/lib/hashserv/__init__.py | |||
@@ -1,5 +1,7 @@ | |||
1 | # Copyright (C) 2018 Garmin Ltd. | 1 | # Copyright (C) 2018 Garmin Ltd. |
2 | # | 2 | # |
3 | # SPDX-License-Identifier: GPL-2.0-only | ||
4 | # | ||
3 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
4 | # it under the terms of the GNU General Public License version 2 as | 6 | # it under the terms of the GNU General Public License version 2 as |
5 | # published by the Free Software Foundation. | 7 | # published by the Free Software Foundation. |
diff --git a/bitbake/lib/hashserv/tests.py b/bitbake/lib/hashserv/tests.py index 806b54c5eb..b022195183 100644 --- a/bitbake/lib/hashserv/tests.py +++ b/bitbake/lib/hashserv/tests.py | |||
@@ -2,6 +2,8 @@ | |||
2 | # | 2 | # |
3 | # Copyright (C) 2018 Garmin Ltd. | 3 | # Copyright (C) 2018 Garmin Ltd. |
4 | # | 4 | # |
5 | # SPDX-License-Identifier: GPL-2.0-only | ||
6 | # | ||
5 | # This program is free software; you can redistribute it and/or modify | 7 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License version 2 as | 8 | # it under the terms of the GNU General Public License version 2 as |
7 | # published by the Free Software Foundation. | 9 | # published by the Free Software Foundation. |