]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add 2021 to copyright years
authorGlenn Morris <rgm@gnu.org>
Mon, 26 Apr 2021 00:24:48 +0000 (17:24 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 26 Apr 2021 00:24:48 +0000 (17:24 -0700)
lisp/emacs-lisp/comp-cstr.el
lisp/emacs-lisp/comp.el
src/comp.h
test/lisp/emacs-lisp/comp-cstr-tests.el
test/src/comp-test-funcs-dyn.el
test/src/comp-test-pure.el
test/src/emacs-tests.el

index 5b189e70bef46e5d59af29c8afde89f76be801d6..d22d19ce1ec50c4918a05ed1ea8c9dc87e302f8a 100644 (file)
@@ -1,9 +1,8 @@
 ;;; 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
 
index 82799a4d4eedaf9985bd8bc5e064082c7f90f0d0..fd8a8c61cce5c7e61f90ff870baaff94819b6cb6 100644 (file)
@@ -1,9 +1,8 @@
 ;;; 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
 
index 03d22dfaa0ebb801360354974c854dd8c4967440..c4af4193d0b2f92aa00a1a28f326d0683cfd65ec 100644 (file)
@@ -1,5 +1,6 @@
 /* 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.
 
index c2492b93f6feb6aa218cc41b7c7f92cc5d3096c2..2e4628522f48914d9cd832560f8e23194b442cb0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; 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>
 
index 67db7587bf9989067b7b3504a8a1b0aee3084d78..3118455e3f653b293be093652bc0a5a5975cf651 100644 (file)
@@ -1,6 +1,6 @@
 ;;; 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>
 
index f606a44a10e181e4408a7f52bd4e9416f72e9b3c..5c1d2d17472cc4f9e9a69fa2c4e26fdb1c19ce5c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; 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>
 
index 87c3e84cdd28e6b2e5e23551b241a0af95185413..ee5586fbaf441809a489c02ad66dcfc1cd57467a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; 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.