diff options
Diffstat (limited to 'drivers/clk/clk_stm32f7.c')
-rw-r--r-- | drivers/clk/clk_stm32f7.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/clk/clk_stm32f7.c b/drivers/clk/clk_stm32f7.c index 96a06b8f8c..a273f8ff5e 100644 --- a/drivers/clk/clk_stm32f7.c +++ b/drivers/clk/clk_stm32f7.c @@ -1,9 +1,10 @@ /* - * (C) Copyright 2017 - * Vikas Manocha, <vikas.manocha@st.com> + * Copyright (C) 2017, STMicroelectronics - All Rights Reserved + * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics. * * SPDX-License-Identifier: GPL-2.0+ */ + #include <common.h> #include <clk-uclass.h> #include <dm.h> |