Skip to content

Commit

Permalink
Copyright text per file cleanup for php-cs-fixer.
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jan 20, 2015
1 parent 7365e4d commit 656b5f2
Show file tree
Hide file tree
Showing 179 changed files with 181 additions and 181 deletions.
2 changes: 1 addition & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion app/config/config_dev.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion app/config/config_prod.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion app/config/config_test.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion app/config/routing.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion app/config/routing_dev.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion app/config/security.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion app/console
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Controller/OAuth2Controller.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/EventListener/ExceptionListener.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Exception/AccessDeniedException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Exception/InvalidClientException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Exception/InvalidGrantException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Exception/InvalidScopeException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Exception/ServerErrorException.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/AccessTokenInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/AuthorizeInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/AuthorizeManagerInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/ClientInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/ClientManagerInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/CodeInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/CodeManagerInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/InMemory/AccessToken.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/ModelInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/ModelManagerInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/RefreshTokenInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/ScopeInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down
2 changes: 1 addition & 1 deletion src/AuthBucket/OAuth2/Model/ScopeManagerInterface.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/**
/*
* This file is part of the authbucket/oauth2-php package.
*
* (c) Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Expand Down

0 comments on commit 656b5f2

Please sign in to comment.