diff options
Diffstat (limited to 'sysdeps/powerpc/fpu/test-powerpc-snan.c')
-rw-r--r-- | sysdeps/powerpc/fpu/test-powerpc-snan.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sysdeps/powerpc/fpu/test-powerpc-snan.c b/sysdeps/powerpc/fpu/test-powerpc-snan.c index 93b212abcb..b90f0264b2 100644 --- a/sysdeps/powerpc/fpu/test-powerpc-snan.c +++ b/sysdeps/powerpc/fpu/test-powerpc-snan.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #define _GNU_SOURCE #define __USE_GNU @@ -382,4 +381,3 @@ do_test (void) #define TEST_FUNCTION do_test () #include "../test-skeleton.c" - |