Skip to content

Update FSF address#337

Open
bkmgit wants to merge 2 commits intocleder:developfrom
bkmgit:fsfaddress
Open

Update FSF address#337
bkmgit wants to merge 2 commits intocleder:developfrom
bkmgit:fsfaddress

Conversation

@bkmgit
Copy link
Copy Markdown
Contributor

@bkmgit bkmgit commented Feb 23, 2026

See https://gnu.mirrorservice.org/Licenses/lgpl-2.1.txt

Summary by Sourcery

Update LGPL license notices to reference the canonical GNU licenses URL across source files and bundled license documents.

Documentation:

  • Refresh bundled license documentation to use the current GNU licenses URL instead of the outdated FSF postal address.

Chores:

  • Align license headers in source files with the modern LGPL-2.1 notice recommended by the FSF.

Important

Update FSF address in license files and source code to use URL instead of physical address.

  • License Updates:
    • Update FSF address to <https://fsf.org/> in LICENSE and docs/LICENSE.GPL.
    • Update license reference to <https://www.gnu.org/licenses/> in docs/LICENSE.rst, pygeoif/__init__.py, pygeoif/exceptions.py, pygeoif/factories.py, pygeoif/feature.py, pygeoif/functions.py, pygeoif/geometry.py, and pygeoif/types.py.

This description was created by Ellipsis for 7939ad1. You can customize this summary. It will automatically update as commits are pushed.

@semanticdiff-com
Copy link
Copy Markdown

semanticdiff-com bot commented Feb 23, 2026

Review changes with  SemanticDiff

Changed Files
File Status
  pygeoif/__init__.py  37% smaller
  pygeoif/feature.py  37% smaller
  pygeoif/functions.py  37% smaller
  pygeoif/geometry.py  37% smaller
  LICENSE Unsupported file format
  docs/LICENSE.GPL Unsupported file format
  docs/LICENSE.rst Unsupported file format
  pygeoif/exceptions.py  0% smaller
  pygeoif/factories.py  0% smaller
  pygeoif/types.py  0% smaller

@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai bot commented Feb 23, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Replaces the outdated Free Software Foundation postal address in LGPL license headers and related license files with the current recommended GNU licenses URL across the project.

File-Level Changes

Change Details Files
Update LGPL license boilerplate to reference the GNU licenses URL instead of the old FSF postal address in source files.
  • Replace the two-line FSF postal address text in the LGPL header comment with 'if not, see https://www.gnu.org/licenses/'
  • Retain surrounding copyright and LGPL wording while adjusting spacing and keeping comment style consistent
pygeoif/exceptions.py
pygeoif/__init__.py
pygeoif/feature.py
pygeoif/functions.py
pygeoif/geometry.py
Align bundled license texts and docs with the updated GNU-recommended wording/URL.
  • Update main LICENSE file content to match current LGPL/GPL wording from gnu.org
  • Refresh documentation license files so their FSF address and reference text match the canonical GNU versions
LICENSE
docs/LICENSE.GPL
docs/LICENSE.rst
pygeoif/factories.py
pygeoif/types.py

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@cleder
Copy link
Copy Markdown
Owner

cleder commented Feb 23, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Update FSF address to current GNU license URL

📝 Documentation

Grey Divider

Walkthroughs

Description
• Replace outdated FSF address with current GNU license URL
• Update all Python source files with modern license notice
• Modernize LICENSE and docs files with current FSF reference
• Improve license header consistency across codebase
Diagram
flowchart LR
  A["Old FSF Address<br/>51 Franklin Street"] -- "Replace with" --> B["GNU License URL<br/>https://www.gnu.org/licenses/"]
  C["Python Files<br/>7 modules"] -- "Update headers" --> B
  D["LICENSE file"] -- "Update address" --> B
  E["docs/LICENSE.GPL"] -- "Update address" --> B
  F["docs/LICENSE.rst"] -- "Update address" --> B
Loading

Grey Divider

File Changes

1. pygeoif/__init__.py 📝 Documentation +1/-2

Update FSF address in license header

pygeoif/init.py


2. pygeoif/exceptions.py 📝 Documentation +2/-2

Update FSF address in license header

pygeoif/exceptions.py


3. pygeoif/factories.py 📝 Documentation +2/-2

Update FSF address in license header

pygeoif/factories.py


View more (7)
4. pygeoif/feature.py 📝 Documentation +1/-2

Update FSF address in license header

pygeoif/feature.py


5. pygeoif/functions.py 📝 Documentation +1/-2

Update FSF address in license header

pygeoif/functions.py


6. pygeoif/geometry.py 📝 Documentation +1/-2

Update FSF address in license header

pygeoif/geometry.py


7. pygeoif/types.py 📝 Documentation +2/-2

Update FSF address in license header

pygeoif/types.py


8. LICENSE 📝 Documentation +14/-17

Replace FSF address with current URL reference

LICENSE


9. docs/LICENSE.GPL 📝 Documentation +19/-20

