]> www.infradead.org Git - pidgin-chime.git/commitdiff
Document provenance of chime-websocket.c better
authorDavid Woodhouse <dwmw@amazon.co.uk>
Sat, 28 Apr 2018 06:11:57 +0000 (07:11 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Sat, 28 Apr 2018 06:11:57 +0000 (07:11 +0100)
chime/chime-websocket.c

index bfc83cdd030bf839234e5c2d2e982f705b663a08..a1ae63e7870826cd9d45f3b70dae1b5a894919d1 100644 (file)
@@ -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 <libsoup/soup.h>