From ae9b54c9dd7b74f7a2d475131e2ea65144e42335 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Sun, 1 Feb 2015 23:06:15 -0800 Subject: [PATCH 1/2] hydra-test.el: Add copyright notice --- packages/hydra/hydra-test.el | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/packages/hydra/hydra-test.el b/packages/hydra/hydra-test.el index d1cb902..e5f8e7d 100644 --- a/packages/hydra/hydra-test.el +++ b/packages/hydra/hydra-test.el @@ -1,3 +1,30 @@ +;;; hydra-test.el --- Tests for Hydra + +;; Copyright (C) 2015 Free Software Foundation, Inc. + +;; Author: Oleh Krehel + +;; 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: + +;; Tests for Hydra. + +;;; Code: + (require 'ert) (ert-deftest defhydra () -- 1.9.1