瀏覽代碼

[enh] license infos

asciimoo 11 年之前
父節點
當前提交
cf36b20b5d
共有 1 個檔案被更改,包括 17 行新增0 行删除
  1. 17
    0
      searx/engines/__init__.py

+ 17
- 0
searx/engines/__init__.py 查看文件

@@ -1,4 +1,21 @@
1 1
 
2
+'''
3
+searx is free software: you can redistribute it and/or modify
4
+it under the terms of the GNU Affero General Public License as published by
5
+the Free Software Foundation, either version 3 of the License, or
6
+(at your option) any later version.
7
+
8
+searx is distributed in the hope that it will be useful,
9
+but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
+GNU Affero General Public License for more details.
12
+
13
+You should have received a copy of the GNU Affero General Public License
14
+along with searx. If not, see < http://www.gnu.org/licenses/ >.
15
+
16
+(C) 2013- by Adam Tauber, <asciimoo@gmail.com>
17
+'''
18
+
2 19
 from os.path import realpath, dirname, splitext, join
3 20
 from os import listdir
4 21
 from imp import load_source