diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-02 13:28:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-02 13:28:23 -0500 |
commit | 961949663aa37ab907a7453d14a464ad3d7684d3 (patch) | |
tree | 87f0b0b1955bb5a601eebae97e03126ef6179bb4 /lib/WWW | |
parent | b532fc61e6f7bb60a75cbb334558ffcae719480e (diff) | |
download | fair-viewer-961949663aa37ab907a7453d14a464ad3d7684d3.tar.lz fair-viewer-961949663aa37ab907a7453d14a464ad3d7684d3.tar.xz fair-viewer-961949663aa37ab907a7453d14a464ad3d7684d3.zip |
Renew Author
Diffstat (limited to 'lib/WWW')
-rw-r--r-- | lib/WWW/FairViewer.pm | 2 | ||||
-rw-r--r-- | lib/WWW/FairViewer/Activities.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/Authentication.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/Channels.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/CommentThreads.pm | 19 | ||||
-rw-r--r-- | lib/WWW/FairViewer/GetCaption.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/GuideCategories.pm | 19 | ||||
-rw-r--r-- | lib/WWW/FairViewer/Itags.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/ParseJSON.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/ParseXML.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/PlaylistItems.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/Playlists.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/RegularExpressions.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/Search.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/Subscriptions.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/Utils.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/VideoCategories.pm | 18 | ||||
-rw-r--r-- | lib/WWW/FairViewer/Videos.pm | 18 |
18 files changed, 222 insertions, 88 deletions
diff --git a/lib/WWW/FairViewer.pm b/lib/WWW/FairViewer.pm index c517eac..fa64aa0 100644 --- a/lib/WWW/FairViewer.pm +++ b/lib/WWW/FairViewer.pm @@ -1067,7 +1067,7 @@ sub previous_page { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SEE ALSO diff --git a/lib/WWW/FairViewer/Activities.pm b/lib/WWW/FairViewer/Activities.pm index 7c80df0..759f16e 100644 --- a/lib/WWW/FairViewer/Activities.pm +++ b/lib/WWW/FairViewer/Activities.pm @@ -68,7 +68,7 @@ sub my_activities { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -81,12 +81,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/Authentication.pm b/lib/WWW/FairViewer/Authentication.pm index 4994f27..2588899 100644 --- a/lib/WWW/FairViewer/Authentication.pm +++ b/lib/WWW/FairViewer/Authentication.pm @@ -191,7 +191,7 @@ sub save_authentication_tokens { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -204,12 +204,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/Channels.pm b/lib/WWW/FairViewer/Channels.pm index d6c8d49..c83a444 100644 --- a/lib/WWW/FairViewer/Channels.pm +++ b/lib/WWW/FairViewer/Channels.pm @@ -175,7 +175,7 @@ sub channel_title_from_id { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -188,12 +188,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/CommentThreads.pm b/lib/WWW/FairViewer/CommentThreads.pm index db8e3ea..fb8ae68 100644 --- a/lib/WWW/FairViewer/CommentThreads.pm +++ b/lib/WWW/FairViewer/CommentThreads.pm @@ -73,8 +73,7 @@ sub comment_to_video_id { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> - +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -86,12 +85,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2015-2016 Trizen. +Copyright 2020 Jesús E. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -See L<http://dev.perl.org/licenses/> for more information. +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/GetCaption.pm b/lib/WWW/FairViewer/GetCaption.pm index 24741b1..2aa2dac 100644 --- a/lib/WWW/FairViewer/GetCaption.pm +++ b/lib/WWW/FairViewer/GetCaption.pm @@ -255,7 +255,7 @@ sub save_caption { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -268,12 +268,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2012-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/GuideCategories.pm b/lib/WWW/FairViewer/GuideCategories.pm index a65670c..6906bc9 100644 --- a/lib/WWW/FairViewer/GuideCategories.pm +++ b/lib/WWW/FairViewer/GuideCategories.pm @@ -60,8 +60,7 @@ Return info for a list of comma-separated category IDs. =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> - +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -73,12 +72,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. -See L<http://dev.perl.org/licenses/> for more information. +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/Itags.pm b/lib/WWW/FairViewer/Itags.pm index 3a3f007..b5a98b1 100644 --- a/lib/WWW/FairViewer/Itags.pm +++ b/lib/WWW/FairViewer/Itags.pm @@ -294,7 +294,7 @@ sub find_streaming_url { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -307,12 +307,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2012-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/ParseJSON.pm b/lib/WWW/FairViewer/ParseJSON.pm index 1e2af77..3e6316d 100644 --- a/lib/WWW/FairViewer/ParseJSON.pm +++ b/lib/WWW/FairViewer/ParseJSON.pm @@ -51,7 +51,7 @@ sub make_json_string { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -64,12 +64,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/ParseXML.pm b/lib/WWW/FairViewer/ParseXML.pm index 23e01a5..3f0b1ae 100644 --- a/lib/WWW/FairViewer/ParseXML.pm +++ b/lib/WWW/FairViewer/ParseXML.pm @@ -287,7 +287,7 @@ sub xml2hash { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -299,12 +299,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2012-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/PlaylistItems.pm b/lib/WWW/FairViewer/PlaylistItems.pm index 767903e..d757f54 100644 --- a/lib/WWW/FairViewer/PlaylistItems.pm +++ b/lib/WWW/FairViewer/PlaylistItems.pm @@ -121,7 +121,7 @@ Get the favorites, uploads and likes for a given YouTube username. =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -134,12 +134,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/Playlists.pm b/lib/WWW/FairViewer/Playlists.pm index 2adef54..6fbbc2c 100644 --- a/lib/WWW/FairViewer/Playlists.pm +++ b/lib/WWW/FairViewer/Playlists.pm @@ -99,7 +99,7 @@ sub my_playlists { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -112,12 +112,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/RegularExpressions.pm b/lib/WWW/FairViewer/RegularExpressions.pm index 20d2a99..f57c8c7 100644 --- a/lib/WWW/FairViewer/RegularExpressions.pm +++ b/lib/WWW/FairViewer/RegularExpressions.pm @@ -64,7 +64,7 @@ our @EXPORT = qw( =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -77,12 +77,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2012-2013 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/Search.pm b/lib/WWW/FairViewer/Search.pm index 256e605..cab09cb 100644 --- a/lib/WWW/FairViewer/Search.pm +++ b/lib/WWW/FairViewer/Search.pm @@ -150,7 +150,7 @@ sub related_to_videoID { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -163,12 +163,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/Subscriptions.pm b/lib/WWW/FairViewer/Subscriptions.pm index eb8add9..fc2ba65 100644 --- a/lib/WWW/FairViewer/Subscriptions.pm +++ b/lib/WWW/FairViewer/Subscriptions.pm @@ -247,7 +247,7 @@ Get details for the comma-separated subscriptionID(s). =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -260,12 +260,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/Utils.pm b/lib/WWW/FairViewer/Utils.pm index 5a9296a..a6c6a3a 100644 --- a/lib/WWW/FairViewer/Utils.pm +++ b/lib/WWW/FairViewer/Utils.pm @@ -776,7 +776,7 @@ sub period_to_date { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -789,12 +789,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2012-2020 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/VideoCategories.pm b/lib/WWW/FairViewer/VideoCategories.pm index 2930948..1b07fbb 100644 --- a/lib/WWW/FairViewer/VideoCategories.pm +++ b/lib/WWW/FairViewer/VideoCategories.pm @@ -72,7 +72,7 @@ sub video_category_id_info { =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -85,12 +85,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut diff --git a/lib/WWW/FairViewer/Videos.pm b/lib/WWW/FairViewer/Videos.pm index 3e44b52..d4e02a9 100644 --- a/lib/WWW/FairViewer/Videos.pm +++ b/lib/WWW/FairViewer/Videos.pm @@ -205,7 +205,7 @@ with a HASH ref for each result. An example of the item array's content are show =head1 AUTHOR -Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >> +Jesús, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >> =head1 SUPPORT @@ -218,12 +218,20 @@ You can find documentation for this module with the perldoc command. =head1 LICENSE AND COPYRIGHT Copyright 2013-2015 Trizen. +Copyright 2020 Jesús E. -This program is free software; you can redistribute it and/or modify it -under the terms of either: the GNU General Public License as published -by the Free Software Foundation; or the Artistic License. +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. -See L<http://dev.perl.org/licenses/> for more information. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see L<https://www.gnu.org/licenses/>. =cut |