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 <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Родитель
0db32a6d5e
Коммит
908a85d7dd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче