branch: master commit c84996e0f9a3c297894626e779b7209c7f0d0fab Author: Andrey Kotlarski <m00nati...@gmail.com> Commit: Andrey Kotlarski <m00nati...@gmail.com>
packages/vlf: Update copyright dates and bump version. --- packages/vlf/vlf-ediff.el | 2 +- packages/vlf/vlf-follow.el | 2 +- packages/vlf/vlf-occur.el | 2 +- packages/vlf/vlf-search.el | 2 +- packages/vlf/vlf-setup.el | 2 +- packages/vlf/vlf-tune.el | 2 +- packages/vlf/vlf-write.el | 2 +- packages/vlf/vlf.el | 6 +++--- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/vlf/vlf-ediff.el b/packages/vlf/vlf-ediff.el index 2a861e7..a28e24e 100644 --- a/packages/vlf/vlf-ediff.el +++ b/packages/vlf/vlf-ediff.el @@ -1,6 +1,6 @@ ;;; vlf-ediff.el --- VLF ediff functionality -*- lexical-binding: t -*- -;; Copyright (C) 2014 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Keywords: large files, compare, ediff ;; Author: Andrey Kotlarski <m00nati...@gmail.com> diff --git a/packages/vlf/vlf-follow.el b/packages/vlf/vlf-follow.el index 2b825da..52f35cd 100644 --- a/packages/vlf/vlf-follow.el +++ b/packages/vlf/vlf-follow.el @@ -1,6 +1,6 @@ ;;; vlf-follow.el --- VLF chunk follows point functionality -*- lexical-binding: t -*- -;; Copyright (C) 2014 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Keywords: large files, follow, recenter ;; Author: Andrey Kotlarski <m00nati...@gmail.com> diff --git a/packages/vlf/vlf-occur.el b/packages/vlf/vlf-occur.el index dd3fa38..717513e 100644 --- a/packages/vlf/vlf-occur.el +++ b/packages/vlf/vlf-occur.el @@ -1,6 +1,6 @@ ;;; vlf-occur.el --- Occur-like functionality for VLF -*- lexical-binding: t -*- -;; Copyright (C) 2014 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Keywords: large files, indexing, occur ;; Author: Andrey Kotlarski <m00nati...@gmail.com> diff --git a/packages/vlf/vlf-search.el b/packages/vlf/vlf-search.el index 0268ee6..2cf4450 100644 --- a/packages/vlf/vlf-search.el +++ b/packages/vlf/vlf-search.el @@ -1,6 +1,6 @@ ;;; vlf-search.el --- Search functionality for VLF -*- lexical-binding: t -*- -;; Copyright (C) 2014 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Keywords: large files, search ;; Author: Andrey Kotlarski <m00nati...@gmail.com> diff --git a/packages/vlf/vlf-setup.el b/packages/vlf/vlf-setup.el index 8ce7dad..aa061d0 100644 --- a/packages/vlf/vlf-setup.el +++ b/packages/vlf/vlf-setup.el @@ -1,6 +1,6 @@ ;;; vlf-setup.el --- VLF integration with other packages -*- lexical-binding: t -*- -;; Copyright (C) 2014-2015 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Keywords: large files, integration ;; Author: Andrey Kotlarski <m00nati...@gmail.com> diff --git a/packages/vlf/vlf-tune.el b/packages/vlf/vlf-tune.el index 71e3d5f..566f2d6 100644 --- a/packages/vlf/vlf-tune.el +++ b/packages/vlf/vlf-tune.el @@ -1,6 +1,6 @@ ;;; vlf-tune.el --- VLF tuning operations -*- lexical-binding: t -*- -;; Copyright (C) 2014 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Keywords: large files, batch size, performance ;; Author: Andrey Kotlarski <m00nati...@gmail.com> diff --git a/packages/vlf/vlf-write.el b/packages/vlf/vlf-write.el index ae1eda6..d5c87d5 100644 --- a/packages/vlf/vlf-write.el +++ b/packages/vlf/vlf-write.el @@ -1,6 +1,6 @@ ;;; vlf-write.el --- Saving functionality for VLF -*- lexical-binding: t -*- -;; Copyright (C) 2014 Free Software Foundation, Inc. +;; Copyright (C) 2014-2017 Free Software Foundation, Inc. ;; Keywords: large files, saving ;; Author: Andrey Kotlarski <m00nati...@gmail.com> diff --git a/packages/vlf/vlf.el b/packages/vlf/vlf.el index 65c08af..adb1f43 100644 --- a/packages/vlf/vlf.el +++ b/packages/vlf/vlf.el @@ -1,13 +1,13 @@ ;;; vlf.el --- View Large Files -*- lexical-binding: t -*- -;; Copyright (C) 2006, 2012-2015 Free Software Foundation, Inc. +;; Copyright (C) 2006, 2012-2017 Free Software Foundation, Inc. -;; Version: 1.7 +;; Version: 1.7.1 ;; Keywords: large files, utilities ;; Maintainer: Andrey Kotlarski <m00nati...@gmail.com> ;; Authors: 2006 Mathias Dahl <mathias.d...@gmail.com> ;; 2012 Sam Steingold <s...@gnu.org> -;; 2013-2015 Andrey Kotlarski <m00nati...@gmail.com> +;; 2013-2017 Andrey Kotlarski <m00nati...@gmail.com> ;; URL: https://github.com/m00natic/vlfi ;; This file is free software; you can redistribute it and/or modify