From: Jackson Ray Hamilton Date: Tue, 3 May 2016 04:24:31 +0000 (-0700) Subject: Tweak copyright lines. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/48cd90e1d54c798232ad3a65ce1b6fc493dbed78?hp=f6401a64b335dc601c0dc19943d82a04abd52e69 Tweak copyright lines. --- diff --git a/fixtures/benchmark/lisp.el b/fixtures/benchmark/lisp.el index f8ca6f6a1..7ebd80a38 100644 --- a/fixtures/benchmark/lisp.el +++ b/fixtures/benchmark/lisp.el @@ -1,7 +1,6 @@ ;;; lisp.el --- Lisp editing commands for Emacs -*- lexical-binding:t -*- -;; Copyright (C) 1985-1986, 1994, 2000-2015 Free Software Foundation, -;; Inc. +;; Copyright (C) 1985-1986, 1994, 2000-2015 Free Software Foundation, Inc. ;; Maintainer: emacs-devel@gnu.org ;; Keywords: lisp, languages diff --git a/fixtures/benchmark/subr.el b/fixtures/benchmark/subr.el index a48038fa1..d4da916e4 100644 --- a/fixtures/benchmark/subr.el +++ b/fixtures/benchmark/subr.el @@ -1,7 +1,6 @@ ;;; subr.el --- basic lisp subroutines for Emacs -*- coding: utf-8; lexical-binding:t -*- -;; Copyright (C) 1985-1986, 1992, 1994-1995, 1999-2015 Free Software -;; Foundation, Inc. +;; Copyright (C) 1985-1986, 1992, 1994-1995, 1999-2015 Free Software Foundation, Inc. ;; Maintainer: emacs-devel@gnu.org ;; Keywords: internal