aboutsummaryrefslogtreecommitdiff
path: root/lib/efm32/tinygecko/tinygecko.ld
diff options
context:
space:
mode:
authorchrysn2012-03-03 00:21:21 +0100
committerchrysn2012-03-03 00:21:21 +0100
commit4668adcf1fa7654434ad3becda8ab4245488d981 (patch)
treeef589e300b45d96ccf3f64a511e62fc80ac8d7ce /lib/efm32/tinygecko/tinygecko.ld
parent563586c072c38fe1d0706bfc96dae33773f1dda7 (diff)
follow the license change to lgpl3 in efm32
this follows the license change of the master branches in [43561de]. all files whose copyright is not my own are originally based on files whose license has been changed in master. the expression used for the conversion was: sed -i -e 's/This program is free software: you can redistribute/This library is free software: you can redistribute/g' -e 's/under the terms of the GNU General Public License as published/under the terms of the GNU Lesser General Public License as published/' -e 's/This program is distributed in the hope that/This library is distributed in the hope that/g' -e 's/You should have received a copy of the GNU General/You should have received a copy of the GNU Lesser General/' -e 's/along with this program. If not/along with this library. If not/' -e 's/GNU General Public License for more details/GNU Lesser General Public License for more details/' */**/efm32/**/*(.) [43561de] 43561de3297b88d68753cb4625d6dc48bfb43d71
Diffstat (limited to 'lib/efm32/tinygecko/tinygecko.ld')
-rw-r--r--lib/efm32/tinygecko/tinygecko.ld12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/efm32/tinygecko/tinygecko.ld b/lib/efm32/tinygecko/tinygecko.ld
index db3b81f..55d37c6 100644
--- a/lib/efm32/tinygecko/tinygecko.ld
+++ b/lib/efm32/tinygecko/tinygecko.ld
@@ -4,18 +4,18 @@
* Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>,
* 2012 chrysn <chrysn@fsfe.org>
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * This library is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
/* Generic linker script for EFM32 targets using libopencm3. */