Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php')
-rw-r--r--server/vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php b/server/vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php
index 319a67e..5ed3303 100644
--- a/server/vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php
+++ b/server/vendor/slim/slim/Slim/Interfaces/RouteGroupInterface.php
@@ -1,9 +1,9 @@
<?php
/**
- * Slim Framework (http://slimframework.com)
+ * Slim Framework (https://slimframework.com)
*
* @link https://github.com/slimphp/Slim
- * @copyright Copyright (c) 2011-2016 Josh Lockhart
+ * @copyright Copyright (c) 2011-2017 Josh Lockhart
* @license https://github.com/slimphp/Slim/blob/3.x/LICENSE.md (MIT License)
*/
namespace Slim\Interfaces;