Skip to content

Commit

Permalink
Added LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-sommer committed Feb 10, 2014
1 parent 8b3adc5 commit a4cf0d9
Show file tree
Hide file tree
Showing 59 changed files with 541 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Command/CreateUserCommand.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Command;

use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
Expand Down
9 changes: 9 additions & 0 deletions Command/Worker/ExecuteCommand.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Command\Worker;

use Symfony\Component\Console\Input\InputArgument;
Expand Down
9 changes: 9 additions & 0 deletions Command/Worker/ListCommand.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Command\Worker;

use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
Expand Down
9 changes: 9 additions & 0 deletions Controller/Auth/PasswordResetController.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Controller\Auth;

use Symfony\Component\HttpFoundation\Request;
Expand Down
9 changes: 9 additions & 0 deletions Controller/AuthController.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Controller;

use Symfony\Component\Security\Core\SecurityContext;
Expand Down
9 changes: 9 additions & 0 deletions Controller/Controller.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller as BaseController;
Expand Down
9 changes: 9 additions & 0 deletions Controller/FileController.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Controller;

use Symfony\Component\HttpFoundation\Request;
Expand Down
9 changes: 9 additions & 0 deletions Controller/GroupController.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Controller;

use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
Expand Down
9 changes: 9 additions & 0 deletions Controller/ProfileController.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Controller;

use Symfony\Component\HttpFoundation\Request;
Expand Down
9 changes: 9 additions & 0 deletions Controller/UserController.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Controller;

use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
Expand Down
9 changes: 9 additions & 0 deletions DataFixtures/ORM/CountryAndRegionData.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\DataFixtures\ORM;

use Doctrine\Common\DataFixtures\AbstractFixture;
Expand Down
9 changes: 9 additions & 0 deletions DataFixtures/ORM/GroupData.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\DataFixtures\ORM;

use Doctrine\Common\DataFixtures\AbstractFixture;
Expand Down
9 changes: 9 additions & 0 deletions DataFixtures/ORM/InitialUserData.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\DataFixtures\ORM;

use Doctrine\Common\DataFixtures\AbstractFixture;
Expand Down
9 changes: 9 additions & 0 deletions DependencyInjection/Compiler/RegisterFormTypesPass.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\DependencyInjection\Compiler;

use Symfony\Component\DependencyInjection\Reference,
Expand Down
9 changes: 9 additions & 0 deletions DependencyInjection/Compiler/RegisterWorkersPass.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\DependencyInjection\Compiler;

use Symfony\Component\DependencyInjection\Reference;
Expand Down
9 changes: 9 additions & 0 deletions DependencyInjection/Configuration.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\DependencyInjection;

use Symfony\Component\Config\Definition\Builder\TreeBuilder;
Expand Down
9 changes: 9 additions & 0 deletions DependencyInjection/OrkestraApplicationExtension.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\DependencyInjection;

use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down
9 changes: 9 additions & 0 deletions Entity/Contact/Address.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Entity\Contact;

use Doctrine\ORM\Mapping as ORM;
Expand Down
9 changes: 9 additions & 0 deletions Entity/Contact/Country.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Entity\Contact;

use Doctrine\ORM\Mapping as ORM;
Expand Down
9 changes: 9 additions & 0 deletions Entity/Contact/Region.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Entity\Contact;

use Doctrine\ORM\Mapping as ORM;
Expand Down
9 changes: 9 additions & 0 deletions Entity/EmailTemplate.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Entity;

use Doctrine\ORM\Mapping as ORM;
Expand Down
9 changes: 9 additions & 0 deletions Entity/File.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Entity;

use Doctrine\ORM\Mapping as ORM;
Expand Down
9 changes: 9 additions & 0 deletions Entity/Group.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Entity;

use Orkestra\Bundle\ApplicationBundle\Model\GroupInterface;
Expand Down
9 changes: 9 additions & 0 deletions Entity/Preferences.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Entity;

use Orkestra\Bundle\ApplicationBundle\Model\PreferencesInterface;
Expand Down
9 changes: 9 additions & 0 deletions Entity/User.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Entity;

use Orkestra\Bundle\ApplicationBundle\Model\GroupInterface;
Expand Down
9 changes: 9 additions & 0 deletions Form/ChangePasswordType.php
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the OrkestraApplicationBundle package.
*
* Copyright (c) Orkestra Community
*
* For the full copyright and license information, please view the LICENSE file
* that was distributed with this source code.
*/

namespace Orkestra\Bundle\ApplicationBundle\Form;

use Symfony\Component\Form\AbstractType;
Expand Down

0 comments on commit a4cf0d9

Please sign in to comment.