diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..ca85991
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,9 @@
+MIT License
+
+Copyright © 2021 Visma
+
+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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 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.
diff --git a/README.md b/README.md
index 1598a5b..d492415 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,15 @@
# FileAPI Integration Examples
+
Collection of examples that show how to integrate the File API using different technologies like:
-- .Net Core
+- .NET Core
- Curl scripts
+
+## Acknowledgements
+
+- [Json.NET](https://github.com/JamesNK/Newtonsoft.Json). [License](https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md).
+- [Moq](https://github.com/moq/moq4xunit). [License](https://raw.githubusercontent.com/moq/moq4/master/License.txt).
+- [xUnit](https://github.com/xunit/xunit). [License](https://github.com/xunit/xunit/blob/main/LICENSE).
+- [Polly](https://github.com/App-vNext/Polly). [License](https://github.com/App-vNext/Polly/blob/master/LICENSE.txt).
+- [Coverlet](https://github.com/coverlet-coverage/coverlet). [License](https://github.com/coverlet-coverage/coverlet/blob/master/LICENSE).
+- [NetEscapades.Configuration](https://github.com/andrewlock/NetEscapades.Configuration). [License](https://github.com/andrewlock/NetEscapades.Configuration/blob/master/LICENSE).
+- [StreamCompare](https://github.com/neosmart/StreamCompare). [License](https://github.com/neosmart/StreamCompare/blob/master/LICENSE).
diff --git a/net-core-with-file-api-sdk/FileAPI.MFT.FileSystem.NetCore22/FileAPI.MFT.FileSystem.NetCore22.csproj b/net-core-with-file-api-sdk/FileAPI.MFT.FileSystem.NetCore22/FileAPI.MFT.FileSystem.NetCore22.csproj
index a69968f..52168e7 100644
--- a/net-core-with-file-api-sdk/FileAPI.MFT.FileSystem.NetCore22/FileAPI.MFT.FileSystem.NetCore22.csproj
+++ b/net-core-with-file-api-sdk/FileAPI.MFT.FileSystem.NetCore22/FileAPI.MFT.FileSystem.NetCore22.csproj
@@ -5,6 +5,8 @@
false
true
true
+ Visma
+ Copyright © 2021 Visma
diff --git a/net-core-with-file-api-sdk/FileAPI.MFT.Streaming.NetCore22/FileAPI.MFT.Streaming.NetCore22.csproj b/net-core-with-file-api-sdk/FileAPI.MFT.Streaming.NetCore22/FileAPI.MFT.Streaming.NetCore22.csproj
index 176f6a0..e023149 100644
--- a/net-core-with-file-api-sdk/FileAPI.MFT.Streaming.NetCore22/FileAPI.MFT.Streaming.NetCore22.csproj
+++ b/net-core-with-file-api-sdk/FileAPI.MFT.Streaming.NetCore22/FileAPI.MFT.Streaming.NetCore22.csproj
@@ -5,6 +5,8 @@
false
true
true
+ Visma
+ Copyright © 2021 Visma
diff --git a/net-core-with-file-api-sdk/FileAPI.MFT.Utils/FileAPI.MFT.Utils.csproj b/net-core-with-file-api-sdk/FileAPI.MFT.Utils/FileAPI.MFT.Utils.csproj
index 277b501..58ea8b8 100644
--- a/net-core-with-file-api-sdk/FileAPI.MFT.Utils/FileAPI.MFT.Utils.csproj
+++ b/net-core-with-file-api-sdk/FileAPI.MFT.Utils/FileAPI.MFT.Utils.csproj
@@ -5,6 +5,8 @@
netcoreapp2.2
true
true
+ Visma
+ Copyright © 2021 Visma