From: Roman Kiryanov <[email protected]> goldfish_pipe is distributed under GPL v2.
Signed-off-by: Roman Kiryanov <[email protected]> --- drivers/platform/goldfish/goldfish_pipe.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/platform/goldfish/goldfish_pipe.c b/drivers/platform/goldfish/goldfish_pipe.c index 567005fe11f8..065b2eaab9cc 100644 --- a/drivers/platform/goldfish/goldfish_pipe.c +++ b/drivers/platform/goldfish/goldfish_pipe.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2012 Intel, Inc. * Copyright (C) 2013 Intel, Inc. @@ -983,4 +984,4 @@ static struct platform_driver goldfish_pipe_driver = { module_platform_driver(goldfish_pipe_driver); MODULE_AUTHOR("David Turner <[email protected]>"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPL v2"); -- 2.18.0.865.gffc8e1a3cd6-goog

