branch: elpa/swift-mode commit d614017f380b52f6a3e2dac51409d5ae97cbfe0d Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Update copyright years --- README.md | 2 +- swift-mode.el | 2 +- test/font-lock-tests.el | 2 +- test/indentation-tests.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27845fc..5b11b75 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ You can find a [full list of those people here](https://github.com/chrisbarrett/ ## License -See [COPYING][]. Copyright (c) 2014 Chris Barrett. +See [COPYING][]. Copyright (c) 2014-2016 Chris Barrett, Bozhidar Batsov, Arthur Evstifeev. [badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg [badge-travis]: https://travis-ci.org/chrisbarrett/swift-mode.png?branch=master diff --git a/swift-mode.el b/swift-mode.el index 1810814..c62747d 100644 --- a/swift-mode.el +++ b/swift-mode.el @@ -1,6 +1,6 @@ ;;; swift-mode.el --- Major-mode for Apple's Swift programming language. -*- lexical-binding: t -*- -;; Copyright (C) 2014 Chris Barrett, Bozhidar Batsov, Arthur Evstifeev +;; Copyright (C) 2014-2016 Chris Barrett, Bozhidar Batsov, Arthur Evstifeev ;; Authors: Chris Barrett <chris.d.barr...@me.com> ;; Bozhidar Batsov <bozhi...@batsov.com> diff --git a/test/font-lock-tests.el b/test/font-lock-tests.el index 5772553..eff40e3 100644 --- a/test/font-lock-tests.el +++ b/test/font-lock-tests.el @@ -1,6 +1,6 @@ ;;; font-lock-tests.el --- Tests for font-lock behaviours in swift-mode. -*- lexical-binding: t; -*- -;; Copyright (C) 2014 Chris Barrett +;; Copyright (C) 2014-2016 Chris Barrett ;; Author: Chris Barrett <chris.d.barr...@me.com> ;; Version: 0.1 diff --git a/test/indentation-tests.el b/test/indentation-tests.el index ce406b5..6a4c295 100644 --- a/test/indentation-tests.el +++ b/test/indentation-tests.el @@ -1,6 +1,6 @@ ;;; indentation-tests.el --- Test swift-mode indentation behaviour -;; Copyright (C) 2014 Chris Barrett +;; Copyright (C) 2014-2016 Chris Barrett ;; Author: Chris Barrett <chris.d.barr...@me.com> ;; Version: 0.1