X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Flib%2F_isdigit.c;h=831832b30a1206315b6b97093184125467497a73;hb=fdc6538b6b542a451abd1464ecdfc3e75ba84d97;hp=176ed89b6e2e4fdc104d2f65a3a17aa2440e6f48;hpb=b09af35f2f1cde7649d3ac4a6f5d2af6d97895a0;p=fw%2Fsdcc diff --git a/device/lib/_isdigit.c b/device/lib/_isdigit.c index 176ed89b..831832b3 100644 --- a/device/lib/_isdigit.c +++ b/device/lib/_isdigit.c @@ -3,17 +3,17 @@ Written By - Sandeep Dutta . sandeep.dutta@usa.net (1999) - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + GNU Library General Public License for more details. - You should have received a copy of the GNU General Public License + You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.