Skip to content

Commit 97b5387

Browse files
committed
git pushMerge branch 'main' of github.com:numberly/vault-db-injector
2 parents 8ff7628 + 9748e06 commit 97b5387

File tree

3 files changed

+4
-205
lines changed

3 files changed

+4
-205
lines changed

docs/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ We welcome contributions from the community! Please see our [Contribution Guidel
5656

5757
## License
5858

59-
This project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for details.
59+
This project is licensed under the terms of the Apache-2.0 license. See the [LICENSE](https://github.com/numberly/vault-db-injector/blob/main/LICENSE) file for details.
6060

6161
## Contact
6262

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ name = "vault-db-injector"
77
version = "1.0"
88
description = "vault-db-injector credentials with Kubernetes and Vault"
99
readme = "README.md"
10-
license = "MIT"
10+
license = "Apache-2.0"
1111
requires-python = ">=3.10"
1212
authors = [
1313
{ name = "Numberly", email = "[email protected]" },
1414
]
1515
classifiers = [
16-
"License :: OSI Approved :: MIT License",
16+
"License :: OSI Approved :: Apache Software License",
1717
"Operating System :: POSIX :: Linux",
1818
]
1919
dependencies = [
@@ -37,4 +37,4 @@ dependencies = [
3737
]
3838

3939
[tool.hatch.build.targets.wheel]
40-
packages = ["src/vault_db_injector"]
40+
packages = ["src/vault_db_injector"]

0 commit comments

Comments
 (0)