; * test/automated/xref-tests.el: Add copyright and license.

This commit is contained in:
Glenn Morris 2016-05-03 19:36:40 -07:00
parent 4d8fd9cf33
commit adc80b7e23

View file

@ -1,3 +1,28 @@
;;; xref-tests.el --- tests for xref
;; Copyright (C) 2016 Free Software Foundation, Inc.
;; Author: Dmitry Gutov <dgutov@yandex.ru>
;; 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 <http://www.gnu.org/licenses/>.
;;; Commentary:
;;; Code:
(require 'xref)
(require 'cl-lib)