summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorErwan Gouriou <erwan.gouriou@linaro.org>2017-01-19 16:38:51 +0100
committerKumar Gala <kumar.gala@linaro.org>2017-01-23 15:15:53 -0600
commit8890b73b6ec4987e8fd918be345dd5e3821cc54a (patch)
tree9217dcc5f73daf23c96c585e366545390f5cbeb6 /include
parenta0dcfcce9778abb6d2beb58d31e2a966c0bdd31b (diff)
license: Replace Apache boilerplate with SPDX tag
Apply JIRA: ZEP-1457 to STM32F3X family porting patchset. Change-Id: I352267a47847143e557a4016de12bb9a14a20067 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/drivers/clock_control/stm32f3_clock_control.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/drivers/clock_control/stm32f3_clock_control.h b/include/drivers/clock_control/stm32f3_clock_control.h
index 31f7eaf99..91103cc55 100644
--- a/include/drivers/clock_control/stm32f3_clock_control.h
+++ b/include/drivers/clock_control/stm32f3_clock_control.h
@@ -1,17 +1,7 @@
/*
* Copyright (c) 2016 RnDity Sp. z o.o.
*
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
+ * SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32F3_CLOCK_CONTROL_H_
#define _STM32F3_CLOCK_CONTROL_H_