Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9babe06a authored by Dalf's avatar Dalf
Browse files

[mod] simple theme: add the license to different files.

parent 0f8d7a00
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*! 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;
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+2 −1
Original line number Diff line number Diff line
/*! 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;
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+3 −1
Original line number Diff line number Diff line
@@ -22,7 +22,9 @@ module.exports = function(grunt) {
    uglify: {
      options: {
        banner: '/*! simple/searx.min.js | <%= grunt.template.today("dd-mm-yyyy") %> | https://github.com/asciimoo/searx */\n',
        preserveComments: 'some',
	output: {
	    comments: 'some'
	},
        sourceMap: true
      },
      dist: {
Loading