From c698ac791b3755c340ff945c137f6732cd4e20e4 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 1 Sep 2019 11:58:20 +0200 Subject: [PATCH] add authorship --- lisp/emacs-lisp/comp.el | 2 ++ src/comp.c | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.5