Replace FSF address with current URL reference

docs/LICENSE.GPL


10. docs/LICENSE.rst 📝 Documentation +2/-2

Replace FSF address with current URL reference

docs/LICENSE.rst


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review bot commented Feb 23, 2026

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider


Action required

1. Edited LGPL license text 🐞 Bug ⛯ Reliability
Description
The PR modifies the LGPL-2.1 license text in LICENSE (FSF postal address replaced with a URL). Since
the license text itself states it may only be copied/distributed verbatim, this introduces
licensing/compliance ambiguity for downstream redistribution.
Code

LICENSE[R4-7]

 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ <https://fsf.org/>
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
Evidence
The LICENSE file now contains a modified line for the FSF contact information, while the same
document states verbatim copying is required. The project also ships this LICENSE in built
distributions via pyproject.toml, so the modified text is what downstream users receive.

LICENSE[4-7]
pyproject.toml[43-47]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The PR edits the LGPL-2.1 license text in `LICENSE` (e.g., replacing the FSF postal address with a URL). The license text itself states it may only be distributed verbatim; shipping a modified license text can create compliance ambiguity.

## Issue Context
`pyproject.toml` includes `LICENSE` in `license-files`, so this modified file is distributed in packaged artifacts.

## Fix Focus Areas
- LICENSE[4-7]
- pyproject.toml[43-47]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

Copy link
Copy Markdown

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to 7939ad1 in 11 seconds. Click for details.
  • Reviewed 391 lines of code in 10 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.

Workflow ID: wflow_nJlPrBufkeafV8Sh

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @bkmgit, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on modernizing the project's license documentation by updating all references to the Free Software Foundation's contact information. The change ensures that users can easily access the FSF's current details via their official website, improving the accuracy and accessibility of licensing information throughout the repository's main license files and source code headers.

Highlights

  • FSF Contact Information Update: The Free Software Foundation (FSF) contact address has been updated across all relevant license files, replacing the outdated physical address with a direct URL to the FSF website.
  • Document Formatting Improvements: Form feed characters (U+000C) were introduced in the LICENSE and docs/LICENSE.GPL files to enhance document structure and readability, likely for better page separation when printed or viewed.
  • Sample Copyright Disclaimer Revision: The placeholder name in the sample copyright disclaimer within LICENSE and docs/LICENSE.GPL was changed from 'Ty Coon' to 'Moe Ghoul'.
Changelog
  • LICENSE
    • Replaced the FSF physical address with a URL to https://fsf.org/.
    • Added form feed characters at various points to improve document layout.
    • Updated the sample name in the copyright disclaimer from 'Ty Coon' to 'Moe Ghoul'.
  • docs/LICENSE.GPL
    • Replaced the FSF physical address with a URL to https://fsf.org/.
    • Adjusted indentation for several section headers, including 'GNU LESSER GENERAL PUBLIC LICENSE', 'Preamble', 'NO WARRANTY', and 'END OF TERMS AND CONDITIONS'.
    • Added form feed characters at various points to improve document layout.
    • Updated the sample name in the copyright disclaimer from 'Ty Coon' to 'Moe Ghoul'.
  • docs/LICENSE.rst
    • Replaced the FSF physical address with a URL to https://www.gnu.org/licenses/.
  • pygeoif/init.py
    • Updated the FSF contact information in the license header comment to https://www.gnu.org/licenses/.
  • pygeoif/exceptions.py
    • Updated the FSF contact information in the license header comment to https://www.gnu.org/licenses/.
  • pygeoif/factories.py
    • Updated the FSF contact information in the license header comment to https://www.gnu.org/licenses/.
  • pygeoif/feature.py
    • Updated the FSF contact information in the license header comment to https://www.gnu.org/licenses/.
  • pygeoif/functions.py
    • Updated the FSF contact information in the license header comment to https://www.gnu.org/licenses/.
  • pygeoif/geometry.py
    • Updated the FSF contact information in the license header comment to https://www.gnu.org/licenses/.
  • pygeoif/types.py
    • Updated the FSF contact information in the license header comment to https://www.gnu.org/licenses/.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@what-the-diff
Copy link
Copy Markdown

what-the-diff bot commented Feb 23, 2026

PR Summary

  • Updated License Information
    The physical address of the Free Software Foundation in the license files and in comments throughout the codebase has been replaced with an online link. This makes it easier for users to get the latest and correct information about the license.

  • Addition of control character in license files
    An additional control character (form feed) has been incorporated into sections of the LICENSE and LICENSE.GPL files, this change won't affect the license agreement, it is purely technical to ensure good organization of the text file.

  • License Files Formatting
    There have been minor adjustments in the formatting of the LICENSE and LICENSE.GPL files. This move was meant to enhance consistency in the presentation of headers and terms.

  • Copyright Disclaimer Signature Update
    The copyright disclaimer signature has been changed at the end of the license files from "Ty Coon" to "Moe Ghoul", reflecting the update in ownership.

  • Consistent Licensing Information across Python modules
    We have updated comments throughout various Python module files to use the new link format for referencing licensing information, replacing physical addresses for convenient and direct access to the relevant information.

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Feb 23, 2026

