summaryrefslogtreecommitdiff
path: root/test/cider-stacktrace-tests.el
diff options
context:
space:
mode:
authorcskksc <ckoparkar@live.in>2016-04-29 14:41:22 +0530
committercskksc <ckoparkar@live.in>2016-04-30 01:50:19 +0530
commitb2c64bf55e4a2807c3c3bc7e0f58c247e19e2d53 (patch)
treea4356b818dc79d27f6fea9be7f2bf44671634f9e /test/cider-stacktrace-tests.el
parentfa0d935f2640de1d16a321e56674f7fcf11aee93 (diff)
Add commentary and license section to test files
Diffstat (limited to 'test/cider-stacktrace-tests.el')
-rw-r--r--test/cider-stacktrace-tests.el29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/cider-stacktrace-tests.el b/test/cider-stacktrace-tests.el
index 6aec4835..20f7b657 100644
--- a/test/cider-stacktrace-tests.el
+++ b/test/cider-stacktrace-tests.el
@@ -1,3 +1,32 @@
+;;; cider-stacktrace-tests.el
+
+;; Copyright © 2012-2016 Tim King, Bozhidar Batsov
+
+;; Author: Tim King <kingtim@gmail.com>
+;; Bozhidar Batsov <bozhidar@batsov.com>
+;; Artur Malabarba <bruce.connor.am@gmail.com>
+
+;; 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)
(require 'cider-stacktrace)