diff options
author | Tim Newsome <tim@sifive.com> | 2018-05-14 12:26:04 -0700 |
---|---|---|
committer | Tim Newsome <tim@sifive.com> | 2018-05-14 12:26:04 -0700 |
commit | 712d6a5c3aca04e4181e471f796b2da6e04b49ca (patch) | |
tree | 17e752542926f4992ea952e86b4a26186189e9ea /contrib | |
parent | dabaf170bac10975ac1773adb6367bc1ffc0cd6a (diff) | |
download | riscv-openocd-712d6a5c3aca04e4181e471f796b2da6e04b49ca.zip riscv-openocd-712d6a5c3aca04e4181e471f796b2da6e04b49ca.tar.gz riscv-openocd-712d6a5c3aca04e4181e471f796b2da6e04b49ca.tar.bz2 |
Remove FSF address to satisfy checkpatch
It was giving this error:
ERROR: Do not include the paragraph about writing to the Free Software
Foundation's mailing address from the sample GPL notice. The FSF has
changed addresses in the past, and may do so again. OpenOCD already
includes a copy of the GPL.
Change-Id: Iae50c2b38f1845d826d7d631072c8c3ded8859da
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/loaders/erase_check/armv7m_erase_check.s | 5 | ||||
-rw-r--r-- | contrib/loaders/flash/stm32/stm32f1x.S | 5 | ||||
-rw-r--r-- | contrib/loaders/flash/stm32/stm32f2x.S | 5 | ||||
-rw-r--r-- | contrib/loaders/flash/stm32/stm32lx.S | 5 |
4 files changed, 0 insertions, 20 deletions
diff --git a/contrib/loaders/erase_check/armv7m_erase_check.s b/contrib/loaders/erase_check/armv7m_erase_check.s index 3303c87..163fa8c 100644 --- a/contrib/loaders/erase_check/armv7m_erase_check.s +++ b/contrib/loaders/erase_check/armv7m_erase_check.s @@ -11,11 +11,6 @@ * 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. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ /* diff --git a/contrib/loaders/flash/stm32/stm32f1x.S b/contrib/loaders/flash/stm32/stm32f1x.S index 7b64c67..a1c4135 100644 --- a/contrib/loaders/flash/stm32/stm32f1x.S +++ b/contrib/loaders/flash/stm32/stm32f1x.S @@ -11,11 +11,6 @@ * 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. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ .text diff --git a/contrib/loaders/flash/stm32/stm32f2x.S b/contrib/loaders/flash/stm32/stm32f2x.S index f6f5b30..8caf5ba 100644 --- a/contrib/loaders/flash/stm32/stm32f2x.S +++ b/contrib/loaders/flash/stm32/stm32f2x.S @@ -14,11 +14,6 @@ * 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. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ .text diff --git a/contrib/loaders/flash/stm32/stm32lx.S b/contrib/loaders/flash/stm32/stm32lx.S index bcae7a4..399be8b 100644 --- a/contrib/loaders/flash/stm32/stm32lx.S +++ b/contrib/loaders/flash/stm32/stm32lx.S @@ -20,11 +20,6 @@ * 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. * - * * - * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ |