From: Glenn Morris Date: Wed, 4 May 2016 02:36:40 +0000 (-0700) Subject: ; * test/automated/xref-tests.el: Add copyright and license. X-Git-Tag: emacs-25.0.94~35 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/adc80b7e238e09b1b8c392ecf902d2b978d9016d?hp=4d8fd9cf338cf9b5dfc613657adfeabff2d9c14e ; * test/automated/xref-tests.el: Add copyright and license. --- diff --git a/test/automated/xref-tests.el b/test/automated/xref-tests.el index 28ca3511c2..b288e2d758 100644 --- a/test/automated/xref-tests.el +++ b/test/automated/xref-tests.el @@ -1,3 +1,28 @@ +;;; xref-tests.el --- tests for xref + +;; Copyright (C) 2016 Free Software Foundation, Inc. + +;; Author: Dmitry Gutov + +;; This file is part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . + +;;; Commentary: + +;;; Code: + (require 'xref) (require 'cl-lib)