Skip to content

Commit

Permalink
Fix copyright header for test.el
Browse files Browse the repository at this point in the history
  • Loading branch information
leoliu committed Apr 22, 2014
1 parent 2e19488 commit e3b2442
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions test.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
;;; test.el --- tests for easy-kill -*- lexical-binding: t; -*-

;; Copyright (C) 2014 Free Software Foundation, Inc.

;; Author: Leo Liu <[email protected]>
;; Keywords: maint

;; 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/>.

;;; Code:

(require 'easy-kill)
(require 'ert)

Expand Down Expand Up @@ -407,3 +429,5 @@ some of the ways to customize it;
(easy-kill-shrink)
(should (= (mark t) (easy-kill-get start)))
(should (= (point) (easy-kill-get end))))))

;;; test.el ends here

0 comments on commit e3b2442

Please sign in to comment.