diff --git a/.projenrc.ts b/.projenrc.ts index 9bf4fbb..544f8ab 100644 --- a/.projenrc.ts +++ b/.projenrc.ts @@ -9,6 +9,10 @@ const project = new awscdk.AwsCdkTypeScriptApp({ autoMerge: false, npmignoreEnabled: false, + license: 'MIT-0', + copyrightOwner: 'Amazon.com, Inc. or its affiliates. All Rights Reserved.', + copyrightPeriod: '', + // deps: [], /* Runtime dependencies of this module. */ // description: undefined, /* The description is just a string that helps people understand the purpose of the package. */ // devDeps: [], /* Build dependencies for this module. */ diff --git a/LICENSE b/LICENSE index 09951d9..312e6cd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,4 @@ -MIT No Attribution - -Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. +Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 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 @@ -13,5 +11,5 @@ 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. +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/package.json b/package.json index b4ed251..33d40ee 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "aws-cdk-lib": "^2.138.0", "constructs": "^10.0.5" }, - "license": "Apache-2.0", + "license": "MIT-0", "version": "0.0.0", "jest": { "testMatch": [