diff options
Diffstat (limited to 'libio/__fpurge.c')
-rw-r--r-- | libio/__fpurge.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libio/__fpurge.c b/libio/__fpurge.c index 50ba2812ee..c02d8e9213 100644 --- a/libio/__fpurge.c +++ b/libio/__fpurge.c @@ -14,16 +14,7 @@ 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. - - As a special exception, if you link the code in this file with - files compiled with a GNU compiler to produce an executable, - that does not cause the resulting executable to be covered by - the GNU Lesser General Public License. This exception does not - however invalidate any other reasons why the executable file - might be covered by the GNU Lesser General Public License. - This exception applies to code released by its copyright holders - in files containing the exception. */ + 02111-1307 USA. */ #include <stdio_ext.h> #include "libioP.h" |