Skip to content

Commit

Permalink
Merge pull request #4 from claroline/license
Browse files Browse the repository at this point in the history
Added license info
  • Loading branch information
stefk committed Nov 19, 2013
2 parents c17a71c + ce60c6f commit 0b1b91a
Show file tree
Hide file tree
Showing 6 changed files with 713 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ClarolinePdfPlayerBundle.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Claroline Connect package.
*
* (c) Claroline Consortium <consortium@claroline.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Claroline\PdfPlayerBundle;

use Claroline\CoreBundle\Library\PluginBundle;
Expand Down
9 changes: 9 additions & 0 deletions Controller/PdfPlayerController.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Claroline Connect package.
*
* (c) Claroline Consortium <consortium@claroline.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Claroline\PdfPlayerBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller;
Expand Down
9 changes: 9 additions & 0 deletions DependencyInjection/ClarolinePdfPlayerExtension.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Claroline Connect package.
*
* (c) Claroline Consortium <consortium@claroline.net>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Claroline\PdfPlayerBundle\DependencyInjection;

use Symfony\Component\HttpKernel\DependencyInjection\Extension;
Expand Down

0 comments on commit 0b1b91a

Please sign in to comment.