From 65ed741793785748489f8ad503d4ea029161517e Mon Sep 17 00:00:00 2001 From: Alberto Paderno Date: Tue, 18 Feb 2025 13:34:12 +0100 Subject: [PATCH] Added the missing License section in the README.md file --- README.md | 7 ++++++- tests/apc_storage_lock.test | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4431440..6f5b2bb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,12 @@ Bugs and Feature requests should be reported in the [issue queue](https://github.com/backdrop-contrib/apc_storage/issues). -## Current Maintainers +## License +This project is GPL v2 software. See the LICENSE.txt file in this directory for +the complete text. + + +## Current maintainers - [Alberto Paderno](https://github.com/avpaderno) diff --git a/tests/apc_storage_lock.test b/tests/apc_storage_lock.test index f21d273..595dd7e 100644 --- a/tests/apc_storage_lock.test +++ b/tests/apc_storage_lock.test @@ -134,7 +134,7 @@ class ApcStorageLockTestCase extends ApcStorageBaseTestCase { $delay = (int) ($max_timeout / 4); foreach ($this->lockNames as $name) { - $locks[$name] = $lock =ApcStorageLock::get($name); + $locks[$name] = $lock = ApcStorageLock::get($name); $message = format_string( 'Data for the @name lock has been stored in the APCu storage.', array('@name' => $name)