#!/bin/sh
sed -e 's/free software;/free software:/' \
    -e 's/either version 2, or (at your option)/either version 3 of the License, or/' \
    -e 's/any later version\./(at your option) any later version./' \
    -e '/along with this program; if not, write to the Free/d' \
    -e 's|Inc\., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\.$|along with this program.  If not, see <http://www.gnu.org/licenses/>.|' \
    -e 's|Inc\., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\. *|along with this program.  If not, see <http://www.gnu.org/licenses/>.  |'
