[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
- [elpa] externals/websocket a5a3ddb5ca 072/114: Fix all signal calls., (continued)
- [elpa] externals/websocket a5a3ddb5ca 072/114: Fix all signal calls., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket ef1e504fec 075/114: Fix tests broken by recent changes., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket da237af723 076/114: Fix confusing documentation string in `websocket-openp'., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 53bfd56e12 078/114: Upgrade version number to 1.11., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket de8073d667 079/114: Is encode-coding-string (quote utf-8) necessary?, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 73eb210eb0 081/114: Merge pull request #59 from dickmao/state-change, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket fa751be5b7 083/114: Add new test for correct websocket frame encoding., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket d91a9aef5a 084/114: Update version to 1.11.1., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 5be01c6d1a 085/114: Accept a common variation of the websocket header., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 491a60b8bb 086/114: Set version to 1.12., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 74e4b82bf1 087/114: Fix GPL 2/3 discrepancy by making the .el files match the license.,
ELPA Syncer <=
- [elpa] externals/websocket 69ee80a88b 088/114: Modernize & rewrite functional tests as ert tests., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 992ef33e46 089/114: Fix `process-status` returns `'connect` when nowait, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 74f00575b9 091/114: Make condition more readable, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 078f83902c 096/114: Merge pull request #68 from xhcoding/master, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 2c576b6cb8 113/114: Sets version to 1.14, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 36deb3ff85 106/114: Remove `websocket-ensure-connected'., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket fda4455333 109/114: Merge pull request #78 from ThomasFKJorna/patch-1, ELPA Syncer, 2023/02/15
- [elpa] externals/websocket 4fb51115f0 005/114: Add extra assert in functional test, and increase sleep time for wss test., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket be99c4636a 097/114: Add warning about missing master branch., ELPA Syncer, 2023/02/15
- [elpa] externals/websocket fe7b0bc2c3 099/114: resurrect testserver.py, ELPA Syncer, 2023/02/15