BetterSEQTA / BetterSEQTA-Plus

A continuation of development of the BetterSEQTA chrome extension.
https://chromewebstore.google.com/detail/betterseqta+/afdgaoaclhkhemfkkkonemoapeinchel
MIT License
18 stars 5 forks source link

[Sweep Rules] Update license comment block in CSS files #26

Closed sweep-ai[bot] closed 7 months ago

sweep-ai[bot] commented 7 months ago

PR Feedback: 👍

I created this PR to address this rule:

"All docstrings and comments should be up to date."

Description

This PR updates the license comment block in the CSS files "src/inject/documentload.css" and "src/inject/iframe.css". The license comment block was either missing or outdated. The updated license comment block now reflects the current version of the GNU General Public License.

Summary of Changes

sweep-ai[bot] commented 7 months ago

Rollback Files For Sweep

sweep-ai[bot] commented 7 months ago

Sandbox Executions

trunk fmt src/inject/documentload.css || exit 0 1/2 ✓
Checked 1 file
✔ No issues
trunk check --fix --print-failures src/inject/documentload.css 2/2 ✓
Checked 1 file
✔ No issues

trunk fmt src/inject/iframe.css || exit 0 1/2 ✓
Checked 1 file
✔ No issues
trunk check --fix --print-failures src/inject/iframe.css 2/2 ✓
Checked 1 file
✔ No issues