diff --git a/bin/nytprofcsv b/bin/nytprofcsv index ee8f2952..1df0d5df 100755 --- a/bin/nytprofcsv +++ b/bin/nytprofcsv @@ -142,19 +142,6 @@ nytprofcsv - (DEPRECATED) L CSV format implementation B -=head1 HISTORY - -A bit of history and a shameless plug... - -NYTProf stands for 'New York Times Profiler'. Indeed, the original version of this -module was developed by The New York Times Co. to help our developers quickly -identify bottlenecks in large Perl applications. The NY Times loves Perl and -we hope the community will benefit from our work as much as we have from theirs. - -Please visit L, our open source blog to see what we are -up to, L to see some of our open projects and then -check out L for the latest news! - =head1 DESCRIPTION C is a script that implements L to diff --git a/bin/nytprofhtml b/bin/nytprofhtml index a60f2e3c..296abcf2 100755 --- a/bin/nytprofhtml +++ b/bin/nytprofhtml @@ -1599,8 +1599,8 @@ sub get_footer { $spacing }; @@ -2026,20 +2026,6 @@ you execute some non-autoloaded code in the parent module, while the profiler is running, before an autoloaded sub is called. -=head1 HISTORY - -A bit of history and a shameless plug... - -NYTProf stands for 'New York Times Profiler'. Indeed, this module was initially -developed from Devel::FastProf by The New York Times Co. to help our developers -quickly identify bottlenecks in large Perl applications. The NY Times loves -Perl and we hope the community will benefit from our work as much as we have -from theirs. - -Please visit L, our open source blog to see what we -are up to, L to see some of our open projects and then -check out L for the latest news! - =head2 Background Subroutine-level profilers: diff --git a/lib/Devel/NYTProf.pm b/lib/Devel/NYTProf.pm index a7ff42fa..8547099c 100644 --- a/lib/Devel/NYTProf.pm +++ b/lib/Devel/NYTProf.pm @@ -1264,26 +1264,12 @@ For more details see L below. =head1 COPYRIGHT AND LICENSE Copyright (C) 2008 by Adam Kaplan and The New York Times Company. - Copyright (C) 2008-2013 by Tim Bunce, Ireland. + Copyright (C) 2008-2016 by Tim Bunce, Ireland. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available. -=head1 HISTORY - -A bit of history (and a shameless plug from Adam)... - -NYTProf stands for 'New York Times Profiler'. Indeed, this module was initially -developed from Devel::FastProf by The New York Times Co. to help our developers -quickly identify bottlenecks in large Perl applications. The NY Times loves -Perl and we hope the community will benefit from our work as much as we have -from theirs. - -Please visit L, our open source blog to see what we -are up to, L to see some of our open projects and then -check out L for the latest news! - =head2 Background Subroutine-level profilers: