Skip to content

Commit

Permalink
chore: remove version from license used by list [no changelog]
Browse files Browse the repository at this point in the history
If we include the version in the list of crates that use a license,
every time a crate updates its version, we will have to update the
version in the list. This is quite annoying and unnecessary, so I
removed the version from the list.
  • Loading branch information
wangl-cc committed Dec 24, 2024
1 parent e107fcb commit cca2fc3
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<h4>Used by:</h4>
<ul class="license-used-by">
{{#each used_by}}
<li><a href="{{#if crate.repository}} {{crate.repository}} {{else}} https://crates.io/crates/{{crate.name}} {{/if}}">{{crate.name}} {{crate.version}}</a></li>
<li><a href="{{#if crate.repository}}{{crate.repository}}{{else}}https://crates.io/crates/{{crate.name}}{{/if}}">{{crate.name}}</a></li>
{{/each}}
</ul>
<pre class="license-text">{{text}}</pre>
Expand Down
78 changes: 39 additions & 39 deletions licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ <h2>All license text:</h2>
<h3 id="AGPL-3.0">GNU Affero General Public License v3.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/MaaAssistantArknights/maa-cli ">maa-cli 0.5.2</a></li>
<li><a href=" https://github.com/MaaAssistantArknights/maa-cli ">maa-dirs 0.1.1</a></li>
<li><a href=" https://github.com/MaaAssistantArknights/maa-cli ">maa-sys 0.5.0</a></li>
<li><a href=" https://github.com/MaaAssistantArknights/maa-cli ">maa-types 0.1.0</a></li>
<li><a href="https://github.com/MaaAssistantArknights/maa-cli">maa-cli</a></li>
<li><a href="https://github.com/MaaAssistantArknights/maa-cli">maa-dirs</a></li>
<li><a href="https://github.com/MaaAssistantArknights/maa-cli">maa-sys</a></li>
<li><a href="https://github.com/MaaAssistantArknights/maa-cli">maa-types</a></li>
</ul>
<pre class="license-text">GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
Expand Down Expand Up @@ -303,9 +303,9 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/microsoft/windows-rs ">windows-result 0.2.0</a></li>
<li><a href=" https://github.com/microsoft/windows-rs ">windows-strings 0.2.0</a></li>
<li><a href=" https://github.com/microsoft/windows-rs ">windows-sys 0.59.0</a></li>
<li><a href="https://github.com/microsoft/windows-rs">windows-result</a></li>
<li><a href="https://github.com/microsoft/windows-rs">windows-strings</a></li>
<li><a href="https://github.com/microsoft/windows-rs">windows-sys</a></li>
</ul>
<pre class="license-text"> Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -514,8 +514,8 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/clap-rs/clap ">clap_complete 4.5.38</a></li>
<li><a href=" https://github.com/clap-rs/clap ">clap_mangen 0.2.24</a></li>
<li><a href="https://github.com/clap-rs/clap">clap_complete</a></li>
<li><a href="https://github.com/clap-rs/clap">clap_mangen</a></li>
</ul>
<pre class="license-text"> Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -724,9 +724,9 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/clap-rs/clap ">clap 4.5.21</a></li>
<li><a href=" https://github.com/rust-cli/env_logger ">env_logger 0.11.5</a></li>
<li><a href=" https://github.com/toml-rs/toml ">toml 0.8.19</a></li>
<li><a href="https://github.com/clap-rs/clap">clap</a></li>
<li><a href="https://github.com/rust-cli/env_logger">env_logger</a></li>
<li><a href="https://github.com/toml-rs/toml">toml</a></li>
</ul>
<pre class="license-text"> Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -936,7 +936,7 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/soc/directories-rs ">directories 5.0.1</a></li>
<li><a href="https://github.com/soc/directories-rs">directories</a></li>
</ul>
<pre class="license-text"> Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -1118,14 +1118,14 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/dtolnay/anyhow ">anyhow 1.0.93</a></li>
<li><a href=" https://github.com/dtolnay/async-trait ">async-trait 0.1.83</a></li>
<li><a href=" https://github.com/dtolnay/semver ">semver 1.0.23</a></li>
<li><a href=" https://github.com/serde-rs/serde ">serde 1.0.215</a></li>
<li><a href=" https://github.com/serde-rs/json ">serde_json 1.0.133</a></li>
<li><a href=" https://github.com/serde-rs/test ">serde_test 1.0.177</a></li>
<li><a href=" https://github.com/dtolnay/serde-yaml ">serde_yaml 0.9.34+deprecated</a></li>
<li><a href=" https://github.com/dtolnay/thiserror ">thiserror 2.0.3</a></li>
<li><a href="https://github.com/dtolnay/anyhow">anyhow</a></li>
<li><a href="https://github.com/dtolnay/async-trait">async-trait</a></li>
<li><a href="https://github.com/dtolnay/semver">semver</a></li>
<li><a href="https://github.com/serde-rs/serde">serde</a></li>
<li><a href="https://github.com/serde-rs/json">serde_json</a></li>
<li><a href="https://github.com/serde-rs/test">serde_test</a></li>
<li><a href="https://github.com/dtolnay/serde-yaml">serde_yaml</a></li>
<li><a href="https://github.com/dtolnay/thiserror">thiserror</a></li>
</ul>
<pre class="license-text"> Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -1309,7 +1309,7 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/rust-lang/futures-rs ">futures-util 0.3.31</a></li>
<li><a href="https://github.com/rust-lang/futures-rs">futures-util</a></li>
</ul>
<pre class="license-text"> Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -1519,7 +1519,7 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/seanmonstar/reqwest ">reqwest 0.12.9</a></li>
<li><a href="https://github.com/seanmonstar/reqwest">reqwest</a></li>
</ul>
<pre class="license-text"> Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -1728,12 +1728,12 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/rust-lang/flate2-rs ">flate2 1.0.35</a></li>
<li><a href=" https://github.com/rust-lang/git2-rs ">git2 0.19.0</a></li>
<li><a href=" https://github.com/rust-lang/log ">log 0.4.22</a></li>
<li><a href=" https://github.com/rust-lang/regex ">regex 1.11.1</a></li>
<li><a href=" https://github.com/vorner/signal-hook ">signal-hook 0.3.17</a></li>
<li><a href=" https://github.com/alexcrichton/tar-rs ">tar 0.4.43</a></li>
<li><a href="https://github.com/rust-lang/flate2-rs">flate2</a></li>
<li><a href="https://github.com/rust-lang/git2-rs">git2</a></li>
<li><a href="https://github.com/rust-lang/log">log</a></li>
<li><a href="https://github.com/rust-lang/regex">regex</a></li>
<li><a href="https://github.com/vorner/signal-hook">signal-hook</a></li>
<li><a href="https://github.com/alexcrichton/tar-rs">tar</a></li>
</ul>
<pre class="license-text"> Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -1942,8 +1942,8 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/RustCrypto/traits ">digest 0.10.7</a></li>
<li><a href=" https://github.com/RustCrypto/hashes ">sha2 0.10.8</a></li>
<li><a href="https://github.com/RustCrypto/traits">digest</a></li>
<li><a href="https://github.com/RustCrypto/hashes">sha2</a></li>
</ul>
<pre class="license-text"> Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -2152,9 +2152,9 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/chronotope/chrono ">chrono 0.4.38</a></li>
<li><a href=" https://gitlab.com/dajoha/color-print ">color-print 0.3.7</a></li>
<li><a href=" https://gitlab.com/kornelski/dunce ">dunce 1.0.5</a></li>
<li><a href="https://github.com/chronotope/chrono">chrono</a></li>
<li><a href="https://gitlab.com/dajoha/color-print">color-print</a></li>
<li><a href="https://gitlab.com/kornelski/dunce">dunce</a></li>
</ul>
<pre class="license-text">Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -2235,7 +2235,7 @@ <h4>Used by:</h4>
<h3 id="BSD-3-Clause">BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/phsym/prettytable-rs ">prettytable 0.10.0</a></li>
<li><a href="https://github.com/phsym/prettytable-rs">prettytable</a></li>
</ul>
<pre class="license-text">Copyright (c) 2022, Pierre-Henri Symoneaux
All rights reserved.
Expand Down Expand Up @@ -2269,7 +2269,7 @@ <h4>Used by:</h4>
<h3 id="ISC">ISC License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/nagisa/rust_libloading/ ">libloading 0.8.5</a></li>
<li><a href="https://github.com/nagisa/rust_libloading/">libloading</a></li>
</ul>
<pre class="license-text">Copyright © 2015, Simonas Kazlauskas

Expand All @@ -2289,7 +2289,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/tokio-rs/tokio ">tokio 1.41.1</a></li>
<li><a href="https://github.com/tokio-rs/tokio">tokio</a></li>
</ul>
<pre class="license-text">MIT License

Expand Down Expand Up @@ -2318,7 +2318,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/zip-rs/zip2.git ">zip 2.2.1</a></li>
<li><a href="https://github.com/zip-rs/zip2.git">zip</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Expand Down Expand Up @@ -2349,7 +2349,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/console-rs/indicatif ">indicatif 0.17.9</a></li>
<li><a href="https://github.com/console-rs/indicatif">indicatif</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Expand Down

0 comments on commit cca2fc3

Please sign in to comment.