From 7b14d465c87c07d9a9dc6319ee0bfc134e3e975b Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Sun, 8 Dec 2013 19:10:04 +0100 Subject: sniffing: Document the specification we are targeting --- libsoup/soup-content-sniffer.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.1