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

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

[elpa] externals/websocket 74e4b82bf1 087/114: Fix GPL 2/3 discrepancy b


From: ELPA Syncer
Subject: [elpa] externals/websocket 74e4b82bf1 087/114: Fix GPL 2/3 discrepancy by making the .el files match the license.
Date: Wed, 15 Feb 2023 20:59:02 -0500 (EST)

branch: externals/websocket
commit 74e4b82bf1a2e9197875ebcc20c494b506095235
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>

    Fix GPL 2/3 discrepancy by making the .el files match the license.
    
    The preamble comment to the lisp files mention GPL 3, however the COPYING 
file
    is GPL 2.  Move the version mentioned in the lisp to match the actual GPL 
version.
---
 websocket-functional-test.el | 2 +-
 websocket-test.el            | 2 +-
 websocket.el                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/websocket-functional-test.el b/websocket-functional-test.el
index cc9ac7080b..a174d2bf65 100644
--- a/websocket-functional-test.el
+++ b/websocket-functional-test.el
@@ -4,7 +4,7 @@
 
 ;; 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
+;; published by the Free Software Foundation; either version 2 of the
 ;; License, or (at your option) any later version.
 ;;
 ;; This program is distributed in the hope that it will be useful, but
diff --git a/websocket-test.el b/websocket-test.el
index f8cbe09657..761cf3061e 100644
--- a/websocket-test.el
+++ b/websocket-test.el
@@ -7,7 +7,7 @@
 ;;
 ;; 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
+;; published by the Free Software Foundation; either version 2 of the
 ;; License, or (at your option) any later version.
 ;;
 ;; This program is distributed in the hope that it will be useful, but
diff --git a/websocket.el b/websocket.el
index 1d69508ad0..b2fe6d9612 100644
--- a/websocket.el
+++ b/websocket.el
@@ -9,7 +9,7 @@
 ;;
 ;; 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
+;; published by the Free Software Foundation; either version 2 of the
 ;; License, or (at your option) any later version.
 ;;
 ;; This program is distributed in the hope that it will be useful, but



reply via email to

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