summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-05-03 19:36:40 -0700
committerGlenn Morris <rgm@gnu.org>2016-05-03 19:36:40 -0700
commitadc80b7e238e09b1b8c392ecf902d2b978d9016d (patch)
treece940151e79bc6b09dd55649fabcac170b3f0526
parent4d8fd9cf338cf9b5dfc613657adfeabff2d9c14e (diff)
downloademacs-adc80b7e238e09b1b8c392ecf902d2b978d9016d.tar.gz
; * test/automated/xref-tests.el: Add copyright and license.
-rw-r--r--test/automated/xref-tests.el25
1 files changed, 25 insertions, 0 deletions
diff --git a/test/automated/xref-tests.el b/test/automated/xref-tests.el
index 28ca3511c22..b288e2d7584 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 <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)