diff mbox series

[5/9] src/nl802154.h: switch file to SPDX header for license and copyright

Message ID 20230924122231.716878-6-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Headers show
Series wpan-tools: switch to SPDX header for license and copyright | expand

Commit Message

Stefan Schmidt Sept. 24, 2023, 12:22 p.m. UTC
This file has its own commit as we are syncing it between the Linux
kernel and this project when new netlink functionality is added.

The same change needs to be done on the iLinux kernel side as well to
avoid conflicts.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
---
 src/nl802154.h | 24 ++++++------------------
 1 file changed, 6 insertions(+), 18 deletions(-)

Comments

Alexander Aring Oct. 1, 2023, 11:33 p.m. UTC | #1
Hi,

On Sun, Sep 24, 2023 at 8:24 AM Stefan Schmidt
<stefan@datenfreihafen.org> wrote:
>
> This file has its own commit as we are syncing it between the Linux
> kernel and this project when new netlink functionality is added.
>
> The same change needs to be done on the iLinux kernel side as well to
> avoid conflicts.
>

the iLinux kernel? :) The Linux fork running on an iPhone?

It's okay... you don't need to fix it.

- Alex
Stefan Schmidt Oct. 2, 2023, 1:29 p.m. UTC | #2
Hello.

On 02.10.23 01:33, Alexander Aring wrote:
> Hi,
> 
> On Sun, Sep 24, 2023 at 8:24 AM Stefan Schmidt
> <stefan@datenfreihafen.org> wrote:
>>
>> This file has its own commit as we are syncing it between the Linux
>> kernel and this project when new netlink functionality is added.
>>
>> The same change needs to be done on the iLinux kernel side as well to
>> avoid conflicts.
>>
> 
> the iLinux kernel? :) The Linux fork running on an iPhone?
> 
> It's okay... you don't need to fix it.

I had to add the reviewed by tag from Miquel anyway so I fixed the typo 
up before pushing.

regards
Stefan Schmidt
diff mbox series

Patch

diff --git a/src/nl802154.h b/src/nl802154.h
index dbad1c9..410ee95 100644
--- a/src/nl802154.h
+++ b/src/nl802154.h
@@ -1,23 +1,11 @@ 
 #ifndef __NL802154_H
 #define __NL802154_H
-/*
- * 802.15.4 netlink interface public header
- *
- * Copyright 2014 Alexander Aring <aar@pengutronix.de>
- *
- * Permission to use, copy, modify, and/or distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- *
- */
+
+// SPDX-FileCopyrightText: 2014 Alexander Aring <aar@pengutronix.de>
+//
+// SPDX-License-Identifier: ISC
+
+/* 802.15.4 netlink interface public header */
 
 #define NL802154_GENL_NAME "nl802154"