Skip to content

Commit

Permalink
updating author information / documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Mar 28, 2011
1 parent 27872a8 commit 27c1732
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions lib/EchoNest/ApiInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 1,11 @@
<?php

/**
* Interface for API classes
*
* @author Brent Shaffer <bshafs at gmail dot com>
* @license MIT License
*/
interface EchoNest_ApiInterface
{
}
3 changes: 3 additions & 0 deletions lib/EchoNest/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 2,9 @@

/**
* Autoloads EchoNest classes
*
* @author Brent Shaffer <bshafs at gmail dot com>
* @license MIT License
*/
class EchoNest_Autoloader
{
Expand Down
2 changes: 1 addition & 1 deletion lib/EchoNest/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@
/**
* Performs requests on EchoNest API. API documentation should be self-explanatory.
*
* @author Thibault Duplessis <thibault.duplessis at gmail dot com>
* @author Brent Shaffer <bshafs at gmail dot com>
* @license MIT License
*/
abstract class EchoNest_HttpClient implements EchoNest_HttpClientInterface
Expand Down
2 changes: 1 addition & 1 deletion lib/EchoNest/HttpClient/Curl.php
Original file line number Diff line number Diff line change
@@ -1,7 1,7 @@
<?php

/**
* Performs requests on GitHub API. API documentation should be self-explanatory.
* Performs requests on EchoNest API. API documentation should be self-explanatory.
*
* @author Brent Shaffer <bshafs at gmail dot com>
* @license MIT License
Expand Down
2 changes: 1 addition & 1 deletion lib/EchoNest/HttpClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 3,7 @@
/**
* Performs requests on EchoNest API. API documentation should be self-explanatory.
*
* @author Thibault Duplessis <thibault.duplessis at gmail dot com>
* @author Brent Shaffer <bshafs at gmail dot com>
* @license MIT License
*/
interface EchoNest_HttpClientInterface
Expand Down

0 comments on commit 27c1732

Please sign in to comment.