Skip to content

Commit

Permalink
Restore copyright message
Browse files Browse the repository at this point in the history
  • Loading branch information
trots committed Apr 8, 2024
1 parent 358b13f commit 370f343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2024 YouTube Analyzer team
Copyright (c) 2023-2024 Alexander Trotsenko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion youtube-analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def __init__(self, parent = None):
layout.addItem(vertical_spacer, row, 0, 1, 2, Qt.AlignmentFlag.AlignCenter)

row += 1
layout.addWidget(QLabel("Copyright 2023-2024 YouTube Analyzer team"), row, 0, 1, 2,
layout.addWidget(QLabel("Copyright 2023-2024 Alexander Trotsenko"), row, 0, 1, 2,
Qt.AlignmentFlag.AlignCenter)
row += 1
layout.addWidget(QLabel(self.tr("All rights reserved")), row, 0, 1, 2, Qt.AlignmentFlag.AlignCenter)
Expand Down

0 comments on commit 370f343

Please sign in to comment.