[PATCH] can: add explicit copyright to header can/netlink.h
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: 2013-09-06 14:30:20
Subsystem:
can network drivers, the rest · Maintainers:
Marc Kleine-Budde, Vincent Mailhol, Linus Torvalds
From: Uwe Kleine-König <redacted>
This file is copied to the source code of user space applications (in
this case can-utils) and so it makes sense to mention explicitly its
copyright. I added the terms of C code that was introduced in the same
commit as this header.
Cc: Wolfgang Grandegger <redacted>
Signed-off-by: Uwe Kleine-König <redacted>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
Hello Wolfgang,
this is the remaining hunk from Uwe's patch that has not been Acked. Continuing
with Uwe's words (adopted):
I think it is necessary to get the Ack of the people mentioned in
the Cc: commit footers. @Wolfgang: I added a statement
The provided data structures and external interfaces from this code
are not restricted to be used by software with a GPL compatible license.
similar to the other can headers. Does that suit you?
Best regards
Uwe
include/uapi/linux/can/netlink.h | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/include/uapi/linux/can/netlink.h b/include/uapi/linux/can/netlink.h
index 14966dd..8bbb885 100644
--- a/include/uapi/linux/can/netlink.h
+++ b/include/uapi/linux/can/netlink.h@@ -5,6 +5,17 @@ * * Copyright (c) 2009 Wolfgang Grandegger <wg@grandegger.com> * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the version 2 of the GNU General Public License + * as published by the Free Software Foundation + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * The provided data structures and external interfaces from this code + * are not restricted to be used by software with a GPL compatible license. */ #ifndef CAN_NETLINK_H
--
1.8.4.rc3