Skip to content

Commit

Permalink
Added the missing License section in the README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
avpaderno committed Feb 18, 2025
1 parent ef3722a commit 65ed741
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion tests/apc_storage_lock.test
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 65ed741

Please sign in to comment.