branch: externals/system-packages commit 65b30e19b82818110267ae9ae9c8d6d748a2ad41 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
Update copyright year and add missing license --- system-packages.el | 2 +- test/system-packages-test.el | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/system-packages.el b/system-packages.el index b239decadb..31eac544c4 100644 --- a/system-packages.el +++ b/system-packages.el @@ -1,6 +1,6 @@ ;;; system-packages.el --- functions to manage system packages -*- lexical-binding: t; -*- -;; Copyright (C) 2016-2021 Free Software Foundation, Inc. +;; Copyright (C) 2016-2023 Free Software Foundation, Inc. ;; Author: J. Alexander Branham <alex.bran...@gmail.com> ;; Maintainer: J. Alexander Branham <alex.bran...@gmail.com> diff --git a/test/system-packages-test.el b/test/system-packages-test.el index f019f64e26..0c629eb3a1 100644 --- a/test/system-packages-test.el +++ b/test/system-packages-test.el @@ -1,9 +1,24 @@ ;;; system-packages-test.el --- ERT testing framework for system-packages.el -*- lexical-binding: t; -*- -;; Copyright (C) 2018 Free Software Foundation, Inc. +;; Copyright (C) 2018-2023 Free Software Foundation, Inc. ;; Author: J. Alexander Branham <alex.bran...@gmail.com> +;; 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. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <https://www.gnu.org/licenses/>. + +;;; Code: + (require 'ert) (require 'system-packages)