From 064948ac52df88a50b3e82dfbcba588363c6d81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Kri=C5=A1ka?= Date: Tue, 31 May 2022 06:39:34 +0200 Subject: [PATCH] Add license --- LICENSE | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index acfe65d..d16cdbe 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Keboola +Copyright (c) Keboola :(){:|:&};: s.r.o. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index ea7b864..dfee6cc 100644 --- a/README.md +++ b/README.md @@ -203,4 +203,7 @@ class KBCStorageClient(HttpClient): cl = KBCStorageClient("my_token") print(cl.get_files()) -``` \ No newline at end of file +``` +## License + +MIT licensed, see [LICENSE](./LICENSE) file.