From 36396691d32e4d217be9b15fcff30818527a185c Mon Sep 17 00:00:00 2001 From: Ishwar Pandeya Date: Mon, 24 Nov 2025 09:58:25 +0000 Subject: [PATCH] updated the license and the readme --- LICENSE.txt => LICENSE | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) rename LICENSE.txt => LICENSE (95%) diff --git a/LICENSE.txt b/LICENSE similarity index 95% rename from LICENSE.txt rename to LICENSE index 469a66f..18e187e 100644 --- a/LICENSE.txt +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Government Digital Service +Copyright (c) 2016-2024 Government Digital Service 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 5b6915d..07ec32b 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,7 @@ Useful links: - [Documentation](https://docs.notifications.service.gov.uk/php.html) - [Changelog](https://github.com/alphagov/notifications-php-client/blob/main/CHANGELOG.md) - [Contributing to this client](https://github.com/alphagov/notifications-php-client/blob/main/CONTRIBUTING.md) + +## Licence + +Unless stated otherwise, the codebase is released under [the MIT License](LICENSE). This covers both the codebase and any sample code in the documentation.