diff options
Diffstat (limited to 'scripts/gfp-translate')
-rwxr-xr-x | scripts/gfp-translate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gfp-translate b/scripts/gfp-translate index c9230e158a8f..b2ce416d944b 100755 --- a/scripts/gfp-translate +++ b/scripts/gfp-translate @@ -1,7 +1,7 @@ #!/bin/bash +# SPDX-License-Identifier: GPL-2.0-only # Translate the bits making up a GFP mask # (c) 2009, Mel Gorman <mel@csn.ul.ie> -# Licensed under the terms of the GNU GPL License version 2 SOURCE= GFPMASK=none |