Skip to content

Create LICENSE#94

Merged
alexec merged 2 commits intokitproj:mainfrom
quaid:bugfix/license-file
Aug 27, 2025
Merged

Create LICENSE#94
alexec merged 2 commits intokitproj:mainfrom
quaid:bugfix/license-file

Conversation

@quaid
Copy link
Contributor

@quaid quaid commented Aug 26, 2025

tl;dr -- providing a missing license file, copyright information is best-guess, go ahead and modify the PR with accurate information

The LICENSE file appears to be missing or was accidentally removed (I didn't dig around to much to see what happened.) Since the README declares MIT license and points to the LICENSE file in the source root, I figure this MIT file with the copyright dates covering the length of the codebase would be the right thing, yes?

Regarding copyright ownership mentioned there --that practice of naming an entity and others ("et al") is one I have seen and used before to simplify the list. This is because the commit history holds the details about who created what. (A variation is "Copyright (C) 2022-2025 Kit Project contributors", and the contributors are by definition those in the commit history.)

The reason for picking Alex's name is this project shows the signs of being a personal project and not on behalf of an employer. Where open source is written as works-for-hire, the practice of putting the employer in as the copyright holder is commonly used, and the licensing by that copyright holder provides the individual contributors the assurance of using and contributing to this code base going forward (even if they move on to a different employer, etc.)

Summary by CodeRabbit

  • Documentation
    • Added a LICENSE file containing the MIT license, clarifying permissions for use, modification, distribution, sublicensing, required attribution, and the standard warranty disclaimer.
  • Chores
    • Formalized project licensing information in the repository to make usage, redistribution, and contributor obligations clear for users and contributors.

tl;dr -- providing a missing license file, copyright information is best-guess, go ahead and modify the PR with accurate information

The `LICENSE` file appears to be missing or was accidentally removed (I didn't dig around to much to see what happened.) Since the `README` declares MIT license and points to the `LICENSE` file in the source root, I figure this MIT file with the copyright dates covering the length of the codebase would be the right thing, yes?

Regarding copyright ownership mentioned there --that practice of naming an entity and others ("et al") is one I have seen and used before to simplify the list. This is because the commit history holds the details about who created what. (A variation is "Copyright (C) 2022-2025 Kit Project contributors", and the contributors are by definition those in the commit history.)

The reason for picking Alex's name is this project shows the signs of being a personal project and not on behalf of an employer. Where open source is written as works-for-hire, the practice of putting the employer in as the copyright holder is commonly used, and the licensing by that copyright holder provides the individual contributors the assurance of using and contributing to this code base going forward (even if they move on to a different employer, etc.)

Signed-off-by: Karsten Wade <quaid@iquaid.org>
@coderabbitai
Copy link

coderabbitai bot commented Aug 26, 2025

Walkthrough

Adds a new LICENSE file containing the MIT license text with a 2022–2025 copyright notice for Alex Collins et al. No source code or public API changes.

Changes

Cohort / File(s) Summary of Changes
Licensing
LICENSE
Added MIT license text, including grant of permissions (use, copy, modify, merge, publish, distribute, sublicense, sell), requirement to include copyright and license in copies, and the “AS IS” warranty disclaimer limiting liability.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

I nibble the docs with lawful delight,
A LICENSE lands, crisp, clear, and bright.
MIT clover beneath evening's glow,
Permissions scatter where the wild winds blow.
I hop away singing — open code, let's go! 🐇✨

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.


📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 14b59b4 and 5d5221f.

📒 Files selected for processing (1)
  • LICENSE (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • LICENSE
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (3)
LICENSE (3)

1-1: Consider canonicalizing the copyright line and adding a title for better license detection.

Many scanners look for a “MIT License” title and a canonical “Copyright (c) …” format. Optional but improves auto-detection and consistency.

Apply this diff:

+MIT License
+
-Copyright 2022-2025 Alex Collins et al
+Copyright (c) 2022-2025 Kit Project contributors

Notes:

  • If you prefer naming the individual, keep it but still add “(c)”:
    Copyright (c) 2022-2025 Alex Collins and contributors.
  • Feel free to adjust the holder name per the project’s preference (e.g., “The Kit Project contributors”).

3-7: Replace curly quotes with straight ASCII quotes to avoid license-scanner mismatches.

Some tools fail to match the MIT text when typographic quotes are used.

Apply this diff:

-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
@@
-THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

8-8: Add a trailing newline at EOF.

Ensures POSIX-compatibility and avoids noisy diffs in future edits.

Apply this diff:

-8
+8
+
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 52df651 and 14b59b4.

📒 Files selected for processing (1)
  • LICENSE (1 hunks)
🔇 Additional comments (2)
LICENSE (2)

1-7: Good addition: repository now has a clear MIT license.

This unblocks downstream consumers, compliance scanners, and package registries that expect a LICENSE at the repo root.


1-1: ✅ License range “2022–2025” is accurate
The project’s first commit is dated December 18, 2022, so the start year in LICENSE correctly reflects the initial contribution. No update required.

Pulling in the CodeRabbit suggestions (as I couldn't find another way to accept the suggested nitpicks, which were good stuff IMO.)

Signed-off-by: Karsten Wade <quaid@iquaid.org>
Copy link
Collaborator

@alexec alexec left a comment

Choose a reason for hiding this comment

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

This is correct.

@alexec alexec merged commit 7ba7067 into kitproj:main Aug 27, 2025
2 checks passed
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