From: David Woodhouse Date: Sat, 28 Apr 2018 06:11:57 +0000 (+0100) Subject: Document provenance of chime-websocket.c better X-Git-Tag: v0.9~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=14a959d180b0b1a5dbf08bd1ca562c0088a796dc;p=pidgin-chime.git Document provenance of chime-websocket.c better --- diff --git a/chime/chime-websocket.c b/chime/chime-websocket.c index bfc83cd..a1ae63e 100644 --- a/chime/chime-websocket.c +++ b/chime/chime-websocket.c @@ -1,4 +1,18 @@ -/* Lifted from soup-session.c */ +/* + * This code is lifted from libsoup's soup-session.c which lacked + * a copyright header but the websocket parts will be + * + * Copyright 2013, 2014 Red Hat, Inc. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1, as published by the Free Software Foundation. + * + * This program 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 + * Lesser General Public License for more details. + */ #include