target/xtensa: fix clang analyzer warnings
[fw/openocd] / testing / examples / ledtest-imx27ads / test.c
index c9cf702237ed95062f127aa4bef52cd4430c8a44..01dc284dad4b2f6ef7dfc282394983e31ab9f008 100644 (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.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
 
 void delay()
@@ -56,5 +54,3 @@ atexit()
 {
   while (1);
 } /* ATEXIT */
-
-