ace-window.el: Update Copyright notice

old-master
Oleh Krehel 11 years ago
parent 2580bf9bd7
commit 243c680396
  1. 5
      ace-window.el
  2. 8
      avy-jump.el
  3. 26
      avy-test.el
  4. 8
      avy.el

@ -1,13 +1,14 @@
;;; ace-window.el --- Quickly switch windows. -*- lexical-binding: t -*-
;; Copyright (C) 2014-2015 Oleh Krehel
;; Copyright (C) 2015 Free Software Foundation, Inc.
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; Maintainer: Oleh Krehel <ohwoeowho@gmail.com>
;; URL: https://github.com/abo-abo/ace-window
;; Version: 0.8.0
;; Keywords: window, location
;; This file is not part of GNU Emacs
;; This file is part of GNU Emacs.
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by

@ -1,10 +1,10 @@
;;; avy-jump.el --- jump to things tree-style
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; Version: 0.1.0
;; Keywords: point
;; Copyright (C) 2015 Free Software Foundation, Inc.
;; This file is not part of GNU Emacs
;; Author: Oleh Krehel
;; This file is part of GNU Emacs.
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by

@ -1,3 +1,29 @@
;;; avy-test.el --- Tests for avy
;; Copyright (C) 2015 Free Software Foundation, Inc.
;; Author: Oleh Krehel
;; This file is part of GNU Emacs.
;; 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.
;; 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.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
;;; Commentary:
;;
;;; Code:
(require 'ert)
(require 'avy)

@ -1,12 +1,10 @@
;;; avy.el --- set-based completion -*- lexical-binding: t -*-
;; Copyright (C) 2015 Oleh Krehel
;; Copyright (C) 2015 Free Software Foundation, Inc.
;; Author: Oleh Krehel <ohwoeowho@gmail.com>
;; Version: 0.1.0
;; Keywords: completion
;; Author: Oleh Krehel
;; This file is not part of GNU Emacs
;; This file is part of GNU Emacs.
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by

Loading…
Cancel
Save