#! /usr/bin/perl -pi

use strict;
use warnings;

#############################################
#
# usage: parrotify_copyright.pl path/to/dir/*
#
#############################################

s/The Perl Foundation/Parrot Foundation/;

# Local Variables:
#   mode: cperl
#   cperl-indent-level: 4
#   fill-column: 100
# End:
# vim: expandtab shiftwidth=4:
