Skip to content

Commit 5eea48a

Browse files
committed
[IWatchdog library] Add license
Fixes #899 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 7b3efaa commit 5eea48a

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

libraries/IWatchdog/src/IWatchdog.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (c) 2018 Frederic Pillon <frederic.pillon@st.com> for
3+
STMicroelectronics. All right reserved.
4+
Copyright (c) 2018 Venelin Efremov <ghent360@iqury.us>
5+
6+
This library is free software; you can redistribute it and/or
7+
modify it under the terms of the GNU Lesser General Public
8+
License as published by the Free Software Foundation; either
9+
version 2.1 of the License, or (at your option) any later version.
10+
11+
This library is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14+
See the GNU Lesser General Public License for more details.
15+
16+
You should have received a copy of the GNU Lesser General Public
17+
License along with this library; if not, write to the Free Software
18+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19+
*/
120
#include "IWatchdog.h"
221
#include "stm32yyxx_ll_iwdg.h"
322
#include "stm32yyxx_ll_rcc.h"

libraries/IWatchdog/src/IWatchdog.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
Copyright (c) 2018 Frederic Pillon <frederic.pillon@st.com> for
3+
STMicroelectronics. All right reserved.
4+
Copyright (c) 2018 Venelin Efremov <ghent360@iqury.us>
5+
6+
This library is free software; you can redistribute it and/or
7+
modify it under the terms of the GNU Lesser General Public
8+
License as published by the Free Software Foundation; either
9+
version 2.1 of the License, or (at your option) any later version.
10+
11+
This library is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14+
See the GNU Lesser General Public License for more details.
15+
16+
You should have received a copy of the GNU Lesser General Public
17+
License along with this library; if not, write to the Free Software
18+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19+
*/
120
#ifndef __IWATCHDOG_H__
221
#define __IWATCHDOG_H__
322

0 commit comments

Comments
 (0)