Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-12-31 20:00:29 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-01 07:40:48 +0300
commitf9968594206e538f13fa1c27c065027f10d4ea27 (patch)
tree9b704a2dd96f95ba2cdbf042b04bb73215e74410 /sphinx/search
parent5383846ced558d592795a162182cb37310ae9577 (diff)
A happy new year!
.. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
Diffstat (limited to 'sphinx/search')
-rw-r--r--sphinx/search/__init__.py2
-rw-r--r--sphinx/search/da.py2
-rw-r--r--sphinx/search/de.py2
-rw-r--r--sphinx/search/en.py2
-rw-r--r--sphinx/search/es.py2
-rw-r--r--sphinx/search/fi.py2
-rw-r--r--sphinx/search/fr.py2
-rw-r--r--sphinx/search/hu.py2
-rw-r--r--sphinx/search/it.py2
-rw-r--r--sphinx/search/ja.py2
-rw-r--r--sphinx/search/jssplitter.py2
-rw-r--r--sphinx/search/nl.py2
-rw-r--r--sphinx/search/no.py2
-rw-r--r--sphinx/search/pt.py2
-rw-r--r--sphinx/search/ro.py2
-rw-r--r--sphinx/search/ru.py2
-rw-r--r--sphinx/search/sv.py2
-rw-r--r--sphinx/search/tr.py2
-rw-r--r--sphinx/search/zh.py2
19 files changed, 19 insertions, 19 deletions
diff --git a/sphinx/search/__init__.py b/sphinx/search/__init__.py
index 2b7f16099..6c748aed1 100644
--- a/sphinx/search/__init__.py
+++ b/sphinx/search/__init__.py
@@ -4,7 +4,7 @@
Create a full-text search index for offline search.
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import html
diff --git a/sphinx/search/da.py b/sphinx/search/da.py
index 57af4a7be..e164e0271 100644
--- a/sphinx/search/da.py
+++ b/sphinx/search/da.py
@@ -4,7 +4,7 @@
Danish search language: includes the JS Danish stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/de.py b/sphinx/search/de.py
index 6c84d463a..174eb8d2f 100644
--- a/sphinx/search/de.py
+++ b/sphinx/search/de.py
@@ -4,7 +4,7 @@
German search language: includes the JS German stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/en.py b/sphinx/search/en.py
index 23a6f9739..b33769cec 100644
--- a/sphinx/search/en.py
+++ b/sphinx/search/en.py
@@ -4,7 +4,7 @@
English search language: includes the JS porter stemmer.
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/es.py b/sphinx/search/es.py
index 1e8a21085..e87584cfc 100644
--- a/sphinx/search/es.py
+++ b/sphinx/search/es.py
@@ -4,7 +4,7 @@
Spanish search language: includes the JS Spanish stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/fi.py b/sphinx/search/fi.py
index e98ef9805..ceb38cb5a 100644
--- a/sphinx/search/fi.py
+++ b/sphinx/search/fi.py
@@ -4,7 +4,7 @@
Finnish search language: includes the JS Finnish stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/fr.py b/sphinx/search/fr.py
index 7cc35e2c8..46320a863 100644
--- a/sphinx/search/fr.py
+++ b/sphinx/search/fr.py
@@ -4,7 +4,7 @@
French search language: includes the JS French stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/hu.py b/sphinx/search/hu.py
index 01ade35b7..628dde63e 100644
--- a/sphinx/search/hu.py
+++ b/sphinx/search/hu.py
@@ -4,7 +4,7 @@
Hungarian search language: includes the JS Hungarian stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/it.py b/sphinx/search/it.py
index fa81260fb..2ecf4c2c5 100644
--- a/sphinx/search/it.py
+++ b/sphinx/search/it.py
@@ -4,7 +4,7 @@
Italian search language: includes the JS Italian stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/ja.py b/sphinx/search/ja.py
index b248eb281..6f10a4239 100644
--- a/sphinx/search/ja.py
+++ b/sphinx/search/ja.py
@@ -4,7 +4,7 @@
Japanese search language: includes routine to split words.
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/jssplitter.py b/sphinx/search/jssplitter.py
index 945579560..9b879772a 100644
--- a/sphinx/search/jssplitter.py
+++ b/sphinx/search/jssplitter.py
@@ -6,7 +6,7 @@
DO NOT EDIT. This is generated by utils/jssplitter_generator.py
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/nl.py b/sphinx/search/nl.py
index f30ee690a..f98cdf8ad 100644
--- a/sphinx/search/nl.py
+++ b/sphinx/search/nl.py
@@ -4,7 +4,7 @@
Dutch search language: includes the JS porter stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/no.py b/sphinx/search/no.py
index 324264bde..c78bb6981 100644
--- a/sphinx/search/no.py
+++ b/sphinx/search/no.py
@@ -4,7 +4,7 @@
Norwegian search language: includes the JS Norwegian stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/pt.py b/sphinx/search/pt.py
index 7783f65c0..a7d99cde3 100644
--- a/sphinx/search/pt.py
+++ b/sphinx/search/pt.py
@@ -4,7 +4,7 @@
Portuguese search language: includes the JS Portuguese stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/ro.py b/sphinx/search/ro.py
index ddb008b64..6400967c6 100644
--- a/sphinx/search/ro.py
+++ b/sphinx/search/ro.py
@@ -4,7 +4,7 @@
Romanian search language: includes the JS Romanian stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/ru.py b/sphinx/search/ru.py
index cf979c0b4..20ce14869 100644
--- a/sphinx/search/ru.py
+++ b/sphinx/search/ru.py
@@ -4,7 +4,7 @@
Russian search language: includes the JS Russian stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/sv.py b/sphinx/search/sv.py
index 0e7e2f37d..2ce4027ca 100644
--- a/sphinx/search/sv.py
+++ b/sphinx/search/sv.py
@@ -4,7 +4,7 @@
Swedish search language: includes the JS Swedish stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/tr.py b/sphinx/search/tr.py
index 7788b1152..565e341fd 100644
--- a/sphinx/search/tr.py
+++ b/sphinx/search/tr.py
@@ -4,7 +4,7 @@
Turkish search language: includes the JS Turkish stemmer.
- :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/zh.py b/sphinx/search/zh.py
index 48f169aea..6948a6ad4 100644
--- a/sphinx/search/zh.py
+++ b/sphinx/search/zh.py
@@ -4,7 +4,7 @@
Chinese search language: includes routine to split words.
- :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""