Skip to content

Commit 55f3fdf

Browse files
committed
Fixed copyleft information
1 parent 7ffeb19 commit 55f3fdf

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

examples/qemu/Makefile.include

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
##
22
## This file is part of the libopencm3 project.
33
##
4-
## Copyright (C) 2009 Uwe Hermann <[email protected]>
5-
## Copyright (C) 2010 Piotr Esden-Tempski <[email protected]>
6-
## Copyright (C) 2011 Fergus Noble <[email protected]>
4+
## Copyright (C) 2016 Daniele Lacamera <[email protected]>
75
##
86
## This library is free software: you can redistribute it and/or modify
97
## it under the terms of the GNU Lesser General Public License as published by

examples/qemu/lm3s/lm3s6965-evb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## This file is part of the libopencm3 project.
33
##
4-
## Copyright (C) 2009 Uwe Hermann <[email protected]>
4+
## Copyright (C) 2016 Daniele Lacamera <[email protected]>
55
##
66
## This library is free software: you can redistribute it and/or modify
77
## it under the terms of the GNU Lesser General Public License as published by

examples/qemu/lm3s/lm3s6965-evb/qemu-lm3s.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* This file is part of the libopencm3 project.
3+
*
4+
* Copyright (C) 2016 Daniele Lacamera <[email protected]>
5+
*
6+
* This library is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU Lesser General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (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. See the
14+
* GNU Lesser General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Lesser General Public License
17+
* along with this library. If not, see <http://www.gnu.org/licenses/>.
18+
*/
119
#include <libopencm3/cm3/nvic.h>
220
#include <libopencm3/cm3/systick.h>
321
#include <libopencmsis/core_cm3.h>

0 commit comments

Comments
 (0)