summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/socket/frame.scm6
-rw-r--r--web/socket/server.scm6
2 files changed, 6 insertions, 6 deletions
diff --git a/web/socket/frame.scm b/web/socket/frame.scm
index 82711e4..89e5dc9 100644
--- a/web/socket/frame.scm
+++ b/web/socket/frame.scm
@@ -8,10 +8,10 @@
;;; published by the Free Software Foundation; either version 3 of the
;;; License, or (at your option) any later version.
;;;
-;;; Guile-websocket is distributed in the hope that it will be useful, but
-;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; Guile-websocket 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.
+;;; Lesser General Public License for more details.
;;;
;;; You should have received a copy of the GNU Lesser General Public
;;; License along with guile-websocket. If not, see
diff --git a/web/socket/server.scm b/web/socket/server.scm
index 7b6463e..66b8cc1 100644
--- a/web/socket/server.scm
+++ b/web/socket/server.scm
@@ -8,10 +8,10 @@
;;; published by the Free Software Foundation; either version 3 of the
;;; License, or (at your option) any later version.
;;;
-;;; Guile-websocket is distributed in the hope that it will be useful, but
-;;; WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; Guile-websocket 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.
+;;; Lesser General Public License for more details.
;;;
;;; You should have received a copy of the GNU Lesser General Public
;;; License along with guile-websocket. If not, see