From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sebastian Rose Newsgroups: gmane.emacs.devel Subject: Re: Google modules integration Date: Fri, 10 Sep 2010 21:07:02 +0200 Message-ID: <87hbhxifjd.fsf@gmx.de> References: <878w3a1x9s.fsf@keller.adm.naquadah.org> <1284140876.2505.23.camel@dell-desktop.example.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284145718 4004 80.91.229.12 (10 Sep 2010 19:08:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Sep 2010 19:08:38 +0000 (UTC) Cc: Thomas Lord , rms@gnu.org, dave@lab6.com, carsten.dominik@gmail.com, Julien Danjou , Emacs development discussions To: Chad Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 10 21:08:35 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ou8xX-0006CW-Q8 for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2010 21:08:31 +0200 Original-Received: from localhost ([127.0.0.1]:45850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ou8xT-0005A5-2E for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2010 15:08:23 -0400 Original-Received: from [140.186.70.92] (port=37792 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ou8wQ-0004YQ-Pv for emacs-devel@gnu.org; Fri, 10 Sep 2010 15:07:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ou8wL-0003E1-92 for emacs-devel@gnu.org; Fri, 10 Sep 2010 15:07:17 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:47202 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1Ou8wK-0003Dl-ON for emacs-devel@gnu.org; Fri, 10 Sep 2010 15:07:13 -0400 Original-Received: (qmail invoked by alias); 10 Sep 2010 19:07:09 -0000 Original-Received: from unknown (EHLO beteigeuze.gmx.de) [46.114.225.125] by mail.gmx.net (mp011) with SMTP; 10 Sep 2010 21:07:09 +0200 X-Authenticated: #8529601 X-Provags-ID: V01U2FsdGVkX185kYoHIEU5ZXDYcjCqdvi8Umma3jEJTmNwt+x/+p fOxhhVGBDxwnnX In-Reply-To: (Chad Brown's message of "Fri, 10 Sep 2010 11:03:53 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:129927 Archived-At: Chad Brown writes: > On Sep 10, 2010, at 10:47 AM, Thomas Lord wrote: >> About whether or not Google maps is "SaaS" or simply a "service", >> you wrote: > > Without digging too deeply into the definitions, I will add that it is > possible (and relatively common) for unaffiliated third parties to use > both the software and the database of Google Maps. Some examples > that I have used myself in the past: > > http://housingmaps.com/ > http://mapwow.com/ It's illegal to do so, without displaying googles copyright notice on the map (if you do not buy a commercial license...). That's the reason for the google icon on http://www.housingmaps.com/ and ohters. It's simply illegal to use google-maps.el. To use the google maps, you (each and every site) need to register with google and use an API-key (valid for just one domain, not one legal person) they send to you (and show the copyright holder's icon...). Sebastian