eschulte pushed a commit to branch go
in repository elpa.
commit c7569db1cf5a3fc96692299f06cededf2a6cb764
Author: Eric Schulte <[email protected]>
Date: Sat Mar 15 18:50:05 2014 -0600
fix copyright headers
---
packages/el-go/back-ends/gnugo.el | 19 +++++++------------
packages/el-go/back-ends/gtp-pipe.el | 17 ++++++-----------
packages/el-go/back-ends/gtp.el | 19 +++++++------------
packages/el-go/back-ends/igs.el | 17 ++++++-----------
packages/el-go/back-ends/sgf.el | 19 +++++++------------
packages/el-go/back-ends/sgf2el.el | 19 +++++++------------
packages/el-go/go-api.el | 19 +++++++------------
packages/el-go/go-board-faces.el | 19 +++++++------------
packages/el-go/go-board.el | 17 ++++++-----------
packages/el-go/go-tests.el | 19 +++++++------------
packages/el-go/go-util.el | 19 +++++++------------
packages/el-go/go.el | 20 ++++++++------------
packages/el-go/list-buffer.el | 19 +++++++------------
13 files changed, 89 insertions(+), 153 deletions(-)
diff --git a/packages/el-go/back-ends/gnugo.el
b/packages/el-go/back-ends/gnugo.el
index 2a60773..a7bd960 100644
--- a/packages/el-go/back-ends/gnugo.el
+++ b/packages/el-go/back-ends/gnugo.el
@@ -1,29 +1,24 @@
;;; gnugo.el --- gnugo GO back-end
-;; Copyright (C) 2008 2012 Eric Schulte <[email protected]>
+;; Copyright (C) 2008 2012 Free Software Foundation, Inc.
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf gnugo
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; CODE:
(require 'go-api)
diff --git a/packages/el-go/back-ends/gtp-pipe.el
b/packages/el-go/back-ends/gtp-pipe.el
index 3b0529c..231f4da 100644
--- a/packages/el-go/back-ends/gtp-pipe.el
+++ b/packages/el-go/back-ends/gtp-pipe.el
@@ -1,29 +1,24 @@
;;; gtp-pipe.el --- GTP backend through a pipe
-;; Copyright (C) 2013 Eric Schulte <[email protected]>
+;; Copyright (C) 2013 Free Software Foundation, Inc.
;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Code:
(require 'go-api)
diff --git a/packages/el-go/back-ends/gtp.el b/packages/el-go/back-ends/gtp.el
index 7fc8f2a..92de182 100644
--- a/packages/el-go/back-ends/gtp.el
+++ b/packages/el-go/back-ends/gtp.el
@@ -1,29 +1,24 @@
;;; gtp.el --- GTP GO back-end
-;; Copyright (C) 2008 2012 Eric Schulte <[email protected]>
+;; Copyright (C) 2008 2012 Free Software Foundation, Inc.
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf gtp gnugo
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;; Commentary:
diff --git a/packages/el-go/back-ends/igs.el b/packages/el-go/back-ends/igs.el
index b0dca97..6f23936 100644
--- a/packages/el-go/back-ends/igs.el
+++ b/packages/el-go/back-ends/igs.el
@@ -1,29 +1,24 @@
;;; igs.el --- IGS GO back-end
-;; Copyright (C) 2012-2013 Eric Schulte <[email protected]>
+;; Copyright (C) 2012-2013 Free Software Foundation, Inc.
;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf igs
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;; Commentary:
diff --git a/packages/el-go/back-ends/sgf.el b/packages/el-go/back-ends/sgf.el
index aa1b838..9a1687d 100644
--- a/packages/el-go/back-ends/sgf.el
+++ b/packages/el-go/back-ends/sgf.el
@@ -1,29 +1,24 @@
;;; sgf.el --- SGF GO back end
-;; Copyright (C) 2012 Eric Schulte <[email protected]>
+;; Copyright (C) 2012 Free Software Foundation, Inc.
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;; Commentary:
diff --git a/packages/el-go/back-ends/sgf2el.el
b/packages/el-go/back-ends/sgf2el.el
index 4b37630..9564e69 100644
--- a/packages/el-go/back-ends/sgf2el.el
+++ b/packages/el-go/back-ends/sgf2el.el
@@ -1,29 +1,24 @@
;;; sgf2el.el --- conversion between sgf and emacs-lisp
-;; Copyright (C) 2012 Eric Schulte <[email protected]>
+;; Copyright (C) 2012 Free Software Foundation, Inc.
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Code:
(require 'go-util)
diff --git a/packages/el-go/go-api.el b/packages/el-go/go-api.el
index f62af72..afed099 100644
--- a/packages/el-go/go-api.el
+++ b/packages/el-go/go-api.el
@@ -1,29 +1,24 @@
;;; go-api.el --- a uniform API for communication between GO back-ends
-;; Copyright (C) 2012 Eric Schulte <[email protected]>
+;; Copyright (C) 2012 Free Software Foundation, Inc.
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
diff --git a/packages/el-go/go-board-faces.el b/packages/el-go/go-board-faces.el
index 4a0542d..0021087 100644
--- a/packages/el-go/go-board-faces.el
+++ b/packages/el-go/go-board-faces.el
@@ -1,29 +1,24 @@
;;; go-board-faces.el -- Color for GO boards
-;; Copyright (C) 2012 Eric Schulte <[email protected]>
+;; Copyright (C) 2012 Free Software Foundation, Inc.
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Code:
(defface go-board-background
diff --git a/packages/el-go/go-board.el b/packages/el-go/go-board.el
index f459b96..3b34157 100644
--- a/packages/el-go/go-board.el
+++ b/packages/el-go/go-board.el
@@ -1,29 +1,24 @@
;;; go-board.el --- Smart Game Format GO board visualization
-;; Copyright (C) 2012-2013 Eric Schulte <[email protected]>
+;; Copyright (C) 2012-2013 Free Software Foundation, Inc.
;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Code:
(require 'go-api)
diff --git a/packages/el-go/go-tests.el b/packages/el-go/go-tests.el
index e9d4bb1..b35922c 100644
--- a/packages/el-go/go-tests.el
+++ b/packages/el-go/go-tests.el
@@ -1,29 +1,24 @@
;;; go-tests --- tests for varied GO functionality
-;; Copyright (C) 2012 Eric Schulte <[email protected]>
+;; Copyright (C) 2012 Free Software Foundation, Inc.
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Code:
(require 'ert)
diff --git a/packages/el-go/go-util.el b/packages/el-go/go-util.el
index dcff56d..9ff50d2 100644
--- a/packages/el-go/go-util.el
+++ b/packages/el-go/go-util.el
@@ -1,29 +1,24 @@
;;; go-util.el --- utility functions for GO functions
-;; Copyright (C) 2012 Eric Schulte <[email protected]>
+;; Copyright (C) 2012 Free Software Foundation, Inc.
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Code:
(eval-when-compile (require 'cl))
diff --git a/packages/el-go/go.el b/packages/el-go/go.el
index 4862ea0..1d6a42a 100644
--- a/packages/el-go/go.el
+++ b/packages/el-go/go.el
@@ -1,29 +1,24 @@
;;; go.el --- Play GO, translate and transfer between GO back ends
-;; Copyright (C) 2012 Eric Schulte <[email protected]>
+;; Copyright (C) 2012 Free Software Foundation, Inc.
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2012-05-15
;; Version: 0.1
;; Keywords: game go sgf
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
@@ -86,3 +81,4 @@
(setf (index *back-end*) (list 0)))))
(provide 'go)
+
diff --git a/packages/el-go/list-buffer.el b/packages/el-go/list-buffer.el
index ce65a31..b3376fd 100644
--- a/packages/el-go/list-buffer.el
+++ b/packages/el-go/list-buffer.el
@@ -1,29 +1,24 @@
;;; list-buffer.el --- view a list as a table in a buffer
-;; Copyright (C) 2013 Eric Schulte <[email protected]>
+;; Copyright (C) 2013 Free Software Foundation, Inc.
-;; Author: Eric Schulte <[email protected]>
+;; Author: Eric Schulte <[email protected]>
;; Created: 2013-08-02
;; Version: 0.1
;; Keywords: list buffer cl
-;; This file is not (yet) part of GNU Emacs.
-;; However, it is distributed under the same license.
-
-;; GNU Emacs is free software; you can redistribute it and/or modify
+;; This software 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, or (at your option)
-;; any later version.
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
-;; GNU Emacs is distributed in the hope that it will be useful,
+;; This software 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 GNU Emacs; see the file COPYING. If not, write to the
-;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Code:
(eval-when-compile (require 'cl))