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

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

[elpa] externals/gnugo c31cfb0 003/357: [gnugo] Adapt copyright notice t


From: Stefan Monnier
Subject: [elpa] externals/gnugo c31cfb0 003/357: [gnugo] Adapt copyright notice to FSF, headers to ELPA.
Date: Sun, 29 Nov 2020 14:50:35 -0500 (EST)

branch: externals/gnugo
commit c31cfb02d8746aa43b89d6f22785c8781203e8cd
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo] Adapt copyright notice to FSF, headers to ELPA.
    
    * packages/gnugo/gnugo.el: ...here.
---
 gnugo.el | 27 +++++++++++++++++++--------
 1 file changed, 19 insertions(+), 8 deletions(-)

diff --git a/gnugo.el b/gnugo.el
index d5a5835..efe2108 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -1,11 +1,22 @@
-;;; gnugo.el
-;;;
-;;; Copyright (C) 1999, 2000, 2002, 2003,
-;;;   2004, 2005, 2006, 2007, 2008 Thien-Thi Nguyen
-;;; This file is part of ttn's personal elisp library, released under GNU
-;;; GPL with ABSOLUTELY NO WARRANTY.  See the file COPYING for details.
-
-;;; Description: Run GNU Go in a buffer.
+;;; gnugo.el --- play GNU Go in a buffer
+
+;; Copyright (C) 2014  Free Software Foundation, Inc.
+
+;; Author: Thien-Thi Nguyen <ttn@gnu.org>
+;; Version: 2.2.14
+
+;; 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 <http://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 



reply via email to

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