branch: master commit 48cd90e1d54c798232ad3a65ce1b6fc493dbed78 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Tweak copyright lines. --- fixtures/benchmark/lisp.el | 3 +-- fixtures/benchmark/subr.el | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/fixtures/benchmark/lisp.el b/fixtures/benchmark/lisp.el index f8ca6f6..7ebd80a 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-de...@gnu.org ;; Keywords: lisp, languages diff --git a/fixtures/benchmark/subr.el b/fixtures/benchmark/subr.el index a48038f..d4da916 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-de...@gnu.org ;; Keywords: internal