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

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

[nongnu] externals/caml f828046 172/197: caml.el: use conventional permi


From: Stefan Monnier
Subject: [nongnu] externals/caml f828046 172/197: caml.el: use conventional permission statement
Date: Sat, 21 Nov 2020 01:20:01 -0500 (EST)

branch: externals/caml
commit f828046216cdb193f985f0f5dd91b9aa383c44dd
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    caml.el: use conventional permission statement
    
    This helps tools that try to extract the used license.  The text used
    before was derived from the permission statement that is usually used
    and it was not unreasonable, but `elx-license' would still have
    required a special case for just this one package.
---
 caml.el | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/caml.el b/caml.el
index fb3670a..def64b9 100644
--- a/caml.el
+++ b/caml.el
@@ -12,9 +12,17 @@
 ;; This file is not part of GNU Emacs.
 
 ;; This file 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 2, or (at your
-;; option) any later version.  See <http://www.gnu.org/licenses/>.
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation; either version 2, or (at your option)
+;; any later version.
+
+;; This file 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 <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 



reply via email to

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