diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2019-04-03 10:22:13 +0900 |
---|---|---|
committer | Damien Le Moal <damien.lemoal@wdc.com> | 2019-04-03 10:22:57 +0900 |
commit | 14dadeab09654b8ccde0f95a5283874bd43ea711 (patch) | |
tree | b4d32668aa915dfe0efccdd48b69a5c5c4a42445 /platform/kendryte | |
parent | bce71a00bdf058961e0b418ab1aa499f9d26023e (diff) |
kendryte/k210: Fix file headers
Add missing SPDX and copyright information.
Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com>
Diffstat (limited to 'platform/kendryte')
-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 b9e5a87..982d942 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 5977e33..8f8622d 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 aa95d62..357acc5 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 34fcf39..3b3cbb9 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 f247a63..ad3308c 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. |