I use the OSI as the reference site and there find:
http://www.opensource.org/licenses/alphabetical
which points to:
http://www.opensource.org/licenses/mit-license.php
which starts:
Open Source Initiative OSI - The MIT
License:Licensing [OSI Approved
License]
The MIT License
Copyright (c)
Permission is hereby granted, free of
charge, to any person obtaining a copy
of this software and associated
documentation files (the "Software"),
to deal in the Software without
restriction, including without
limitation the rights to use, copy,
modify, merge, publish, distribute,
sublicense, and/or sell copies of the
Software, and to permit persons to
whom the Software is furnished to do
so, subject to the following
conditions:
I believe you can redistribute or relicense as you suggest. The Wiki says:
http://ideas.opensource.org/wiki/help/license
: Can I freely include code in my
project that is under a compatible
license? ¶
Not necessarily. Compatibility just
means that you can create code that
derives from both. However the
combined result must respect both sets
of copyright terms. Therefore
including code under another license
may require you to change your own
license terms.
In general projects that use a
permissive license (such as the MIT
license) need to be careful when
including other code, but their
original code can be widely reused.
Conversely projects that use a
restrictive license (such as the GPL)
can often safely use code from other
projects, but their code cannot be
reused as widely. This directionality
can be a source of conflict between
different developers and projects.