Browse Source

copyright

Visman 1 year ago
parent
commit
9b1008e22b
1 changed files with 7 additions and 2 deletions
  1. 7 2
      app/Core/Container.php

+ 7 - 2
app/Core/Container.php

@@ -1,10 +1,15 @@
 <?php
 /**
  * This file is part of the ForkBB <https://github.com/forkbb>.
+ *
+ * @copyright (c) Visman <mio.visman@yandex.ru, https://github.com/MioVisman>
+ * @license   The MIT License (MIT)
  */
 /**
- * based on Container https://github.com/artoodetoo/container
- * by artoodetoo
+ * based on Container <https://github.com/artoodetoo/container>
+ *
+ * @copyright (c) 2016 artoodetoo <https://github.com/artoodetoo>
+ * @license   The MIT License (MIT)
  */
 
 declare(strict_types=1);