From 9ec73e1294d927a68e3baea8fdd163c96cc8c463 Mon Sep 17 00:00:00 2001 From: Daniel Justus Date: Fri, 3 May 2024 09:56:06 +0200 Subject: [PATCH] update license --- LICENSE | 2 +- README.md | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 507ce34..51ce057 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Graphcore Research +Copyright (c) 2023 Graphcore Ltd. 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 8b1f27f..c3125dd 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,12 @@ pip install git+ssh://git@github.com/graphcore-research/kg-topology-toolbox 4\. Import and use: ```python from kg_topology_toolbox import TopologyToolbox -``` \ No newline at end of file +``` + +## License + +Copyright (c) 2023 Graphcore Ltd. Licensed under the MIT License. + +The included code is released under the MIT license (see [details of the license](LICENSE)). + +See [notices](NOTICE.md) for dependencies, credits, derived work and further details. \ No newline at end of file