summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-12-07 08:54:41 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-12-09 08:42:57 -0500
commit0d42d0d8085b4a387f2e81360ff4c0b6ad229229 (patch)
treeabc13c19488debc90ebc4d36bc969ca595c9a630
parent7f59af4cdf071dc133ae3ed04b3a3c146a3d8429 (diff)
Add missing "Lesser" in licensing comments.
-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