X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Fbitbang.c;h=c9ec9c9d6fa33b4b2ede7d329a8c276e3c696209;hp=1a0fa1c9d02f5a0121a42b041cb148444adcce75;hb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;hpb=9728ac3fbacbb80758cfc8c9b2e3bba5865c2a52;ds=sidebyside diff --git a/src/jtag/drivers/bitbang.c b/src/jtag/drivers/bitbang.c index 1a0fa1c9d0..c9ec9c9d6f 100644 --- a/src/jtag/drivers/bitbang.c +++ b/src/jtag/drivers/bitbang.c @@ -16,9 +16,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 . * ***************************************************************************/ /* 2014-12: Addition of the SWD protocol support is based on the initial work