branch: externals/emms
commit c0d2a4a5fed8f0119072da8b2374b37c2e593f5f
Author: Fran Burstall <fran.burst...@gmail.com>
Commit: Fran Burstall <fran.burst...@gmail.com>

    * emms-radio-browser.el: add EMMS copyleft blurb
---
 emms-radio-browser.el | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/emms-radio-browser.el b/emms-radio-browser.el
index e7b6f18dbc..179624f682 100644
--- a/emms-radio-browser.el
+++ b/emms-radio-browser.el
@@ -1,22 +1,24 @@
 ;;; emms-radio-browser.el --- EMMS client for radio-brower API  -*- 
lexical-binding: t; -*-
 
-;; Copyright (C) 2025  Fran Burstall
+;; Copyright (C) 2025  Free Software Foundation, Inc.
 
 ;; Author: Fran Burstall <fran.burst...@gmail.com>
-;; Keywords: multimedia
-
-;; This program is free software; you can redistribute it and/or modify
-;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation, either version 3 of the License, or
-;; (at your option) any later version.
-
-;; This program is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-;; GNU General Public License for more details.
+;; Keywords: emms, multimedia
 
+;; EMMS is free software; you can redistribute it and/or modify it
+;; under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 3, or (at your option)
+;; any later version.
+;;
+;; EMMS is distributed in the hope that it will be useful, but WITHOUT
+;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+;; or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+;; License for more details.
+;;
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
+;; along with EMMS; see the file COPYING.  If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+;; MA 02110-1301, USA.
 
 ;;; Commentary:
 
@@ -97,7 +99,7 @@
 ;; The API asks us to get a list of servers from a DNS lookup on
 ;; all.api.radio-browser.info, do reverse DNS on the IP
 ;; addresses so found and then choose one at random.  In fact, there
-;; are only three servers but we want play nice and do as we are
+;; are only three servers but we want play nice and so do as we are
 ;; asked.
 (defun emms-radio-browser-get-server-list ()
   "Get the list of radio-browser servers.

Reply via email to