From adc80b7e238e09b1b8c392ecf902d2b978d9016d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 3 May 2016 19:36:40 -0700 Subject: [PATCH 1/1] ; * test/automated/xref-tests.el: Add copyright and license. --- test/automated/xref-tests.el | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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) -- 2.39.2