On 4/28/22 10:07 AM, Dmitry Dolgov wrote:
On Thu, Apr 28, 2022, 6:14 PM Yonghong Song <yhs@xxxxxx
<mailto:yhs@xxxxxx>> wrote:
>> diff --git a/kernel/bpf/link_iter.c b/kernel/bpf/link_iter.c
>> new file mode 100644
>> index 000000000000..fde41d09f26b
>> --- /dev/null
>> +++ b/kernel/bpf/link_iter.c
>> @@ -0,0 +1,107 @@
>> +// SPDX-License-Identifier: GPL-2.0-only
>> +/* Copyright (c) 2020 Facebook */
> Change to your own copyright.
Thanks for reviewing. I have to admit I'm not sure how should it look
like, is there anything like a guideline/best practices about what to
put into the copyright line?
You can do
/* Copyright (c) 2022 <Your Company Name> */
or
/* Copyright (c) 2022 <Your Name> */