Skip to content

chore: add license header to TrafficFlowObserved.py#55

Merged
sonmessia merged 1 commit intomainfrom
docs/add-license-header
Dec 9, 2025
Merged

chore: add license header to TrafficFlowObserved.py#55
sonmessia merged 1 commit intomainfrom
docs/add-license-header

Conversation

@sonmessia
Copy link
Copy Markdown
Owner

@sonmessia sonmessia commented Dec 9, 2025

Proposed changes

Types of changes

  • 🐛 Bug fix (non-breaking change which fixes an issue)

  • ✨ Feature (non-breaking change which adds functionality)

  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)

  • 📝 Docs (documentation only changes)

  • ♻️ Refactor (code improvement without changing functionality)

Checklist

  • Docker build successful (src/backend)

  • All tests passing (pytest)

  • Code follows project standards (Black, Ruff, MyPy)

  • Service boundaries maintained

  • .env.example updated (if environment variables changed)

  • No debug print statements left

Copilot AI review requested due to automatic review settings December 9, 2025 03:06
@sonmessia sonmessia merged commit 1d7059f into main Dec 9, 2025
4 of 5 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds the standard MIT license header to the TrafficFlowObserved.py model file, bringing it into alignment with all other Python files in the project. The license header includes the copyright notice for the Green Wave Team, license type declaration, and a link to the MIT License.

  • Adds a 5-line MIT license header block to TrafficFlowObserved.py
  • Maintains consistency with the project-wide licensing convention

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -1,3 +1,8 @@
# Copyright (c) 2025 Green Wave Team
#
Copy link

Copilot AI Dec 9, 2025

Choose a reason for hiding this comment

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

Line 2 should be just # without a trailing space to match the license header format used consistently across all other Python files in the project (e.g., AirQualityObserved.py, Building.py, main.py).

Suggested change
#
#

Copilot uses AI. Check for mistakes.
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