emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 159c3f7 45/46: tiny.el: Update Copyright


From: Oleh Krehel
Subject: [elpa] master 159c3f7 45/46: tiny.el: Update Copyright
Date: Sun, 22 Mar 2015 17:42:41 +0000

branch: master
commit 159c3f74e75970808b83fe4b732f180cb76872a3
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    tiny.el: Update Copyright
---
 tiny-test.el |   21 +++++++++++++++++++++
 tiny.el      |   24 +++++++++++++-----------
 2 files changed, 34 insertions(+), 11 deletions(-)

diff --git a/tiny-test.el b/tiny-test.el
index 30c0d00..dc9c3b9 100644
--- a/tiny-test.el
+++ b/tiny-test.el
@@ -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 5629251..78d44bb 100644
--- 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 <address@hidden>
 ;; 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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]