From 243c680396edc99db85cc3152a7bbf020aa7a233 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Sat, 21 Mar 2015 20:05:13 +0100 Subject: [PATCH] ace-window.el: Update Copyright notice --- ace-window.el | 5 +++-- avy-jump.el | 8 ++++---- avy-test.el | 26 ++++++++++++++++++++++++++ avy.el | 8 +++----- 4 files changed, 36 insertions(+), 11 deletions(-) diff --git a/ace-window.el b/ace-window.el index a846869..4b0a76f 100644 --- a/ace-window.el +++ b/ace-window.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 +;; Maintainer: Oleh Krehel ;; 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 diff --git a/avy-jump.el b/avy-jump.el index 13b6102..b83f7a8 100644 --- a/avy-jump.el +++ b/avy-jump.el @@ -1,10 +1,10 @@ ;;; avy-jump.el --- jump to things tree-style -;; Author: Oleh Krehel -;; 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 diff --git a/avy-test.el b/avy-test.el index 84d9766..339d8a0 100644 --- a/avy-test.el +++ b/avy-test.el @@ -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 . + +;;; Commentary: +;; + +;;; Code: + (require 'ert) (require 'avy) diff --git a/avy.el b/avy.el index ebaec20..2f7d086 100644 --- a/avy.el +++ b/avy.el @@ -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 -;; 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