From 908a85d7dd09f5acc28de147a2e3dc84aa2d0b6b Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Wed, 24 Sep 2014 05:16:16 -0500 Subject: [PATCH] greybus: update a few header file comments Add a GPLv2 tag and reword some comments at the top of "greybus_desc.h" and "svc_msg.h". Signed-off-by: Alex Elder Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/greybus_manifest.h | 8 +++++--- drivers/staging/greybus/svc_msg.h | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h index 6f019fa..844a7f1 100644 --- a/drivers/staging/greybus/greybus_manifest.h +++ b/drivers/staging/greybus/greybus_manifest.h @@ -1,10 +1,12 @@ /* - * Greybus device descriptor definition + * Greybus module manifest definition * - * Defined in the "Greybus Application Protocol" document. - * See that document for any details on these values and structures. + * See "Greybus Application Protocol" document (version 0.draft) for + * details on these values and structures. * * Copyright 2014 Google Inc. + * + * Released under the GPLv2 only. */ #ifndef __GREYBUS_DESC_H diff --git a/drivers/staging/greybus/svc_msg.h b/drivers/staging/greybus/svc_msg.h index c290547..8b936ed 100644 --- a/drivers/staging/greybus/svc_msg.h +++ b/drivers/staging/greybus/svc_msg.h @@ -1,10 +1,12 @@ /* * Greybus AP <-> SVC message structure format. * - * Defined in the "Greybus Application Protocol" document. - * See that document for any details on these values and structures. + * See "Greybus Application Protocol" document (version 0.draft) for + * details on these values and structures. * * Copyright 2014 Google Inc. + * + * Released under the GPLv2 only. */ #ifndef __SVC_MSG_H -- 2.7.4