From b2c64bf55e4a2807c3c3bc7e0f58c247e19e2d53 Mon Sep 17 00:00:00 2001 From: cskksc Date: Fri, 29 Apr 2016 14:41:22 +0530 Subject: Add commentary and license section to test files --- test/cider-repl-tests.el | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'test/cider-repl-tests.el') diff --git a/test/cider-repl-tests.el b/test/cider-repl-tests.el index 24cd639d..6c8c4dc1 100644 --- a/test/cider-repl-tests.el +++ b/test/cider-repl-tests.el @@ -1,3 +1,32 @@ +;;; cider-repl-tests.el + +;; Copyright © 2012-2016 Tim King, Bozhidar Batsov + +;; Author: Tim King +;; Bozhidar Batsov +;; Artur Malabarba + +;; This file is NOT part of GNU Emacs. + +;; This program 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. +;; +;; This program 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 this program. If not, see `http://www.gnu.org/licenses/'. + +;;; Commentary: + +;; This file is part of CIDER + +;;; Code: + (require 'buttercup) (require 'cider-repl) -- cgit v1.2.3