branch: master commit 55414c321ca07bd86f0f1efaf8f6130617e6fad6 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
Update Copyright --- counsel.el | 8 ++------ ivy-test.el | 21 +++++++++++++++++++++ ivy.el | 4 ++-- swiper.el | 4 ++-- 4 files changed, 27 insertions(+), 10 deletions(-) diff --git a/counsel.el b/counsel.el index b5c161b..07d9a66 100644 --- a/counsel.el +++ b/counsel.el @@ -1,14 +1,10 @@ ;;; consel.el --- Elisp completion at point -*- lexical-binding: t -*- -;; Copyright (C) 2015 Oleh Krehel +;; Copyright (C) 2015 Free Software Foundation, Inc. ;; Author: Oleh Krehel <ohwoeo...@gmail.com> -;; URL: https://github.com/abo-abo/swiper -;; Version: 0.1.0 -;; Package-Requires: ((emacs "24.1")) -;; Keywords: completion -;; 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/ivy-test.el b/ivy-test.el index af17414..a33f886 100644 --- a/ivy-test.el +++ b/ivy-test.el @@ -1,3 +1,24 @@ +;;; ivy-test.el --- tests for ivy + +;; Copyright (C) 2015 Free Software Foundation, Inc. + +;; 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 +;; the Free Software Foundation; either version 3, 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. + +;; For a full copy of the GNU General Public License +;; see <http://www.gnu.org/licenses/>. + (require 'ert) (defvar ivy-expr nil diff --git a/ivy.el b/ivy.el index 2ba0b8f..4d307f3 100644 --- a/ivy.el +++ b/ivy.el @@ -1,6 +1,6 @@ ;;; ivy.el --- Incremental Vertical completYon -*- lexical-binding: t -*- -;; Copyright (C) 2015 Oleh Krehel +;; Copyright (C) 2015 Free Software Foundation, Inc. ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; URL: https://github.com/abo-abo/swiper @@ -8,7 +8,7 @@ ;; Package-Requires: ((emacs "24.1")) ;; Keywords: matching -;; 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/swiper.el b/swiper.el index b6edc36..1be8676 100644 --- a/swiper.el +++ b/swiper.el @@ -1,6 +1,6 @@ ;;; swiper.el --- Isearch with an overview. Oh, man! -*- lexical-binding: t -*- -;; Copyright (C) 2015 Oleh Krehel +;; Copyright (C) 2015 Free Software Foundation, Inc. ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; URL: https://github.com/abo-abo/swiper @@ -8,7 +8,7 @@ ;; Package-Requires: ((emacs "24.1") (ivy "0.1.0")) ;; Keywords: matching -;; 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