mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
parent
1b32317904
commit
42145e8312
4 changed files with 5 additions and 3 deletions
|
@ -150,6 +150,7 @@ virinci <github.com/virinci>
|
||||||
snowtimeglass <snowtimeglass@gmail.com>
|
snowtimeglass <snowtimeglass@gmail.com>
|
||||||
Ben Olson <github.com/grepgrok>
|
Ben Olson <github.com/grepgrok>
|
||||||
Akash Reddy <github.com/akashreddy03>
|
Akash Reddy <github.com/akashreddy03>
|
||||||
|
Lucio Sauer <watermanpaint@posteo.net>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
4
LICENSE
4
LICENSE
|
@ -6,9 +6,9 @@ The following included source code items use a license other than AGPL3:
|
||||||
|
|
||||||
In the pylib folder:
|
In the pylib folder:
|
||||||
|
|
||||||
* The SuperMemo importer: GPL3.
|
* The SuperMemo importer: GPL3 and 0BSD.
|
||||||
* The Pauker importer: BSD-3.
|
* The Pauker importer: BSD-3.
|
||||||
* statsbg.py: CC BY-SA 3.0.
|
* statsbg.py: CC BY 4.0.
|
||||||
|
|
||||||
In the qt folder:
|
In the qt folder:
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@ class SmartDict(dict):
|
||||||
"""
|
"""
|
||||||
See http://www.peterbe.com/plog/SmartDict
|
See http://www.peterbe.com/plog/SmartDict
|
||||||
Copyright 2005, Peter Bengtsson, peter@fry-it.com
|
Copyright 2005, Peter Bengtsson, peter@fry-it.com
|
||||||
|
0BSD
|
||||||
|
|
||||||
A smart dict can be instantiated either from a pythonic dict
|
A smart dict can be instantiated either from a pythonic dict
|
||||||
or an instance object (eg. SQL recordsets) but it ensures that you can
|
or an instance object (eg. SQL recordsets) but it ensures that you can
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# pylint: disable=invalid-name
|
# pylint: disable=invalid-name
|
||||||
|
|
||||||
# from subtlepatterns.com; CC BY-SA 3.0.
|
# from subtlepatterns.com; CC BY 4.0.
|
||||||
# by Daniel Beaton
|
# by Daniel Beaton
|
||||||
# https://www.toptal.com/designers/subtlepatterns/fancy-deboss/
|
# https://www.toptal.com/designers/subtlepatterns/fancy-deboss/
|
||||||
bg = """\
|
bg = """\
|
||||||
|
|
Loading…
Reference in a new issue