X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fsvf%2Fsvf.h;h=4f2ac0a9bb5004a6ea37ed9b7eeb98d1aec4784d;hb=dd4e3a2406f97e19487aaaecbaaa3c542169e7af;hp=0fd38fb624dc827c4f3db91d5e957a9a686311aa;hpb=cb4a475f6c26ff197cd9d601b0b9f86653d961a2;p=openocd.git diff --git a/src/svf/svf.h b/src/svf/svf.h index 0fd38fb624..4f2ac0a9bb 100644 --- a/src/svf/svf.h +++ b/src/svf/svf.h @@ -15,8 +15,9 @@ * 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., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ + #ifndef SVF_H #define SVF_H @@ -45,4 +46,4 @@ int svf_add_statemove(tap_state_t goal_state); */ bool svf_tap_state_is_stable(tap_state_t state); -#endif /* SVF_H */ +#endif /* SVF_H */