Skip to content

Commit 13f77c8

Browse files
committed
Update gibberish.ABOUT #2402
Signed-off-by: Jono Yang <[email protected]>
1 parent 84a4449 commit 13f77c8

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/cluecode/copyrights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
from commoncode.text import toascii
2222
from commoncode.text import unixlinesep
23-
from textcode.gibberish import Gibberish
2423
from pygmars import lex
2524
from pygmars import parse
2625
from pygmars import Token
2726
from pygmars.tree import Tree
2827

2928
from cluecode import copyrights_hint
29+
from textcode.gibberish import Gibberish
3030
from textcode.markup import strip_known_markup_from_text
3131

3232
# Tracing flags

src/textcode/gibberish.ABOUT

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ download_url: https://raw.githubusercontent.com/yapus/gibberish/01637fe1fda82752
44
homepage_url: https://github.com/yapus/gibberish/
55
authors: |
66
Rob Renaud
7+
Petr Janata
8+
Max Greenwald
9+
vsobolmaven
710
Iakov Pustilnik
811
owner: Iakov Pustilnik
912
license_expression: mit
@@ -14,5 +17,10 @@ notes: gibberish.py is a reorganization of the code at
1417
gibberish.py was originally a Python script written by Rob Renaud as a solution
1518
to a stack overflow question (https://stackoverflow.com/a/6298193). The original
1619
repo at https://github.com/rrenaud/Gibberish-Detector has been cloned many times
17-
and has been expanded upon by multiple authors. This instance of gibberish.py
18-
was maintained by Iakov Pustilnik.
20+
and has been expanded upon by multiple authors. This instance of gibberish.py
21+
was maintained by Iakov Pustilnik, where it was cloned from
22+
https://github.com/yapus/gibberish, which was cloned from
23+
https://github.com/vsobolmaven/gibberish, which was cloned from
24+
https://github.com/mgreenw/gibberish, which was cloned from
25+
https://github.com/pjanata/Gibberish-Detector, and ultimately all of these repos
26+
are from https://github.com/rrenaud/Gibberish-Detector

0 commit comments

Comments
 (0)