-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing license on SnapshotRestore.Registry package #1887
Comments
We should perhaps include the below license (taken from /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/ @normj Please review the wording. @mbp Please confirm if you are referring to license header comment in source Thanks, |
@ashishdhingra no, I refer to the license specified on the NuGet package. If you go to https://www.nuget.org/packages/Amazon.Lambda.RuntimeSupport then you can see license information which links to https://aws.amazon.com/apache-2-0/ |
@mbp Thanks for the confirmation. Upon further analysis, looks like:
Fix would be to declare |
@mbp That is a miss on our part not getting the license in there. We will get it updated but due to US holidays and re:Invent next week we won't be able to push out a new version till after re:Invent. |
It is also not using the reserved 'Amazon.' prefix on the nuget package so for now we're not permitting our devs to upgrade to it. Can that be corrected too? |
It also seems Amazon.Lambda.Annotations lost the license. On 1.5.2 it was Apache 2.0, But no license specified on 1.5.3. |
@mbp Thanks for reporting the same. In PR #1842, CC @philasmar @normj We should scan all packages that had |
I'll bring this up to the Lambda team but this naming was intentional by the Lambda team for the idea of SnapStart hooks being a bigger concept than just an AWS idea. |
Describe the bug
Amazon.Lambda.RuntimeSupport now depends on new package SnapshotRestore.Registry
In our organisation, we monitor the licenses of NuGet packages, and usually AWS packages use Apache 2.0 license. However, the SnapshotRestore.Registry package does not specify a license.
Regression Issue
Expected Behavior
That the SnapshotRestore.Registry uses the Apache 2.0 license.
Current Behavior
Missing license
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
SnapshotRestore.Registry 1.0.0
Targeted .NET Platform
.NET 8
Operating System and version
Windows
The text was updated successfully, but these errors were encountered: