Skip to content

Commit 27c1732

Browse files
committed
updating author information / documentation
1 parent 27872a8 commit 27c1732

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

lib/EchoNest/ApiInterface.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
/**
4+
* Interface for API classes
5+
*
6+
* @author Brent Shaffer <bshafs at gmail dot com>
7+
* @license MIT License
8+
*/
39
interface EchoNest_ApiInterface
410
{
511
}

lib/EchoNest/Autoloader.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
/**
44
* Autoloads EchoNest classes
5+
*
6+
* @author Brent Shaffer <bshafs at gmail dot com>
7+
* @license MIT License
58
*/
69
class EchoNest_Autoloader
710
{

lib/EchoNest/HttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Performs requests on EchoNest API. API documentation should be self-explanatory.
55
*
6-
* @author Thibault Duplessis <thibault.duplessis at gmail dot com>
6+
* @author Brent Shaffer <bshafs at gmail dot com>
77
* @license MIT License
88
*/
99
abstract class EchoNest_HttpClient implements EchoNest_HttpClientInterface

lib/EchoNest/HttpClient/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Performs requests on GitHub API. API documentation should be self-explanatory.
4+
* Performs requests on EchoNest API. API documentation should be self-explanatory.
55
*
66
* @author Brent Shaffer <bshafs at gmail dot com>
77
* @license MIT License

lib/EchoNest/HttpClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Performs requests on EchoNest API. API documentation should be self-explanatory.
55
*
6-
* @author Thibault Duplessis <thibault.duplessis at gmail dot com>
6+
* @author Brent Shaffer <bshafs at gmail dot com>
77
* @license MIT License
88
*/
99
interface EchoNest_HttpClientInterface

0 commit comments

Comments
 (0)