From: Randy Dunlap <rdunlap@infradead.org>
To: Jakub Kicinski <kuba@kernel.org>,
Simon Wunderlich <sw@simonwunderlich.de>
Cc: davem@davemloft.net, netdev@vger.kernel.org,
b.a.t.m.a.n@lists.open-mesh.org,
Sven Eckelmann <sven@narfation.org>
Subject: Re: [PATCH 2/4] batman-adv: Update copyright years for 2021
Date: Wed, 3 Feb 2021 16:37:32 -0800 [thread overview]
Message-ID: <20cbceb3-2910-662b-1751-86ada5d05a4a@infradead.org> (raw)
In-Reply-To: <20210203163506.4b4dbff0@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
On 2/3/21 4:35 PM, Jakub Kicinski wrote:
> On Tue, 2 Feb 2021 18:40:34 +0100 Simon Wunderlich wrote:
>> From: Sven Eckelmann <sven@narfation.org>
>>
>> Signed-off-by: Sven Eckelmann <sven@narfation.org>
>> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
>> ---
>> include/uapi/linux/batadv_packet.h | 2 +-
>> include/uapi/linux/batman_adv.h | 2 +-
>> net/batman-adv/Kconfig | 2 +-
>> net/batman-adv/Makefile | 2 +-
>> net/batman-adv/bat_algo.c | 2 +-
>> net/batman-adv/bat_algo.h | 2 +-
>> net/batman-adv/bat_iv_ogm.c | 2 +-
>> net/batman-adv/bat_iv_ogm.h | 2 +-
>> net/batman-adv/bat_v.c | 2 +-
>> net/batman-adv/bat_v.h | 2 +-
>> net/batman-adv/bat_v_elp.c | 2 +-
>> net/batman-adv/bat_v_elp.h | 2 +-
>> net/batman-adv/bat_v_ogm.c | 2 +-
>> net/batman-adv/bat_v_ogm.h | 2 +-
>> net/batman-adv/bitarray.c | 2 +-
>> net/batman-adv/bitarray.h | 2 +-
>> net/batman-adv/bridge_loop_avoidance.c | 2 +-
>> net/batman-adv/bridge_loop_avoidance.h | 2 +-
>> net/batman-adv/distributed-arp-table.c | 2 +-
>> net/batman-adv/distributed-arp-table.h | 2 +-
>> net/batman-adv/fragmentation.c | 2 +-
>> net/batman-adv/fragmentation.h | 2 +-
>> net/batman-adv/gateway_client.c | 2 +-
>> net/batman-adv/gateway_client.h | 2 +-
>> net/batman-adv/gateway_common.c | 2 +-
>> net/batman-adv/gateway_common.h | 2 +-
>> net/batman-adv/hard-interface.c | 2 +-
>> net/batman-adv/hard-interface.h | 2 +-
>> net/batman-adv/hash.c | 2 +-
>> net/batman-adv/hash.h | 2 +-
>> net/batman-adv/log.c | 2 +-
>> net/batman-adv/log.h | 2 +-
>> net/batman-adv/main.c | 2 +-
>> net/batman-adv/main.h | 2 +-
>> net/batman-adv/multicast.c | 2 +-
>> net/batman-adv/multicast.h | 2 +-
>> net/batman-adv/netlink.c | 2 +-
>> net/batman-adv/netlink.h | 2 +-
>> net/batman-adv/network-coding.c | 2 +-
>> net/batman-adv/network-coding.h | 2 +-
>> net/batman-adv/originator.c | 2 +-
>> net/batman-adv/originator.h | 2 +-
>> net/batman-adv/routing.c | 2 +-
>> net/batman-adv/routing.h | 2 +-
>> net/batman-adv/send.c | 2 +-
>> net/batman-adv/send.h | 2 +-
>> net/batman-adv/soft-interface.c | 2 +-
>> net/batman-adv/soft-interface.h | 2 +-
>> net/batman-adv/tp_meter.c | 2 +-
>> net/batman-adv/tp_meter.h | 2 +-
>> net/batman-adv/trace.c | 2 +-
>> net/batman-adv/trace.h | 2 +-
>> net/batman-adv/translation-table.c | 2 +-
>> net/batman-adv/translation-table.h | 2 +-
>> net/batman-adv/tvlv.c | 2 +-
>> net/batman-adv/tvlv.h | 2 +-
>> net/batman-adv/types.h | 2 +-
>> 57 files changed, 57 insertions(+), 57 deletions(-)
>>
>> diff --git a/include/uapi/linux/batadv_packet.h b/include/uapi/linux/batadv_packet.h
>> index 9c8604c5b5f6..67b773ea0ec3 100644
>> --- a/include/uapi/linux/batadv_packet.h
>> +++ b/include/uapi/linux/batadv_packet.h
>> @@ -1,5 +1,5 @@
>> /* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) */
>> -/* Copyright (C) 2007-2020 B.A.T.M.A.N. contributors:
>> +/* Copyright (C) 2007-2021 B.A.T.M.A.N. contributors:
>> *
>> * Marek Lindner, Simon Wunderlich
>> */
>
> Is this how copyright works? I'm not a layer, but I thought it was
> supposed to reflect changes done to given file in a given year.
I'm not a lawyer either, but that is how we usually do it (as
Jakub describes).
--
~Randy
next prev parent reply other threads:[~2021-02-04 0:37 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-02 17:40 [PATCH 0/4] pull request for net-next: batman-adv 2021-02-02 Simon Wunderlich
2021-02-02 17:40 ` [PATCH 1/4] batman-adv: Start new development cycle Simon Wunderlich
2021-02-04 0:33 ` Jakub Kicinski
2021-02-04 7:41 ` Sven Eckelmann
2021-02-02 17:40 ` [PATCH 2/4] batman-adv: Update copyright years for 2021 Simon Wunderlich
2021-02-04 0:35 ` Jakub Kicinski
2021-02-04 0:37 ` Randy Dunlap [this message]
2021-02-04 7:54 ` Sven Eckelmann
2021-02-04 19:58 ` Jakub Kicinski
2021-02-05 7:47 ` Sven Eckelmann
2021-02-05 19:37 ` Jakub Kicinski
2021-02-02 17:40 ` [PATCH 3/4] batman-adv: Avoid sizeof on flexible structure Simon Wunderlich
2021-02-02 17:40 ` [PATCH 4/4] batman-adv: Fix names for kernel-doc blocks Simon Wunderlich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20cbceb3-2910-662b-1751-86ada5d05a4a@infradead.org \
--to=rdunlap@infradead.org \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=sven@narfation.org \
--cc=sw@simonwunderlich.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).