[rhythmbox] audioscrobbler: added comments identifying owner of Last.fm API keys



commit 1d5e331a2adac840988462755a53ccdb5c407cdc
Author: Jamie Nicol <jamie thenicols net>
Date:   Sat May 29 11:30:44 2010 +0100

    audioscrobbler: added comments identifying owner of Last.fm API keys

 plugins/audioscrobbler/rb-audioscrobbler-account.c |    2 ++
 plugins/audioscrobbler/rb-audioscrobbler.c         |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/plugins/audioscrobbler/rb-audioscrobbler-account.c b/plugins/audioscrobbler/rb-audioscrobbler-account.c
index b2b695d..13e4b91 100644
--- a/plugins/audioscrobbler/rb-audioscrobbler-account.c
+++ b/plugins/audioscrobbler/rb-audioscrobbler-account.c
@@ -40,6 +40,8 @@
 #include "rb-file-helpers.h"
 #include "rb-util.h"
 
+/* this API key belongs to Jamie Nicol <jamie thenicols net>
+   generated May 2010 for use in the audioscrobbler plugin */
 #define LASTFM_API_KEY "0337ff3c59299b6a31d75164041860b6"
 #define LASTFM_API_SECRET "776c85a04a445efa8f9ed7705473c606"
 #define LASTFM_API_URL "http://ws.audioscrobbler.com/2.0/";
diff --git a/plugins/audioscrobbler/rb-audioscrobbler.c b/plugins/audioscrobbler/rb-audioscrobbler.c
index 9b6b7dd..0431528 100644
--- a/plugins/audioscrobbler/rb-audioscrobbler.c
+++ b/plugins/audioscrobbler/rb-audioscrobbler.c
@@ -70,6 +70,8 @@
 #define INITIAL_HANDSHAKE_DELAY 60
 #define MAX_HANDSHAKE_DELAY 120*60
 
+/* this API key belongs to Jamie Nicol <jamie thenicols net>
+   generated May 2010 for use in the audioscrobbler plugin */
 #define LASTFM_API_KEY "0337ff3c59299b6a31d75164041860b6"
 #define LASTFM_API_SECRET "776c85a04a445efa8f9ed7705473c606"
 #define SCROBBLER_URL "http://post.audioscrobbler.com/";



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]