X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhello.h;h=d066951249c58d5f52e6976729ce06d67d31141e;hp=f41c67a3cab2db34635122917066e7585e6e1094;hb=c8492ee2d468bcee8e2b7bb0560e6329c12a86e2;hpb=b2468e3c4f09cd4e9f204aeb885dfdbbeb0a8dbb diff --git a/src/hello.h b/src/hello.h index f41c67a3ca..d066951249 100644 --- a/src/hello.h +++ b/src/hello.h @@ -14,7 +14,7 @@ * 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 OPENOCD_HELLO_H @@ -28,4 +28,4 @@ struct command_registration; */ extern const struct command_registration hello_command_handlers[]; -#endif // OPENOCD_HELLO_H +#endif /* OPENOCD_HELLO_H */