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

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

[elpa] externals/mines 7247335 20/43: * mines.el: Assign copyright to FS


From: Stefan Monnier
Subject: [elpa] externals/mines 7247335 20/43: * mines.el: Assign copyright to FSF
Date: Mon, 30 Nov 2020 18:44:16 -0500 (EST)

branch: externals/mines
commit 72473350b0acbe14232b90798599f7cf4ded52c2
Author: Tino Calancha <tino.calancha@gmail.com>
Commit: Tino Calancha <tino.calancha@gmail.com>

    * mines.el: Assign copyright to FSF
---
 mines.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/mines.el b/mines.el
index 50869aa..d4b08cc 100644
--- a/mines.el
+++ b/mines.el
@@ -1,23 +1,22 @@
 ;;; mines.el --- Minesweeper game -*- lexical-binding: t -*-
 
-;; Copyright (C) 2017  Tino Calancha
+;; Copyright (C) 2017 Free Software Foundation, Inc.
 
 ;; Author: Tino Calancha <tino.calancha@gmail.com>
-;; Maintainer: Tino Calancha <tino.calancha@gmail.com>
 ;; Created: 2017-10-28
 ;; Keywords: games
 ;; Version: 1.0
 ;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
 ;; url: https://github.com/calancha/Minesweeper
 
-;; This file is NOT part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
-;; This program is free software; you can redistribute it and/or modify
+;; 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.



reply via email to

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