branch: elpa/telephone-line
commit 32245b5e301c408354cb34cd22c7b25b7ab390d8
Author: Daniel Bordak <[email protected]>
Commit: Daniel Bordak <[email protected]>
Update copyright
---
telephone-line-segments.el | 2 +-
telephone-line-separators.el | 2 +-
telephone-line-utils.el | 4 ++--
telephone-line.el | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index cfb82394a8..0484defd94 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -1,6 +1,6 @@
;;; telephone-line-segments.el --- Segments for Telephone Line
-;; Copyright (C) 2015 Daniel Bordak
+;; Copyright (C) 2015-2016 Daniel Bordak
;; This program 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/telephone-line-separators.el b/telephone-line-separators.el
index c411b7ec83..1441d3373c 100644
--- a/telephone-line-separators.el
+++ b/telephone-line-separators.el
@@ -1,6 +1,6 @@
;;; telephone-line-separators.el --- Separators for Telephone Line
-;; Copyright (C) 2015 Daniel Bordak
+;; Copyright (C) 2015-2016 Daniel Bordak
;; This program 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/telephone-line-utils.el b/telephone-line-utils.el
index 289e7e0d85..9f0b51f6eb 100644
--- a/telephone-line-utils.el
+++ b/telephone-line-utils.el
@@ -1,6 +1,6 @@
;;; telephone-line-utils.el --- Functions for defining segparators and segments
-;; Copyright (C) 2015 Daniel Bordak
+;; Copyright (C) 2015-2016 Daniel Bordak
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -20,8 +20,8 @@
;;; Code:
(require 'cl-lib)
-(require 'color)
(require 'cl-generic)
+(require 'color)
(require 'eieio)
(require 'seq)
diff --git a/telephone-line.el b/telephone-line.el
index 9def78fb33..58db17922d 100644
--- a/telephone-line.el
+++ b/telephone-line.el
@@ -1,6 +1,6 @@
;;; telephone-line.el --- Rewrite of Powerline -*- lexical-binding: t -*-
-;; Copyright (C) 2015 Daniel Bordak
+;; Copyright (C) 2015-2016 Daniel Bordak
;; Author: Daniel Bordak <[email protected]>
;; URL: https://github.com/dbordak/telephone-line
@@ -24,7 +24,7 @@
;;; Commentary:
;;
;; Telephone Line is a library for customizing the mode-line that is
-;; based on the Vim Powerline. Themes can be created by customizing
+;; based on the Vim Powerline. Themes can be created by customizing
;; the telephone-line-lhs and telephone-line-rhs variables.
;;