diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/WinPort.c | 17 | ||||
-rw-r--r-- | win/makefile.vc.in | 20 |
2 files changed, 6 insertions, 31 deletions
diff --git a/win/WinPort.c b/win/WinPort.c index 8e6b8d8..812165a 100644 --- a/win/WinPort.c +++ b/win/WinPort.c @@ -8,21 +8,10 @@ */ /* - * Copyright (c) 2003 - CENA, Patrick Lecoanet -- + * Copyright (c) 2003 - 2005 CENA, Patrick Lecoanet -- * - * This code 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 of the License, or (at your option) any later version. - * - * This code 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 - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this code; if not, write to the Free - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * See the file "Copyright" for information on usage and redistribution + * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * */ diff --git a/win/makefile.vc.in b/win/makefile.vc.in index b5e5e8a..4cd62a1 100644 --- a/win/makefile.vc.in +++ b/win/makefile.vc.in @@ -1,19 +1,8 @@ # Generated automatically from Makefile.in by configure. -# Copyright (c) 1993 - 2002 CENA, Patrick Lecoanet -- +# Copyright (c) 1993 - 2005 CENA, Patrick Lecoanet -- # -# This code 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 of the License, or (at your option) any later version. -# -# This code 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 -# Library General Public License for more details. -# -# You should have received a copy of the GNU Library General Public -# License along with this code; if not, write to the Free -# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# See the file "Copyright" for information on usage and redistribution +# of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # $Revision$ # @@ -127,9 +116,6 @@ $(tmpdir): {$(genericdir)}.c{$(tmpdir)}.obj: $(CC) $(TKCPPFLAGS) $(CFLAGS) -Fo$(tmpdir)\ $< -{$(tessdir)}.c{$(tmpdir)}.obj: - $(CC) $(TKCPPFLAGS) $(CFLAGS) -Fo$(tmpdir)\ $< - mostlyclean: $(RM) *.bak *~ $(tmpdir)\*.obj clean: |