Codacy's Analysis Summary

0 new issue (≤ 0 issue)
0 new security issue
0 complexity
0 duplications

Review Pull Request in Codacy →

AI Reviewer available: add the codacy-review label to get contextual insights without leaving GitHub.

@github-actions
Copy link
Copy Markdown

Preparing review...

1 similar comment
@github-actions
Copy link
Copy Markdown

Preparing review...

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Feb 23, 2026

Greptile Summary

This PR updates the Free Software Foundation contact information across all license files and source code headers, replacing the outdated physical address with the canonical URL <https://www.gnu.org/licenses/> as recommended by the FSF.

  • Updated FSF address in LICENSE and docs/LICENSE.GPL to <https://fsf.org/>
  • Updated license notice in all 8 Python source files to reference <https://www.gnu.org/licenses/> instead of the physical address
  • Updated docs/LICENSE.rst with the same URL reference
  • Minor formatting improvements to align with the canonical LGPL 2.1 text

All changes are purely administrative and do not affect the code functionality or the licensing terms.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Administrative update to license text that only modernizes FSF contact information as recommended by the FSF itself, with no code changes
  • No files require special attention

Important Files Changed

Filename Overview
LICENSE Updated FSF address to URL format, minor formatting cleanups
docs/LICENSE.GPL Synchronized with canonical LGPL 2.1 text, updated FSF address to URL
docs/LICENSE.rst Updated license reference from physical address to URL
pygeoif/init.py Updated license header to use URL instead of FSF physical address
pygeoif/exceptions.py Updated license header to use URL instead of FSF physical address
pygeoif/factories.py Updated license header to use URL instead of FSF physical address
pygeoif/feature.py Updated license header to use URL instead of FSF physical address
pygeoif/functions.py Updated license header to use URL instead of FSF physical address
pygeoif/geometry.py Updated license header to use URL instead of FSF physical address
pygeoif/types.py Updated license header to use URL instead of FSF physical address

Last reviewed commit: 858a555

Copy link
Copy Markdown

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Copy link
Copy Markdown

@llamapreview llamapreview bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto Pull Request Review from LlamaPReview

Review Status: Automated Review Skipped

Dear contributor,

Thank you for your Pull Request. LlamaPReview has analyzed your changes and determined that this PR does not require an automated code review.

Analysis Result:

PR contains only documentation updates and license header changes, requiring no automated code review

We're continuously improving our PR analysis capabilities. Have thoughts on when and how LlamaPReview should perform automated reviews? Share your insights in our GitHub Discussions.

Best regards,
LlamaPReview Team

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (0eda0c2) to head (858a555).
⚠️ Report is 8 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop      #337   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           32        32           
  Lines         2709      2709           
  Branches        91        91           
=========================================
  Hits          2709      2709           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines 4 to 7
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
<https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action required

1. Edited lgpl license text 🐞 Bug ⛯ Reliability

The PR modifies the LGPL-2.1 license text in LICENSE (FSF postal address replaced with a URL). Since
the license text itself states it may only be copied/distributed verbatim, this introduces
licensing/compliance ambiguity for downstream redistribution.
Agent Prompt
## Issue description
The PR edits the LGPL-2.1 license text in `LICENSE` (e.g., replacing the FSF postal address with a URL). The license text itself states it may only be distributed verbatim; shipping a modified license text can create compliance ambiguity.

## Issue Context
`pyproject.toml` includes `LICENSE` in `license-files`, so this modified file is distributed in packaged artifacts.

## Fix Focus Areas
- LICENSE[4-7]
- pyproject.toml[43-47]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request effectively updates the FSF address and license references across various documentation and source files. The changes align with the modern GNU license notices and ensure consistency in referencing the canonical GNU licenses URL. The updates are well-executed and address the stated goals of the pull request.

I am having trouble creating individual review comments. Click here to see my feedback.

LICENSE (58)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

LICENSE (114)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

LICENSE (161)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

LICENSE (219)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

LICENSE (270)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

LICENSE (332)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

LICENSE (373)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

LICENSE (425)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

LICENSE (459)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

docs/LICENSE.GPL (58)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

docs/LICENSE.GPL (114)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

docs/LICENSE.GPL (161)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

docs/LICENSE.GPL (219)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

docs/LICENSE.GPL (270)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

docs/LICENSE.GPL (332)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

docs/LICENSE.GPL (373)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

docs/LICENSE.GPL (425)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

docs/LICENSE.GPL (459)

medium

The form feed character (\f or \x0C) was added on this line. While it can be used for pagination in print, it's generally not needed or desired in plain text files within a digital repository, as it can appear as an unusual character in some text editors or viewers. If this was not intentionally added for a specific display purpose, it might be better to remove it for cleaner text presentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants