Skip to content

Commit

Permalink
New year, same problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Jan 7, 2021
1 parent 58e3cb2 commit 02b68a6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ After installing, you can find documentation with the following commands:

### LICENSE AND COPYRIGHT

Copyright (C) 2012-2020 Trizen
Copyright (C) 2012-2021 Trizen

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
Expand Down
4 changes: 2 additions & 2 deletions bin/gtk2-youtube-viewer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright (C) 2010-2020 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
# Copyright (C) 2010-2021 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
#
# 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
Expand All @@ -15,7 +15,7 @@
#-------------------------------------------------------
# GTK YouTube Viewer
# Created on: 12 September 2010
# Latest edit on: 30 December 2020
# Latest edit on: 07 January 2021
# https://github.com/trizen/youtube-viewer
#-------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions bin/gtk3-youtube-viewer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright (C) 2010-2020 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
# Copyright (C) 2010-2021 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
#
# 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
Expand All @@ -15,7 +15,7 @@
#-------------------------------------------------------
# GTK YouTube Viewer
# Created on: 12 September 2010
# Latest edit on: 30 December 2020
# Latest edit on: 07 January 2021
# https://github.com/trizen/youtube-viewer
#-------------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions bin/youtube-viewer
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/perl

# Copyright (C) 2010-2020 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
# Copyright (C) 2010-2021 Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>.
#
# 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
Expand All @@ -15,7 +15,7 @@
#-------------------------------------------------------
# youtube-viewer
# Created on: 02 June 2010
# Latest edit on: 30 December 2020
# Latest edit on: 07 January 2021
# https://github.com/trizen/youtube-viewer
#-------------------------------------------------------

Expand Down Expand Up @@ -5513,7 +5513,7 @@ https://github.com/trizen/youtube-viewer
=head1 LICENSE AND COPYRIGHT
Copyright 2010-2020 Trizen.
Copyright 2010-2021 Trizen.
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
Expand Down
4 changes: 2 additions & 2 deletions share/gtk2-youtube-viewer.glade
Original file line number Diff line number Diff line change
Expand Up @@ -2202,12 +2202,12 @@ When the specified resolution is not found, the best available resolution is use
<property name="type_hint">normal</property>
<property name="transient_for">__MAIN__</property>
<property name="program_name">GTK Youtube Viewer</property>
<property name="copyright" translatable="yes">Copyright © 2010-2020 Trizen</property>
<property name="copyright" translatable="yes">Copyright © 2010-2021 Trizen</property>
<property name="comments" translatable="yes">Written in Perl, Gtk2 and Glade.</property>
<property name="website">https://github.com/trizen/youtube-viewer</property>
<property name="website_label" translatable="yes">https://github.com/trizen/youtube-viewer</property>
<property name="license" translatable="yes">
Copyright (C) 2010-2020 Trizen.
Copyright (C) 2010-2021 Trizen.

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
Expand Down
8 changes: 4 additions & 4 deletions share/gtk3-youtube-viewer.glade
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.1
<!-- Generated with glade 3.38.1
Copyright (C) Copyright © 2010-2020 Trizen
Copyright (C) Copyright © 2010-2021 Trizen
This file is part of GTK YouTube Viewer.
Expand All @@ -26,7 +26,7 @@ Author: Trizen https://github.com/trizen
<!-- interface-license-type gplv3 -->
<!-- interface-name GTK YouTube Viewer -->
<!-- interface-description Search and play YouTube videos. -->
<!-- interface-copyright Copyright \302\251 2010-2020 Trizen -->
<!-- interface-copyright Copyright \302\251 2010-2021 Trizen -->
<!-- interface-authors Trizen https://github.com/trizen -->
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">1</property>
Expand Down Expand Up @@ -2288,7 +2288,7 @@ When the specified resolution is not found, the best available resolution is use
<property name="type-hint">normal</property>
<property name="transient-for">__MAIN__</property>
<property name="program-name">GTK Youtube Viewer</property>
<property name="copyright" translatable="yes">Copyright © 2010-2020 Trizen</property>
<property name="copyright" translatable="yes">Copyright © 2010-2021 Trizen</property>
<property name="comments" translatable="yes">Written in Perl, Gtk3 and Glade.</property>
<property name="website">https://github.com/trizen/youtube-viewer</property>
<property name="website-label" translatable="yes">https://github.com/trizen/youtube-viewer</property>
Expand Down

0 comments on commit 02b68a6

Please sign in to comment.