From 9babe06a0e617f633e7f61cf5bcec6305eaafae9 Mon Sep 17 00:00:00 2001 From: Dalf Date: Sun, 26 Nov 2017 14:33:11 +0100 Subject: [mod] simple theme: add the license to different files. --- searx/static/themes/simple/css/searx.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searx/static/themes/simple/css/searx.css') diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index b276bc59a..58b967ef9 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/searx/static/themes/simple/css/searx.css @@ -1,4 +1,4 @@ -/*! searx | 06-08-2017 | https://github.com/asciimoo/searx */ +/*! searx | 26-11-2017 | https://github.com/asciimoo/searx */ /* * searx, A privacy-respecting, hackable metasearch engine * @@ -1007,6 +1007,7 @@ select:focus { width: 100%; } } +/*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */ .autocomplete { position: absolute; max-height: 0; -- cgit v1.2.3