aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--META.json1
-rw-r--r--META.yml1
-rwxr-xr-xbin/fair-viewer1
-rwxr-xr-xbin/gtk-fair-viewer1
-rw-r--r--lib/WWW/FairViewer.pm4
-rw-r--r--lib/WWW/FairViewer/Activities.pm3
-rw-r--r--lib/WWW/FairViewer/Authentication.pm3
-rw-r--r--lib/WWW/FairViewer/Channels.pm3
-rw-r--r--lib/WWW/FairViewer/CommentThreads.pm2
-rw-r--r--lib/WWW/FairViewer/GetCaption.pm3
-rw-r--r--lib/WWW/FairViewer/GuideCategories.pm3
-rw-r--r--lib/WWW/FairViewer/Itags.pm3
-rw-r--r--lib/WWW/FairViewer/ParseJSON.pm3
-rw-r--r--lib/WWW/FairViewer/ParseXML.pm1
-rw-r--r--lib/WWW/FairViewer/PlaylistItems.pm3
-rw-r--r--lib/WWW/FairViewer/Playlists.pm3
-rw-r--r--lib/WWW/FairViewer/RegularExpressions.pm3
-rw-r--r--lib/WWW/FairViewer/Search.pm3
-rw-r--r--lib/WWW/FairViewer/Subscriptions.pm3
-rw-r--r--lib/WWW/FairViewer/Utils.pm3
-rw-r--r--lib/WWW/FairViewer/VideoCategories.pm3
-rw-r--r--lib/WWW/FairViewer/Videos.pm1
-rw-r--r--share/gtk-fair-viewer.glade2
23 files changed, 56 insertions, 0 deletions
diff --git a/META.json b/META.json
index 964026a..a9f41db 100644
--- a/META.json
+++ b/META.json
@@ -1,6 +1,7 @@
{
"abstract" : "A lightweight application for searching and streaming videos from YouTube, using the Invidious API and hypervideo support.",
"author" : [
+ "Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.",
"Jesus E. <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d>"
],
"dynamic_config" : 1,
diff --git a/META.yml b/META.yml
index 06e9c53..4535418 100644
--- a/META.yml
+++ b/META.yml
@@ -1,6 +1,7 @@
---
abstract: 'A lightweight application for searching and streaming videos from YouTube, using the Invidious API and hypervideo support.'
author:
+ - 'Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.'
- 'Jesus E. <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d>'
build_requires:
Test::More: '0'
diff --git a/bin/fair-viewer b/bin/fair-viewer
index 61bb755..6a0eda5 100755
--- a/bin/fair-viewer
+++ b/bin/fair-viewer
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+# Copyright (C) 2010-2020 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
# Copyright (C) 2020 Jesus E. <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d>.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/bin/gtk-fair-viewer b/bin/gtk-fair-viewer
index 657ccf9..bc0372a 100755
--- a/bin/gtk-fair-viewer
+++ b/bin/gtk-fair-viewer
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+# Copyright (C) 2010-2020 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
# Copyright (C) 2020 Jesus E. <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d>.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer.pm b/lib/WWW/FairViewer.pm
index 6339405..1f87b7b 100644
--- a/lib/WWW/FairViewer.pm
+++ b/lib/WWW/FairViewer.pm
@@ -1067,6 +1067,8 @@ sub previous_page {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
=head1 SEE ALSO
@@ -1075,6 +1077,8 @@ https://developers.google.com/youtube/v3/docs/
=head1 LICENSE AND COPYRIGHT
+Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/Activities.pm b/lib/WWW/FairViewer/Activities.pm
index de75424..03d1907 100644
--- a/lib/WWW/FairViewer/Activities.pm
+++ b/lib/WWW/FairViewer/Activities.pm
@@ -68,6 +68,8 @@ sub my_activities {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -81,6 +83,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/Authentication.pm b/lib/WWW/FairViewer/Authentication.pm
index d3d4aff..c3ae4a7 100644
--- a/lib/WWW/FairViewer/Authentication.pm
+++ b/lib/WWW/FairViewer/Authentication.pm
@@ -191,6 +191,8 @@ sub save_authentication_tokens {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -204,6 +206,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/Channels.pm b/lib/WWW/FairViewer/Channels.pm
index 6b2f27f..3a79000 100644
--- a/lib/WWW/FairViewer/Channels.pm
+++ b/lib/WWW/FairViewer/Channels.pm
@@ -175,6 +175,8 @@ sub channel_title_from_id {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -188,6 +190,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/CommentThreads.pm b/lib/WWW/FairViewer/CommentThreads.pm
index 7987fbd..d21fa47 100644
--- a/lib/WWW/FairViewer/CommentThreads.pm
+++ b/lib/WWW/FairViewer/CommentThreads.pm
@@ -73,6 +73,8 @@ sub comment_to_video_id {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
=head1 SUPPORT
diff --git a/lib/WWW/FairViewer/GetCaption.pm b/lib/WWW/FairViewer/GetCaption.pm
index 851dd81..35cb19e 100644
--- a/lib/WWW/FairViewer/GetCaption.pm
+++ b/lib/WWW/FairViewer/GetCaption.pm
@@ -255,6 +255,8 @@ sub save_caption {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -268,6 +270,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2012-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/GuideCategories.pm b/lib/WWW/FairViewer/GuideCategories.pm
index 71626a9..726a966 100644
--- a/lib/WWW/FairViewer/GuideCategories.pm
+++ b/lib/WWW/FairViewer/GuideCategories.pm
@@ -60,6 +60,8 @@ Return info for a list of comma-separated category IDs.
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
=head1 SUPPORT
@@ -72,6 +74,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/Itags.pm b/lib/WWW/FairViewer/Itags.pm
index 077606e..065ef10 100644
--- a/lib/WWW/FairViewer/Itags.pm
+++ b/lib/WWW/FairViewer/Itags.pm
@@ -294,6 +294,8 @@ sub find_streaming_url {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -307,6 +309,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2012-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/ParseJSON.pm b/lib/WWW/FairViewer/ParseJSON.pm
index d03b17a..5ded0ad 100644
--- a/lib/WWW/FairViewer/ParseJSON.pm
+++ b/lib/WWW/FairViewer/ParseJSON.pm
@@ -51,6 +51,8 @@ sub make_json_string {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -64,6 +66,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/ParseXML.pm b/lib/WWW/FairViewer/ParseXML.pm
index 632288d..ea9d4b5 100644
--- a/lib/WWW/FairViewer/ParseXML.pm
+++ b/lib/WWW/FairViewer/ParseXML.pm
@@ -299,6 +299,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2012-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/PlaylistItems.pm b/lib/WWW/FairViewer/PlaylistItems.pm
index d0d71ba..a323453 100644
--- a/lib/WWW/FairViewer/PlaylistItems.pm
+++ b/lib/WWW/FairViewer/PlaylistItems.pm
@@ -121,6 +121,8 @@ Get the favorites, uploads and likes for a given YouTube username.
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -134,6 +136,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/Playlists.pm b/lib/WWW/FairViewer/Playlists.pm
index 04339dc..380ad9e 100644
--- a/lib/WWW/FairViewer/Playlists.pm
+++ b/lib/WWW/FairViewer/Playlists.pm
@@ -99,6 +99,8 @@ sub my_playlists {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -112,6 +114,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/RegularExpressions.pm b/lib/WWW/FairViewer/RegularExpressions.pm
index f94b2d5..b6cab6a 100644
--- a/lib/WWW/FairViewer/RegularExpressions.pm
+++ b/lib/WWW/FairViewer/RegularExpressions.pm
@@ -64,6 +64,8 @@ our @EXPORT = qw(
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -77,6 +79,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2012-2013 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/Search.pm b/lib/WWW/FairViewer/Search.pm
index 4495799..c26007f 100644
--- a/lib/WWW/FairViewer/Search.pm
+++ b/lib/WWW/FairViewer/Search.pm
@@ -150,6 +150,8 @@ sub related_to_videoID {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -163,6 +165,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/Subscriptions.pm b/lib/WWW/FairViewer/Subscriptions.pm
index 81f2da8..0ada6f0 100644
--- a/lib/WWW/FairViewer/Subscriptions.pm
+++ b/lib/WWW/FairViewer/Subscriptions.pm
@@ -247,6 +247,8 @@ Get details for the comma-separated subscriptionID(s).
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -260,6 +262,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/Utils.pm b/lib/WWW/FairViewer/Utils.pm
index e1e5762..70f3ae6 100644
--- a/lib/WWW/FairViewer/Utils.pm
+++ b/lib/WWW/FairViewer/Utils.pm
@@ -776,6 +776,8 @@ sub period_to_date {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -789,6 +791,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2012-2020 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/VideoCategories.pm b/lib/WWW/FairViewer/VideoCategories.pm
index 9a60643..a98384c 100644
--- a/lib/WWW/FairViewer/VideoCategories.pm
+++ b/lib/WWW/FairViewer/VideoCategories.pm
@@ -72,6 +72,8 @@ sub video_category_id_info {
=head1 AUTHOR
+Trizen, C<< <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d> >>
+
Jesus, C<< <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d> >>
@@ -85,6 +87,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/lib/WWW/FairViewer/Videos.pm b/lib/WWW/FairViewer/Videos.pm
index 0ac555e..e87ae75 100644
--- a/lib/WWW/FairViewer/Videos.pm
+++ b/lib/WWW/FairViewer/Videos.pm
@@ -218,6 +218,7 @@ You can find documentation for this module with the perldoc command.
=head1 LICENSE AND COPYRIGHT
Copyright 2013-2015 Trizen.
+
Copyright 2020 Jesus E.
This program is free software: you can redistribute it and/or modify
diff --git a/share/gtk-fair-viewer.glade b/share/gtk-fair-viewer.glade
index b4fff6f..3272222 100644
--- a/share/gtk-fair-viewer.glade
+++ b/share/gtk-fair-viewer.glade
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1
+Copyright (C) Copyright © 2013-2015 Trizen.
+
Copyright (C) Copyright © 2020 Jesus E.
This file is part of GTK Fair Viewer.