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

Commit 4118a60

Browse files
author
Alexander Melnyk
authored
chore: change license and author description (#5)
Changed license to MIT-0
1 parent 8c7a21b commit 4118a60

File tree

5 files changed

+25
-212
lines changed

5 files changed

+25
-212
lines changed

.jsii

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": {
3-
"email": "amelnyk@amazon.de",
43
"name": "Alexander Melnyk",
4+
"organization": true,
55
"roles": [
66
"author"
77
]
@@ -2853,7 +2853,7 @@
28532853
"docs": {
28542854
"stability": "stable"
28552855
},
2856-
"homepage": "https://github.com/amelnyk/cdk-lambda-powertools-python-layer.git",
2856+
"homepage": "https://github.com/aws-samples/cdk-lambda-powertools-python-layer.git",
28572857
"jsiiVersion": "1.52.0 (build d7c9e27)",
28582858
"keywords": [
28592859
"aws",
@@ -2864,7 +2864,7 @@
28642864
"powertools",
28652865
"python"
28662866
],
2867-
"license": "Apache-2.0",
2867+
"license": "MIT-0",
28682868
"metadata": {
28692869
"jsii": {
28702870
"pacmak": {
@@ -2879,7 +2879,7 @@
28792879
},
28802880
"repository": {
28812881
"type": "git",
2882-
"url": "https://github.com/amelnyk/cdk-lambda-powertools-python-layer.git"
2882+
"url": "https://github.com/aws-samples/cdk-lambda-powertools-python-layer.git"
28832883
},
28842884
"schema": "jsii/0.10.0",
28852885
"targets": {
@@ -3029,5 +3029,5 @@
30293029
}
30303030
},
30313031
"version": "0.0.0",
3032-
"fingerprint": "yi+OPgpzqxFOD5bLwt3fMMOHfi2Rs2/uE1SPJT3c56Y="
3032+
"fingerprint": "VoqUPrCE/YO2FNoQnLRG4LdS46Yr6AdWsfER5uJ8Aw4="
30333033
}

.projen/tasks.json

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

.projenrc.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
const { awscdk } = require('projen');
22
const project = new awscdk.AwsCdkConstructLibrary({
33
authorName: 'Alexander Melnyk',
4-
authorAddress: 'amelnyk@amazon.de',
4+
authorOrganization: true,
55
keywords: ['aws', 'cdk', 'powertools', 'python', 'layer', 'lambda', 'devax'],
66
cdkVersion: '2.2.0',
77
defaultReleaseBranch: 'main',
8-
majorVersion: '0',
8+
majorVersion: '2',
99
name: 'cdk-lambda-powertools-python-layer',
10-
repositoryUrl: 'https://github.com/amelnyk/cdk-lambda-powertools-python-layer.git',
10+
repositoryUrl: 'https://github.com/aws-samples/cdk-lambda-powertools-python-layer.git',
1111
description: 'A lambda layer for AWS Powertools for python',
1212
github: false,
1313
publishToPypi: {
@@ -18,6 +18,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1818
twitter: 'am29d',
1919
announce: false,
2020
},
21+
license: 'MIT-0',
2122
});
2223

2324

LICENSE

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

package.json

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

0 commit comments

Comments
 (0)