Skip to content

Commit

Permalink
Add license information on files' headers
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemoody committed Jan 12, 2015
1 parent f7e92f2 commit 2ec8db5
Show file tree
Hide file tree
Showing 35 changed files with 214 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/Respect/Rest/Request.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routable.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Router.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routes/AbstractRoute.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routes;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routes/Callback.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routes;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routes/ClassName.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routes;

Expand Down
7 changes: 7 additions & 0 deletions library/Respect/Rest/Routes/Error.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routes;

class Error extends Callback
Expand Down
7 changes: 7 additions & 0 deletions library/Respect/Rest/Routes/Exception.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routes;

class Exception extends Callback
Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routes/Factory.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routes;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routes/Instance.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routes;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routes/StaticValue.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routes;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/AbstractAccept.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
7 changes: 7 additions & 0 deletions library/Respect/Rest/Routines/AbstractCallbackList.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

use UnexpectedValueException;
Expand Down
7 changes: 7 additions & 0 deletions library/Respect/Rest/Routines/AbstractCallbackMediator.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

use Respect\Rest\Request;
Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/AbstractRoutine.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/AbstractSyncedRoutine.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/Accept.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/AcceptCharset.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/AcceptEncoding.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/AcceptLanguage.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/AuthBasic.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/By.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/ContentType.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/IgnorableFileExtension.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/LastModified.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/ParamSynced.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/ProxyableBy.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/ProxyableThrough.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/ProxyableWhen.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/Rel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/Routinable.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/Through.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/Unique.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/UserAgent.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down
6 changes: 6 additions & 0 deletions library/Respect/Rest/Routines/When.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?php
/*
* This file is part of the Respect\Rest package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Respect\Rest\Routines;

Expand Down

0 comments on commit 2ec8db5

Please sign in to comment.