summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gns@gnome.org>2013-12-08 19:10:04 +0100
committerDan Winship <danw@gnome.org>2014-02-17 12:01:57 -0500
commit7b14d465c87c07d9a9dc6319ee0bfc134e3e975b (patch)
tree837371893d5b1310e691ab876497a983088e7e0c
parent3c4cea7bcc7dd44d61bf1d87a4ec8dce99a875cf (diff)
downloadlibsoup-7b14d465c87c07d9a9dc6319ee0bfc134e3e975b.tar.gz
sniffing: Document the specification we are targeting
-rw-r--r--libsoup/soup-content-sniffer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsoup/soup-content-sniffer.c b/libsoup/soup-content-sniffer.c
index fb2aa090..d2a0808f 100644
--- a/libsoup/soup-content-sniffer.c
+++ b/libsoup/soup-content-sniffer.c
@@ -3,6 +3,10 @@
* soup-content-sniffer.c
*
* Copyright (C) 2009 Gustavo Noronha Silva.
+ *
+ * This code implements the following specification:
+ *
+ * http://mimesniff.spec.whatwg.org/ as of 11 June 2013
*/
#ifdef HAVE_CONFIG_H