From: Andrea Corallo Date: Sun, 1 Sep 2019 09:58:20 +0000 (+0200) Subject: add authorship X-Git-Tag: emacs-28.0.90~2727^2~1239 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c698ac791b3755c340ff945c137f6732cd4e20e4;p=emacs.git add authorship --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index a14438e250c..3bd4aa31312 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -1,5 +1,7 @@ ;;; comp.el --- compilation of Lisp code into native code -*- lexical-binding: t -*- +;; Author: Andrea Corallo + ;; Copyright (C) 2019 Free Software Foundation, Inc. ;; Keywords: lisp diff --git a/src/comp.c b/src/comp.c index b1083355607..bf1ff3be5d5 100644 --- a/src/comp.c +++ b/src/comp.c @@ -1,6 +1,8 @@ /* Compile byte code produced by bytecomp.el into native code. Copyright (C) 2019 Free Software Foundation, Inc. +Author: Andrea Corallo + This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify