Browse Source

Remove FSF mailing address.

Checkpatch complains about this (FSF_MAILING_ADDRESS).

Change-Id: Ib46a7704f9aed4ed16ce7733d43c58254a094149
Signed-off-by: Tim Newsome <tim@sifive.com>
Reviewed-on: http://openocd.zylin.com/4559
Tested-by: jenkins
Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
master
Tim Newsome 5 years ago
committed by Tomas Vanek
parent
commit
4cd5c64122
13 changed files with 13 additions and 39 deletions
  1. +1
    -3
      contrib/libdcc/dcc_stdio.c
  2. +1
    -3
      contrib/libdcc/dcc_stdio.h
  3. +1
    -3
      contrib/libdcc/example.c
  4. +1
    -3
      contrib/loaders/flash/at91sam7x/dcc.c
  5. +1
    -3
      contrib/loaders/flash/at91sam7x/dcc.h
  6. +1
    -3
      contrib/loaders/flash/at91sam7x/main.c
  7. +1
    -3
      contrib/loaders/flash/at91sam7x/ocl.h
  8. +1
    -3
      contrib/loaders/flash/at91sam7x/platform.h
  9. +1
    -3
      contrib/loaders/flash/at91sam7x/samflash.c
  10. +1
    -3
      contrib/loaders/flash/at91sam7x/samflash.h
  11. +1
    -3
      contrib/remote_bitbang/remote_bitbang_sysfsgpio.c
  12. +1
    -3
      testing/examples/ledtest-imx27ads/test.c
  13. +1
    -3
      testing/examples/ledtest-imx31pdk/test.c

+ 1
- 3
contrib/libdcc/dcc_stdio.c View File

@@ -17,9 +17,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "dcc_stdio.h"


+ 1
- 3
contrib/libdcc/dcc_stdio.h View File

@@ -15,9 +15,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#ifndef DCC_STDIO_H


+ 1
- 3
contrib/libdcc/example.c View File

@@ -15,9 +15,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

#include "dcc_stdio.h"


+ 1
- 3
contrib/loaders/flash/at91sam7x/dcc.c View File

@@ -13,9 +13,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
#include "dcc.h"



+ 1
- 3
contrib/loaders/flash/at91sam7x/dcc.h View File

@@ -13,9 +13,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
#ifndef dccH
#define dccH


+ 1
- 3
contrib/loaders/flash/at91sam7x/main.c View File

@@ -13,9 +13,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
#include "platform.h"



+ 1
- 3
contrib/loaders/flash/at91sam7x/ocl.h View File

@@ -13,9 +13,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
#ifndef OCL_H
#define OCL_H


+ 1
- 3
contrib/loaders/flash/at91sam7x/platform.h View File

@@ -13,9 +13,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
#ifndef platformH
#define platformH


+ 1
- 3
contrib/loaders/flash/at91sam7x/samflash.c View File

@@ -13,9 +13,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
#include "samflash.h"



+ 1
- 3
contrib/loaders/flash/at91sam7x/samflash.h View File

@@ -13,9 +13,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/
#ifndef samflashH
#define samflashH


+ 1
- 3
contrib/remote_bitbang/remote_bitbang_sysfsgpio.c View File

@@ -13,9 +13,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

/*


+ 1
- 3
testing/examples/ledtest-imx27ads/test.c View File

@@ -13,9 +13,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

void delay()


+ 1
- 3
testing/examples/ledtest-imx31pdk/test.c View File

@@ -13,9 +13,7 @@
* 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. *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/

void delay()


Loading…
Cancel
Save