Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit cc8a20b

Browse files
author
Alexander Melnyk
authored
chore: fix license with proper copyright owner (#8)
fix MIT-0 license, bump projen verison
1 parent 4118a60 commit cc8a20b

File tree

6 files changed

+87
-99
lines changed

6 files changed

+87
-99
lines changed

.projen/deps.json

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 41 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
const { awscdk } = require('projen');
1+
const {
2+
awscdk,
3+
License,
4+
} = require('projen');
25
const project = new awscdk.AwsCdkConstructLibrary({
36
authorName: 'Alexander Melnyk',
47
authorOrganization: true,
@@ -14,12 +17,12 @@ const project = new awscdk.AwsCdkConstructLibrary({
1417
distName: 'cdk-lambda-powertools-python-layer',
1518
module: 'cdk_lambda_powertools_python_layer',
1619
},
20+
license: 'MIT-0',
21+
copyrightOwner: 'Amazon.com, Inc. or its affiliates. All Rights Reserved.',
1722
catalog: {
1823
twitter: 'am29d',
1924
announce: false,
2025
},
21-
license: 'MIT-0',
2226
});
2327

24-
2528
project.synth();

LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)