emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/system-packages 65b30e19b8 4/6: Update copyright year a


From: Stefan Kangas
Subject: [elpa] externals/system-packages 65b30e19b8 4/6: Update copyright year and add missing license
Date: Fri, 4 Aug 2023 23:27:32 -0400 (EDT)

branch: externals/system-packages
commit 65b30e19b82818110267ae9ae9c8d6d748a2ad41
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@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.branham@gmail.com>
 ;; Maintainer: J. Alexander Branham <alex.branham@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.branham@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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]