Skip to content

Commit

Permalink
Fix copyright notices to include 2020.
Browse files Browse the repository at this point in the history
  • Loading branch information
doublep committed Jan 15, 2020
1 parent f917dd5 commit f8b9762
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/eldev
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Eldev --- Elisp Development Tool.
#
# Copyright (C) 2019 Paul Pogonyshev
# Copyright (C) 2019-2020 Paul Pogonyshev
#
# Author: Paul Pogonyshev <pogonyshev@gmail.com>
# Homepage: https://github.com/doublep/eldev
Expand Down
2 changes: 1 addition & 1 deletion bin/eldev.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Eldev --- Elisp Development Tool.
#
# Copyright (C) 2019 Paul Pogonyshev
# Copyright (C) 2019-2020 Paul Pogonyshev
#
# Author: Paul Pogonyshev <pogonyshev@gmail.com>
# Homepage: https://github.com/doublep/eldev
Expand Down
2 changes: 1 addition & 1 deletion eldev-ert.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; eldev.el --- Elisp Development Tool -*- lexical-binding: t -*-

;;; Copyright (C) 2019 Paul Pogonyshev
;;; Copyright (C) 2019-2020 Paul Pogonyshev

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion eldev-util.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; eldev.el --- Elisp Development Tool -*- lexical-binding: t -*-

;;; Copyright (C) 2019 Paul Pogonyshev
;;; Copyright (C) 2019-2020 Paul Pogonyshev

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
Expand Down
2 changes: 1 addition & 1 deletion eldev.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;;; eldev.el --- Elisp Development Tool -*- lexical-binding: t -*-

;;; Copyright (C) 2019 Paul Pogonyshev
;;; Copyright (C) 2019-2020 Paul Pogonyshev

;; Author: Paul Pogonyshev <pogonyshev@gmail.com>
;; Maintainer: Paul Pogonyshev <pogonyshev@gmail.com>
Expand Down

0 comments on commit f8b9762

Please sign in to comment.