瀏覽代碼

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

Dalf 7 年之前
父節點
當前提交
9babe06a0e

+ 2
- 1
searx/static/themes/simple/css/searx-rtl.css 查看文件

@@ -1,4 +1,4 @@
1
-/*! searx | 06-08-2017 | https://github.com/asciimoo/searx */
1
+/*! searx | 26-11-2017 | https://github.com/asciimoo/searx */
2 2
 /*
3 3
 * searx, A privacy-respecting, hackable metasearch engine
4 4
 *
@@ -1007,6 +1007,7 @@ select:focus {
1007 1007
     width: 100%;
1008 1008
   }
1009 1009
 }
1010
+/*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */
1010 1011
 .autocomplete {
1011 1012
   position: absolute;
1012 1013
   max-height: 0;

+ 1
- 1
searx/static/themes/simple/css/searx-rtl.min.css
文件差異過大導致無法顯示
查看文件


+ 2
- 1
searx/static/themes/simple/css/searx.css 查看文件

@@ -1,4 +1,4 @@
1
-/*! searx | 06-08-2017 | https://github.com/asciimoo/searx */
1
+/*! searx | 26-11-2017 | https://github.com/asciimoo/searx */
2 2
 /*
3 3
 * searx, A privacy-respecting, hackable metasearch engine
4 4
 *
@@ -1007,6 +1007,7 @@ select:focus {
1007 1007
     width: 100%;
1008 1008
   }
1009 1009
 }
1010
+/*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */
1010 1011
 .autocomplete {
1011 1012
   position: absolute;
1012 1013
   max-height: 0;

+ 1
- 1
searx/static/themes/simple/css/searx.min.css
文件差異過大導致無法顯示
查看文件


+ 3
- 1
searx/static/themes/simple/gruntfile.js 查看文件

@@ -22,7 +22,9 @@ module.exports = function(grunt) {
22 22
     uglify: {
23 23
       options: {
24 24
         banner: '/*! simple/searx.min.js | <%= grunt.template.today("dd-mm-yyyy") %> | https://github.com/asciimoo/searx */\n',
25
-        preserveComments: 'some',
25
+	output: {
26
+	    comments: 'some'
27
+	},
26 28
         sourceMap: true
27 29
       },
28 30
       dist: {

+ 21
- 2
searx/static/themes/simple/js/searx.min.js
文件差異過大導致無法顯示
查看文件


+ 1
- 1
searx/static/themes/simple/js/searx.min.js.map
文件差異過大導致無法顯示
查看文件


+ 2
- 0
searx/static/themes/simple/less/autocomplete.less 查看文件

@@ -1,3 +1,5 @@
1
+/*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */
2
+
1 3
 @background_color:  white;
2 4
 
3 5
 .autocomplete {