monnier pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 7d81b603820eaa6c3d63a2660106ba3f4bcffe05 Author: Stefan Monnier <monn...@iro.umontreal.ca> Date: Wed May 21 14:55:03 2014 -0400 Fix up copyright headers --- Readme.org | 1 - ergoemacs-advices.el | 2 +- ergoemacs-extras.el | 2 +- ergoemacs-functions.el | 2 +- ergoemacs-layouts.el | 2 +- ergoemacs-menus.el | 2 +- ergoemacs-modal.el | 8 ++++---- ergoemacs-mode.el | 6 +++--- ergoemacs-shortcuts.el | 8 ++++---- ergoemacs-test.el | 2 +- ergoemacs-theme-engine.el | 8 ++++---- ergoemacs-themes.el | 2 +- ergoemacs-track.el | 2 +- ergoemacs-translate.el | 8 ++++---- ergoemacs-unbind.el | 2 +- 15 files changed, 28 insertions(+), 29 deletions(-) diff --git a/Readme.org b/Readme.org index 5894ef0..f0bf3f0 100644 --- a/Readme.org +++ b/Readme.org @@ -14,7 +14,6 @@ bundles many Emacs Lisp functions that are not in GNU Emacs by default. #+BEGIN_SRC emacs-lisp (setq ergoemacs-theme nil) (setq ergoemacs-keyboard-layout "us") - (require 'ergoemacs-mode) (ergoemacs-mode 1) #+END_SRC diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el index d54e03e..50488da 100644 --- a/ergoemacs-advices.el +++ b/ergoemacs-advices.el @@ -1,6 +1,6 @@ ;;; ergoemacs-advices.el --- advices for ErgoEmacs -;; Copyright (C) 2013 Matthew L. Fidler +;; Copyright (C) 2013, 2014 Free Software Foundation, Inc. ;; Maintainer: Matthew L. Fidler ;; Keywords: convenience diff --git a/ergoemacs-extras.el b/ergoemacs-extras.el index d711285..3201702 100644 --- a/ergoemacs-extras.el +++ b/ergoemacs-extras.el @@ -1,6 +1,6 @@ ;;; ergoemacs-extras.el --- generate extras for ErgoEmacs -;; Copyright (C) 2013 Matthew L. Fidler +;; Copyright (C) 2013, 2014 Free Software Foundation, Inc. ;; Maintainer: Matthew L. Fidler ;; Keywords: convenience diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el index 571ff46..bfc63ed 100644 --- a/ergoemacs-functions.el +++ b/ergoemacs-functions.el @@ -1,6 +1,6 @@ ;;; ergoemacs-functions.el --- miscellaneous functions for ErgoEmacs -;; Copyright (C) 2013 Matthew L. Fidler +;; Copyright (C) 2013, 2014 Free Software Foundation, Inc. ;; Maintainer: Matthew L. Fidler ;; Authors: Xah Lee, Matthew Fidler, Drew Adams, Ting-Yu Lin, David diff --git a/ergoemacs-layouts.el b/ergoemacs-layouts.el index 07c2eec..d4440c4 100644 --- a/ergoemacs-layouts.el +++ b/ergoemacs-layouts.el @@ -1,6 +1,6 @@ ;;; ergoemacs-layouts.el --- keyboard layouts for ErgoEmacs -;; Copyright (C) 2013 Matthew L. Fidler +;; Copyright (C) 2013, 2014 Free Software Foundation, Inc. ;; Maintainer: Matthew L. Fidler ;; Keywords: convenience diff --git a/ergoemacs-menus.el b/ergoemacs-menus.el index cb4bf16..c85c792 100644 --- a/ergoemacs-menus.el +++ b/ergoemacs-menus.el @@ -1,6 +1,6 @@ ;;; ergoemacs-menus.el --- toggle ErgoEmacs-style menus -;; Copyright (C) 2013 Matthew L. Fidler +;; Copyright (C) 2013, 2014 Free Software Foundation, Inc. ;; Maintainer: Matthew L. Fidler ;; Authors: Xah Lee, Matthew Fidler, Xah Lee, Drew Adams diff --git a/ergoemacs-modal.el b/ergoemacs-modal.el index 1c7d9ac..d39ab50 100644 --- a/ergoemacs-modal.el +++ b/ergoemacs-modal.el @@ -1,5 +1,7 @@ ;;; ergoemacs-modal.el --- Modal Editing commands -;; + +;; Copyright © 2013-2014 Free Software Foundation, Inc. + ;; Filename: ergoemacs-modal.el ;; Description: ;; Author: Matthew L. Fidler @@ -42,9 +44,7 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with this program; 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 this program. If not, see <http://www.gnu.org/licenses/>. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el index c7c3ec8..09e6464 100644 --- a/ergoemacs-mode.el +++ b/ergoemacs-mode.el @@ -1,8 +1,6 @@ ;;; ergoemacs-mode.el --- Emacs mode based on common modern software interface and ergonomics. -;; Copyright © 2007, 2008, 2009 by Xah Lee -;; Copyright © 2009, 2010 by David Capello -;; Copyright © 2012, 2013 by Matthew Fidler +;; Copyright © 2007-2010, 2012-2014 Free Software Foundation, Inc. ;; Author: Xah Lee <x...@xahlee.org> ;; David Capello <davidcape...@gmail.com> @@ -10,6 +8,8 @@ ;; Maintainer: Matthew L. Fidler <matthew.fid...@gmail.com> ;; Created: August 01 2007 ;; Keywords: convenience +;; Version: -1 +;; URL: https://github.com/ergoemacs/ergoemacs-mode ;; ErgoEmacs is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published diff --git a/ergoemacs-shortcuts.el b/ergoemacs-shortcuts.el index ea8bb04..15070da 100644 --- a/ergoemacs-shortcuts.el +++ b/ergoemacs-shortcuts.el @@ -1,5 +1,7 @@ ;;; ergoemacs-shortcuts.el --- Ergoemacs shortcuts interface -;; + +;; Copyright © 2013-2014 Free Software Foundation, Inc. + ;; Filename: ergoemacs-shortcuts.el ;; Description: ;; Author: Matthew L. Fidler @@ -42,9 +44,7 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with this program; 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 this program. If not, see <http://www.gnu.org/licenses/>. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; diff --git a/ergoemacs-test.el b/ergoemacs-test.el index f0216be..55e1b90 100644 --- a/ergoemacs-test.el +++ b/ergoemacs-test.el @@ -1,6 +1,6 @@ ;;; ergoemacs-test.el --- tests for ErgoEmacs issues -;; Copyright (C) 2013 Matthew L. Fidler +;; Copyright (C) 2013, 2014 Free Software Foundation, Inc. ;; Maintainer: Matthew L. Fidler ;; Keywords: convenience diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el index 0a31b34..9d0893c 100644 --- a/ergoemacs-theme-engine.el +++ b/ergoemacs-theme-engine.el @@ -1,5 +1,7 @@ ;; ergoemacs-theme-engine.el --- Engine for ergoemacs-themes -;; + +;; Copyright © 2014 Free Software Foundation, Inc. + ;; Filename: ergoemacs-theme-engine.el ;; Description: ;; Author: Matthew L. Fidler @@ -43,9 +45,7 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with this program; 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 this program. If not, see <http://www.gnu.org/licenses/>. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el index 7172419..6aa6224 100644 --- a/ergoemacs-themes.el +++ b/ergoemacs-themes.el @@ -1,6 +1,6 @@ ;;; ergoemacs-themes.el --- ErgoEmacs keybindings and themes -;; Copyright (C) 2013 Matthew L. Fidler +;; Copyright (C) 2013, 2014 Free Software Foundation, Inc. ;; Maintainer: Matthew L. Fidler ;; Keywords: convenience diff --git a/ergoemacs-track.el b/ergoemacs-track.el index 426caa2..97f7f0d 100644 --- a/ergoemacs-track.el +++ b/ergoemacs-track.el @@ -1,6 +1,6 @@ ;;; ergoemacs-track.el --- minor mode to track layout-based distances typed -;; Copyright (C) 2013 Matthew L. Fidler +;; Copyright (C) 2013, 2014 Free Software Foundation, Inc. ;; Maintainer: Matthew L. Fidler ;; Keywords: convenience diff --git a/ergoemacs-translate.el b/ergoemacs-translate.el index 5ce3345..8b6cd4c 100644 --- a/ergoemacs-translate.el +++ b/ergoemacs-translate.el @@ -1,5 +1,7 @@ ;;; ergoemacs-translate.el --- Keyboard translation functions -;; + +;; Copyright © 2013-2014 Free Software Foundation, Inc. + ;; Filename: ergoemacs-translate.el ;; Description: ;; Author: Matthew L. Fidler @@ -42,9 +44,7 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with this program; 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 this program. If not, see <http://www.gnu.org/licenses/>. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; diff --git a/ergoemacs-unbind.el b/ergoemacs-unbind.el index bafed3c..5da30c2 100644 --- a/ergoemacs-unbind.el +++ b/ergoemacs-unbind.el @@ -1,6 +1,6 @@ ;;; ergoemacs-unbind.el --- unbind keys -;; Copyright (C) 2013 Matthew L. Fidler +;; Copyright (C) 2013, 2014 Free Software Foundation, Inc. ;; Maintainer: Matthew L. Fidler ;; Keywords: convenience