OSDN Git Service

Segregate source that cannot take on the MinGW.org LICENSE.
authorEarnie Boyd <earnie@users.sourceforge.net>
Wed, 5 Sep 2012 14:02:24 +0000 (10:02 -0400)
committerEarnie Boyd <earnie@users.sourceforge.net>
Wed, 5 Sep 2012 14:02:24 +0000 (10:02 -0400)
commit268360928e3bcc0940ff7288366613079307ef4b
tree0f80d60705fd98debc1a7591cbc4a44a059a5939
parent872e1c05825db324a3904f4b1af19dac02ae95ef
Segregate source that cannot take on the MinGW.org LICENSE.

* Makefile.in: Make changes based on moved files.
* gpl/*: Move to misc/gpl/*.
* include/GL/*: Move to misc/include/GL/*.
* src/libcrt/math/cephes_mconf.h: Move to
misc/src/include/cephes_mconf.h.
* src/libcrt/include/gdtoa.h: Move to misc/src/include/gdtoa.h.
* src/libcrt/gdtoa/*: Move to misc/src/libcrt/gdtoa/*.
* src/libcrt/math/cbrt.c: Move to misc/src/libcrt/math/cbrt.c.
* src/libcrt/math/cbrtf.c: Move to misc/src/libcrt/math/cbrtf.c.
* src/libcrt/math/cbrtl.c: Move to misc/src/libcrt/math/cbrtl.c.
* src/libcrt/math/coshl.c: Move to misc/src/libcrt/math/coshl.c.
* src/libcrt/math/erfl.c: Move to misc/src/libcrt/math/erfl.c.
* src/libcrt/math/frexpl.S: Move to misc/src/libcrt/math/frexpl.S.
* src/libcrt/math/hypotl.c: Move to misc/src/libcrt/math/hypotl.c.
* src/libcrt/math/lgamma.c: Move to misc/src/libcrt/math/lgamma.c.
* src/libcrt/math/lgammaf.c: Move to misc/src/libcrt/math/lgammaf.c.
* src/libcrt/math/pow.c: Move to misc/src/libcrt/math/pow.c.
* src/libcrt/math/powi.c: Move to misc/src/libcrt/math/powi.c.
* src/libcrt/math/powif.c: Move to misc/src/libcrt/math/powif.c.
* src/libcrt/math/powil.c: Move to misc/src/libcrt/math/powil.c.
* src/libcrt/math/powl.c: Move to misc/src/libcrt/math/powl.c.
* src/libcrt/math/sinhl.c: Move to misc/src/libcrt/math/sinhl.c.
* src/libcrt/math/tanhl.c: Move to misc/src/libcrt/math/tanhl.c.
* src/libcrt/math/tgamma.c: Move to misc/src/libcrt/math/tgamma.c.
* src/libcrt/math/tgammaf.c: Move to misc/src/libcrt/math/tgammaf.c.
* src/libcrt/profile/*: Move to misc/src/libcrt/profile/*.
* src/libcrt/libdinput/*: Move to misc/src/libcrt/libdinput/*.
* src/libcrt/libdmoguids/*: Move to misc/src/libcrt/libdmoguids/*.
* src/libcrt/libdxerr8/*: Move to misc/src/libcrt/libdxerr8/*.
* src/libcrt/libdxerr9/*: Move to misc/src/libcrt/libdxerr9/*.
* src/libcrt/libdxguid/*: Move to misc/src/libcrt/libdxguid/*.
* src/libcrt/libksuser/*: Move to misc/src/libcrt/libksuser/*.
* src/libcrt/libstrmiids/*: Move to misc/src/libcrt/libstrmiids/*.
75 files changed:
ChangeLog
Makefile.in
misc/gpl/profile/COPYING [moved from gpl/profile/COPYING with 100% similarity]
misc/gpl/profile/CYGWIN_LICENSE [moved from gpl/profile/CYGWIN_LICENSE with 100% similarity]
misc/gpl/profile/gcrt0.c [moved from gpl/profile/gcrt0.c with 100% similarity]
misc/gpl/profile/profil.c [moved from gpl/profile/profil.c with 100% similarity]
misc/gpl/profile/profil.h [moved from gpl/profile/profil.h with 100% similarity]
misc/include/GL/gl.h [moved from include/GL/gl.h with 100% similarity]
misc/include/GL/glext.h [moved from include/GL/glext.h with 100% similarity]
misc/include/GL/glu.h [moved from include/GL/glu.h with 100% similarity]
misc/src/include/cephes_mconf.h [moved from src/libcrt/math/cephes_mconf.h with 100% similarity]
misc/src/include/gdtoa.h [moved from src/libcrt/include/gdtoa.h with 100% similarity]
misc/src/libcrt/gdtoa/README [moved from src/libcrt/gdtoa/README with 100% similarity]
misc/src/libcrt/gdtoa/README.mingw [moved from src/libcrt/gdtoa/README.mingw with 100% similarity]
misc/src/libcrt/gdtoa/arithchk.c [moved from src/libcrt/gdtoa/arithchk.c with 100% similarity]
misc/src/libcrt/gdtoa/dmisc.c [moved from src/libcrt/gdtoa/dmisc.c with 100% similarity]
misc/src/libcrt/gdtoa/dtoa.c [moved from src/libcrt/gdtoa/dtoa.c with 100% similarity]
misc/src/libcrt/gdtoa/g__fmt.c [moved from src/libcrt/gdtoa/g__fmt.c with 100% similarity]
misc/src/libcrt/gdtoa/g_dfmt.c [moved from src/libcrt/gdtoa/g_dfmt.c with 100% similarity]
misc/src/libcrt/gdtoa/g_ffmt.c [moved from src/libcrt/gdtoa/g_ffmt.c with 100% similarity]
misc/src/libcrt/gdtoa/g_xfmt.c [moved from src/libcrt/gdtoa/g_xfmt.c with 100% similarity]
misc/src/libcrt/gdtoa/gd_qnan.h [moved from src/libcrt/gdtoa/gd_qnan.h with 100% similarity]
misc/src/libcrt/gdtoa/gdtoa.c [moved from src/libcrt/gdtoa/gdtoa.c with 100% similarity]
misc/src/libcrt/gdtoa/gdtoa_fltrnds.h [moved from src/libcrt/gdtoa/gdtoa_fltrnds.h with 100% similarity]
misc/src/libcrt/gdtoa/gdtoaimp.h [moved from src/libcrt/gdtoa/gdtoaimp.h with 100% similarity]
misc/src/libcrt/gdtoa/gethex.c [moved from src/libcrt/gdtoa/gethex.c with 100% similarity]
misc/src/libcrt/gdtoa/gmisc.c [moved from src/libcrt/gdtoa/gmisc.c with 100% similarity]
misc/src/libcrt/gdtoa/hd_init.c [moved from src/libcrt/gdtoa/hd_init.c with 100% similarity]
misc/src/libcrt/gdtoa/hexnan.c [moved from src/libcrt/gdtoa/hexnan.c with 100% similarity]
misc/src/libcrt/gdtoa/misc.c [moved from src/libcrt/gdtoa/misc.c with 100% similarity]
misc/src/libcrt/gdtoa/qnan.c [moved from src/libcrt/gdtoa/qnan.c with 100% similarity]
misc/src/libcrt/gdtoa/smisc.c [moved from src/libcrt/gdtoa/smisc.c with 100% similarity]
misc/src/libcrt/gdtoa/strtodg.c [moved from src/libcrt/gdtoa/strtodg.c with 100% similarity]
misc/src/libcrt/gdtoa/strtodnrp.c [moved from src/libcrt/gdtoa/strtodnrp.c with 100% similarity]
misc/src/libcrt/gdtoa/strtof.c [moved from src/libcrt/gdtoa/strtof.c with 100% similarity]
misc/src/libcrt/gdtoa/strtopx.c [moved from src/libcrt/gdtoa/strtopx.c with 100% similarity]
misc/src/libcrt/gdtoa/sum.c [moved from src/libcrt/gdtoa/sum.c with 100% similarity]
misc/src/libcrt/gdtoa/ulp.c [moved from src/libcrt/gdtoa/ulp.c with 100% similarity]
misc/src/libcrt/math/cbrt.c [moved from src/libcrt/math/cbrt.c with 100% similarity]
misc/src/libcrt/math/cbrtf.c [moved from src/libcrt/math/cbrtf.c with 100% similarity]
misc/src/libcrt/math/cbrtl.c [moved from src/libcrt/math/cbrtl.c with 100% similarity]
misc/src/libcrt/math/coshl.c [moved from src/libcrt/math/coshl.c with 100% similarity]
misc/src/libcrt/math/erfl.c [moved from src/libcrt/math/erfl.c with 100% similarity]
misc/src/libcrt/math/frexpl.S [moved from src/libcrt/math/frexpl.S with 100% similarity]
misc/src/libcrt/math/hypotl.c [moved from src/libcrt/math/hypotl.c with 100% similarity]
misc/src/libcrt/math/lgamma.c [moved from src/libcrt/math/lgamma.c with 100% similarity]
misc/src/libcrt/math/lgammaf.c [moved from src/libcrt/math/lgammaf.c with 100% similarity]
misc/src/libcrt/math/pow.c [moved from src/libcrt/math/pow.c with 100% similarity]
misc/src/libcrt/math/powi.c [moved from src/libcrt/math/powi.c with 100% similarity]
misc/src/libcrt/math/powif.c [moved from src/libcrt/math/powif.c with 100% similarity]
misc/src/libcrt/math/powil.c [moved from src/libcrt/math/powil.c with 100% similarity]
misc/src/libcrt/math/powl.c [moved from src/libcrt/math/powl.c with 100% similarity]
misc/src/libcrt/math/sinhl.c [moved from src/libcrt/math/sinhl.c with 100% similarity]
misc/src/libcrt/math/tanhl.c [moved from src/libcrt/math/tanhl.c with 100% similarity]
misc/src/libcrt/math/tgamma.c [moved from src/libcrt/math/tgamma.c with 100% similarity]
misc/src/libcrt/math/tgammaf.c [moved from src/libcrt/math/tgammaf.c with 100% similarity]
misc/src/libcrt/profile/gmon.c [moved from src/libcrt/profile/gmon.c with 100% similarity]
misc/src/libcrt/profile/gmon.h [moved from src/libcrt/profile/gmon.h with 100% similarity]
misc/src/libcrt/profile/mcount.c [moved from src/libcrt/profile/mcount.c with 100% similarity]
misc/src/libdinput/dinput_joy.c [moved from src/libdinput/dinput_joy.c with 100% similarity]
misc/src/libdinput/dinput_joy2.c [moved from src/libdinput/dinput_joy2.c with 100% similarity]
misc/src/libdinput/dinput_kbd.c [moved from src/libdinput/dinput_kbd.c with 100% similarity]
misc/src/libdinput/dinput_mouse.c [moved from src/libdinput/dinput_mouse.c with 100% similarity]
misc/src/libdinput/dinput_mouse2.c [moved from src/libdinput/dinput_mouse2.c with 100% similarity]
misc/src/libdinput/dinput_private.h [moved from src/libdinput/dinput_private.h with 100% similarity]
misc/src/libdmoguids/dmoguids.c [moved from src/libdmoguids/dmoguids.c with 100% similarity]
misc/src/libdxerr8/dxerr.c [moved from src/libdxerr8/dxerr.c with 100% similarity]
misc/src/libdxerr8/dxerr8.c [moved from src/libdxerr8/dxerr8.c with 100% similarity]
misc/src/libdxerr8/dxerr8w.c [moved from src/libdxerr8/dxerr8w.c with 100% similarity]
misc/src/libdxerr9/dxerr.c [moved from src/libdxerr9/dxerr.c with 100% similarity]
misc/src/libdxerr9/dxerr9.c [moved from src/libdxerr9/dxerr9.c with 100% similarity]
misc/src/libdxerr9/dxerr9w.c [moved from src/libdxerr9/dxerr9w.c with 100% similarity]
misc/src/libdxguid/dxguid.c [moved from src/libdxguid/dxguid.c with 100% similarity]
misc/src/libksuser/ksuser.c [moved from src/libksuser/ksuser.c with 100% similarity]
misc/src/libstrmiids/strmiids.c [moved from src/libstrmiids/strmiids.c with 100% similarity]