]> code.delx.au - gnu-emacs/commitdiff
; * test/automated/xref-tests.el: Add copyright and license.
authorGlenn Morris <rgm@gnu.org>
Wed, 4 May 2016 02:36:40 +0000 (19:36 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 4 May 2016 02:36:40 +0000 (19:36 -0700)
test/automated/xref-tests.el

index 28ca3511c228276d8eb9aa4f15403f9184474a82..b288e2d75840392796e39be16d9e72dead609810 100644 (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)