From 5d6cb1a1b07dd81686acdf79bf10a467c394aa1e Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 24 Nov 2013 15:28:29 +0000 Subject: Explain about the conditions for using my API keys --- chromium-dev/build/chromium.SlackBuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'chromium-dev') diff --git a/chromium-dev/build/chromium.SlackBuild b/chromium-dev/build/chromium.SlackBuild index f3ba9a6c..d8d5a359 100755 --- a/chromium-dev/build/chromium.SlackBuild +++ b/chromium-dev/build/chromium.SlackBuild @@ -70,10 +70,14 @@ OUTPUT=${OUTPUT:-/tmp} # https://commondatastorage.googleapis.com/ # This package is built with Alien's Google API keys for Chromium. -# If you want to rebuild this package, either obtain your own, or else -# you can simply compile without API keys. This will disable stuff like +# The keys are contained in the file "chromium_apikeys". +# If you want to rebuild this package, you can use my API keys, however: +# you are not allowed to re-distribute these keys!! +# You can also obtain your own, see: +# http://www.chromium.org/developers/how-tos/api-keys +# Or else you can simply compile without API keys. This will disable stuff like # browser sync and other functionality which accesses Google APIs. -# The following variables will be set: +# The following variables must be set: # _google_api_key # _google_default_client_id # _google_default_client_secret -- cgit v1.2.3-65-gdbad