branch: externals/emms commit f0a65a9245ded99ff03402013ad2d31a28af2d89 Author: Yoni Rabkin <y...@gnu.org> Commit: Yoni Rabkin <y...@gnu.org>
Update copyright notices and license headers. --- emms-browser.el | 2 +- emms-filters.el | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/emms-browser.el b/emms-browser.el index 56a3991a3b..bbdeaaf6e6 100644 --- a/emms-browser.el +++ b/emms-browser.el @@ -1,6 +1,6 @@ ;;; emms-browser.el --- a track browser supporting covers and filtering -*- lexical-binding: t; -*- -;; Copyright (C) 2006-2023 Free Software Foundation, Inc. +;; Copyright (C) 2006-2025 Free Software Foundation, Inc. ;; Author: Damien Elmes <em...@repose.cx> ;; Keywords: emms, mp3, mpeg, multimedia diff --git a/emms-filters.el b/emms-filters.el index 2eaff8aa8c..12485af678 100644 --- a/emms-filters.el +++ b/emms-filters.el @@ -1,7 +1,24 @@ ;;; emms-filters.el --- Filters for Emms -*- lexical-binding: t; -*- -;; Copyright (C) 2023 2024 2025 + +;; Copyright (C) 2023-2025 Free Software Foundation, Inc. +;; ;; Author: Erica Lina Qi <ericalin...@proton.me> -;; Keywords: emms, filter, search, cache, stack + +;; This file is part of EMMS. + +;; 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, 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. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program; if not, write to the Free Software +;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ;;; Commentary: ;; This code allows you to filter and search the metadata cache.