Skip to content

fix: update third-party license attributions#217

Merged
j-d-ha merged 5 commits into
mainfrom
fix/update-3rd-party-licenses
Dec 4, 2025
Merged

fix: update third-party license attributions#217
j-d-ha merged 5 commits into
mainfrom
fix/update-3rd-party-licenses

Conversation

@j-d-ha

@j-d-ha j-d-ha commented Dec 4, 2025

Copy link
Copy Markdown
Collaborator

🚀 Pull Request

📋 Summary

This PR updates the license attributions in source code files to accurately reflect the copyright holders and source references for third-party code:

  • ASP.NET Core files: Updated copyright from ".NET Foundation" to ".NET Foundation and Contributors" to match the official copyright notice in the ASP.NET Core repository
  • Azure Functions Worker files:
    • Corrected copyright holder from ".NET Foundation" to "Microsoft Corporation" for IFeatureProvider
    • Updated source URLs to point to specific version tags (2.51.0) instead of main branch for reproducibility

These changes ensure proper attribution and make it easier to verify the original source code.


✅ Checklist

  • My changes build cleanly
  • I've added/updated relevant tests
  • I've added/updated documentation or README
  • I've followed the coding style for this project
  • I've tested the changes locally (if applicable)

🧪 Related Issues or PRs

N/A - Documentation/attribution updates only


💬 Notes for Reviewers

This PR only updates source code comments for attribution purposes. No functional code changes were made. All changes are to XML documentation comments that reference the original source repositories.

The changes correct:

  1. Copyright holders to match the actual copyright notices in the source repositories
  2. Source URLs to use specific version tags for better traceability

…comment

- Updated the URL to reflect the specific version (2.51.0) of the source file.
- Corrected the copyright holder to reference Microsoft Corporation.
- Updated the URL to point to the specific version (2.51.0) of the source file.
- Updated the copyright holder to include ".NET Foundation and Contributors".
- Added "and Contributors" to the copyright holder for alignment with upstream source.
- Added "and Contributors" to the copyright holder for consistency with upstream source.
@github-actions github-actions Bot added the type: fix Bug fix label Dec 4, 2025
@j-d-ha j-d-ha changed the title fix(license): update third-party license attributions fix: update third-party license attributions Dec 4, 2025
@sonarqubecloud

sonarqubecloud Bot commented Dec 4, 2025

Copy link
Copy Markdown

@codecov

codecov Bot commented Dec 4, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #217   +/-   ##
=======================================
  Coverage   90.92%   90.92%           
=======================================
  Files         102      102           
  Lines        2227     2227           
  Branches      252      252           
=======================================
  Hits         2025     2025           
  Misses        109      109           
  Partials       93       93           
Files with missing lines Coverage Δ
...AwsLambda.Host/Builder/LambdaApplicationBuilder.cs 95.72% <ø> (ø)
...bda.Host/Core/Context/LambdaHostContextAccessor.cs 100.00% <ø> (ø)
...mbda.Host/Core/Options/LambdaApplicationOptions.cs 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3f5cbd...3a8d72c. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@j-d-ha
j-d-ha merged commit 2269d42 into main Dec 4, 2025
8 of 9 checks passed
@j-d-ha
j-d-ha deleted the fix/update-3rd-party-licenses branch December 4, 2025 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant