Skip to content

Commit

Permalink
Update URLs for licenses (#40)
Browse files Browse the repository at this point in the history
The licenses are verified/taken from each repo.

Here it states "GNU Library General Public License" however the repos
actually use "GNU Lesser General Public License".
  • Loading branch information
Chocobo1 authored Jun 5, 2024
1 parent a59c7a4 commit a80d895
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions development.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ <h3 title="Issues">回報問題</h3>
<header>
<h3 title="License">授權宣告</h3>
</header>
<p>libchewing is licensed under the terms of the <a href="http://www.fsf.org/copyleft/lgpl.html">GNU Library General Public License</a>.</p>
<p>ibus-chewing is licensed under the terms of the <a href="http://www.fsf.org/copyleft/gpl.html">GNU General Public License</a>.</p>
<p>fcitx5-chewing is license under the terms of the <a href="http://www.fsf.org/copyleft/gpl.html">GNU Library General Public License</a>. (same as Fcitx 5)</p>
<p>windows-chewing-tsf is license under the terms of the <a href="http://www.fsf.org/copyleft/lgpl.html">GNU Library General Public License</a>.</p>
<p>libchewing is licensed under the terms of the <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU Lesser General Public License, version 2.1</a>.</p>
<p>ibus-chewing is licensed under the terms of the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public License, version 2</a>.</p>
<p>fcitx5-chewing is license under the terms of the <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU Lesser General Public License, version 2.1</a>. (same as Fcitx 5)</p>
<p>windows-chewing-tsf is license under the terms of the <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">GNU Lesser General Public License, version 2.1</a>.</p>
</section>
<section>
<header>
Expand Down

0 comments on commit a80d895

Please sign in to comment.