;;; comp-cstr.el --- native compiler constraint library -*- lexical-binding: t -*-
-;; Author: Andrea Corallo <akrl@sdf.com>
-
;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
+;; Author: Andrea Corallo <akrl@sdf.com>
;; Keywords: lisp
;; Package: emacs
;;; comp.el --- compilation of Lisp code into native code -*- lexical-binding: t -*-
-;; Author: Andrea Corallo <akrl@sdf.com>
-
;; Copyright (C) 2019-2021 Free Software Foundation, Inc.
+;; Author: Andrea Corallo <akrl@sdf.com>
;; Keywords: lisp
;; Package: emacs
/* Elisp native compiler definitions
-Copyright (C) 2019-2020 Free Software Foundation, Inc.
+
+Copyright (C) 2019-2021 Free Software Foundation, Inc.
This file is part of GNU Emacs.
;;; comp-cstr-tests.el --- unit tests for src/comp.c -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
;; Author: Andrea Corallo <akrl@sdf.org>
;;; comp-test-funcs-dyn.el --- compilation unit tested by comp-tests.el -*- lexical-binding: nil; -*-
-;; Copyright (C) 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
;; Author: Andrea Corallo <akrl@sdf.org>
;;; comp-test-pure.el --- compilation unit tested by comp-tests.el -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
;; Author: Andrea Corallo <akrl@sdf.org>
;;; emacs-tests.el --- unit tests for emacs.c -*- lexical-binding: t; -*-
-;; Copyright (C) 2020 Free Software Foundation, Inc.
+;; Copyright (C) 2020-2021 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.