diff options
| author | Damien Le Moal <[email protected]> | 2019-04-03 10:22:13 +0900 |
|---|---|---|
| committer | Damien Le Moal <[email protected]> | 2019-04-03 10:22:57 +0900 |
| commit | 14dadeab09654b8ccde0f95a5283874bd43ea711 (patch) | |
| tree | b4d32668aa915dfe0efccdd48b69a5c5c4a42445 | |
| parent | bce71a00bdf058961e0b418ab1aa499f9d26023e (diff) | |
kendryte/k210: Fix file headers
Add missing SPDX and copyright information.
Signed-off-by: Damien Le Moal <[email protected]>
| -rw-r--r-- | platform/kendryte/k210/platform.h | 6 | ||||
| -rw-r--r-- | platform/kendryte/k210/sysctl.c | 6 | ||||
| -rw-r--r-- | platform/kendryte/k210/sysctl.h | 6 | ||||
| -rw-r--r-- | platform/kendryte/k210/uarths.c | 6 | ||||
| -rw-r--r-- | platform/kendryte/k210/uarths.h | 6 |
5 files changed, 25 insertions, 5 deletions
diff --git a/platform/kendryte/k210/platform.h b/platform/kendryte/k210/platform.h index b9e5a870..982d942e 100644 --- a/platform/kendryte/k210/platform.h +++ b/platform/kendryte/k210/platform.h @@ -1,4 +1,8 @@ -/* Copyright 2018 Canaan Inc. +/* + * SPDX-License-Identifier: Apache-2.0 + * + * Copyright 2018 Canaan Inc. + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/platform/kendryte/k210/sysctl.c b/platform/kendryte/k210/sysctl.c index 5977e330..8f8622d8 100644 --- a/platform/kendryte/k210/sysctl.c +++ b/platform/kendryte/k210/sysctl.c @@ -1,4 +1,8 @@ -/* Copyright 2018 Canaan Inc. +/* + * SPDX-License-Identifier: Apache-2.0 + * + * Copyright 2018 Canaan Inc. + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/platform/kendryte/k210/sysctl.h b/platform/kendryte/k210/sysctl.h index aa95d628..357acc5b 100644 --- a/platform/kendryte/k210/sysctl.h +++ b/platform/kendryte/k210/sysctl.h @@ -1,4 +1,8 @@ -/* Copyright 2018 Canaan Inc. +/* + * SPDX-License-Identifier: Apache-2.0 + * + * Copyright 2018 Canaan Inc. + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/platform/kendryte/k210/uarths.c b/platform/kendryte/k210/uarths.c index 34fcf394..3b3cbb90 100644 --- a/platform/kendryte/k210/uarths.c +++ b/platform/kendryte/k210/uarths.c @@ -1,4 +1,8 @@ -/* Copyright 2018 Canaan Inc. +/* + * SPDX-License-Identifier: Apache-2.0 + * + * Copyright 2018 Canaan Inc. + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/platform/kendryte/k210/uarths.h b/platform/kendryte/k210/uarths.h index f247a63a..ad3308ce 100644 --- a/platform/kendryte/k210/uarths.h +++ b/platform/kendryte/k210/uarths.h @@ -1,4 +1,8 @@ -/* Copyright 2018 Canaan Inc. +/* + * SPDX-License-Identifier: Apache-2.0 + * + * Copyright 2018 Canaan Inc. + * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |
