diff options
Diffstat (limited to 'lib/private/Memcache/WithLocalCache.php')
-rw-r--r-- | lib/private/Memcache/WithLocalCache.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/private/Memcache/WithLocalCache.php b/lib/private/Memcache/WithLocalCache.php index 5b7ccc10e39..0fc5d310801 100644 --- a/lib/private/Memcache/WithLocalCache.php +++ b/lib/private/Memcache/WithLocalCache.php @@ -1,5 +1,9 @@ <?php +/** + * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ namespace OC\Memcache; use OCP\Cache\CappedMemoryCache; |