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

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

[elpa] 03/11: [gnugo] Adapt copyright notice to FSF, headers to ELPA.


From: Thien-Thi Nguyen
Subject: [elpa] 03/11: [gnugo] Adapt copyright notice to FSF, headers to ELPA.
Date: Fri, 31 Jan 2014 08:27:46 +0000

ttn pushed a commit to branch ttn-gnugo
in repository elpa.

commit ba44c299b391f5ec3629fc4f37bd600428baf507
Author: Thien-Thi Nguyen <address@hidden>
Date:   Tue Jan 28 19:38:51 2014 +0100

    [gnugo] Adapt copyright notice to FSF, headers to ELPA.
    
    * packages/gnugo/gnugo.el: ...here.
---
 packages/gnugo/ChangeLog |    6 ++++++
 packages/gnugo/gnugo.el  |   25 ++++++++++++++++++-------
 2 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/packages/gnugo/ChangeLog b/packages/gnugo/ChangeLog
index ac48e74..f96f33f 100644
--- a/packages/gnugo/ChangeLog
+++ b/packages/gnugo/ChangeLog
@@ -1,5 +1,11 @@
 2014-01-28  Thien-Thi Nguyen  <address@hidden>
 
+       [gnugo] Adapt copyright notice to FSF, headers to ELPA.
+
+       * gnugo.el: ...here.
+
+2014-01-28  Thien-Thi Nguyen  <address@hidden>
+
        Import gnugo.el from ttn-pers-elisp 1.59.
 
        * gnugo.el: New file.
diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index d5a5835..efe2108 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/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 <address@hidden>
+;; 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]