From: Glenn Morris Date: Sat, 22 Aug 2020 15:58:27 +0000 (+0100) Subject: ; Copyright fix X-Git-Tag: emacs-28.0.90~6454 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e5198781c42385d9c1723e137f3f059b6df363f;p=emacs.git ; Copyright fix Author has assignment --- diff --git a/test/lisp/gnus/gnus-icalendar-tests.el b/test/lisp/gnus/gnus-icalendar-tests.el index 66b8c8099ac..04a94e68972 100644 --- a/test/lisp/gnus/gnus-icalendar-tests.el +++ b/test/lisp/gnus/gnus-icalendar-tests.el @@ -1,22 +1,24 @@ ;;; gnus-icalendar-tests.el --- tests -*- lexical-binding: t; -*- -;; Copyright (C) 2020 Jan Tatarik +;; Copyright (C) 2020 Free Software Foundation, Inc. ;; Author: Jan Tatarik ;; Keywords: -;; This program is free software; you can redistribute it and/or modify +;; This file is part of GNU Emacs. + +;; GNU Emacs 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, +;; GNU Emacs 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 . +;; along with GNU Emacs. If not, see . ;;; Commentary: