diff --git a/extend.php b/extend.php index cd33d49..96a946d 100644 --- a/extend.php +++ b/extend.php @@ -3,7 +3,8 @@ /* * This file is part of glowingblue/redis-setup. * - * Copyright (c) 2021 Ian Morland. + * Copyright (c) 2022 Glowing Blue AG. + * Authors: Ian Morland, iPurpl3x, Rafael Horvat. * * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. diff --git a/js/src/admin/index.js b/js/src/admin/index.js index 18504bc..0f67df3 100644 --- a/js/src/admin/index.js +++ b/js/src/admin/index.js @@ -1,5 +1,5 @@ /* - * This file is part of glowingblue/redis-setup-inactive. + * This file is part of glowingblue/redis-setup. * * Copyright (c) 2022 Glowing Blue AG. * Authors: Ian Morland, iPurpl3x, Rafael Horvat. diff --git a/js/src/common/index.js b/js/src/common/index.js index 779a951..a085607 100644 --- a/js/src/common/index.js +++ b/js/src/common/index.js @@ -1,5 +1,5 @@ /* - * This file is part of glowingblue/redis-setup-inactive. + * This file is part of glowingblue/redis-setup. * * Copyright (c) 2022 Glowing Blue AG. * Authors: Rafael Horvat. diff --git a/src/Extend/EnableRedis.php b/src/Extend/EnableRedis.php index 4765ebf..9fc9660 100644 --- a/src/Extend/EnableRedis.php +++ b/src/Extend/EnableRedis.php @@ -1,5 +1,15 @@