diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-01 01:48:38 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-01-01 01:48:59 -0800 |
commit | e6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150 (patch) | |
tree | 680f1229617e6265f563051d5d3b76a0583ddae8 /lisp/svg.el | |
parent | 42479446d3f2973c848f207ea840eeaab519c141 (diff) | |
download | emacs-e6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150.tar.gz emacs-e6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150.tar.bz2 emacs-e6a782ee1af7e9d2fe52c3a8cddaf7f02c1ad150.zip |
Update copyright year to 2017 in master
Run admin/update-copyright in the master branch. This fixes files
that were not already fixed in the emacs-25 branch before it was
merged here.
Diffstat (limited to 'lisp/svg.el')
-rw-r--r-- | lisp/svg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/svg.el b/lisp/svg.el index a92c6dfb610..65e031b3875 100644 --- a/lisp/svg.el +++ b/lisp/svg.el @@ -1,6 +1,6 @@ ;;; svg.el --- SVG image creation functions -*- lexical-binding: t -*- -;; Copyright (C) 2016 Free Software Foundation, Inc. +;; Copyright (C) 2016-2017 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org> ;; Keywords: image |