]> code.delx.au - gnu-emacs-elpa/commitdiff
tiny.el: Update Copyright
authorOleh Krehel <ohwoeowho@gmail.com>
Sun, 22 Mar 2015 17:34:45 +0000 (18:34 +0100)
committerOleh Krehel <ohwoeowho@gmail.com>
Sun, 22 Mar 2015 17:34:45 +0000 (18:34 +0100)
tiny-test.el
tiny.el

index 30c0d00fd51e4e4a90ce7e0fd5103d62d6297c65..dc9c3b958a9738cba25fb778ef4f4e83d23f4f16 100644 (file)
@@ -1,3 +1,24 @@
+;;; tiny-test.el --- Tests for Tiny
+
+;; 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 <http://www.gnu.org/licenses/>.
+
 (when (require 'undercover nil t)
   (undercover "tiny.el"))
 
diff --git a/tiny.el b/tiny.el
index 5629251e3e234df005e01a6b907a41a4918f4923..78d44bbbb7f60b590376c9a2ba6dbf108d01aebe 100644 (file)
--- a/tiny.el
+++ b/tiny.el
@@ -1,30 +1,32 @@
 ;;; tiny.el --- Quickly generate linear ranges in Emacs
 
-;; Copyright (C) 2013  Oleh Krehel
+;; Copyright (C) 2013-2015  Free Software Foundation, Inc.
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/tiny
 ;; Version: 0.1
+;; Keywords: convenience
 
-;; This file is free software; you can redistribute it and/or modify
+;; 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, or (at your option)
-;; any later version.
+;; 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,
+;; 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.
 
-;; For a full copy of the GNU General Public License
-;; see <http://www.gnu.org/licenses/>.
+;; You should have received a copy of the GNU General Public License
+;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>
 
 ;;; Commentary:
 ;;
-;; Setup:
-;; In ~/.emacs:
-;;     (require 'tiny)
-;;     (tiny-setup-default)
+;; To set it up, just bind e.g.:
+;;
+;;     (global-set-key (kbd "C-;") 'tiny-expand)
 ;;
 ;; Usage:
 ;; This extension's main command is `tiny-expand'.