Skip to content

Commit

Permalink
Update copyrights.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Feb 25, 2022
1 parent c8268f9 commit 12e965b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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) 2019-2021 Berrysoft
Copyright (c) 2019-2022 Berrysoft

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 tunet-gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(MSVC)
endif()

set(TUNET_VERSION ${PROJECT_VERSION})
set(TUNET_COPYRIGHT "Copyright (c) 2021 Berrysoft")
set(TUNET_COPYRIGHT "Copyright (c) 2021-2022 Berrysoft")
set(TUNET_DESCRIPTION "清华大学校园网客户端")

find_package(Git)
Expand Down
3 changes: 2 additions & 1 deletion tunet-gui/src/AboutPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ namespace TUNet
{ QStringLiteral(u"serde"), QStringLiteral(u"MIT") },
{ QStringLiteral(u"serde_json"), QStringLiteral(u"MIT") },
{ QStringLiteral(u"sha-1"), QStringLiteral(u"MIT") },
{ QStringLiteral(u"subprocess"), QStringLiteral(u"MIT") },
{ QStringLiteral(u"termcolor"), QStringLiteral(u"MIT") },
{ QStringLiteral(u"termcolor_output"), QStringLiteral(u"MIT") },
{ QStringLiteral(u"thiserror"), QStringLiteral(u"MIT") },
Expand All @@ -59,7 +60,7 @@ namespace TUNet
m_about_layout.addWidget(&m_source_label);

m_copyright_label.setAlignment(Qt::AlignHCenter);
m_copyright_label.setText(QStringLiteral(u"版权所有 © 2021 Berrysoft"));
m_copyright_label.setText(QStringLiteral(u"版权所有 © 2021-2022 Berrysoft"));
m_about_layout.addWidget(&m_copyright_label);

m_dial_label.setAlignment(Qt::AlignHCenter);
Expand Down

0 comments on commit 12e965b

Please sign in to comment.