1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 23:44:27 +02:00

Add LICENSE information

This commit is contained in:
Toby Zerner
2015-09-04 12:31:41 +09:30
parent 1b0aebbaed
commit a3f5c7dde9
6 changed files with 63 additions and 9 deletions

View File

@@ -1,10 +1,14 @@
<?php
// Require the extension's composer autoload file. This will enable all of our
// classes in the src directory to be autoloaded.
/*
* This file is part of Flarum.
*
* (c) Toby Zerner <toby.zerner@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
require __DIR__.'/vendor/autoload.php';
// Return the name of our Extension class. Flarum will register it as a service
// provider, allowing it to register bindings and execute code when the
// application boots.
return 'Flarum\Markdown\Extension';