Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/utils-lgpl/fcplay.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//SPDX-License-Identifier: LGPL-2.1-only
/* SPDX-License-Identifier: LGPL-2.1-only */

//Copyright (c) 2011-2012, Intel Corporation
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not really confused as to whether this is indeed an Intel contribution. I don't think we added anything with LGPL-only, did we?

Copy link
Copy Markdown
Contributor Author

@vinodkoul vinodkoul Sep 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was derived from cplay.c (lots of code copy) hence the original copyright was retained by me and new one added

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. In that case, you should make it clearer. e.g.

Derived from cplay.c Copyright (c) 2011-2012, Intel Corporation

//Copyright (c) 2018-2019, Linaro Ltd
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code style change

/* Copyright (c) 2011-2012, Intel Corporation */
/* Copyright (c) 2018-2019, Linaro Ltd */

#include <stdint.h>
#include <linux/types.h>
Expand Down